ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: 'Livvic', sans-serif;
}

*,
after,
before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Livvic', sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button  {
    -webkit-appearance: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Livvic', sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: 'Livvic', sans-serif;
}

a {
    text-decoration: none !important;
    display: inline-block;
    font-family: 'Livvic', sans-serif;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a:hover {
    color: #17335f;
}

label {
    font-weight: normal !important;
}

b,
strong {
    font-family: 'Livvic', sans-serif;
    font-weight: 700 !important;
}

u {
    text-decoration: underline;
}

i,
em {
    font-style: italic;
}

img {
    max-width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: poLivvic;
}

p {
    font-family: 'Livvic', sans-serif;
}

a {
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

button {
    outline: none !important;
}

ul{padding-left: 0px !important;}
body {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-family: 'Livvic', sans-serif;
    font-size: 15px;
    color: #3e3e3e;
    width: 100%;
}

body.offcanvas-active{
	overflow:hidden;
}
.whatsapp-id {
    position: fixed;
    bottom: 3%;
    right: 1%;
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    text-align: center;
     display: flex;
    justify-content: center;
    align-items: center;
    z-index:1111;
}
.whatsapp-id a {
    color: #fff;
    font-size:35px;
}
.whatsapp-id a:hover{color:#fff;}
.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
header.header-part {
    background: #1e3352;
}
header.header-part ul li a {
    color: #fff;
}
a.nav-link.contact-us-btn {
    background: #cbdbe8;
    border-radius: 4px;
    font-size: 14px;
    color: #111;
}
header.header-part ul li{padding-left: 15px; position: relative;}
nav#navbar_main ul li.active a {
    color: #cbdbe8;
    position: relative;
}
nav#navbar_main ul li.active a:after{
    position: absolute;
    content: '';
    background:#cbdbe8;
    width: 100%;
    height:2px;
    bottom: 0;
    left: 0;
    right: 0;
}
button.close.book-demo-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: #1e3352;
    z-index: 111;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
section.banner-part {
    background: #cbdbe8;
    height: calc(100vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-box{
    background-position: center;
background-size: cover;
background-repeat: no-repeat;
height:100vh;
display: flex;
    align-items: center;
}
.banner-box-inner {
    text-align: left;
}
.banner-box-inner h3 {
    font-size: 21px;
    color: #3C434B;
    font-weight: 500;
}
.banner-box-inner h1 {
    font-size: 47px;
    font-weight: 600;
    color: #223645;
    padding: 15px 0;
}
.banner-box-inner h1 span{
    color: #1e3352;
}
.banner-box-inner p {
    font-size: 20px;
    color: #3C434B;
}
.banner-btn a.first-btn {
    background: #1e3352;
    padding: 9px 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    transition: 0.5s all;
    border: 1px solid #1e3352;
}
.banner-btn a.first-btn:hover{
    background: transparent;
    color:#1e3352 ;
}
.banner-btn a.scnd-btn {
    background: transparent;
    padding: 9px 26px;
    border-radius: 5px;
    color: #223645;
    font-size: 14px;
    transition: 0.5s all;
    border: 1px solid #223645;
}
.banner-btn a.scnd-btn:hover{
    background: #223645;
    color:#fff ;
}
.bannerslider .swiper-button-next, .bannerslider  .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: #1e3352;
    border-radius: 50%;
}
.bannerslider  .swiper-button-next:after, .bannerslider  .swiper-button-prev:after{
    font-size: 18px !important; color: #fff !important;
}
.bg-white{background: #fff;}
.about-part{padding: 60px 0 ;}
.about-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #3C434B;
    font-weight: 300;
}

section.achivement-part{padding: 60px  0 0;}
.achive-company {
    background: #f9f9f9;
    padding: 15px;
}
.acive-box img {

    height: auto;
}
.studentslider .acive-box img {
    width: 148px;
}
.achive-text p {
    font-size: 16px;
    text-align: center;
    color: #494949;
    line-height: 1.7;
    padding: 25px 0 0;
}
.page-head1 h4{
    font-size: 23px;
    font-weight: 400;
    color: #223645;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    width: fit-content;
    margin: auto;
}
.page-head1 h4:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0px;
    right:0px;
    width:100%;
    height:3px;
    background: #1e3352;
}
section.popular-part {
    background: #112646;
    padding: 60px 0;
    
}
.course-text h4 {
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    color: #223645;
    padding: 10px 0 0;
}
.course-text .rating {
    display: flex;
    font-weight: 400;
    color: #1e3352;
    font-size: 14px;
}
.course-text .rating img {
    width: 20px;
}
.course-text .rating span {
    color: #697482;
    font-size: 13px;
}
 .new_course_card_v2_details {
    display: flex;
    font-size: 12px;
    color: rgba(0,0,0,0.72);
    padding:0 15px;
}
.new_course_dot.registration_count_elipses {
    padding-left: 15px;
}
.star-group img {
    width: 17px !important;
}
.star-group {
    display: flex;
}
 .new_course_dot::before {
    content: "\A";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #757575;
    display: inline-block;
    position: absolute;
    margin: 9px 6px 2px;
    left:0px
}
.new_course_dot.pl-4 {
    padding-left: 15px;
}
.new_course_dot {
    position: relative;
}
.new_course_card_v2_details .registration_count_elipses {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    position: relative;
}
.course-price {
  
    width: 100%;
    padding: 0 15px;
}
.course-box {
    background: #fff;
    padding: 0 0 20px;
}
.course-text {
    padding: 0 15px;
}
.price-inner {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 10px 0;
    display: none;
}
.rbt-price {
    display: none;
}
.read-course {
    background: #1e3351;
    width: fit-content;
    font-size: 12px;
    padding: 7px 16px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 9px;
    border:1px solid #1e3351;
    transition:0.5s all;
    margin-top: 15px;
}
.read-course a{color:#fff; font-weight:500}
.read-course:hover{
    background:transparent;
}
.read-course:hover a{
    color:#fff;
}
.read-more-icon {
    width: 50%;
    text-align: right;
    color: #000;
}

.read-more-icon a{
    color: #1e3352;
}
.popular-tab .nav-tabs {
    border-bottom: 0px solid #1e3352;
    margin: auto;
    display: flex;
    justify-content: center;
}
.popular-tab {
    margin-bottom: 30px;
}
.popular-tab .nav-tabs .nav-link.active {
    background: #cbdbe8;
    border: 0px;
    color: #111;
    border-bottom: 0px solid #cbdbe8;
    border-radius: 30px;
}
.popular-tab .nav-tabs button{
    color: #111;
    width: fit-content;
    text-align: center;
	background:#fff;
	 border-radius: 30px;
	 margin-right:10px;
	 font-size:14px
}
.popular-tab .nav-tabs button:hover, .popular-tab .nav-tabs button:active{
    border:0px !important
}
.courseslider  .swiper-button-next, .courseslider  .swiper-button-prev{top:97%; color:#cbdbe8 !important}
.courseslider  .swiper-button-next:after, .courseslider  .swiper-button-prev:after{display: none !important;}
.courseslider .swiper-button-next.swiper-button-disabled, .courseslider .swiper-button-prev.swiper-button-disabled{opacity: 1 !important; color: #fff !important;}
.courseslider {
    padding-bottom: 56px !important;
}
.courseslider  .swiper-button-next{right: 48%;}
.courseslider  .swiper-button-prev{left:48%}
section.student-work-part {
    background: #F4F9FC;
    padding: 60px 0;
}
.student-compnay{padding:30px 0 0}

section.choose-part {
    padding: 60px 0;
    background-color: #fff;
    background-image: url(../images/blog-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.advance-part{
    /* padding: 60px 0;
    background-color: #fff;
    background-image: url(../images/advance-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}
.page-head3 h3{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.advance-text p {
    padding: 6px 16px;
    background: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.advance-text h3 {
    font-size: 20px;
    padding-left: 20px;
    color:#1e3352;
    font-weight: 700;
}
.advance-list ul {
    padding: 0px;
}
.advance-list ul li {
    padding-bottom: 10px;
    color: #fff;
}
.advance-list ul li i,.advance-list ul li img {
    padding-right: 10px;
}
.advance-text {
    display: flex;
}
.choose-box {
    display: flex;
}
.choose-icon img {
    width: 42px;
}
.choose-text p {
    font-weight: 500;
    font-size: 14px;
    padding-left: 16px;
    color: #223645;
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0px;
    text-transform: capitalize;
}
.choose-box {
    display: flex;
    padding-bottom: 18px;
    align-items: center;
}
.view-btn.display-flex a {
    display: inline-block !important;
    text-align: center;
    width: fit-content;
}
.view-btn.display-flex {
    margin: auto;
    width: fit-content;
    display: block;
}
section.placement-part{
    padding: 60px 0;
    background:#f5f8ff;
}
.page-head1 h2{
    font-size: 32px;
    font-weight: 700;
    color: #223645;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    width: fit-content;
    margin: auto;
}
.page-head1 p{
    font-size: 16px;
    font-weight: 300;
    color: #494949;
    line-height: 1.7;
    text-align: center;
}
section.achivement-part-institute {
    padding: 60px 0;
    background: #f5f8ff;
}
.place-box-inner {
    display: flex;
    padding: 20px;
    border: 1px solid #D3D4D6;
    border-radius: 5px;
    background: #fff;
}
.place-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}
.place-text h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.place-text p {
    font-size: 16px;
    color: #646871;
}
.place-text {
    padding-left: 21px;
    width:calc(100% - 60px)
}


.client-part{
    position: relative;
    z-index: 1;
padding: 60px 0;
background: #112646;

}
.client-part:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url("../images/client-bg.png");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-head1 .color-white {
    color: #fff;
}
.swiper {
    width: 100%;
  }
  .swiper-wrapper{
    height:auto !important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:auto !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .client-img img {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
}
.client-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 300 !important;
    padding: 17px 0;
    line-height: 1.7;
}
.client-text h4{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.client-text span{
color:#929292;
font-weight: 300;
font-size: 13px;
}

.blog-box.inner-box {
    border: 1px solid #ddd;
    margin-bottom: 25px;
	border-radius:5px
}
section.blog-inner-part {
    padding: 60px 0;
}
.blog-part{
    background-color: #F4F9FC;
background-image: url("../images/blog-bg.png");
background-position: center;
background-size: cover;
padding: 60px 0;
background-repeat: no-repeat;
}
.contact-form.page-contact {
    background: #223645;  
}
.form-check.color-grey {
  color: #CFCFCF !important;
}
.contact-form.page-contact h3 {
    color: #fff;
}
ul.main-page-contact label {
    padding: 0px;
    margin: 0px;
}
ul.main-page-contact p {
    border: 0px !important;
    padding: 10px 0 !important;
	    margin-bottom: 0px;
}
ul.main-page-contact li {
    transition: 0.5s all;
	padding:20px;
}
ul.main-page-contact li:hover{
	box-shadow: 0px 0px 30px 1px #00000014;

}

.page-head h2{
    font-size: 32px;
    font-weight: 700;
    color: #223645;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    width: fit-content;
    margin: auto;
}
.page-head h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0px;
    right:0px;
    width:100%;
    height:3px;
    background: #1e3352;
}

.blog-img {
    position: relative;
}
.blog-img img{width:100%}
.blog-date {
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 0px;*/
    /*padding: 10px;*/
    /*background: #112646;*/
    color: #212529;
    font-size: 12px;
}
.blog-box {
    background: #fff;
    padding:15px;
}
.blog-text {
    padding:0px;
}
.blog-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #223645;
    text-transform: capitalize;
    padding-bottom: 6px;
}
.blog-text p {
    color: #666;
    font-size: 16px;
}
.blog-box .row {
    padding: 0 20px 30px;
}
.read-btn a {
    background: #1e3352;
    padding: 7px 16px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    transition: 0.5s all;
    border: 1px solid #1e3352;
}
.read-btn a:hover{
    background: transparent;
    color:#1e3352 ;
}
.blog-meta{padding:10px 0px 0;}
.blog-meta .author {
    background: #1e3352;
    color: #fff !important;
    font-size: 11px !important;
    padding: 4px;
    border-radius: 5px;
    width: fit-content;
}

.blog-meta .comment {
    font-size: 14px;
    color:#B3B3B3
}
.view-btn a {
    background: #1e3352;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    transition: 0.5s all;
    border:1px solid #1e3352;
    margin:30px auto 0;
    display:block;
    width:fit-content;
    text-transform: capitalize;
}
.view-btn a:hover{
    background: transparent;
    color:#1e3352 ;
}

section.contact-part {
    padding: 60px 0;
}
.contact-inner{
  /*   background-image: url(../images/contact-bg.jpg); */
    background-position: center;
    background-size: cover;
    padding: 0px 0 0px;
    background-repeat: no-repeat;
    position: relative;
}
/* .contact-inner:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    background: #1e3352;
    width: 100%;
    opacity: 0.8;
} */
.contact-inner h3 {
    font-size: 32px;
    font-weight: 700;
    color: #223645;
    padding-bottom: 20px;
}
.form-input input, .form-input select, .form-input textarea {
    background: #fff;
    box-shadow: 0px 2px 0px 0px #00000026;
 border-radius: 6px;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #111;
    font-weight: 300;
}
.contact-inner1 {
    position: relative;
    z-index: 111;
    padding: 0px 0 0;
}
.contact-inner1 ul {
    padding-left: 0px;
}
.form-check {
    padding-left: 0px !important;
    color: #828282;
    font-weight: 300;
}
.form-check a{
    color:#1e3352
}
.contact-inner1 ul li label {
    font-size: 16px;
    color: #000;
    font-weight: 500 !important;
    display: block;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 0px;
}
.contact-inner1 ul li p span {
    font-size: 16px;
    color: #7A7A7A;
    padding-left: 12px;
    font-weight:500;
}

.contact-form {
    background: #FBFBFB;
    position: relative;
    z-index: 11;
    border-radius: 15px;
    padding: 20px;
    margin-top: 0px;
}
form.form-inner-part h3 {
    font-size: 24px;
    text-align: center;
    color: #223645;
    padding: 25px 0;
    font-weight:600;
}
.contact-inner1 ul li p {
    background: #fff;
    padding: 25px 15px;
    border:1px solid #C0C0C0;
    border-radius: 15px;
}
.form-submit input {
    background: #1e3352;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    transition: 0.5s all;
    border: 1px solid #1e3352;
    width: 100%;
    text-transform: uppercase;
}
.form-submit input:hover{
    background: transparent;
    color:#1e3352 ;
}
.form-input select {
    appearance: auto;
}
.contact-lock p {
    text-align: center;
    color: #7a7a7a;
    font-size: 15px;
    padding: 23px 0 0;
}
.contact-lock p i{color: #000;}

.footer-part{
    background: #223645;
    position: relative;
   padding: 60px 0 0px;
}
.foot-head h3 {
   
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size:20px;
    font-weight: 500;
}
.footer-col-1 p {
    font-size: 16px;
    color: #fff;
   padding-right:25px;
    font-weight: 300;
    line-height: 1.7;
}
.footer-svg-left{
    position: absolute;
    top:0px;
    left:0px;

}
.footer-svg-right{
    position: absolute;
    bottom:0px;
    right:0px;
    
}
.footer-logo h3 {
    color: #fff;
    font-size: 24px;
    padding: 25px 0 0;
}
.footer-present {
    display: block;
    margin-left: auto;
    text-align: right;
    padding-right: 100px;
    padding-top: 50px;
}
.footer-present a {
    display: inline-block;
}
.footer-present a img {
    width: 60px;
}
.foot-head {
    padding-bottom: 10px;
}
ul.social-list {
    margin:15px auto 0;
    width: fit-content;
}
ul.social-list li {
    display: inline-block;
}
ul.footer-link {
    padding: 0px;
    margin: 0px;
}
ul.footer-link li a{
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}
ul.footer-link li {
    padding-bottom: 11px;
}
ul.contact-foot li {
    display: flex;
    align-items: baseline;
}
ul.contact-foot {
    padding: 0px 32px 0 0;
    margin: 0px;
}
ul.contact-foot p {
    padding: 0px 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}
ul.contact-foot p a{
    color:#fff;
}
.footer-copyright {
    border-top: 1px solid #818181;
    padding: 15px 0;
    margin-top: 40px;
}
.copyyright-text {
    color: #fff;
    font-size: 14px;
    display: block;
    align-items: center;
    height: 100%;
}
.dmca-part {
    text-align: right;
}
.mobile-nav{display:none}


section.inner-banner-part{
    /*background-image: url(../images/about-us.jpg);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
  padding:60px 0;
    background:#112646;
}
.inner-head {
padding: 100px 0;
}
.inner-head h1 {
    color: #fff;
    font-size: 36px;
    text-align: left;
    text-transform: capitalize;
}
.inner-head p{
    color:#fff;
    padding:20px 0 5px;
}
.inner-head a.rbt-btn-link2 {
    text-align: left;
    margin: 30px 0;
}
.breadcumb-part ul li {
    display: inline-block;
    color: #fff;
    padding-right: 10px;
}
.breadcumb-part ul li a {
    color: #fff;
}
.breadcumb-part ul li.active {
    color: #1e3352;
}
.breadcumb-part {
    padding: 20px 0 0;
}
.training-part{
    position: relative;
    background-color: #112646;
    padding: 60px 0;
}
.training-part:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/about-bg.png);
}
.work-process-card {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.work-process-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 70px;
    height: 55px;
    background-color: #1e3352;
    border-radius: 0 0 0 270px;
    opacity: .1;
    transition: .7s;
}
.work-process-card h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.work-process-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}
.work-process-card .number {
    font-size: 24px;
    color: #1e3352;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 15px;
}


.about-play {
    position: relative;
    border-radius: 30px;
}
.about-play img {
    border-radius: 30px;
}
.about-play .about-play-content, .about-play .about-play-content:before {
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
}
.about-play .about-play-content {
    z-index: 1;
    left: 0;
    max-width: 470px;
    background-color: #25252538;
    padding: 100px 40px 70px 25px;
}
.about-play .about-play-content:before {
    content: "";
    z-index: -1;
    right: 30px;
    width: 91.7%;
    height: 90.1%;
    background-color: #112646;
}
.about-play .about-play-content .play-on-area {
    position: absolute;
    z-index: 1;
    bottom: 175px;
    left: 200px;
}
.about-play .about-play-content .play-on-area .play-on {
    width: 80px;
    height: 80px;
    color: #112646;
    background-color: #fff;
    text-align: center;
    font-size: 36px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-play .about-play-content span {
    color: #fff;
    font-size:13px;
}
.about-play .about-play-content h2 {
    color: #fff;
    font-size: 35px;
    max-width: 300px;
    margin-bottom: 0;
}
.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
    color: #1e3352
}
    .section-title h2 {
        font-size: 35px;
        font-weight: 600;
        margin-top: 0;
        line-height: 1.2;
        color: #252525;
        margin-bottom: 0;
    }
    .section-title p {
        padding-top: 25px;
 padding-bottom: 0px;
 margin-bottom: 0px;
        color: #444;
        line-height: 1.7;
        font-size: 15px;
    }
    .about-content .about-list {
        list-style: none;
        margin: 0px 0;
        padding: 0;
    }
    .about-content .about-list li  i{
        padding-right: 15px;
    }
    .about-content .about-list li {
        display: block;
        color: #252525;
        margin-bottom: 10px;
        font-weight: 500;
        transition: .7s;
       
        position: relative;
        transition: .5s;
        font-size: 15px;
    }

.work-process-part{padding:60px 0}
.services-card {
    padding: 30px 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    cursor: pointer;
}

.services-card:before {
    width: 90px;
    height: 90px;
    border-radius: 272px 0 0 0
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.services-card:after,.services-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background-color: #1e3352;
    opacity: .1;
    transition: .7s
}
.services-card .number-title {
    font-size: 30px;
    color: #1e3352;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.services-card:after {
    width: 75px;
    height: 75px;
    border-radius: 170px 0 0 0
}
.services-card h3 {
    display: block;
    color: #252525;
    transition: .7s;
    font-size: 19px;
    font-weight: 600;
}
.services-card h3{
    display: block;
    color: #252525;
    transition: .7s
}

.services-card p {
    margin-bottom: 12px;
    transition: .7s
}

.services-card:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1;
    
}

.services-card:hover h3,.services-card:hover p,.services-card:hover .number-title,.services-card:hover p {
    color: #fff
}

.services-card-color-bg {
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    padding: 40px 30px 35px;
    border-radius: 15px
}
.feature-box {
    display: flex;
    margin-bottom: 35px;
}
.feature-box .feature-box-icon.custom-feature-box-icon-size-1 {
    width: 3em;
    height: 3em;
    font-size: 20.8px;
    font-size: 1.3rem;
}
.feature-box .feature-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    background:rgb(236 85 0);
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 0.8em;
}
.feature-box .feature-box-info {
    flex: 1 1 100%;
    padding-left: 15px;
}
.feature-box-icon.custom-feature-box-icon-size-1 img {
    filter: brightness(0) invert(1);
}
.feature-box-info h4 {
    font-size: 19px;
    font-weight: 600;
}
.course-grid-3 {
    padding: 0 15px;
    margin-top: 30px;
    position: relative;
}
.rbt-card {
    overflow: hidden;
    box-shadow:0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 20px;
    border-radius:6px;
    background: #fff;
    position: relative;
   display: flex;
    transition: 0.4s;
}
.rbt-card-img {
    width: 30%;
    border-radius: 20px;
    overflow: hidden;
}
.rbt-price h5 {
    font-weight: 600;
    font-size: 14px;
    color: #1e3352;
}
.rbt-card-img a,.rbt-card-img a img {
    display: block;
    width: 100%;
}
.rbt-card .rbt-card-body {
    padding-top: 30px;
    width: calc(100% - 50%);
    padding-left: 20px;
}
.rbt-review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rbt-card .rbt-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-top: -10px;
}
.rbt-card .rbt-card-body {
    padding-top: 30px;
}
.rbt-review .rating {
    display: flex;
    align-items: center;
    margin-right: 6px;
}
.rbt-review .rating i {
    font-size: 13px;
    color: #FF9747;
    transition: 0.3s;
}
.rbt-review .rating-count {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.rbt-round-btn {
    color:#111;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: block;
}
h4.rbt-card-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
}
.rbt-card .rbt-card-body .rbt-meta {
    margin-bottom: 14px;
    padding: 0px;
}
.rbt-meta li {
    font-size: 14px;
    line-height: 15px;
    color: #6b7385;
    display: inline-block;
    margin: 7px;
}
.rbt-meta li i {
    margin-right: 5px;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rbt-price .current-price {
    font-size: 24px;
    font-weight: 700;
}
.rbt-price .off-price {
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.4;
    margin-left: 7px;
}
.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
    font-size: 14px;
    color:#192335;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.rbt-hover:hover {
    transform: scale(1.02);
}
.rbt-card:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.rbt-card::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: #1e3352;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}
a.rbt-btn-link {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #112646;
    border-radius: 10px;
    margin: 20px 0;
    background: #112646;
    transition: 0.5s all;
}
a.rbt-btn-link:hover{
    background: transparent;
    color:#112646
}
a.rbt-btn-link1 {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #1e3352;
    border-radius: 10px;
    margin: 20px 0;
    background: #1e3352;
    transition: 0.5s all;
}
a.rbt-btn-link1:hover{
    background: transparent;
    color:#1e3352
}
.rbt-card-bottom {
    width: 20%;
    padding-left: 20px;
    border-left: 1px solid #ddd;
    text-align: center;
}
section.course-banner {
    background: #fff;
    padding: 10px 0;
}
section.course-banner .breadcumb-part li span{
    color: #112646;
}
section.course-banner .breadcumb-part li a{
    color: #112646;
}
.page-nav-menu.-line .page-nav-menu__link{position: relative;}
.page-nav-menu.-line .page-nav-menu__link.is-active {
    color: #1e3352;
}
.page-nav-menu.-line .page-nav-menu__link.is-active:after {
    opacity: 1;
}
.page-nav-menu.-line .page-nav-menu__link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1e3352;
    opacity: 0;
    transition: all .2s cubic-bezier(.215,.61,.355,1);
}
.page-nav-menu.-line .page-nav-menu__link {
    position: relative;
    margin-right: 46px;
    color:#000
}
section.course-part {
    padding: 40px 0;
}
.page-nav-menu.-line {
    border-bottom: 2px solid #ededed;
}
svg.svg-inline--fa.fa-check {
    width: 30px;
    height: 30px;
    border: 1px solid #1e3352;
    border-radius: 50%;
    padding: 6px;
   
}
svg.svg-inline--fa.fa-check path{ fill: #1e3352;}
.overview-part h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0;
}
.overview-list p {
    padding-left: 7px;
}
.course-contentpart h4 {
    font-weight: 600;
}
ul.course-list-content li {
    font-size: 15px;
    padding-bottom: 11px;
    color: #4f4f4f;
}
ul.course-list-content li i {
    padding-right: 10px;
    font-size: 12px;
    color: #1e3352;
}
.course-quality ul{display: flex; flex-wrap: wrap;}
.course-quality ul li {
    flex: 0 0 auto;
    width: 50%;
    display: inline-block;
    padding: 40px 25px;
    text-align: center;
    border: 1px solid #fff;
}
.course-quality .bg-dark1 {
    background: #112646;
}
.course-quality .bg-orange {
    background: #1e3352;
}
.course-quality .count-no {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.course-quality  .count-title {
    font-size: 13px;
    color: #fff;
}
.course-quality ul li i {
    font-size: 19px;
    color: #fff;
}
.review-innerpart {
    padding: 40px 0 0;
}
.review-innerpart h4 {
    font-weight: 600;
}
.bg-chnage-light {
    background: #f5f7fe;
    padding: 30px;
    text-align: center;
    display: block;
}
.rate-text {
    font-size: 35px;
    font-weight: 600;
    color: #1e3352;
}
.rate-star i {
    color: #e59819;
}
.rate-course {
    padding: 10px 0;
    font-weight: 500;
}
.progress-bar {
    position: relative;
    width: 100%!important;
    background-color: transparent !important;
}
.progress-bar__bg {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #cce0f8;
}
.progress-bar__bar {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 5;
    height: 4px;
    border-radius: 4px;
    background: #6440fb;
}
.w-1\/1{width:85%}
.w-1\/2{width:75%}
.w-1\/3{width:45%}
.w-1\/5{width:35%}
.w-1\/7{width:5%}
.rate-progess {
    width: 156px;
    text-align: right;
}
.rate-progess i {
    padding-left: 2px;
    color: #e59819;
}
.text-dark-1 {
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
}
 .comments__list>li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
 .comments__list>li:first-child,  .comments__list>li:first-child>.comments-item-inner {
    border-top: none;
}
 .comments__item-inner {
    display: flex;
}
 .comments__img {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    max-width: 60px;
}
 .comments__body {
    width: 100%;
    padding-left: 15px;
}
.comments__header h4 {
    font-size: 18px;
}
span.text-13.text-light-1.fw-400 {
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
}
button.view-reviewall {
    width: fit-content;
    margin: auto;
    background: transparent;
    font-weight: 600;
    color:#1e3352;
    border-bottom: 1px solid #1e3352;
}
h5.text-15.fw-500.mt-15 {
    font-size: 16px;
}
.page-head h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 50px 0;
}
.blog-date1{
    /*position: absolute;*/
    /*top: 30px;*/
    /*left: 30px;*/
    /*background-color: #1e3352;*/
    /*text-align: center;*/
    /*padding: 10px 20px;*/
    /*border-right: solid 4px #FFF;*/
    /*border-bottom: solid 4px #FFF;*/
    color:#212529;
    font-size:13px;
}
.blog-date1 p {
    color: #fff;
}
section.blogdetail-part p {
    line-height: 1.7;
}
section.blogdetail-part h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0 11px;
}
.mbp_blockquote {
    background-color: #f7f7f7;
    border-left: 8px solid #1e3352;
    border-radius: 8px;
    height: 147px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 25px 30px 30px 40px;
}
section.interenship-inner {
    background: #e9f0ff;
    padding: 60px 0;
}
section.course-overview {
    padding: 60px 0;
    background: #e9f0ff;
    margin-bottom: 30px;
}
header.header-part ul li, header.header-part ul li.dropdown{position: static;}
.custom-col {
    width: 20% !important;
}
.row.custom-dropdown-menu {
    padding: 20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    right: 0px;
}
.custom-nav h3 {
    font-size: 17px;
    position: relative;
    width: fit-content;
    font-weight: 600;
}
.custom-nav h3:after {
    position: absolute;
    content: '';
    background: #1e3352;
    width: 49%;
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
}
.custom-nav ul li a {
    color: #000 !important;
    line-height: 1.3;
    font-size: 14px;
}
 .custom-nav ul li  a:after {display: none !important;}
 .custom-nav ul {
    padding: 20px 0 0;
}
.custom-nav ul li {
    padding: 0 0 8px !important;
    margin: 0px;
}
a.rbt-btn-link2 {
    display: block;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    width: fit-content;
    border: 1px solid #1e3352;
    border-radius: 10px;
    margin: 30px auto 0;
    background: #1e3352;
    transition: 0.5s all;
}
a.rbt-btn-link2:hover{
    background: transparent;
    color: #1e3352;
}
.dropdown-toggle::after{display: none !important;}
.moretext {
    display: none;
  }
  .review-feedback {
    height: 400px;
    overflow-y: scroll;
}
.review-feedback::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.review-feedback::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
#regularAccordionRobots .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1e3352;
    box-shadow: none;
}
.review-feedback::-webkit-scrollbar-thumb
{
	background-color: #1e3352;
}
.inner-page-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about-img-course {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* 2025 start css*/
section.new-graphics-course{padding:70px 0;}
ul.place-compnay {
    display: flex;
    flex-wrap: wrap;

}
a.tutorial_link, .sk_branding {
    display: none !important;
    opacity:0 !important;
}
.footer-form-new .form-submit input{
width: fit-content;
    margin: 10px auto;
    text-align: center;
    display: block;
}
footer.footer-part h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.course-btn-1{
    
    text-align:right;
    
}
.banner-btn-new a {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    width: fit-content;
    border: 1px solid #1e3352;
    border-radius: 10px;
    transition: 0.5s all;
}
a.rbt-btn-link1{
    background:transparent;
     color:#1e3352;
}
a.rbt-btn-link1:hover{
    background:#1e3352;
    color:#fff;
}
.course-btn-1 a {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    width: fit-content;
    border: 1px solid #1e3352;
    border-radius: 10px;
    transition: 0.5s all;
}
a.pdf-btn-new{
    background:#1e3352;
    color:#fff;
}
.course-part.border-top{
    padding-top:60px;
}
a.pdf-btn-new1{
    background:transparent;
     color:#1e3352;
}
a.pdf-btn-new1:hover{
    background:#1e3352;
    color:#fff;
}
a.pdf-btn-new:hover{
    background:transparent;
    color:#1e3352;
}
ul.place-compnay li {
    width: 20%;
    text-align: center;
    border-left: 1px solid #e6e5e4;
    border-bottom: 1px solid #e6e5e4;
    padding:30px;
}
ul.place-compnay li:nth-child(1), ul.place-compnay li:nth-child(6){
    border-left:0px;
}
ul.place-compnay li:nth-child(6),ul.place-compnay li:nth-child(7), ul.place-compnay li:nth-child(8),ul.place-compnay li:nth-child(9),ul.place-compnay li:nth-child(10){
    border-bottom:0px;
}
.do-course-box {
    text-align: center;
    padding:50px 20px;
    border-radius: 10px;
    transition:0.5s all;
}
.do-course-box:hover{
    margin-top:-15px;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.09);
}
.do-course-box img {
    width: 50px;
}
.do-course-box h3 {
    font-size: 18px;
    padding: 20px 0 0;
}
.do-course-box.color-change-1 {
    background: #fffccf;
}
.do-course-box.color-change-2 {
    background: #ffedff;
}
.do-course-box.color-change-3 {
    background: #ffe8eb;
}
.do-course-box.color-change-4 {
    background: #e9f6ff;
}
.batches-box {
    background-color: #13234C;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
     border:3px solid #13234C;
}
.batches-box:hover{
border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #1e3352;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .5);
}
.batches-box h3 {
    font-size: 19px;
    color: #fff;
    padding: 15px 0 0 0;
}
.batches-box p {
    font-size: 15px;
    color: #cecece;
}
section.class-batches-part{
    padding: 70px 0;
    background: #f5f8ff;
}
section.why-institute-part{padding:70px 0;}
.why-ins-box {
    padding: 45px 35px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 30px;
}
.why-ins-box:hover {
    border-color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.why-ins-box h3 {
    font-size: 22px;
    padding: 15px 0 5px;
}
section.course-certificate {
    background: #112646;
    padding: 70px 0 70px;
    
}
.certificate-col {
    padding: 20px;
}
.certificate-col h3 {
    font-size: 18px;
    color: #fff;
}
.certificate-col p {
    font-size: 15px;
    color: #f0f0f0;
}
.text-white h2{color:#fff;}
.text-white p{color:#fff;}
.full-certificate-row {
    background: #1e3352;
    border-radius: 15px;
    padding: 20px;
    margin-top: 0px;
    position:relative;
}
/*.position-img-new{
    background:url(../images/Layer_x.png) no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}*/
.certificate-img, .certificate-img img {
    /*position: absolute;*/
    /*height: 100vh;*/
    /*top: -100%;*/
    border-radius: 10px;
    text-align: center;
}
.student-slider{
    margin-top:50px;
}
.certificate-img img {
    width: 85%;
    margin: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    padding: 5px;
}
.faq-blog [data-bs-toggle="collapse"] .fa:before {  
  content: "\-";
}

.faq-blog [data-bs-toggle="collapse"].collapsed .fa:before {
  content: "\+";
}
.faq-blog button.btn.btn-link.collapsed {
background: #fff;
    padding: 13px;
}
.faq-blog button.btn.btn-link {
background: #fdecdc;
    padding: 20px;
}
.faq-blog button.btn.btn-link:focus, .faq-blog button.btn.btn-link:active{
    border:0px;
    box-shadow:unset;
}
.faq-blog button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    text-decoration:none !important;
   font-size: 18px;
    font-weight: 500;
}
.faq-blog button.btn.btn-link i {
    position: absolute;
    right: 20px;
    font-size:15px;
}
div#accordion .card-header {
    background: transparent;
    padding:  0px;
}

.faq-blog .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-part{padding:70px 0;}
.faq-blog h5{
    font-weight:400;
}
.student-slider{padding-bottom:80px !important}
.student-slider  .swiper-button-next, .student-slider  .swiper-button-prev{top:93%; color:#fff !important}
 .student-slider  .swiper-button-next:after, .student-slider  .swiper-button-prev:after{display: none !important;}
.student-slider .swiper-button-next.swiper-button-disabled, .student-slider .swiper-button-prev.swiper-button-disabled{opacity: 1 !important; color: #fff !important;}
.courseslider {
    padding-bottom: 56px !important;
}
.student-slider  .swiper-button-next, .student-slider  .swiper-button-next{right: 46%; width:47px; height:47px; border-radius:50%; background:#1e3957}
.student-slider .swiper-slide.swiper-slide-active .video-student{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: -10px;
}
.student-slider .swiper-slide.swiper-slide-active{padding:0px;}
.student-slider .swiper-slide.swiper-slide{
    padding:10px;
}
.student-slider  .swiper-button-prev, .student-slider  .swiper-button-prev{left:46%;width:47px; height:47px; border-radius:50%; background:#1e3957}
section.ggole-reviewnew {
    background: #f5f8ff;
    padding:60px 0;
}
.student-icon-box {
    display: flex;
    gap: 20px;
    background: #1e3352;
    padding: 30px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    display: flex;
    justify-content: center;
}
.student-icon-box h3 span {
    font-size: 37px;
    display: block;
    color: #cbdbe8;
}
.student-icon-box h3 {
    font-size: 18px;  color: #fff;
}
.student-icon-box img {
    width: 43px;
    height: 43px;
    filter: brightness(0) invert(1);
}
.about-text ul li {
    padding-bottom: 10px;
    margin-left: 0px;
    font-size: 17px;
}
.about-text ul li i {
    padding-right: 10px;
}
section.student-part {
    padding: 50px 0;
}
.resume-build{
    padding: 70px 0 0;
}
.service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 40px;
}

.service-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.service-box:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #1e3352;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 22px;
}

.service-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e3352;
}
.service-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns fixed */
    gap: 20px;
    padding: 40px;
}

/* Responsive */
@media (max-width: 992px) {
    .service-container {
        grid-template-columns: repeat(2, 1fr); /* tablet */
    }
}

@media (max-width: 576px) {
    .service-container {
        grid-template-columns: 1fr; /* mobile */
    }
}
/* ============ mobile view ============ */
@media all and (max-width: 991px) {
	
	.offcanvas-header{ display:block; }
    .mobile-nav{display:block}
    a.navbar-brand{display: none;}
    button.d-lg-none.btn.btn-warning {
        background: transparent;
        border: 0px;
        color: #fff;
        font-size: 23px;
        width: 50%;
        text-align: right;
        padding-right: 25px;
    }
    .mobile-nav-inner {
        display: flex;
    }
	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed !important;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}
    .navbar>.container-fluid{display:block !important}
	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
        background:#112646;
        display: block;
	}
    a.nav-link.contact-us-btn {
        background: #1e3352;
        border-radius: 4px;
        font-size: 14px;
        width: fit-content;
        padding: 10px 20px;
        margin: 10px 0;
    }
    button.btn-close.float-end {
        color: #fff;
        box-shadow: none;
        opacity: 1;
        background: transparent;
    }
    .banner-btn a {
        display: block;
        width: fit-content;
        margin-top: 15px;
    }
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
    .bannerslider .swiper-button-next, .bannerslider .swiper-button-prev{
        width:30px; height:30px;
    }
    .rbt-card{display:block}
    .rbt-card-img,.rbt-card .rbt-card-body,.rbt-card-bottom{width:100%}
    .course-quality{margin-top:25px;}
    .rbt-card-bottom1 {
        display: flex;
    }
    .rbt-price {
        width: 50%;
        text-align: left;
    }
    .rbt-card-bottom1 a.rbt-btn-link1{width:50%}
    a.navbar-brand1 {
        width: 50%;
    }
    .footer-present {
        display: block;
        margin-left: auto;
        text-align: left;
        padding-right: 0;
        padding-top: 20px;
    }

    .blog-box,.place-box{margin-bottom: 20px;}
    .about-img{margin: 30px 0;}
    .courseslider .swiper-button-prev {
        left: 40%;
    }
    .popular-tab .nav-tabs {
        border-bottom: 0px solid #1e3352;
        /* margin: auto; */
        display: flex;
        flex-flow: row nowrap;
        overflow-x: auto;
        justify-content: unset;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }
    .custom-col {
        flex: 1 0 50%;
    }
    .footer-col-1 {
        margin-top: 25px;
    }
    .popular-tab .nav-tabs button{flex:1 0 30%}
    .popular-tab nav {
        display: flex;
        width: 100%;
        overflow-x: scroll;
    }
}	