@font-face {
   src: url('../fonts/ProximaNova-Regular.ttf');
   font-family: ProximaNova-Regular;
}
@font-face {
   src: url('../fonts/Proxima-Nova-Semibold.ttf');
   font-family: Proxima-Nova-Semibold;
}
@font-face {
   src: url('../fonts/ProximaNova-Medium.otf');
   font-family: ProximaNova-Medium;
}
@font-face {
   src: url('../fonts/ProximaNova-Extrabold.ttf');
   font-family: ProximaNova-Extrabold;
}
@font-face {
   src: url('../fonts/ProximaNova-Black.ttf');
   font-family: ProximaNova-Black;
}
@font-face {
   src: url('../fonts/ProximaNova-Bold.otf');
   font-family: ProximaNova-Bold;
}
@font-face {
   src: url('../fonts/Cambria.ttf');
   font-family: Cambria;
}
@font-face {
   src: url('../fonts/cambriab.ttf');
   font-family: cambria-bold;
}
body{
   padding-top: 0;
}
body .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
body section tbody, 
body section td,
body section tfoot,
body section th,
body section thead, 
body section tr{
    border-color: inherit;
    border-style: solid;
    border-width: 0;   
}
body section {
   font-weight: var(--bs-body-font-weight);
   line-height: var(--bs-body-line-height);
    font-family: ProximaNova-Regular;
}
body section input[type="radio"], 
body section input[type="checkbox"]{
   margin:0
}
body section .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
body section .row>* {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
body section .container{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
body section .form-control {
    background-color: var(--bs-body-bg);
}
body section .container:before,
body section .container::after,
body section .row:after,
body section .row:before{
   display:none
}
body section ol li,
body section ul li{
   margin-bottom:0
}
body section .btn {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
}
p {
    margin: 0 0 10px;
}
body section h1, 
body section h2, 
body section h3, 
body section h4, 
body section h5, 
body section h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-family: inherit;
}
@media (min-width: 1400px) {
   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl {
      max-width: 1300px;
   }
}
.hero-banner {
   background-image: url(../images/hero.png);
   background-color: #0744a1;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   color: white;
   position: relative;
   font-size: 16px;
   min-height: 630px;
}
.hero-banner h1 {
   font-family: ProximaNova-Bold;
   font-size: 35px;
   color: white;
}
.play-overlay {
   background-image: linear-gradient(0deg, rgba(12, 12, 12, 0.9999999999999999) 0%, rgba(12, 12, 12, 0) 100%);
   font-size: 20px;
   font-family: ProximaNova-Medium;
}
.logos.mb-3 img {
    margin-top: 5rem;
}
.hero-banner:before {
/*    background-color: rgb(20 88 172 / 50%); */
/*    width: 46%; */
   content: '';
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
}
.list-post {
   background-image: linear-gradient(90deg, rgba(39, 94, 178, 0.9999999999999999) 0%, rgba(11, 55, 156, 0) 100%);
   padding: 6px 20px;
}
.both-btn .btn {
   padding-right: 2rem;
   border-radius: 5px;
   padding-left: 2rem;
}
.orange-color {
   background-color: #ff4a37 !important;
   border-color: #ff4a37 !important;
   padding-left: 3.5rem !important;
   padding-right: 3.5rem !important;
   color: #fff !important;
}
.list-post li+li:before {
   content: '|';
   margin: 0 10px;
}
.both-btn>*+* {
   margin-left: 5px;
}
.box {
   border: .75px solid #fff;
   border-radius: 8px;
   padding: 10px 5px;
   text-align: center;
   color: #fff;
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.box div {
   font-size: 22px;
   font-family: ProximaNova-Bold;
   line-height: 30px;
}
.box span {
   font-size: 10px;
}
.countdown-card>span {
   font-size: 18px;
   font-family: Proxima-Nova-Semibold;
}
.countdown-card{
   margin-bottom: 1rem;
}
.both-btn{
   margin-top: 2rem;
   margin-bottom: 2rem;
}
.height-140{
   height: 140px;
}
.text-card {
   box-shadow: 0 3px 9px rgb(0 0 0 / 20%);
   font-size: 20px;
   color: #5f6868;
   font-family: ProximaNova-Medium;
   margin-top: -100px;
   position: relative;
}
.text-card strong {
   display: block;
   color: #0c0d0c;
   font-family: Proxima-Nova-Semibold;
}
.text-card p.mb-0:not(:first-child):before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 1px;
   background-color: #929d9b;
}
.text-card p.mb-0 {
   position: relative;
   padding-top: 10px;
   padding-bottom: 10px;
}
.google-reivew {
   border-radius: 6px;
   border-top: 3px solid #ff4a37;
   overflow: hidden;
   box-shadow: 0 3px 9px rgb(0 0 0 / 20%);
}
.google-reivew img {
   max-height: 30px;
   width: auto;
}
.review-rating {
   font-size: 22px;
   font-family: ProximaNova-Regular;
   color: #0c0d0c;
}
.google-card>*:nth-child(2) .google-reivew{
   border-color: #ffcc36;
}
.google-card>*:nth-child(3) .google-reivew{
   border-color: #1265a7
}
.rating-aveg{
   background-image: url(../images/blue.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 3rem 5rem;
}
.rating-aveg h2{
   font-size: 28px;
   font-family: Proxima-Nova-Semibold;
	color:white;
}
.main-menu a {
   text-decoration: none;
   color: #0c0d0c;
   display: block;
   padding: 10px;
   font-family: ProximaNova-Medium;
   font-size: 16px;
}
.main-menu {
   position: sticky;
   top: 0;
   box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
   background-color: #fff;
   z-index: 99;
}
.form-block-v1 h4 {
   background-color: #09469f;
   color: #fff;
   text-align: center;
   padding: 12px 10px;
   font-size: 16px;
   font-family: ProximaNova-Bold;
   margin: 0;
}
.form-block-v1 form {
   box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
   padding: 30px;
}
.form-block-v1 .form-control{
   border:0;
   border-radius: 0;
   border-bottom: 1px solid #aab3b3;
   color: #aab3b3;
   font-size: 16px;
   font-family: ProximaNova-Bold;
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 18px;
   padding-left: 2rem;
   outline: none;
   box-shadow: none;
}
.form-block-v1 .form-control::placeholder {
  color: #aab3b3;
}
.form-block-v1 .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #aab3b3;
}
.privacy label{
   font-size: 14px;
   color: #0c0d0c;
   line-height: 20px;
}
.privacy {
   font-family: ProximaNova-Medium;
   display: flex;
   align-items: flex-start;
   gap: 10px;
}
.privacy input#privacy {
   height: 16px;
   flex: 0 0 16px;
   margin-top: 2px;
}
.privacy a{
   color: currentColor;
   text-decoration:underline !important;
}
.form-block-v1 .btn {
   background-color: #ff4a38;
   border-color: #ff4a38;
   width: 100%;
   color: #fff;
   border-radius: 4px;
   font-family: ProximaNova-Medium;
   font-size: 16px;
   padding: .5rem 1rem;
   margin: 1rem 0 .5rem;
}
.form-block-v1 .form-control[type="text"]{
   background-image: url(../images/user.png);
}
.form-block-v1 .form-control[type="email"]{
   background-image: url(../images/Email.png);
}
.form-block-v1 .form-control[type="tel"]{
   background-image: url(../images/call.png);
}
#about{
   padding-top: 1.5rem !important;
}
.main-title{
   font-size: 36px;
   font-family: ProximaNova-Bold;
   color: #0c0d0c;
}
.title-block-v1{
   font-size: 28px;
   font-family: ProximaNova-Bold;
   color: #0c0d0c;
}
.about-section p {
   color: #0c0d0c;
   font-size: 18px;
   line-height: 28px;
}
.image-with-text {
   border-radius: 12px;
   background-color: #f6fcfe;
   padding: 25px 40px;
   position: relative;
   gap: 25px;
   font-size: 18px;
   box-shadow: 0 3px 9px #dde7ea
}
.small-icon {
   max-width: 60px;
}
.image-with-text:before {
   content: '';
   top: 50%;
   position: absolute;
   left: 0;
   background-color: #ff4a37;
   width: 3px;
   height: 50%;
   transform: translate(0px, -50%);
}
.gp-3{
   row-gap: 1.5rem;
}
.dark-blue{
   background-color: #0744a1;
   font-size: 16px;
   line-height: 30px;
}
.light-sky{
   background-color: #f6fcfe;
}
.skil-code {
   background-color: #ffffff;
   border-left: 2px solid #0744a1;
   border-right: 2px solid #0744a1;
   padding: 12px 10px;
   color: #0c0d0c;
   font-size: 18px;
   box-shadow: 0 2px 6px #cee0e6;
}
.gp-2{
   row-gap: 1rem;
}
.tools-code {
   border-radius: 15px;
   border: 1px solid #747f7e;
   display: flex;
   align-items: center;
   padding: 15px 25px;
   gap: 15px;
   font-size: 18px;
}
.tools-code>img {
   width: 65px;
   height: 58px;
   object-fit: contain;
}
.list-cert li {
   display: flex;
   align-items: center;
}
.list-cert li>img{
   max-width: 90px;
   padding: 25px;
   background: #a6ddf4;
   border-radius: 100px;
}
.list-cert h4{
   font-family: ProximaNova-Bold;
   font-size: 25px;
   color: #0c0d0c;
}
.list-cert li {
   display: flex;
   align-items: center;
   gap: 3rem;
   max-width: 550px;
}
.list-cert p{
   margin: 0;
   font-size: 18px;
}
.list-cert li+li{
   margin-top: 3rem;
}
.zoom-img {
   box-shadow: 0 2px 6px #cee0e6;
   margin-bottom: 20px;
   overflow: hidden;
}
.zoom-img img {
   max-width: 100%;
   height: auto;
}
.zoom-click{
   font-size: 16px;
}
.team-card {
   padding: 0 10px 10px;
}
.team-slider{
   margin-left: -10px;
   margin-right: -10px;
}
.team-info {
   box-shadow: 0 3px 9px #dde7ea;
   padding: 12px 20px;
   color: #444a4b;
}
.team-info b {
   display: block;
   color: #0c0d0c;
   font-family: ProximaNova-Bold;
   line-height: normal;
}
.team-info img {
   width: 30px;
}
.custom__dots,
body section .custom-dots {
   margin-top: 30px;
}
.custom__dots .slick-dots,
.project-slider .slick-dots,
.custom-dots .slick-dots {
   position: relative;
   bottom: 0;
}
.custom__dots .slick-dots li button,
.project-slider .slick-dots li button,
.custom-dots .slick-dots li button {
   display: none;
}
.custom__dots .slick-dots li,
.project-slider .slick-dots li,
.custom-dots .slick-dots li {
   margin: 0 3px;
   width: 12px;
   height: 12px;
   background-color: #e4e8e7;
   border-radius: 100px;
}
.custom__dots .slick-dots li.slick-active,
.project-slider .slick-dots li.slick-active,
.custom-dots .slick-dots li.slick-active {
   background-color: #a6afae;
}
.featured-hover{
   position: relative;
}
.featured-hover:hover .overlay_content{
   opacity: 1;
   visibility: visible
}
.overlay_content {
   text-align: center;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   transition: all ease .5s;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #0744a1;
   color: #fff;
   padding: 30px 20px;
   display: flex;
   align-items: center;
}
.accordion-section{
   background-color: #0744a1;
   color: #fff;
}
body section .accordion-btn {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 1.5rem !important;
   padding-right: 1.5rem !important;
   font-size: 18px;
}
.accordion-section .accordion-item+.accordion-item {
   margin-top: 1.5rem;
}
.accordion-section .accordion-item .accordion-button {
   background-color: transparent;
   box-shadow: none;
   font-size: 24px;
   font-family: ProximaNova-Bold;
   color: #0c0d0c;
   padding: 0;
}
.accordion-section .accordion-item {
   border: 0;
   border-radius: 15px !important;
   position: relative;
}
.accordion-section .accordion-header {
   margin-bottom: 0;
   padding: 1.2rem 3rem;
}
.accordion-section .accordion-header ul {
   display: flex;
   align-items: center;
   color: #0c0d0c;
   font-size: 14px;
   margin-top: 5px;
}
.accordion-section .accordion-button:not(.collapsed)+ul{
   box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
   padding-bottom: 15px !important;
}
.accordion-section .accordion-header ul li+li:before {
   content: '|';
   margin: 0 20px;
}
.accordion-section .accordion-button::after {
   width: 36px;
   height: 36px;
   background-position: center;
   border-radius: 100px;
   background-size: 15px;
   background-color: #d8f2fb;
}
.accordion-section .accordion-body h6 {
   font-size: 20px;
   color: #000 !important;
   font-family: ProximaNova-Bold;
   margin: 1rem 0;
   line-height: normal;
}
.accordion-section .accordion-body>p {
   font-size: 18px;
}
.point-list {
   line-height: 35px;
   padding-left: 20px;
}
.tag-list span {
   font-size: 13px;
   border-radius: 5px;
   background-color: #f6fcfe;
   display: inline-block;
   padding: 6px 16px;
}
.tag-list {
   display: inline-flex;
   gap: 6px;
   flex-wrap: wrap;
}
.accordion-section .accordion-body {
   padding: 0rem 3rem 2rem;
   font-size: 16px;
   color: #0c0d0c;
}
div#accordionExample {
   position: relative;
   padding-left: 40px;
}
div#accordionExample:before {
   content: '';
   position: absolute;
   left: 6px;
   top: 5%;
   height: 86%;
   width: 1px;
   border: 1px dashed #fff;
}
.accordion-section .accordion-item:before {
   content: '';
   width: 12px;
   height: 12px;
   border-radius: 100px;
   position: absolute;
   left: -39px;
   top: 35px;
   background-color: #ffd83c;
}
.circle-with-text{
   font-size: 16px;
}
.f-size-20{
   font-size: 18px;
}
.project-card{
   padding: 0 10px;
}
.project-card>div{
   border-radius: 20px;
   overflow: hidden;
   background-color: #f6fcfe;
   box-shadow: 0 3px 9px rgb(0 0 0 / 20%);
   margin-bottom: 30px;
}
.blue-head{
   background-color: #0744a1;
   padding: 2rem 3rem;
   font-size: 22px;
   font-family: ProximaNova-Bold;
   color: #fff;
}
.content-body{
   padding: 2rem 3rem;
}
.project-slider .slick-arrow.slick-disabled {
   opacity: 0;
}
.project-slider .slick-arrow {
   display: block;
   position: absolute;
   top: 50%;
   transform: translate(0px, -50%);
   left: -10px;
   cursor: pointer;
   box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
   border-radius: 100px;
   z-index: 9;
}
.project-slider .custom-next.slick-arrow {
   right: -10px;
   left: auto;
}
.project-slider .slick-arrow img {
   width: 45px;
   height: 45px;
}
.grdation-color{
   background: linear-gradient(to right, #f6fcfe 53%, #0744a1 47%);
}
.flex-1{
   flex:1
}
.profile .btn {
   background-color: #ff4a37 !important;
   border-color: #ff4a37 !important;
   padding-left: .8rem !important;
   padding-right: .8rem !important;
   color: #fff;
   border-radius: 100px;
}
.profile .flex-1{
   border-bottom: 1px solid #000;
   padding-bottom: 10px;
}
.profile-info{
   font-size: 14px;
}
.profile-info h5{
   font-size: 20px;
   font-family: ProximaNova-Bold;
}
.read-more{
   font-size: 16px;
}
.read-more p{
   max-height: 65px;
   overflow: hidden;
   line-height: normal;
}
.read-more.active p{
   max-height: max-content;
}
.comapany-box {
   border-radius: 15px;
   padding: 1.2rem 2.5rem;
   color: #aeb8b6;
   font-family: ProximaNova-Bold;
   border: 1px solid #818d8b;
}
.comapany-box img {
   max-height: 50px;
}
.comapany-box>div>* {
   margin: 0;
}
.comapany-box+.comapany-box {
   margin-top: 1rem;
}
.comapany-box h5 {
   font-size: 18px;
   line-height: 28px;
}
.comapany-box h4 {
   font-size: 20px;
   color: #000;
   line-height: 28px;
}
.comapany-box:nth-child(even) {
   border-color: #0b379c;
   color: #0b379c;
}
.custom-arrow .slick-disabled .s0{
   stroke: #bdc4c3;
   stroke-width: 3px;
}
.custom-arrow .slick-disabled .s1{
   fill: #bdc4c3;
}
.custom-arrow  svg{
   cursor: pointer;
}
.custom-arrow .s0{
   stroke: #000;
   stroke-width: 3px;
}
.custom-arrow .s1{
   fill: #000;
}
.company-slide:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 80%;
   margin: auto;
   bottom: 0;
   background-image: url(../images/timeline.png);
   width: 22px;
   background-size: 22px;
   background-repeat: no-repeat;
   background-position: center center;
}
.company-slide {
   position: relative;
   padding-left: 40px;
}
.salary-list {
   font-size: 22px;
   color: #fff;
}
.salary-list li:not(:last-child) span:before {
   content: '';
   position: absolute;
   left: 0;
   bottom: -20px;
   height: 1px;
   width: 100%;
   background-color: #fff;
}
.salary-list li span {
   position: relative;
}
.salary-list li+li {
   margin-top: 25px;
}
.career-block .image-with-text {
   padding: 15px 25px;
   border-radius: 8px;
   font-family: ProximaNova-Bold;
   box-shadow: none;
}
.dark-blue-v1 .tools-code {
   border-color: #fff;
   padding: 12px 25px;
   height: 100%;
}
.grid-row{
   grid-template-columns: repeat(6, minmax(0, 1fr));
   gap: 10px;
}
.grid-row li{
   border-radius: 12px;
   border: 1px solid #8f9a99;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   padding: 3px;
   min-height: 70px;
}
.grid-row li img {
   max-height: 70px;
}
.full-form {
   background-image: linear-gradient(90deg, #0744a1 0%, #29a6ac 100%);
   padding: 1.6rem 4rem;
}
.column-3{
   grid-template-columns: repeat(3, minmax(0, 1fr));  
}
.full-form .form-control {
   height: 44px;
   font-size: 16px;
   color: #abb4b3;
   border-radius: 5px;
   border: 0;
   font-family: ProximaNova-Bold;
   padding: 6px 25px;
}
.full-form .form-control::placeholder {
  color: #aab3b3;
}
.full-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #aab3b3;
}
.full-form .btn{
   background-color: #ff4a37 !important;
   border-color: #ff4a37 !important;
   padding-left: 1.5rem !important;
   padding-right: 1.5rem !important;
   font-size: 16px;
   color: #fff;   
   font-family: ProximaNova-Medium;
}
.full-form a{
   color: #fff;
   text-decoration: underline !important;
}
.privacy2{
   font-size: 12px;
}
.store-section{
   background-color: #f6fcfe;
   color: #0c0d0c;
}
.store-content {
   background-color: #fff;
   border-radius: 15px;
   padding: 2rem;
   font-size: 14px;
   margin-bottom: 3rem;
   box-shadow: 0 6px 15px #dde7ea;
   position: relative;
}
.store-content h4 {
   font-size: 16px;
   font-family: ProximaNova-Bold;
   margin: 1rem 0 .5rem;
}
.store-content p {
   margin-bottom: .8rem;
}
.store-content:after {
   content: '';
   border-top: 20px solid #fff;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   position: absolute;
   bottom: -20px;
}
.profile-store {
   color: #525a5a;
   font-size: 14px;
   line-height: normal;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}
