 @import url('https://fonts.googleapis.com/css?family=Italianno');
 @font-face {
     font-family: "SolaimanLipi";
     src: url("fonts/SolaimanLipi.eot?") format("eot"), url("fonts/SolaimanLipi.woff") format("woff"), url("fonts/SolaimanLipi.ttf") format("truetype"), url("fonts/SolaimanLipi.svg#SolaimanLipi") format("svg");
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'SutonnyMJ-Bold';
     src: url('../fonts/SutonnyMJ-Bold.eot');
     src: url('../fonts/SutonnyMJ-Bold.woff2') format('woff2'), url('../fonts/SutonnyMJ-Bold.woff') format('woff'), url('../fonts/SutonnyMJ-Bold.ttf') format('truetype'), url('../fonts/SutonnyMJ-Bold.svg#SutonnyMJ-Bold') format('svg'), url('../fonts/SutonnyMJ-Bold.eot?#iefix') format('embedded-opentype');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'KongshoMJ-Bold';
     src: url('../fonts/KongshoMJ-Bold.eot');
     src: url('../fonts/KongshoMJ-Bold.woff2') format('woff2'), url('../fonts/KongshoMJ-Bold.woff') format('woff'), url('../fonts/KongshoMJ-Bold.ttf') format('truetype'), url('../fonts/KongshoMJ-Bold.svg#KongshoMJ-Bold') format('svg'), url('../fonts/KongshoMJ-Bold.eot?#iefix') format('embedded-opentype');
     font-weight: normal;
     font-style: normal;
 }
 
 html,
 body {
     width: 100%;
     height: auto;
     margin: 0;
     padding: 0;
     overflow-x: hidden;
     font-family: "SolaimanLipi";
 }
 
 body {
     font-family: 'Open Sans', sans-serif;
     position: relative;
     font-size: 14px;
     line-height: 24px;
     color: #000000;
 }
 
 .studenofhteyear {
     font-size: 30px;
     margin-top: 10px;
     margin-bottom: 10px;
     text-align: center;
     color: red;
     line-height: 45px;
 }
 
 .studentTr {
     font-size: 22px;
     line-height: 30px;
     color: green;
     height: 44px;
 }
 
 .perticipentList {
     font-size: 13px;
     vertical-align: middle;
     color: #002fb7;
 }
 
 .perticipentLiatMerit {
     font-size: 22px;
     vertical-align: middle;
     color: #002fb7;
 }
 
 .studenthead {
     font-size: 22px;
     line-height: 30px;
     color: #6f0087;
     height: 44px;
 }
 
 .organizer {
     font-size: 22px;
     line-height: 30px;
     color: #000087;
     height: 44px;
 }
 
 .card {
     padding-top: 20px;
     margin: 10px 0 20px 0;
     background-color: rgba(214, 224, 226, 0.2);
     border-top-width: 0;
     border-bottom-width: 2px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .card .card-heading {
     padding: 0 20px;
     margin: 0;
 }
 
 .card .card-heading.simple {
     font-size: 20px;
     font-weight: 300;
     color: #777;
     border-bottom: 1px solid #e5e5e5;
 }
 
 .card .card-heading.image img {
     display: inline-block;
     width: 46px;
     height: 46px;
     margin-right: 15px;
     vertical-align: top;
     border: 0;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
 }
 
 .card .card-heading.image .card-heading-header {
     display: inline-block;
     vertical-align: top;
 }
 
 .card .card-heading.image .card-heading-header h3 {
     margin: 0;
     font-size: 14px;
     line-height: 16px;
     color: #262626;
 }
 
 .card .card-heading.image .card-heading-header span {
     font-size: 12px;
     color: #999999;
 }
 
 .card .card-body {
     padding: 0 20px;
     margin-top: 20px;
 }
 
 .card .card-media {
     padding: 0 20px;
     margin: 0 -14px;
 }
 
 .card .card-media img {
     max-width: 100%;
     max-height: 100%;
 }
 
 .card .card-actions {
     min-height: 30px;
     padding: 0 20px 20px 20px;
     margin: 20px 0 0 0;
 }
 
 .card .card-comments {
     padding: 20px;
     margin: 0;
     background-color: #f8f8f8;
 }
 
 .card .card-comments .comments-collapse-toggle {
     padding: 0;
     margin: 0 20px 12px 20px;
 }
 
 .card .card-comments .comments-collapse-toggle a,
 .card .card-comments .comments-collapse-toggle span {
     padding-right: 5px;
     overflow: hidden;
     font-size: 12px;
     color: #999;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
 .card-comments .media-heading {
     font-size: 13px;
     font-weight: bold;
 }
 
 .card.people {
     position: relative;
     display: inline-block;
     width: 170px;
     height: 300px;
     padding-top: 0;
     margin-left: 20px;
     overflow: hidden;
     vertical-align: top;
 }
 
 .card.people:first-child {
     margin-left: 0;
 }
 
 .card.people .card-top {
     position: absolute;
     top: 0;
     left: 0;
     display: inline-block;
     width: 170px;
     height: 150px;
     background-color: #ffffff;
 }
 
 .card.people .card-top.green {
     background-color: #53a93f;
 }
 
 .card.people .card-top.blue {
     background-color: #427fed;
 }
 
 .card.people .card-info {
     position: absolute;
     top: 150px;
     display: inline-block;
     width: 100%;
     height: 101px;
     overflow: hidden;
     background: #ffffff;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .card.people .card-info .title {
     display: block;
     margin: 8px 14px 0 14px;
     overflow: hidden;
     font-size: 16px;
     font-weight: bold;
     line-height: 18px;
     color: #404040;
 }
 
 .card.people .card-info .desc {
     display: block;
     margin: 8px 14px 0 14px;
     overflow: hidden;
     font-size: 12px;
     line-height: 16px;
     color: #737373;
     text-overflow: ellipsis;
 }
 
 .card.people .card-bottom {
     position: absolute;
     bottom: 0;
     left: 0;
     display: inline-block;
     width: 100%;
     padding: 10px 20px;
     line-height: 29px;
     text-align: center;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .card.hovercard {
     position: relative;
     padding-top: 0;
     overflow: hidden;
     text-align: center;
     background-color: rgba(214, 224, 226, 0.2);
 }
 
 .card.hovercard .cardheader {
     background: url("http://lorempixel.com/850/280/nature/4/");
     background-size: cover;
     height: 135px;
 }
 
 .card.hovercard .avatar {
     position: relative;
     top: -50px;
     margin-bottom: -50px;
 }
 
 .card.hovercard .avatar img {
     width: 100px;
     height: 100px;
     max-width: 100px;
     max-height: 100px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     border: 5px solid rgba(255, 255, 255, 0.5);
 }
 
 .card.hovercard .info {
     padding: 4px 8px 10px;
 }
 
 .card.hovercard .info .title {
     margin-bottom: 4px;
     font-size: 24px;
     line-height: 1;
     color: #262626;
     vertical-align: middle;
 }
 
 .card.hovercard .info .desc {
     overflow: hidden;
     font-size: 12px;
     line-height: 20px;
     color: #737373;
     text-overflow: ellipsis;
 }
 
 .card.hovercard .bottom {
     padding: 0 20px;
     margin-bottom: 17px;
 }
 
 .btn {
     border-radius: 5%;
     width: 100px;
     height: 32px;
     line-height: 18px;
 }
 
 .episode {
     border: 1px solid #008c99;
     width: 33%;
     float: left;
 }
 
 .loginpanel {
     background: url(../img/pexels-photo-256428.jpg) no-repeat center top;
     background-size: cover;
 }
 
 .epiodeShowsHeader {
     font-size: 20px;
     color: red;
     text-align: center;
 }
 
 a {
     color: #6f6f6f;
 }
 
 a,
 a:active,
 a:focus,
 a:hover {
     outline: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }
 
 a:hover {
     text-decoration: underline;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #3f3f3f;
     margin: 0 0 15px 0;
     letter-spacing: 1px;
     font-weight: bold;
 }
 
 p {
     text-align: justify;
 }
 
 /*.shadow-area {*/
 /*    box-shadow: 1px 0px 8px #eee7ef;*/
 /*    overflow: hidden;*/
 /*    margin-bottom: 30px;*/
 /*}*/
 
 .container {
     max-width: 1120px;
 }
 
 .top-border {
     background: url(../img/top-border.png) repeat;
     height: 5px;
 }
 
 header .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
 
 .top-header {
     background: #fff;
     width: 100%;
     display: block;
     color: #fff;
     padding: 5px 15px;
     font-family: "SolaimanLipi";
 }
 
 header .top-header .contact-info span {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

 header .top-header .contact-info {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
 }
 
  header .top-header .top-info {

    display: flex;
    align-items: end;
    justify-content: end;
    gap: 10px;
    flex-direction: column;
}

 
 .top-header .logo img {
    max-width: 200px;
}

header nav#navbar .menu-toggle-btn {
    text-align: right;
}

header nav#navbar .menu-toggle-btn svg {
    color: #fff;
    width: 35px;
    height: 35px;
    fill: #fff;
    cursor: pointer;
}

header nav#navbar .menu ul.auth {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

header nav#navbar .menu ul.auth li a {
    background: #bf7b24;
    border-radius: 8px;
    display: inline-block;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 700;
}
 
 
 .info {
     font-family: 'Open Sans', sans-serif;
     font-weight: 500;
     font-style: normal;
     text-shadow: 1px 0px 0 #030c05;
 }
 
 .info em {
     position: relative;
     top: -2px;
     font-weight: 500;
     font-style: normal;
     text-shadow: 1px 0px 0 #030c05;
 }
 
 .info i {
     color: #fce9f1;
     font-size: 18px;
 }
 
 
 .navbar-brand {
     height: auto;
 }
 
 header nav#navbar {
    background: #1f497c;
    padding: 8px 0;
    margin: 0px;
    border: 0;
    border-radius: 0;
}
 
 section.main-slider {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 25px;
    padding: 25px;
    border-radius: 10px;
}