.profile-store h5 {
   color: #000;
   font-family: ProximaNova-Bold;
   font-size: 16px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#classroomimages{
   margin: 20px 0 20px 0;
}
.gallery-item{
   width: max-content;
   animation: marquee 50s linear infinite;
   align-items: center;
   gap: 15px;
   display: flex;
}
.gallery-item>*{
   max-width: 350px;
}
.apply-list{
   gap: 50px;
   grid-template-columns: repeat(2, minmax(0, 1fr));
}
.apply-list li{
   border-left: 4px solid #0b379c;
   padding-left: 20px;
   color: #0c0d0c;
   font-size: 16px;
   line-height: normal;
}
.apply-list li h5{
   font-family: ProximaNova-Bold;
   font-size: 22px;
}
.admin-card {
   box-shadow: 0 6px 15px #dde7ea;
   background-color: #ffffff;   
   padding: 2rem 3rem;
   border-radius: 15px;
   color: #0c0d0c;
   position: relative;
}
.admission-section {
   overflow-x: hidden;
}
.admin-card h5{
   color: #0744a1;
   font-family: ProximaNova-Bold;
   font-size: 20px;
   position: relative;
}
.col-md-4:has(.admin-card):not(:last-child) .admin-card:before {
   content: '';
   position: absolute;
   top: 50%;
   right: -45px;
   transform: translate(50%, -50%);
   background-image: url(../images/process-arrow.png);
   background-repeat: no-repeat;
   background-position: center center;
   width: 100px;
   height: 20px;
   background-size: contain;
   z-index: 1;
}
.orange-color.appy-btn {
   font-size: 22px;
   font-family: ProximaNova-Medium;
   padding-top: .5rem;
   padding-bottom: .5rem;
   max-width: 320px;
   width: 100%;
}
.time-table .time-table p b{
   font-family: ProximaNova-Bold;
}
.time-table .bg-white table {
   width: 100%;
   margin: 0;
}
.time-table .bg-white {
   padding-left: 3rem;
}
.time-table .bg-white table td,
.time-table .bg-white table th {
   border: 0;
   border-bottom: 1px solid #b9c1c0;
   font-size: 16px;
   font-family: Proxima-Nova-Semibold;
   line-height: normal;
   padding: 12px 25px;
}
.time-table  .bg-white table th img {
   width: 16px;
   margin-right: 5px;
}
.time-table .bg-white table th {
   text-transform: uppercase;
   font-size: 18px;
}
.time-table .bg-white table td:nth-child(even), 
.time-table .bg-white table th:nth-child(even) {
   background-color: #f6fcfe;
}
.time-table .bg-white table td .orange-color {
   padding-left: 2rem !important;
   padding-right: 2rem !important;
   width: 100%;
}
.time-table .bg-white table td:last-child, 
.time-table .bg-white table th:last-child{
   border: 0;
}
.orange-bg {
   background-image: url(../images/orange.png);
}
.orange-bg .btn {
   font-size: 18px;
   padding: .6rem 4rem;
   font-family: ProximaNova-Medium;
}
.orange-bg p {
   font-size: 20px;
}
.faq-section .accordion-item {
   border: 0;
}
.faq-section .accordion-button {
   background-color: transparent;
   box-shadow: none;
   font-family: ProximaNova-Medium;
   font-size: 24px;
   padding: 1rem 3rem;
   color: #0c0d0c;
}
.faq-section .accordion-body {
   padding: 0rem 3rem 1rem;
   font-size: 16px;
   max-width: 85%;
}
.faq-section .accordion-button::after {
   background-image: url(../images/plus.svg);
   width: 30px;
   height: 30px;
   background-size: 30px;
}
.faq-section .accordion-item+.accordion-item{
   margin-top: 1rem;
}
.faq-section .accordion-button:not(.collapsed)::after {
   background-image: url(../images/minu.svg);
}
.payment-section {
   padding: 2rem 2.5rem 2rem 13rem;
   background-color: #f6fcfe;
   border-radius: 15px;
   color: #0c0d0c;
   box-shadow: 0 6px 11px #dde7ea;
   font-size: 18px;
}
.total-payment {
   height: 80%;
   background-color: #0744a1;
   color: #fff;
   border-radius: 15px;
   padding: 2rem 2.5rem;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   flex: 0 0 340px;
   margin-right: -150px;
   position: relative;
}
.total-payment h3 {
   margin: .6rem 0;
   font-size: 40px;
   font-family: ProximaNova-Bold;
}
.total-payment p {
   font-size: 18px;
}
.total-payment span{
   color: #a8daf2;
   font-size: 12px;
}
span.price {
   font-size: 40px;
   margin: 0;
}
.payment-section h5{
   font-family: Proxima-Nova-Semibold;
   font-size: 18px;
   margin: 1rem 0 1rem;
}
.apply-btn-v1 .btn {
   padding-top: .5rem;
   padding-bottom: .5rem;
   font-size: 18px;
}
.apply-btn-v1 small {
   font-size: 14px;
}
.circle-with-text {
   padding: 0 15px;
}
[data-bs-toggle="modal"]{
   cursor: pointer;
}
.price small{
   bottom: 0;
}
.upcoming-list ul {
   list-style: none;
   padding: 0;
   margin-bottom: 25px;
   font-size: 14px;
   line-height: 30px;
}
.table-icon {
   width: 15px;
   height: auto;
   margin-right: 5px;
   filter: invert(1);
}
.upcoming-list h6 {
   font-size: 14px !important;
   color: #fff !important;
   font-weight: 600;
   position: relative;
}
.upcoming-list {
   color: #fff;
   font-weight: 300;
   position: relative;
   padding-left: 25px;
}
.upcoming-list:before {
   width: 1px;
   height: 45%;
   content: '';
   position: absolute;
   left: 4px;
   top: 8px;
   background-color: #fff;
}
ul.salary-list {
    align-items: flex-start !important;
}
.grdation-color .col-md-5{
   display: flex;
   align-items: center;
   justify-content: center;
}
.salary-list img{
   width:50px
}
.privacy2 label{
   color:#fff
}
.profile-details .slick-slide {
    padding: 0 10px;
}
/*header sec start*/
nav.navbar.bg-light.ct-navbar {
  padding: 15px 0;
  /*background: #fff !important;*/
}