.registration-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}

section.main-slider img {
    border-radius: 10px;
}

section.feature-ads {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

section.feature-ads .title {
    margin-bottom: 30px;
}

section.feature-ads .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

.latest-news {
    background: #1f497c;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 6px;
}

.latest-news a {
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

.latest-news marquee {
    display: flex;
    gap: 10px;
    align-items: center;
}


.align-items-center {
    display: flex;
    align-items: center;
}

.registration-content h2 {
    color: #444;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0px;
}

.registration-content article {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: justify;
}

.registration-content a.registration-now {
    background: #bf7b24;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 8px;
    line-height: normal;
}

section.feature-ads .ad img {
    max-width: 100%;
    border-radius: 10px;
}


section.registration .form-group {
    border: 1px solid slategray;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgb(187 187 187 / 35%) 0px 5px 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.registration .form-group label {
    font-size: 16px;
    color: #1f497c;
}

section.registration .form-group .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

section.registration .form-group .payment {
    display: flex;
    gap: 20px;
}

section.registration .form-group .payment img {
    max-width: 100px;
}

section.registration .paynow {
    text-align: right;
}

section.registration .paynow .btn {
    font-size: 16px;
    font-weight: 600;
    background: #bf7b24;
    color: #fff;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    display: inline-block;
    outline: none;
}

section.registration .latest-events {
    display: flex;
    flex-direction: column;
    gap: 25px;
    
}

section.registration .latest-events .single-events {
    text-align: center;
}

section.registration .latest-events img {
    max-width: 100%;
    border-radius: 15px;
}

section.registration {
    padding: 30px 0;
}

section.registration .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

section.registration .title h5 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 0px;
}

section.registration .title {
    margin-bottom: 40px;
}

/*about us style*/

section.about-us {
    padding: 30px 0;
    background: transparent;
}

section.about-us .titile h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}


/*teams style*/

section.our-teams {
    padding: 30px 0;
}

section.our-teams .teams {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

section.our-teams .teams img {
    max-width: 100%;
    border-radius: 10px;
}

section.our-teams .team-member .informations span {
    background: #3a1f7c;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 25px;
    font-weight: 700;
    width: max-content;
    text-align: center;
}

section.our-teams .informations {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    position: absolute;
    bottom: -35px;
    left: 43px;
    width: 76%;
    padding-bottom: 10px;
    overflow: hidden;
    min-height: 135px;
    z-index: 999;
}

section.our-teams .team-member .informations h4 {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
    
}

section.our-teams .team-member .informations h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0px;
}

section.our-teams .team-member .informations p {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0px;
}

section.our-teams .team-member {
    position: relative;
    overflow: hidden;
    transition: all .4s linear;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 39px;
}

section.our-teams .team-member:hover .informations {
    bottom: 30px;
    transition: all .4s linear;
}

.team-member:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 86%;
    height: 86%;
    background: #000000;
    opacity: 0.3;
    margin: 23px;
}

section.our-teams aside {
    background: #fff;
    border: 1px solid slategray;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgb(187 187 187 / 35%) 0px 5px 5px;
}

section.our-teams aside .search-btn {
    text-align: right;
}

section.our-teams aside .btn {
    font-size: 16px;
    font-weight: 600;
    background: #bf7b24;
    color: #fff;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    display: inline-block;
    outline: none;
}


/*teams style*/

section.our-winners {
    padding: 30px 0;
}

section.our-winners .teams {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

section.our-winners .teams img {
    max-width: 100%;
    border-radius: 10px;
}

section.our-winners .team-member .informations span {
    background: #3a1f7c;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 25px;
    font-weight: 700;
    width: 140px;
    text-align: center;
}

section.our-winners .informations {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    position: absolute;
    bottom: -35px;
    left: 43px;
    width: 76%;
    padding-bottom: 10px;
    overflow: hidden;
    min-height: 135px;
}

section.our-winners .team-member .informations h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

section.our-winners .team-member .informations h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0px;
}

section.our-winners .team-member .informations p {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: -1px;
}

section.our-winners .team-member {
    position: relative;
    overflow: hidden;
    transition: all .4s linear;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 39px;
}

section.our-winners .team-member:hover .informations {
    bottom: 30px;
    transition: all .4s linear;
}

/*.team-member:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #000;*/
/*}*/

section.our-winners aside {
    background: #fff;
    border: 1px solid slategray;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgb(187 187 187 / 35%) 0px 5px 5px;
}

section.our-winners aside .search-btn {
    text-align: right;
}

section.our-winners aside .btn {
    font-size: 16px;
    font-weight: 600;
    background: #bf7b24;
    color: #fff;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    display: inline-block;
    outline: none;
}

section.our-winners .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

section.our-winners .title h4 {
    margin: 0px;
}



/*join soty style*/

section.join-soty {
    padding: 30px 0;
}

section.join-soty .tabs-containers {
  display: flex;
  margin: auto;
  gap: 20px;
}

section.join-soty .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
}

section.join-soty .tabs button {
  padding: 15px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  text-align: left;
}

section.join-soty .tabs-containers .tab-content .tab-containers {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

section.join-soty .tabs button.active {
  background-color: #6f3cc2;
  color: #fff;
  font-weight: bold;
}

section.join-soty .content {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.join-soty .card {
  background-color: #6f3cc2;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin: 0px;
}

section.join-soty .card h3 {
  margin-top: 0;
  color: #fff;
}

section.join-soty .counter {
  position: absolute;
  top: 20px;
  right: 40px;
  background-color: #6f3cc2;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
}

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

section.join-soty .tab-content a.btn {
    background: #bf7b24;
    border-radius: 8px;
    display: inline-block;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    height: auto;
    width: auto;
    color: #fff;
}

/*faq design*/

section.faq {
    padding: 30px 0;
}

section.mentor-registration .registration-form .section:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}

section.mentor-registration .registration-form .section:nth-child(1) label {
    display: flex
;
    justify-content: start;
    gap: 10px;
}

section.mentor-registration .registration-form .section:nth-child(1) label input {
    width: auto;
}

.section.terms-condition label {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}


.section.terms-condition input {
    width: auto;
}

section.mentor-registration .profile-upload input#profileImage {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    padding: 0;
}

section.mentor-registration .profile-upload p {
    font-size: 13px;
}

section.mentor-registration h3 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
}

section.faq .tab-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

section.faq .tab {
  padding: 10px 20px;
  border: none;
  background: #d3d8df;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

section.faq .title {
    margin-bottom: 30px;
}

section.faq .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 0px;
}

section.faq .tab.active {
  background: #ff5722;
  color: white;
}

section.faq .content {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

section.faq .content.active {
  display: block;
}

section.faq .faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}

section.faq .faq-question:hover {
  color: #ff5722;
}

section.faq .faq-answer {
  display: none;
  padding: 10px 0 20px;
  color: #444;
  border-bottom: 1px solid #eee;
}

/*mentor registration design */

section.mentor-registration .registration-form {
  max-width: 800px;
  margin: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

section.mentor-registration .section {
  margin-bottom: 2rem;
}

section.mentor-registration h3 {
  margin-bottom: 1rem;
  color: #333;
}

section.mentor-registration .required {
  color: red;
}

section.mentor-registration .profile-upload {
  text-align: center;
  margin-bottom: 1.5rem;
}

section.mentor-registration .image-placeholder {
  border: 2px dashed #ccc;
  padding: 2rem;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
}

section.mentor-registration .note {
  font-size: 0.9rem;
  color: #555;
}

section.mentor-registration .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

section.mentor-registration input, select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

section.mentor-registration input[type="checkbox"] {
  margin-right: 8px;
}

section.mentor-registration .register-btn {
  background-color: #f63;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

section.mentor-registration .register-btn:hover {
  background-color: #e55a00;
}

/*partners design*/

section.our-partners .section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    justify-content: start;
    align-items: flex-start;
    grid-gap: 20px;
}

section.our-partners .section-title {
  font-size: 20px;
  color: #572b8d;
  border-left: 3px solid orange;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 10px;
}

section.our-partners .partner-card {
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

section.our-partners .partner-card img {
  max-width: 80%;
  height: auto;
  margin: 20px 0;
}

section.our-partners .partner-footer {
    background: #bf7b24;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
}

section.our-partners .course-partners {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

section.our-partners .titile {
    margin-bottom: 30px;
}

section.our-partners .titile h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}



/* blogs page design */

section.blogs {
    background: #fff;
    padding: 30px 0;
}

section.blogs .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

section.blogs .card {
    border: 0;
    border-radius: 0;
    background: transparent;
}

section.blog-details .blog-category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

section.blog-details .blog-category span {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 16px;
    color: #444;
    background: #eeeeee;
    padding: 5px 10px;
    border-radius: 3px;
}

section.blogs .sidebar .content .blog-category {
    margin-top: 20px;
}

section.our-gallery h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 20px;
}

section.our-gallery section#photos img {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 10px;
}


section.blogs .content .blog-category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

section.blogs .content .blog-category span {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 16px;
    color: #444;
    background: #eeeeee;
    padding: 5px 10px;
    border-radius: 3px;
}

.social-share h4 {
    letter-spacing: normal;
    font-size: 25px;
    color: #444;
    text-transform: capitalize;
}

.social-share ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-share ul li {
    list-style: none;
}

.social-share ul li button {
    border: none;
    padding: 5px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #10182f;
    color: #fff;
    outline: none;
    font-weight: 700;
    font-size: 18px;
}

.recent-posts ul li {
    list-style: none;
}

.recent-posts ul {
    margin: 0px;
    padding: 0px;
}

.recent-posts ul h6 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
    color: #333;
}

section.blogs .card .card-body {
    padding: 0;
}

section.blogs .card .card-body .image {
    position: relative;
    overflow: hidden;
}

section.blogs .card .card-body .image:hover img {
    transform: scale(1.1);
    transition: all .3s linear;
}

section.blogs .card .card-body .image span.badge {
    background: #1667b1;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 5px;
}

section.blogs .card .card-body .image img {
    border-radius: 10px;
    max-width: 100%;
}

section.blogs .card .card-body .content {
    padding: 15px 0;
}

section.blogs .card .card-body .content ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    line-height: normal;
    flex-direction: row;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

section.blogs .card .card-body .content ul a {
    color: #444;
}

section.blogs .card .card-body .content ul li:first-child a {
    color: #1667b1;
}

section.blogs .card .card-body .content h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 25px;
    line-height: normal;
    color: #444;
    margin-bottom: 0px;
    min-height: 81px;
}

section.blogs .card .card-body .content h5 a {
    color: #444;
}

section.blogs .card .card-body .content a.btn {
    background: #1667b1;
    padding: 12px 25px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #1667b1;
    height: auto;
    line-height: normal;
    width: unset;
}


section.blogs .card .card-body .content article {
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #444;
    text-align: justify;
}

section.blogs .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

section.blogs .pagination ul li {
    width: 45px;
    height: 45px;
    line-height: 42px;
    background: transparent;
    border: 1px solid #222;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

section.blogs .pagination ul li a.btn {
    border: 0;
    padding: 0;
    font-weight: 500;
}

section.blogs .pagination {
    justify-content: center;
    margin-top: 35px;
}

section.blogs .pagination ul li:hover {
    background: #1667b1;
    transition: all .3s linear;
}

section.blogs .pagination ul li:hover a {
    color: #fff;
}


/*blog details*/


section.blog-details {
    padding: 100px 0;
    background: #fff;
}

section.blog-details .card .recent-posts ul {
    list-style: none;
    padding: 0;
}



section.blog-details .card {
    height: 100%;
    padding: 25px;
    border-radius: 10px;
}

section.blog-details .cover-images {
    position: relative;
    margin-bottom: 25px;
}

section.blog-details .cover-images .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1c8fce;
    padding: 15px;
    flex-direction: row;
}

section.blog-details .cover-images .content .right ul {
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: start;
    text-align: center;
}

section.blog-details .cover-images .content .right ul p {
    margin: 0;
    color: #fff;
}

section.blog-details .cover-images .content .right ul h6 {
    font-family: "Rowdies", sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #fff;
}

section.blog-details .cover-images .content .left h6 {
    font-family: "Rowdies", sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #fff;
}

section.blog-details .cover-images .content .left p {
    color: #fff;
}

section.blog-details .cover-images .content .left {
    text-align: center;
}

section.blog-details .cover-images img {
    border-radius: 15px;
    max-width: 100%;
}

section.blog-details h2 {
    font-family: "Rowdies", sans-serif;
    font-size: 35px;
    line-height: normal;
    color: #444;
}

section.blog-details article {
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #444;
}

section.blog-details .blog-details-content h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 25px;
    line-height: normal;
    color: #444;
    margin-bottom: 0px;
}

section.blog-details .massage-ceo {
    background: #674FA3;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #000;
    border-style: dashed;
    margin-top: 25px;
}

section.blog-details .massage-ceo article {
    color: #fff;
}

section.blog-details .massage-ceo h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 25px;
    line-height: normal;
    color: #fff;
    text-align: right;
}

section.blog-details .comments .card .card-body {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: row;
    justify-content: start;
}

section.blog-details .comments .card .card-body .content {
    width: 100%;
}

section.blog-details .comments .card .card-body .icon img {
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
}

section.blog-details .comments .card .card-body .content .header-info {
    border-bottom: 2px solid #444;
    border-bottom-style: dashed;
}

section.blog-details .comments .card .card-body .content .header-info h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 25px;
    line-height: normal;
}

section.blog-details .comments .card {
    border: none;
    border-radius: 25px;
    margin: 25px 0;
}

section.blog-details .comment-replay h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 25px;
    line-height: normal;
}

section.blog-details .comment-replay p {
    font-size: 12px;
    margin: 0px;
    color: #444;
}

section.blog-details .comment-replay .form-group {
    margin: 25px 0;
}

section.blog-details .comment-replay .form-group label {
    margin-bottom: 10px;
    color: #444;
    line-height: normal;
}

section.blog-details .comment-replay .form-group input {
    border: 2px solid #fbf1e3;
    background: #fbf1e3;
    padding: 12px;
    border-radius: 10px;
}

section.blog-details .comment-replay .form-group input:focus {
    border: 2px solid #1667b1;
    border-style: dashed;
    box-shadow: none;
}

section.blog-details .comment-replay .form-group textarea {
    background: #fbf1e3;
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #fbf1e3;
}

section.blog-details .comment-replay .form-group textarea:focus {
    border: 2px solid #1667b1;
    border-style: dashed;
    box-shadow: none;
}

section.blog-details .comment-replay .form-group button.btn {
    background: #1667b1;
    padding: 12px 25px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #1667b1;
}

section.blog-details .comment-replay .form-group button.btn:hover {
    border-color: #333;
    border-style: dashed;
}

section.blog-details .card form .form-group {
    position: relative;
}

section.blog-details .card form .form-group button.btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #444;
}

section.blog-details .recent-posts ul li .single-blog {
    display: flex;
    align-items: start;
    gap: 15px;
    flex-direction: column;
    margin: 15px 0;
    justify-content: start;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

section.blog-details .recent-posts ul li .single-blog .image img {
    max-width: 100%;
}

section.blog-details .recent-posts ul li .single-blog .content {
    width: 100%;
    color: #444;
}

section.blog-details .recent-posts ul li .single-blog .content h6 {
    margin: 0;
    font-family: "Rowdies", sans-serif;
    font-size: 16px;
    line-height: normal;
}

section.blog-details .card .recent-posts h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 20px;
    line-height: normal;
    margin: 20px 0;
    color: #444;
}

section.blog-details .card .recent-category h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 20px;
    line-height: normal;
    margin: 20px 0;
    color: #444;
}