.ct-navbar .navbar-brand img {
  width: 230px;
}

.ct-navbar .ph-info {
  gap: 30px;
  align-items: center;
  display: flex;
}

.ct-navbar .ph-info img {
  width: 15px;
  margin-right: 10px;
}

.ct-navbar .ph-info a {
  text-decoration: none;
  font-family: ProximaNova-Bold;
  font-size: 1.1rem;
  color: inherit;
}

.ct-navbar .ph-info p {
  font-family: Proxima-Nova-Semibold;
  margin-bottom: 0 !important;
}

/*header sec end*/
/*footer sec start*/
.footer_sec {
  background-color: #20232a;
  color: #acaaaa;
  padding: 50px 50px 0 50px;
  clear: both;
}

img.footer-logo {
  width: 135px;
}

.social_media ul.d-flex {
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.social_media img {
  max-width: 20px;
  max-height: 20px;
}

.footer_sec .col-lg-9 {
  position: relative;
}

.footer_sec .col-lg-9 h2 {
  font-size: 1.5rem;
}

.footer_sec .col-lg-9 h2:after {
  content: '';
  width: 78%;
  height: 0.05rem;
  background: #acaaaa;
  position: absolute;
  right: 30px;
  transform: translateY(15px);
}

.footer_sec h2,
.footer_sec h6 {
  color: #fff !important;
  margin-bottom: 20px;
  font-size: 1rem;
}

.footer_sec a {
  text-decoration: none;
  color: inherit;
}

.copyright_sec {
  background-color: #20232a;
  color: #acaaaa;
  width: 100%;
  float: left;
}

.copyright_sec p {
  margin: 30px 0 0;
  padding: 20px 0 15px;
  border-top: 1px solid;
}

/*footer sec end*/
@media only screen and (max-width: 767px) {
   footer.footer_sec {
      padding: 50px 10px 0 10px;
   }

   .footer_sec .col-lg-9 h2:after {
      width: 45%;
   }
   .social_media {
      width: 100%;
      float: left;
      margin-bottom: 30px;
   }
   .navbar-brand {
      text-align: center !important;
      margin: 0 auto !important;
   }

   /* .ct-navbar .d-flex {
      display: none !important;
   } */

   .ct-navbar .ph-info {
      display: block;
   }

   .ct-navbar .ph-info p {
      margin-bottom: 0px;
   }

   .ct-navbar .ph-info {
      font-family: 'ProximaNova-Regular';
      text-align: center;
      width: 100%;
      margin-top: 12px;
   }

   .sticky_menu .enroll_btn {
      /*transform: rotate(270deg);
            right: -65px;
            top: 500%;*/
      display: block;
      position: fixed;
      top: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      text-align: center;
      width: 100%;
      padding: 10px 15px;
      cursor: pointer;
   }

   nav.navbar.bg-light.ct-navbar {
      padding: 5px 0px 7px;
   }
}

@media (min-width: 768px) {
   body section .gx-md-6{
      --bs-gutter-x: 6rem;
   }
   .tools-card .col-md-3 {
      width: 20%;
   }
   .pb-md-5 .col-md-5:not(.full-girl){
      position: static;      
   }
   .full-girl{
      margin-top: -50px;
      position: absolute;
      right: 0;
      max-width: 520px;
   }
}
@media(max-width:767px){
   body section .custom-container {
      --bs-gutter-x: 3rem;
   }
   .hero-banner h1 br{
      display: none;
   }
   .hero-banner h1{
      font-size: 22px;
   }
   .logos img {
      width: 150px;
   }
   .hero-banner {
      font-size: 13px;
      min-height: auto;
   }
   .list-post li+li:before {
      margin: 0 6px;
   }
   .list-post {
      padding: 6px 15px;
   }
   .both-btn .btn {
      padding-right: 2.5rem;
      border-radius: 2px;
      padding-left: 2.5rem;
      width: 100%;
      padding-top: .6rem;
      padding-bottom: .6rem;
   }
   .both-btn>*+* {
      margin-left: 0;
      margin-top: 10px;
   }
   .both-btn {
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
   .countdown-card {
      flex-direction: column;
      gap: .5rem !important;
      align-items: flex-start !important;
   }
   .box {
      border-radius: 2px;
      width: 60px;
      height: 60px;
   }
   .box div {
      font-size: 16px;
      line-height: 25px;
   }
   .text-card .row-cols-5>*{
      width:100%
   }
   .text-card p.mb-0:not(:first-child):before {
      right: 0;
      top: 0;
      left: 0;
      margin: auto;
      height: 1px;
      width: 60%;
   }
   .google-card {
      width: 90%;
      margin: 0px auto 0 !important;
   }
   .text-card {
      font-size: 16px;
      width: 90%;
      margin: -70px auto 0;
   }
   .text-card p.mb-0 {
      padding-top: 15px;
      padding-bottom: 15px;
   }
   .google-card>*:last-child{
      margin-bottom: 0 !important;
   }
   .rating-aveg {
      padding: 1rem 1.5rem;
      font-size: 10px;
      border-radius: 5px !important;
      background-position: right center;
   }
   .main-menu {
      overflow: auto;
      white-space: nowrap;
   }
   .main-menu a {
      padding: 8px 10px;
      font-size: 12px;
   }
   .about-section p {
      font-size: 15px;
      line-height: 24px;
   }
   .main-title {
      font-size: 24px;
      margin-bottom: .8rem !important;
   }
   .image-with-text{
      border-radius: 8px;
      padding: 15px 25px;
      gap: 20px;
      font-size: 16px;
   }
   .small-icon {
      max-width: 35px;
   }
   .gp-3 {
      row-gap: 0;
   }
   .form-block-v1 h4 {
      padding: 10px 10px;
      font-size: 15px;
   }
   .form-block-v1 .form-control {
      font-size: 14px;
      background-size: 15px;
      padding-left: 2rem;
   }
   .form-block-v1 .btn {
      font-size: 16px;
      padding: .5rem 1rem;
      margin: 0;
   }
   .privacy {
      font-size: 10px;
      line-height: 14px;
   }
   .privacy input#privacy {
      height: 12px;
      flex: 0 0 10px;
   }
   .form-block-v1 form {
      padding: 20px 30px;
   }
   .title-block-v1 {
      font-size: 22px;
   }
   .dark-blue {
      font-size: 15px;
      line-height: 25px;
   }
   .play-overlay {
      font-size: 16px;
   }
   .light-sky .col-md-12 {
      margin-bottom: 0 !important;
   }
   .gp-2 {
      row-gap: .5rem;
   }
   .row+.tools-card{
      margin-top: 2rem;
   }
   .tools-code {
      border-radius: 8px;
      padding: 10px 15px;
      gap: 12px;
      font-size: 15px;
   }
   .tools-code>img {
      width: 30px;
      height: 40px;
   }
   .career-block .col-md-3,
   .tools-card .col-md-3 {
      width: 50%;
      --bs-gutter-x: .8rem;
   }
   .list-cert li>img {
      max-width: 40px;
   }
   .list-cert h4 {
      font-size: 16px;
      margin-bottom: .2rem;
   }
   .list-cert p {
      font-size: 12px;
   }
   .list-cert li {
      gap: 1rem;
   }
   .list-unstyled,
   .list-cert li+li {
      margin-top: 1.5rem;
   }
   .zoom-click {
      font-size: 14px;
   }
   .zoom-img {
      width: 80%;
      margin: 20px auto;
   }
   .team-card {
      padding: 0 10px 10px;
   }
   .custom-dots:empty{
      display: none;
   }
   .accordion-section .accordion-item {
      border-radius: 8px !important;
   }
   .accordion-section .accordion-header {
      padding: .8rem 1rem;
   }
   .accordion-section .accordion-item .accordion-button {
      font-size: 15px;
   }
   .accordion-section .accordion-button::after {
      width: 20px;
      height: 20px;
      background-size: 10px;
   }
   .accordion-section .accordion-button:not(.collapsed)+ul {
      padding-bottom: 12px !important;
   }
   .accordion-section .accordion-header ul {
      font-size: 10px;
      margin-top: 3px;
   }
   .accordion-section .accordion-body>p {
      font-size: 12px;
      margin-bottom: 0;
   }
   .accordion-section .accordion-body {
      padding: 0rem 1rem 1rem;
      font-size: 10px;
   }
   .point-list {
      line-height: 18px;
      padding-left: 15px;
   }
   .accordion-section .accordion-body h6 {
      font-size: 14px;
      margin: .5rem 0;
   }
   .main-menu ul,
   .hero-banner ul,
   .tag-list {
      gap: 3px;
      margin: 0 !important;
   }
   .tag-list span {
      font-size: 8px;
      padding: 4px 8px;
   }
   .accordion-section .accordion-item+.accordion-item {
      margin-top: .8rem;
   }
   .accordion-section .accordion-item:before {
      width: 6px;
      height: 6px;
      left: -16px;
      top: 25px;
   }
   div#accordionExample:before{
      height: 90%;
   }
   div#accordionExample{
      padding-left: 20px;
   }
   .accordion-btn {
      font-size: 15px;
      width: 90%;
   }
   .accordion-section .accordion-header ul li+li:before {
      margin: 0 10px;
   }
   .f-size-20 {
      font-size: 15px;
   }
   .circle-with-text p.mb-0 br{
      display: none;
   }
   .circle-with-text img {
      width: 40px;
      height: 40px;
   }
   .circle-with-text {
      font-size: 15px;
   }
   .rating-aveg h2 {
      font-size: 15px;
      margin-bottom: .6rem !important;
   }
   .project-slider .slick-arrow {
      left: -4px;
   }
   .project-slider .slick-arrow img {
      width: 30px;
      height: 30px;
   }
   .blue-head {
      padding: 2rem;
      font-size: 16px;
   }
   .content-body {
      padding: 1.5rem 2rem;
      font-size: 14px;
   }  
   .project-card>div {
      border-radius: 10px;
      margin-bottom: 20px;
   }
   .project-slider .custom-next.slick-arrow {
      right: -4px;
      left: auto;
   }    
   .project-slider .slick-dots li, .custom-dots .slick-dots li {
      margin: 0 2px;
      width: 8px;
      height: 8px;
   }  
   .grdation-color {
      background: linear-gradient(to bottom, #f6fcfe 60%, #0744a1 50%)
   }
   .profile .btn {
      padding-left: .5rem !important;
      padding-right: .5rem !important;
      font-size: 12px;
   }
   .circle-with-text {
      padding: 0 8px;
   }
   .profiel-picture img {
      width: 50px;
      height: 50px;
   }
   .profile .btn svg {
      width: 15px;
      height: 15px;
   }
   .profile-info {
      font-size: 12px;
   }
   .profile .flex-1 {
      padding-bottom: 5px;
   }
   .profile-info h5 {
      font-size: 15px;
   }
   .read-more {
      font-size: 14px;
   }
   .comapany-box img {
      max-height: 15px;
   }
   .comapany-box h4 {
      font-size: 15px;
      line-height: 20px;
   }
   .comapany-box h5 {
      font-size: 14px;
      line-height: 20px;
   }
   .comapany-box {
      padding: 1rem 1rem;
   }
   .comapany-box+.comapany-box {
      margin-top: .8rem;
   }
   .slick-arrow svg {
      width: 18px;
      height: auto;
   }
   .salary-list li:not(:last-child) span:before {
      bottom: -10px;
   }
   .salary-list li span {
      position: static;
   }
   .salary-list img {
      width: 40px;
   }
   .salary-list {
      font-size: 16px;
      position: relative;
   }
   .company-slide:before {
      width: 18px;
      background-size: 18px;
   }
   .company-slide {
      padding-left: 26px;
   }
   .custom-arrow{
      margin-bottom: 2.5rem;
   }
   .career-block .image-with-text {
      padding: 10px 15px;
      font-size: 12px;
   }
   .career-block .gp-3{
      row-gap: .5rem;
   }
   .dark-blue-v1 .tools-code {
      padding: 12px 15px;
      font-size: 14px;
   }
   .dark-blue-v1 .col-md-4 {
      margin-bottom: .2rem;
   }
   .grid-row {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 5px;
   }
   .grid-row li {
      border-radius: 6px;
      padding: 15px;
      min-height: 50px;
   }
   .full-form {
      padding: 1rem 1rem;
      display: none;
   }
   .store-content h4 {
      font-size: 14px;
      margin: .5rem 0
   }
   .store-content {
      padding: 1.5rem;
      font-size: 12px;
      margin-bottom: 2.5rem;
   }
   .store-content:after {
      border-top: 15px solid #fff;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      bottom: -15px;
   }
   .profile-store {
    font-size: 12px;
   }
   .profile-store img {
      width: 60px;
   }
   .profile-store h5 {
      font-size: 15px;
   }
   .gallery-item>* {
      max-width: 220px;
   }
   .gallery-item {
      gap: 10px;
   }
   .apply-list li h5 {
      font-size: 14px;
   }
   .apply-list li {
      border-left: 2px solid #0b379c;
      padding-left: 10px;
      font-size: 12px;
   }
   .apply-list {
      gap: 20px;
   }
   .full-girl{
      display: none;
   }
   .admin-card {
      padding: 2rem 2rem;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px 15px;
      font-size: 15px;
   }
   .admin-card h5 {
      font-size: 16px;
      max-width: 60%;
   }
   .admin-card img {
      width: 45px;
   }
   .col-md-4:has(.admin-card):not(:last-child) .admin-card:before {
    top: 119%;
    width: 35px;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg) translate(-50%, -50%);
   }
   .admission-section .col-md-4 {
      margin-bottom: 3rem !important;
   }
   .admission-section .col-md-4:last-child {
      margin-bottom: 0rem !important;
   }
   .orange-color.appy-btn {
      font-size: 16px;
   }
   .price small{
      font-size: 12px;
   }
   span.price {
      font-size: 25px;
   }
   .total-payment {
      height: auto;
      padding: 1rem 2rem;
      flex: 0 0 140px;
      margin-right: 0;
      font-size: 12px;
      margin-bottom: -80px;
   }
   .total-payment p {
      font-size: 14px;
   }
   .total-payment h3 {
      margin: .5rem 0;
      font-size: 25px;
   }
   .payment-section p {
      margin-bottom: .5rem;
   }
   .payment-section ul li img {
      width: 60px;
   }
   .payment-section {
      padding: 6.5rem 2rem 2rem;
      border-radius: 15px;
      font-size: 14px;
   }
   .payment-section h5 {
      font-size: 15px;
      margin: 1rem 0 .5rem;
   }
   .apply-btn-v1 small {
      font-size: 12px;
   }  
   .apply-btn-v1{
      align-items: flex-start !important;
   }
   .apply-btn-v1 .btn {
      padding-top: .3rem;
      padding-bottom: .3rem;
      font-size: 13px;
      margin-top: .5rem;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
   }
   .orange-bg {
      padding: 1rem 1rem !important;
   }
   .orange-bg .main-title {
      font-size: 14px;
      margin-bottom: .2rem !important;
   }
   .orange-bg p {
      font-size: 12px;
      margin-bottom: .5rem;
   }
   .orange-bg .btn {
      font-size: 10px;
      padding: .2rem 1.2rem;
      border-radius: 100px;
   }  
   .faq-section .accordion-button::after {
      width: 15px;
      height: 15px;
      background-size: 15px;
   }
   .faq-section .accordion-body {
      padding: 0rem 1rem 1rem;
      font-size: 10px;
      max-width: 100%;
   }
   .faq-section .accordion-button {
      font-size: 12px;
      padding: .5rem 1rem;
   }
   .faq-section .accordion-item+.accordion-item {
      margin-top: .5rem;
   }
   body{
      padding: 0 !important;
      overflow-x: visible !important;
   }
   #header {
      position: sticky !important;
   }
   .top_bar {
      width: 100%;
      float: none;
      display: inline-block;
      vertical-align: middle;
   }
   .navigation_bar{
      float: none;
   }
   .privacy label{
      font-size: 12px;
   }
   .privacy input#privacy{
      margin-top: 4px;
   }
   .custom__dots, 
   body section .custom-dots,
   .custom-dots {
      margin-top: 0 !important;
    }
    .highlight-item:not(.active){
      display: none;
    }
    span.view_btn {
      color: #0086ff;
      font-weight: 600;
      font-size: 14px;
   }
   .custom__dots .slick-dots li, 
   .project-slider .slick-dots li, 
   .custom-dots .slick-dots li {
      margin: 0 2px;
      width: 8px;
      height: 8px;
   }
	#classroomimages{
		overflow:hidden;
	}
}
.store-card {
   padding: 0 12px;
}
.learner-stories{
   margin: 0 -12px;
}

/* Content link colors */
.about-section p a,
.dark-blue p a,
.dark-blue-v1 p a,
.accordion-body a,
section p a {
   color: #eab830;
   text-decoration: underline;
}
.about-section p a:hover,
.dark-blue p a:hover,
.dark-blue-v1 p a:hover,
.accordion-body a:hover,
section p a:hover {
   color: inherit;
}