section.blog-details .card .recent-category ul li {
    border-bottom: 2px solid #444;
    border-bottom-style: dashed;
    padding: 10px 0;
}

section.blog-details .card .recent-category ul li a {
    color: #444;
    font-size: 18px;
}

section.blog-details .card .recent-category ul li:last-child {
    border: none;
}

section.blog-details .recent-posts ul li:last-child .single-blog {
    border: none;
}

section.blog-details .card .ads img {
    width: 100%;
    border-radius: 15px;
}

section.blog-details .card form .form-group input {
    background: #fff;
    border: 2px solid #fff;
    padding: 12px;
    border-radius: 10px;
}

section.blog-details .card form .form-group input:focus {
    box-shadow: none;
    border: 2px solid #1667b1;
    border-style: dashed;
}

section.blog-details .card form .form-group button.btn i {
    font-size: 23px;
    font-weight: 700;
}


/*events design */


section.our-events {
    padding: 30px 0;
    background: #fff;
}

section.our-events .titile {
    margin-bottom: 40px;
}


section.our-events .titile h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

section.our-events .card {
    border: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
}

section.our-events .card .card-body {
    padding: 0px;
    margin: 0px;
}

section.our-events .card .single-event {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 10px;
}

section.our-events .card .single-event .event-content {
    width: 100%;
}

section.our-events .card .single-event .event-img img {
    height: 100%;
    min-height: 220px;
    max-width: 100%;
}

section.our-events .card .single-event .event-img {
    overflow: hidden;
}

section.our-events .card .single-event .event-content .infos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

section.our-events .card .single-event .event-img:hover img {
    transform: scale(1.1);
    transition: all .3s linear;
}

section.our-events .card .schadule-badge {
    text-align: right;
}

section.our-events .card .schadule-badge span {
    text-align: center;
    width: auto;
    position: absolute;
    right: 15px;
    top: 10px;
    bottom: auto;
    margin: auto;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    color: #ffff;
    height: auto;
    padding: 5px 15px;
    background: #17a6e0;
    border-radius: 0 0 0 10px;
}

section.our-events .card .single-event .event-content {
    width: 100%;
    padding: 32px 5px;
}

section.our-events .card .single-event .event-content h5 {
    font-family: "Rowdies", sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #444;
}

section.our-events .card .single-event .event-content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #444;
    margin: 0;
}

section.our-events .card .single-event .event-content address {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #444;
    margin-bottom: 0px;
    
}

section.our-events .card .single-event .event-content p a {
    color: #444;
    text-decoration: underline;
}

section.our-events .card .single-event .event-content .btn {
    display: inline-block;
    text-align: center;
    background: #1667b1;
    padding: 12px 15px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #1667b1;
    text-transform: capitalize;
    height: auto;
    width: unset;
}

section.our-events .view-all-event {
    display: inline-block;
    text-align: center;
    background: #1667b1;
    padding: 12px 25px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #1667b1;
    text-transform: capitalize;
}

section.our-events .view-all-event:hover {
    border-color: #333;
    border-style: dashed;
}


/*event details */


section.our-events-details {
  padding: 30px 0;
  background: url('bg-blur.jpg') no-repeat center center/cover;
}

section.our-events-details .titile {
    margin-bottom: 30px;
}

section.our-events-details .titile h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

section.our-events-details .events-information {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 40px;
}

section.our-events-details .image-section img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

section.our-events-details .text-section {
  max-width: 600px;
}

section.our-events-details .text-section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: monospace;
      background: #ecbb64;
    padding: 8px;
    border-radius: 8px;
}

section.our-events-details .text-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

section.our-events-details .registration-box {
  background-color: #6e42ad;
  padding: 20px 30px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

section.our-events-details .reg-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

section.our-events-details .reg-text span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

section.our-events-details .register-btn {
  background: linear-gradient(to right, #00c6ff, #00f36e);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
}

section.our-events-details .register-btn:hover {
  opacity: 0.9;
}




section.rewards ul.certificates {
    padding: 0;
    list-style: none;
    gap: 20px;
    display: grid;
    justify-content: end;
    align-items: end;
}

section.rewards ul.certificates li {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    text-align: right;
}

section.rewards ul.certificates li img {
    width: 100px;
    height: 100px;
}


/*section.rewards .reward {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 50px;*/
/*}*/

section.rewards .certificate {
    padding-left: 50px;
}

section.rewards .reward .price p {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    line-height: normal;
}

section.rewards .reward .price ul {
    padding: 0;
    margin: 0;
    line-height: normal;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.rewards .reward .price ul li {
    display: flex;
    justify-content: space-between;
    background: #ddd;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
}

section.rewards .reward .price ul li h3 {
    font-size: 22px;
    margin: 0;
    line-height: normal;
}

section.rewards .reward .price ul li .icon img {
    width: 70px;
    height: 70px;
}

section.rewards .certificate ul {
    padding: 0;
    margin: 0;
    line-height: normal;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.rewards .certificate ul li {
    font-size: 18px;
    line-height: normal;
    color: #444;
}

section.rewards .certificate ul li span {
    width: 25px;
    height: 25px;
    background: #ddd;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    font-size: 15px;
}

section.rewards .certificate p {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    line-height: normal;
}

header nav#navbar .submenus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .sidebar-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff9c;
    z-index: 9;
    backdrop-filter: blur(10px);
    width: 100%;
    text-align: right;
}

header nav#navbar .menu-toggle-btn {
    display: none;
}

header .sidebar-menu {
    display: none;
}

header .sidebar-menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 150px;
}

header .sidebar-menu ul:first-child li:first-child {
    text-align: right;
}

header .sidebar-menu ul:first-child li:first-child svg {
    margin: 10px;
    cursor: pointer;
}

header .sidebar-menu ul li a {
    font-size: 15px;
    color: #444;
    font-weight: 600;
}




header nav#navbar .submenus {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 0;
    border-radius: 8px;
    display: none;
}

header nav#navbar .submenus.active {
    display: flex;
    position: fixed;
    z-index: 99;
}

header nav#navbar .submenus ul li a {
    color: #444 !important;
    display: block;
}

header nav#navbar .submenus ul li {
    padding: 4px 10px;
}











 
 .eng-date {
     font-family: 'Open Sans', sans-serif;
 }
 
header nav#navbar .menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

header nav#navbar .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

 
/*header nav#navbar .menu li.active a {*/
/*     color: #FF0000 !important;*/
/* }*/
 
header nav#navbar .menu li:nth-child(1) a:hover {
     color: #FF0000;
 }
 
header nav#navbar .menu li:nth-child(2) a:hover {
     color: #ff9600;
 }
 
header nav#navbar .menu li:nth-child(3) a:hover {
     color: #008c99;
 }
 
header nav#navbar .menu li:nth-child(4) a:hover {
     color: #0066ff;
 }
 
header nav#navbar .menu li:nth-child(5) a:hover {
     color: #96cd39;
 }
 
header nav#navbar .menu li:nth-child(6) a:hover {
     color: #ff0099;
 }
 
header nav#navbar .menu li:nth-child(7) a:hover {
     color: #ffa703;
 }
 
header nav#navbar .menu li:nth-child(8) a:hover {
     color: #ff9600;
 }
 
 .carousel-caption h3 {
     color: #a9d63b;
     text-shadow: 1px -1px 0px #000;
     font-weight: bold;
     font-size: 27px;
 }
 
 .carousel-caption p {
     color: #fff;
     text-shadow: 1px -1px 0px #000;
     font-size: 17px;
 }
 
 .content-area {
     background: #fff;
     overflow: hidden !important;
     padding: 15px 30px;
 }
 /*-- slier --*/
 /* Carousel Fading slide */
 
 .carousel-fade .carousel-control {
     z-index: 2;
 }
 
 .carousel-fade .item {
     opacity: 0;
     -webkit-transition-property: opacity;
     -moz-transition-property: opacity;
     -o-transition-property: opacity;
     transition-property: opacity;
 }
 
 .carousel-fade .next.left,
 .carousel-fade .prev.right,
 .carousel-fade .item.active {
     opacity: 1;
 }
 
 .carousel-fade .active.left,
 .carousel-fade .active.right {
     left: 0;
     opacity: 0;
     z-index: 1;
 }
 /* Safari Fix */
 
 @media all and (transform-3d),
 (-webkit-transform-3d) {
     .carousel-fade .carousel-inner>.item.next,
     .carousel-fade .carousel-inner>.item.active.right {
         opacity: 0;
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }
     .carousel-fade .carousel-inner>.item.prev,
     .carousel-fade .carousel-inner>.item.active.left {
         opacity: 0;
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }
     .carousel-fade .carousel-inner>.item.next.left,
     .carousel-fade .carousel-inner>.item.prev.right,
     .carousel-fade .carousel-inner>.item.active {
         opacity: 1;
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }
 }
 /* Carousel Control custom */
 
 .carousel-control .control-icon {
     font-size: 48px;
     height: 30px;
     margin-top: -15px;
     width: 30px;
     display: inline-block;
     position: absolute;
     top: 50%;
     z-index: 5;
 }
 
 .carousel-control .prev {
     margin-left: -15px;
     left: 50%;
 }
 /* Prev */
 
 .carousel-control .next {
     margin-right: -15px;
     right: 50%;
 }
 /* Next */
 /* Removing BS background */
 
 .carousel .control-box {
     opacity: 0;
 }
 
 a.carousel-control.left {
     left: 0;
     background: none;
     border: 0;
 }
 
 a.carousel-control.right {
     right: 0;
     background: none;
     border: 0;
 }
 /* Animation */
 
 .control-box,
 a.carousel-control,
 .carousel-indicators li {
     -webkit-transition: all 250ms ease;
     -moz-transition: all 250ms ease;
     -ms-transition: all 250ms ease;
     -o-transition: all 250ms ease;
     transition: all 250ms ease;
     /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
     /* Assigning animation to indicator li will make slides flicker */
 }
 /* Hover animation */
 
 .carousel:hover .control-box {
     opacity: 1;
 }
 
 .carousel:hover a.carousel-control.left {
     left: 15px;
 }
 
 .carousel:hover a.carousel-control.right {
     right: 15px;
 }
 /* Carouse Indicator */
 
 .carousel-indicators li.active,
 .carousel-indicators li {
     border: 0;
 }
 
 .carousel-indicators li {
     background: #666;
     margin: 0 3px;
     width: 12px;
     height: 12px;
 }
 
 .carousel-indicators li.active {
     background: #fff;
     margin: 0 3px;
 }
 
 .carousel-caption {
     text-align: left;
     right: 10%;
     left: 7%;
 }
 /*=----------------testimonial slider--------*/
 
 .testimonial {
     border-left: 3px solid #6ab33e;
     padding: 50px 0 50px 275px;
     position: relative
 }
 
 .testimonial:before,
 .testimonial:after {
     content: "";
     width: 320px;
     height: 55px;
     border-right: 3px solid #6ab33e;
     position: absolute;
     left: 0;
 }
 
 .testimonial:before {
     border-top: 3px solid #6ab33e;
     top: 0;
 }
 
 .testimonial:after {
     border-bottom: 3px solid #6ab33e;
     bottom: 0;
 }
 
 .testimonial .pic {
     width: 210px;
     height: auto;
     position: absolute;
     top: 60px;
     left: 30px;
 }
 
 .testimonial .pic img {
     width: 100%;
     height: auto;
 }
 
 .testimonial .description {
     font-size: 14px;
     color: #7a7e82;
     line-height: 27px;
     position: relative;
 }
 
 .testimonial .description:before {
     content: "\f10d";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     position: absolute;
     top: -70px;
     left: 0;
     font-size: 20px;
     color: #7a7e82;
 }
 
 .testimonial .testimonial-title {
     font-size: 22px;
     font-weight: 800;
     color: #22272c;
     text-transform: capitalize;
 }
 
 .testimonial .post {
     display: block;
     font-size: 15px;
     font-weight: 700;
     color: #6ab33e;
     margin-top: 10px;
 }
 
 .owl-theme .owl-controls {
     text-align: right;
     margin-top: 30px;
 }
 
 .owl-theme .owl-controls .owl-buttons div {
     background: #6ab33e;
     border-radius: 0;
     opacity: 1;
     padding: 5px 10px;
 }
 
 .owl-prev:before,
 .owl-next:before {
     content: "\f053";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     color: #fff;
 }
 
 .owl-next:before {
     content: "\f054";
 }
 
 @media only screen and (max-width: 990px) {
     .testimonial {
         padding: 80px 0 80px 265px;
     }
 }
 
 @media only screen and (max-width: 767px) {
     .testimonial {
         padding: 0;
         border: none;
     }
     .testimonial:before,
     .testimonial:after {
         border: none;
     }
     .testimonial .pic {
         position: relative;
         top: 0;
         left: 0;
     }
     .testimonial .description {
         margin-top: 15px;
     }
     .testimonial .description:before {
         content: "";
     }
     
     
     section.about-founder .teacher-photo {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    section.rounds-step .rounds {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    
    section.rewards .certificate {
        padding: 0px !important;
        margin: 20px 0 !important;
    }
    
    section.main-slider {
        margin: 25px 0 !important;
    }
    
    .content-area {
        padding: 15px 0 !important;
    }
    
    footer.main-footer section.rewards {
        margin: 0 !important;
    }
    
    .registration-content h2 {
        font-size: 22px !important;
    }
    
    .top-header .logo img {
        max-width: 150px !important;
    }
    
    header nav#navbar .menu {
        display:none;
    }
    
    header nav#navbar .menu-toggle-btn {
        display:block;
    }
 }
 /*--------------sidebar----------------*/
 
 section.rewards .contact-forms ul li em {
    font-style: normal;
}
 
 .u-shadow-v21 {
     box-shadow: 0 9px 19px -15px rgba(0, 0, 0, .8);
     transition-property: all;
     transition-timing-function: ease;
     transition-delay: 0s;
     transition-duration: .3s;
     border-top: 1px solid #f7f7f4;
 }
 
 .g-bg-white {
     background: url(../img/courses-bg.jpg) no-repeat;
 }
 
 .g-pa-30 {
     padding: 2.14286rem !important;
 }
 
 .rounded {
     border-radius: .25rem !important;
 }
 
 .bar-title {
     background: #9f2121;
     padding: 6px 15px;
 }
 
 .bar-title h5 {
     margin-bottom: 0;
     font-size: 17px;
     font-weight: normal;
     color: #fff;
     font-family: "SolaimanLipi";
     text-shadow: 1px 0 0 #000;
 }
 
 .bar-title h5 span {
     position: relative;
     top: 4px;
 }
 
 .gallery-ph {
     padding: 0;
     border: 1px solid #f1f1f1;
 }
 /*============== Notice============*/
 
 .m-list-timeline__items {
     position: relative;
     padding: 0;
     margin: 0;
 }
 
 .m-list-timeline .m-list-timeline__items:before {
     background-color: #ebedf2;
 }
 
 .m-list-timeline__items:before {
     position: absolute;
     display: block;
     content: '';
     width: 1px;
     height: 100%;
     top: 0;
     bottom: 0;
     left: 3px;
 }
 
 .m-list-timeline__items .m-list-timeline__item:first-child {
     padding-top: 0;
     margin-top: 0;
 }
 
 .m-list-timeline__items .m-list-timeline__item:first-child {
     padding-top: 0;
     margin-top: 0;
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge {
     text-align: left;
     vertical-align: middle;
     display: table-cell;
     position: relative;
     width: 20px;
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
     color: #575962;
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
     display: table-cell;
     text-align: left;
     vertical-align: middle;
     width: 100%;
     padding: 0 5px 0 0;
 }
 
 .m-loader:before {
     border-top-color: #dfe2ea
 }
 
 .m-list-timeline__items {
     /*! position:relative; */
     /*! padding:0; */
     /*! margin:0 */
 }
 
 .m-list-timeline__items:before {
     /*! position:absolute; */
     /*! display:block; */
     /*! content:''; */
     /*! width:1px; */
     height: 100%;
     /*! top:0; */
     bottom: 0;
     left: 3px
 }
 
 .m-list-timeline__items .m-list-timeline__item {
     position: relative;
     display: table;
     table-layout: fixed;
     width: 100%;
     padding: 6px 0;
     margin: 0 0
 }
 
 .m-list-timeline__items .m-list-timeline__item:first-child:before,
 .m-list-timeline__items .m-list-timeline__item:last-child:before {
     background-color: #fff;
     position: absolute;
     display: block;
     content: '';
     width: 1px;
     height: 50%;
     top: 0;
     bottom: 0;
     left: 3px
 }
 
 .m-list-timeline__items .m-list-timeline__item:last-child:before {
     top: auto;
     bottom: 0
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge {
     text-align: left;
     vertical-align: middle;
     display: table-cell;
     position: relative;
     width: 20px
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
     position: absolute;
     display: block;
     content: '';
     width: 7px;
     height: 7px;
     left: 0;
     top: 50%;
     margin-top: -3.5px;
     border-radius: 100%
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
     text-align: left;
     vertical-align: middle;
     display: table-cell;
     width: 30px;
     padding: 0 5px 0 0;
     line-height: 0
 }
 
 .m-list-timeline__items .m-list-timeline__item [class*=" la-"],
 .m-list-timeline__items .m-list-timeline__item [class^=la-] {
     font-size: 1.6rem
 }
 
 .m-list-timeline__items .m-list-timeline__item [class*=" fa-"],
 .m-list-timeline__items .m-list-timeline__item [class^=fa-] {
     font-size: 1.2rem
 }
 
 .m-list-timeline__items .m-list-timeline__item [class*=" flaticon-"],
 .m-list-timeline__items .m-list-timeline__item [class^=flaticon-] {
     font-size: 1.6rem
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
     display: table-cell;
     text-align: left;
     vertical-align: middle;
     width: 100%;
     padding: 0 5px 0 0;
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text:hover {
     text-decoration: none;
     color: orange;
 }
 
 .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
     display: table-cell;
     text-align: right;
     vertical-align: middle;
     width: 80px;
     padding: 0 0 0 5px;
     font-size: .85rem
 }
 
 .m-list-timeline__items .m-list-timeline__item:first-child {
     padding-top: 0;
     margin-top: 0
 }
 
 .m-list-timeline__items .m-list-timeline__item:last-child {
     padding-bottom: 0;
     margin-bottom: 0
 }
 
 .m-list-timeline .m-list-timeline__items:before {
     /*! background-color:#ebedf2 */
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
     background-color: #ebedf2
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--brand:before {
     background-color: #716aca
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--metal:before {
     background-color: #c4c5d6
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--light:before {
     background-color: #fff
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--accent:before {
     background-color: #00c5dc
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--focus:before {
     background-color: #9816f4
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--primary:before {
     background-color: #5867dd
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #34bfa3
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(2) .m-list-timeline__badge.m-list-timeline__badge--success:before,
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(7) .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #ff0099;
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(3) .m-list-timeline__badge.m-list-timeline__badge--success:before,
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(8) .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #ff9600;
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(4) .m-list-timeline__badge.m-list-timeline__badge--success:before,
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(9) .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #5cb85c;
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(5) .m-list-timeline__badge.m-list-timeline__badge--success:before,
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(10) .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #5867dd;
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(6) .m-list-timeline__badge.m-list-timeline__badge--success:before,
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:nth-child(11) .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #3399ff;
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
     color: #cfcedb
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
     color: #575962
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
     color: #7b7e8a
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:first-child:before,
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item:last-child:before {
     background-color: #fff
 }
 
 .m-list-timeline .m-list-timeline__items .m-list-timeline__item.m-list-timeline__item--read {
     opacity: .5
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items:before {
     background-color: #a1a4b1
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
     background-color: #a1a4b1
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--brand:before {
     background-color: #716aca
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--metal:before {
     background-color: #c4c5d6
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--light:before {
     background-color: #fff
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--accent:before {
     background-color: #00c5dc
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--focus:before {
     background-color: #9816f4
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--primary:before {
     background-color: #5867dd
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--success:before {
     background-color: #34bfa3
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--info:before {
     background-color: #36a3f7
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--warning:before {
     background-color: #ffb822
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--danger:before {
     background-color: #f4516c
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
     color: #dfdff1
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
     color: #fff
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
     color: #8284a1
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item:first-child:before,
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item:last-child:before {
     background-color: #333
 }
 
 .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item.m-list-timeline__item--read {
     opacity: .5
 }
 
 .m-list-timeline__text {
     font-size: 14px;
     line-height: 17px !important;
 }
 
 .m-list-timeline__text .m-link {
     font-size: 12px;
 }
 
 .bar-title img {
     height: 30px;
 }
 
 .about-us {
     background-color: rgba(0, 0, 0, 0);
     padding: 25px;
     margin-top: 15px;
     font-family: "SolaimanLipi";
 }
 
 .about-us h3 {
     font-weight: normal;
     font-family: "SolaimanLipi";
     line-height: 30px;
 }
 
 .about-us h3 span {
     color: orange;
 }
 
 .pd-0 {
     padding: 0;
 }

 
 .border-bottom {
     border: 2px solid #36a3f7;
     width: 100%;
     display: block;
 }
 
 .video-area iframe {
     border: 12px solid #f8f0f7;
     border-radius: 5px;
 }
 
 .inner-shape {
     position: relative;
 }
 
 .shape-x {
     background: url(../img/shape.png) repeat-x;
     position: absolute;
     height: 10px;
     width: 100%;
     z-index: 1000;
 }
 
 .shape-x-ash {
     background: url(../img/shape-ash.png) repeat-x;
     position: absolute;
     height: 10px;
     width: 100%;
     z-index: 1000;
 }
 
 a.radious {
     border-radius: 22px;
 }
 
 .navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:focus,
 .navbar-default .navbar-nav>.active>a:hover {
     background: none;
 }
 
 .teacher-info {
     font-size: 12px;
     margin-bottom: 15px;
     display: block;
 }
 
 .teacher-info em {
     display: block;
     font-style: inherit;
     line-height: 19px;
     font-size: 13px;
 }
 
 .school-video h3 {
     font-weight: normal;
     margin-top: 15px;
     font-family: "SolaimanLipi";
     font-size: 16px;
 }
 
 .school-video h3 span {
     color: #ff0099;
     display: block;
     font-size: 24px;
 }
 
 .school-video {
     margin-top: 30px;
     padding: 20px 0 12px 0;
 }
 
 .tp-leap {
     height: 38px;
     background: url(../img/leap-1.png) no-repeat center;
     margin-bottom: 10px;
 }
 
 .about-us p {
     font-size: 15px;
     margin-top: 15px;
 }
 
 .video-bg-white {
     background: url(../img/fanush.svg);
 }
 
 .gallery-ph img {
     border-radius: 3px;
     border: 1px solid #ccc;
 }
 
 .btn-warning.radious {
     background: #ff9600;
     border: 1px solid #f8a024;
     box-shadow: 1px 3px 4px #b0adad;
     margin-bottom: 6px;
 }
 
 .btn-info.radious {
     box-shadow: 1px 3px 4px #b0adad;
     margin-bottom: 2px;
 }
 
 section.about-founder {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 15px;
    margin: 50px 0;
}

 section.about-founder .title {
     margin-bottom: 30px;
 }

 section.about-founder .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 0px;
 }
 
 section.about-founder .teacher-photo img {
    border-radius: 10px;
    border-bottom: 0;
    width: 300px;
    padding: 40px 30px;
    margin: 0 auto;
}


section.about-founder img {
    border-radius: 10px;
    border-bottom: 0;
    min-height: 300px;
    max-width: 100%;
}

 
 .head-teacher p {
     font-size: 15px;
     text-align: justify;
 }
 
 .notice-board {
     margin-top: 15px;
 }
 
 .notice-board .bar-title {
     background: #008c99;
 }
 
 .bar-title a {
     color: #fff;
 }
 
 .bar-title a:hover {
     color: #fff;
     text-decoration: none;
     opacity: .7;
 }
 
 .m-scrollable.m-scroller.ps.ps--active-y {
     padding: 15px;
 }
 
 .imp-forms {
     margin-top: 30px;
 }
 
 .imp-forms .bar-title {
     border-radius: 2px 2px 0px 0;
     background: #ff9600;
 }
 
 .imp-links {
     margin-top: 30px;
 }
 
 .imp-links .bar-title {
     border-radius: 2px 2px 0px 0;
     background: #ff0099;
 }
 
 .gallery {
     margin-top: 30px;
     padding-bottom: 15px;
 }
 
 .gallery .bar-title {
     border-radius: 2px 2px 0px 0;
     background: #5bc0de;
 }
 
 .gallery-box {
     margin-top: 15px;
 }
 
 .seven-img {
     background: #fff;
 }
 
 .footer img {
     width: 100%;
 }
 

section.rewards .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

section.rewards .sub-title {
    margin-bottom: 20px;
}

section.rewards .sub-title h5 {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 0px;
}

section.rewards ul.certificates li h5 {
    font-size: 18px;
    line-height: normal;
    margin: 4px 0;
}

section.rewards .title {
    margin-bottom: 30px;
}

section.rewards .contact-forms {
    background: #10182f;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
}

footer.main-footer section.rewards {
    margin: 0 45px;
}

footer.main-footer section.rewards .social-info ul {
    flex-direction: row;
}

footer.main-footer section.rewards .social-info {
    margin-top: 25px;
}

footer.main-footer section.rewards .social-info  h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

section.rewards .contact-forms h4 {
    color: #fff;
}

section.rewards .contact-forms .title {
    margin-bottom: 30px;
}

section.rewards .contact-forms ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5px;
}

section.rewards .contact-forms ul li {
    color: #fff;
    font-size: 17px;
}

section.rewards .contact-forms .contact-form {
    margin: 0;
    padding-top: 30px;
}


section.rewards .contact-forms .contact-form label {
    color: #fff;
}


section.rewards .contact-forms .contact-form button {
    background: #bf7b24;
    border-radius: 8px;
    display: inline-block;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    line-height: normal;
    outline: none;
}

section.rewards .reward .price .content p {
    color: #fff;
}

section.rewards .reward .price ul li h3 {
    color: #fff;
}

section.rewards .reward .price ul li:nth-child(1) {
    background: #6cc070;
}

section.rewards .reward .price ul li:nth-child(2) {
    background: #ff6633;
}

section.rewards .reward .price ul li:nth-child(3) {
    background: #003663;
}

 
 /*.main-footer {*/
 /*    background: #fff url(../img/footer-bg-last.svg) no-repeat bottom;*/
 /*    background-size: contain;*/
 /*    width: 100%;*/
 /*    display: block;*/
 /*    overflow: hidden;*/
 /*    padding-bottom: 28px;*/
 /*}*/
 
 .sub-sec {
     padding: 0 30px;
 }
 
 .f-section h3 {
     font-weight: initial;
     font-family: "SolaimanLipi";
     color: #5b5b5a;
     margin-top: 30px;
     font-size: 21px;
 }
 
 .f-section span {
     font-weight: normal;
     font-family: "SolaimanLipi";
     display: block;
     font-size: 14px;
 }
 
 .f-section span i {
     color: #ff9600;
 }
 
 .contact-info span,
 .open-hours span {
     font-family: 'Open Sans', sans-serif;
 }
 
 .contact-info span i {
     margin-right: 5px;
 }
 
 .f-section span a:hover {
     color: #ff9600;
 }
 
 
 .scials li {
     display: inline-block;
     margin-right: 0px;
     float: left;
     padding-left: 2px !important;
     margin-left: 2px !important;
 }
 
 .scials li a {
     height: 40px !important;
     width: 40px !important;
     color: #fff;
     line-height: 38px;
     display: flex !important;
     font-size: 14px;
     background: #55acee;
     border-radius: 50%;
     border: 1px solid #55acee;
     -webkit-transition: all 400ms linear 0s;
     -o-transition: all 400ms linear 0s;
     transition: all 400ms linear 0s;
     display: inline;
 }
 
 footer.main-footer .contact-info {
    position: relative;
}

footer.main-footer .contact-info .bg-images {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer.main-footer .contact-info .bg-images img {
    max-width: 150px;
}

section.rewards {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.teacher-photo .bg-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
}


 
 .scials li a {
     color: #fff;
     line-height: 38px;
     font-size: 14px;
     text-align: center;
     align-items: center;
     justify-content: center;
 }
 
 .scials li:nth-child(2) a {
     text-align: center;
     background: #3b5999;
     border: 1px solid #3b5999;
 }
 
 .scials li:nth-child(1) a:hover {
     color: #55acee;
     background: #fff;
 }
 
 .scials li:nth-child(2) a:hover {
     color: #3b5999;
     background: #fff;
 }
 
 .gallery_widget ul {
     overflow: hidden;
     margin: 0;
     padding: 0;
 }
 
 .gallery_widget ul li {
     width: calc(100% / 2);
     float: left;
     list-style: none;
     border: 1px dotted #f1f1f1;
 }
 
 .gallery_widget ul li a {
     display: block;
     position: relative;
     overflow: hidden;
 }
 
 .gallery_widget ul li a i {
     position: absolute;
     top: 50%;
     width: 100%;
     text-align: center;
     z-index: 2;
     color: #fff;
     margin-top: -7px;
     left: 0px;
     transform: scale(0);
     transition: all 0.6s ease-in-out;
 }
 
 .gallery_widget ul li a:before {
     content: "";
     width: 100%;
     height: 100%;
     opacity: 0;
     position: absolute;
     top: 0px;
     left: 0px;
     overflow: visible;
     border: 0px solid rgba(33, 140, 243, 0.63);
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     transition: all 0.6s ease-in-out;
     z-index: 1;
 }
 
 .gallery_widget ul li a img {
     max-width: 100%;
 }
 
 .gallery_widget ul li:hover a i {
     transform: scale(1);
 }
 
 .gallery_widget ul li:hover a:before {
     border: 50px solid rgba(33, 140, 243, 0.63);
     opacity: 1;
 }
 
 section.copyright {
    margin-top: 30px;
}

section.copyright .registration-button {
    text-align: center;
}

section.copyright .registration-button a {
    background: #bf7b24;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 8px;
    line-height: normal;
}

section.copyright p {
    text-align: center;
    margin: 0;
    padding-top: 15px;
}
 
 .navbar-default .navbar-toggle {
     border-color: #DB3030;
     margin-top: 35px;
 }
 
 .navbar-default .navbar-toggle .icon-bar {
     background-color: #DB3030;
 }
 
 .navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
     background-color: #f1f1f1;
 }
 
 .video-area iframe {
     width: 80%;
     height: 350px;
 }
 
 .vticker ul {
     margin: 0 !important;
     padding: 0 !important;
     list-style: none;
 }
 
 .vticker ul li {
     list-style: none;
 }
 
 .m-list-timeline__items .m-list-timeline__item:first-child {
     padding-top: 3px;
 }
 
 .carousel-inner>.item>a>img,
 .carousel-inner>.item>img {
     width: 100%;
 }
 
 .history {
     margin-top: 4px;
     display: block;
 }
 
 .routine .bar-title {
     background: #0066ff;
 }
 
 .results .bar-title {
     background: #96cd39;
 }
 
 .results h4 {
     font-weight: normal;
 }
 
 .results .panel-group {
     padding: 15px 15px 0 15px;
 }
 
 .routine .panel-group {
     padding: 15px 15px 0 15px;
 }
 
 .routine .panel-title {
     font-family: "SolaimanLipi";
     font-weight: normal;
 }
 
 {
     content: "";
     height: 4px;
     background: #1ebba3;
     position: absolute;
     left: 0;
     width: 82%;
     bottom: -5px;
 }
 /*--------------------- -----------
    10. Portfolio CSS Start
----------------------------------*/
 
 .portfolio-section {
     padding: 100px 0;
     overflow: hidden;
 }
 
 .portfolio-nav {
     float: none;
     text-align: center;
     margin-bottom: 30px;
 }
 
 .filtr-container {}
 
 .portfolio-nav li {
     display: inline-block;
     cursor: pointer;
     margin-right: 10px;
     margin-left: 10px;
     text-transform: capitalize;
     font-weight: bold;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
 }
 
 .portfolio-nav li:hover {
     color: #ee2c3c;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
 }
 
 .filtr-item {
     width: 25%;
     padding: 0;
 }
 
 .filtr-item-4 {
     width: 25%;
     padding: 0;
 }
 
 .padd0 {
     padding: 0;
 }
 /* Portfolio Hover CSS Start */
 
 .box {
     overflow: hidden;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    border-radius: 10px;
    padding: 6px;
 }
 
 .box:before {
     content: "";
     width: 70%;
     height: 100%;
     position: absolute;
     top: 0;
     left: -10%;
     opacity: 0;
     transform: scale(0);
     -ms-transform: skewX(-10deg);
     -webkit-transform: skewX(-10deg);
     transform: skewX(-10deg);
     background: rgba(238, 44, 60, 0.7);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }
 
 .box:hover:before {
     width: 80%;
     opacity: 1;
     transform: scale(2);
     transform: skewX(-10deg);
 }
 
 .box img {
     width: 100%;
     min-height: 160px;
 }
 
 .box .box-content {
     width: 50%;
     color: #fff;
     position: absolute;
     top: 50%;
     left: 10%;
     transform: translate(-200%, -50%);
     -webkit-transition: all 0.6s ease-in-out;
     -moz-transition: all 0.6s ease-in-out;
     -ms-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
 }
 
 .box:hover .box-content {
     transform: translate(0, -50%);
 }
 
 .box .title {
     color: #ffffff;
     font-size: 15px;
     z-index: 1;
     border-bottom: none;
     font-family: "SolaimanLipi";
     font-weight: 400;
     text-shadow: 1px 0 0 #000;
     text-align: left;
 }
 
 .box .icon {
     padding: 0;
     margin: 0;
     list-style: none;
 }
 
 .box .icon li {
     display: inline-block;
 }
 
 .box .icon li a i {
     width: 40px;
     height: 40px;
     line-height: 40px;
     border-radius: 50%;
     text-align: center;
     font-size: 16px;
     color: #fff;
     border: 1px solid #fff;
     margin-right: 5px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }
 
 .box .icon li a i:hover {
     background: #ffffff;
     color: #000000;
 }
 
 .portfolio-section .inner-pagination {
     margin-bottom: 0;
     margin-top: 50px;
 }
 
 .portfolio-grid-4 .filtr-item {
     width: 25%;
 }
 /* Portfolio Details */
 
 .portfolio-details {
     padding: 100px 0 50px;
 }
 
 .details-col {
     margin-bottom: 50px;
 }
 
 .details-col ul li {
     margin-bottom: 20px;
 }
 
 .details-col ul li i {
     margin-right: 10px;
     color: #ee2c3c;
 }
 
 .details-col ul li a {
     color: #111111;
 }
 
 section.latest-photo-gallery {
    padding-top: 0px;
}

section.latest-photo-gallery .title {
    margin-bottom: 20px;
}

section.latest-photo-gallery .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #235086;
    margin-bottom: 0px;
}

section.rounds-step .title h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 0px;
}

section.rounds-step {
    background: lightgreen;
    border-radius: 20px;
    padding: 30px;
}

section.rounds-step .rounds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

section.rounds-step .rounds .box-with-shadow {
    padding: 15px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    opacity: .8;
}

section.rounds-step .rounds .icon svg {
    width: 60px;
    height: 60px;
}

section.rounds-step .rounds .round-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section.rounds-step .rounds .round-box img {
    max-width: 100%;
}

section.rounds-step .rounds .round-box h3 {
    margin: 0;
    letter-spacing: normal;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

section.rounds-step .rounds .round-box h3 a {
    color: #fff;
    background-color: #10182f;
    font-weight: 600;
    padding: 8px;
    display: inline-block;
    height: auto;
    border-radius: 25px;
}

section.rounds-step .rounds .round-box p {
    margin: 0;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: center;
}

section.our-events .card .single-event .event-content .events-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.blogs .date-and-tags {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
    margin-top: 20px;
}

.card.small-blog .card-body {
    display: flex
;
    justify-content: start;
    gap: 10px;
}

.card.small-blog .card-body .image {
    max-width: 200px;
}

.card.small-blog .card-body h5 {
    font-size: 18px !important;
}

.card.small-blog .card-body article {
    font-size: 15px !important;
}

section.rounds-step .rounds .box-with-shadow:nth-child(1) {
    background: #722323;
}

section.rounds-step .rounds .box-with-shadow:nth-child(2) {
    background: #BA487F;
}

section.rounds-step .rounds .box-with-shadow:nth-child(3) {
    background: #FF9587;
}

section.rounds-step .rounds .box-with-shadow:nth-child(4) {
    background: #FE7743;
}

 
 .school-gallery h3 {
     font-weight: normal;
     margin-top: 15px;
     font-family: "SolaimanLipi";
     font-size: 16px;
 }
 
 .school-gallery h3 span {
     color: #ff0099;
     display: block;
     font-size: 24px;
 }
 /* Portfolio end */
 
 .mg-0 {
     margin-top: 15px;
 }
 
 .admit-info h3 {
     color: #ff0099;
     margin-top: 10px;
 }
 
 .admit-info h3 span {
     color: #000;
 }
 
 .content-area .admissions {
     background: url(../img/leap.png) no-repeat left 30px top 72px;
 }
 
 .colapse-design {
     border: 1px solid #ccc;
     border-radius: 3px;
     padding: 5px;
     margin-top: 5px;
     background: #fff;
     line-height: 22px;
 }
 /*-----Gallery Page----------*/
 
 #photos {
     /* Prevent vertical gaps */
     line-height: 0;
     -webkit-column-count: 4;
     -webkit-column-gap: 0px;
     -moz-column-count: 4;
     -moz-column-gap: 0px;
     column-count: 4;
     column-gap: 10px;
 }
 
 #photos img {
     /* Just in case there are inline attributes */
     width: 100% !important;
     height: auto !important;
     border: 1px solid #ccc;
 }
 
 .contact-form {
     margin-bottom: 10px;
 }
 
 .contact-us {
     background: url(../img/courses-bg.jpg) no-repeat;
     padding: 20px 0 12px 0;
     margin-top: 15px;
     width: 100%;
 }
 



 
 
 
 .contact-form input {
     height: 36px !important;
     border-bottom: 2px solid #ff9600 !important;
     border: none;
     box-shadow: initial;
 }
 
 .contact-form textarea {
     border-bottom: 2px solid #ff9600 !important;
     border: none;
     box-shadow: initial;
 }
 
 .contact-us h3 {
     font-weight: normal;
 }
 
 .tp-leap-orange {
     height: 38px;
     background: url(../img/leap-top-small.png) no-repeat center;
     margin-bottom: 10px;
 }
 
 .btn-orange {
     border-radius: 20px;
     background: #ff9600;
     border-color: #ff9600;
     color: #fff;
 }
 
 .loginpanel .panel-header {
     background: rgba(255, 255, 255, .8);
     margin-top: 40px;
 }
 
 .loginpanel .panel {
     background: rgba(255, 255, 255, .9);
     margin-top: 30px;
 }
 /*********** POpover  footer***********/
 
 @import url('https://fonts.googleapis.com/css?family=Poiret+One');
 .contact-me-info {
     font-size: 14px;
     font-style: italic;
 }
 
 .contact-me-info i {
     font-size: 11px;
     color: #ff5252;
 }
 
 .developer-name {
     margin-bottom: 0;
     font-size: 15px;
     font-weight: normal;
     color: #ff5252;
 }
 
 .designation-title {
     font-size: 13px;
 }
 

 
 .profile {
     width: 500px;
     height: auto;
     background-color: #ff0099;
 }
 /*********** End POpover  footer***********/
 
 @media (max-width: 1200px) {
     #photos {
         -moz-column-count: 4;
         -webkit-column-count: 4;
         column-count: 4;
     }
 }
 
 @media (max-width: 1000px) {
     #photos {
         -moz-column-count: 3;
         -webkit-column-count: 3;
         column-count: 3;
     }
 }
 
 @media (max-width: 800px) {
     #photos {
         -moz-column-count: 2;
         -webkit-column-count: 2;
         column-count: 2;
     }
 }
 
 @media (max-width: 400px) {
     #photos {
         -moz-column-count: 1;
         -webkit-column-count: 1;
         column-count: 1;
     }
     
      section.rewards .contact-forms .bg-images {
    display: none;
}
 }
 /*-----Gallery Page End----------*/
 
 @media only screen and (max-width: 767px) {
     .head-teacher h3 {
         margin-top: 15px;
     }
     .registration-content article, .registration-content p{
         text-align: left;
     }
     section.rewards .sub-title h5{
         text-align: left;
     }
     section.rewards ul.certificates li{
         flex-direction: row-reverse;
         text-align: start;
         justify-content: start;
     }
     section.rewards ul.certificates{
         justify-content: start;
     }
     .owl-theme .owl-controls{
         text-align: center;
     }
 }
 
 @media only screen and (max-width: 766px) {
     .navbar-right {
         text-align: center;
     }
     section.join-soty .tabs-containers{
         display: block;
     }
     section.join-soty .tabs{
         flex-direction: row;
         display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 6px;
        margin: 3px auto;
        overflow: auto;
        text-align: center;
        white-space: nowrap;
        width: 95%;
        -ms-overflow-style: none;
        scrollbar-width: none;
     }
 }
 
 @media only screen and (max-width: 640px) {
     .box img {
         width: 100%;
         min-height: inherit;
         height: auto;
     }
     section.blogs .content .blog-category{
         display: unset;
     }
     section.rewards .contact-forms {
        display: block !important;
     }
     footer.main-footer section.rewards{
        padding: 0 !important;
     }
     section.rewards .contact-forms{
         padding: 15px;
     }
     
 }
 
 @media only screen and (max-width: 480px) {
     .carousel-inner .item img {
         text-align: center;
         height: 150px;
     }
     .carousel-inner .item .carousel-caption {
         display: none;
     }
     .about-us {
         background: none;
         padding-left: 15px;
     }
     .video-area iframe {
         width: 100%;
         height: 200px;
     }
     .scials li a {
        color: #fff;
        line-height: 36px;
        font-size: 19px;
        text-align: center;
        height: 32px !important;
        width: 32px !important;
    }
 }