@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Karla:ital,wght@0,200..800;1,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
  --theme-color: #C2161A;
  --pane-padding: 5px 42px;
  --theme-font:   "Raleway", sans-serif;
  --heading-font:   "Poppins", sans-serif;
  --active-color: #fea801;
  --trans: all 0.3s ease-in-out;
  --graycolor: #d5d5d5;
  --topfontcolor: #e1fff5;
  --orange: #F3A714;
  --green: #015742;
  --yellow: #bd1b2b ;
  --lightblue: #3fe6ff ;
  --prodgreen: #015742 ;
  --prodyellow: #FAD02C ;
}


 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 @font-face {
  font-family: AvenirNextCyr;
  src: url(https://www.nsquarexperts.com/assets/font/AvenirNextCyr-Regular.ttf);
}


@font-face {
  font-family: Striker;
  src: url(https://www.nsquarexperts.com/assets/font/Striker.otf);
}
  body{ overflow-x:hidden; }

 body{ font-family:var(--theme-font); }
body a  { text-decoration: none;     color: inherit;}
 
 a.navbar-brand {    width: 30%;}
.navbar-brand img { max-width:38%;  }
.bg-light{ background-color: #fff!important; padding: 0px}
a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    /* padding-right: 33px; */
    margin-right: 15px;
}

button#dropdownMenuButton1 {
    font-size: 18px;
}
 .heroImage {
    background-size: cover!important;
    position: relative;
    background-position: top center !important;
    background-repeat: no-repeat!important;
    background: #f2f2f2;
    min-height: 500px;
}  

.heroImage p { font-size:24px; font-weight:500; line-height:27px; color:#fff; text-align:justify; }
.yellowBadge{ position: relative; padding-top: 0px; height: auto; line-height: 60px;}
.yellowBadge:before {
    position: absolute;
    content: "";
    height: auto;
    left: -44%;
    right: 0;    top: 0;

    background-color: var(--yellow);
    width: 44%;
    line-height: 60px;    height: 60px;

}

.marq { background-color:var(--yellow); padding:10px; color:#000; font-size:16px;  }

  .heroImage:before{ position:absolute; content: ""; left: 0; right: 0; height: 100%; width: 100%; background-color:rgb(250 208 44 / 10%); }
  .heroImage2:before{ position:absolute; content: ""; left: 0; right: 0; height: 100%; width: 100%; background-color:rgb(0,0,0,0.3); }

/*.courseHead  .col-sm-6.wow.slideInRight.animated.animated.animated {
    background: rgba(0, 0, 0, 0.5);
}*/
a.nav-link.active {
    color: var(--yellow)!important;
}
.empower .yellowBadge:before{ display:none;height:auto!important; }

 .heroImage .container { position:relative; } 
.setBox { background-size:cover; background-position:center; background-repeat:no-repeat; min-height:400px; border-radius:10px; margin-bottom: 20px;     position: relative;
}
.yellowback{background: var(--yellow); color: #000; padding:5px;}
.couseFirst{min-height: 400px;text-align:justify;}
.couseFirst p{ text-align:justify;     color: #000;}
.Usp img{ max-width:80%; margin-right:0px; }
.uspText h4 { font-size: 23px; margin-bottom: 0px;}
.uspText p {margin-bottom: 0px; font-size:18px; }
.uspDiv{ display:flex; align-items:center; justify-content: start; height: 130px;}
.courseMainImg  { background-size:contain; background-position:center; background-repeat:no-repeat; height:100%  }
.faqMainImg{ background-size:cover; background-position:center; background-repeat:no-repeat; height:100% ; border-radius:20px; }
.lastFormImg{ background-size:cover; background-position:center; background-repeat:no-repeat; height:100% ;  }
.formLast{ min-height:400px; background:var(--theme-color); padding:50px }
 .formLast .form-control{ border:none; border-bottom:1px solid var(--yellow); margin-bottom:30px; font-size: 18px; background:transparent;  }
 .formLast input::placeholder,
textarea::placeholder {
    color: #029d75; /* Change to your desired color */
    opacity: 1; /* Ensures full visibility */
 }
 .setBox{transition: var(--trans);  }
.setBox .captionBoxSet {background: var(--yellow);
     color: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;    width: 100%;
transition: var(--trans);
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;     padding: 10px;
}
.coursesSec li {
    position: relative;
    list-style: none;
    line-height: 28px;
    padding-left: 30px;
    margin-bottom: 13px;    color: #000;

}
.coursesSec li:before {
    content: "";
    position: absolute;
    left:0px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('https://paxflora.bicads.in/assets/img/paxflora/icon_list.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.headquarter h4{ line-height:30px!important; color:#fff;font-size:19px; }
.headquarter{background: var(--theme-color);}
.headquarter h5{ color:#000!important; font-size:16px; }
 .setBox h4 {
    
        font-size: 22px;
    font-weight: 800;
    transition: var(--trans); color: #fff;
}
.setBox p { -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; font-size: 15px; color: #fff; transition: var(--trans);}
.setBox:hover .captionBoxSet{   padding-top:30px;       transition: var(--trans);}
.whatSets .col-sm-2, .mapDiv .col-sm-2{ width:20%; }
 .heroImage .container img{ height:100%;  }
 .bgBoxWhite { background-color:rgba(255, 255, 255, 0.6); color:#fad02c; text-transform:capitalize; font-weight:800 }
.LogoImage {
    background-size: contain;
     height: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.empower .col-sm-6:first-child{ background-size:cover; background-position:center; background-repeat:no-repeat; min-height:450px;  }
.orange{ color:var(--orange); }
.heroImage h2 { color:#000000;   font-size:37px; text-transform:uppercase;  font-weight:800 ;     line-height: 56px; font-family: var(--heading-font);
}
.yellowBadge{ background-color:var(--yellow); padding:15px 0px 15px 45px; font-weight:700; color:#ffffff; font-size:24px;  line-height:34px;  }

 .heroImage p { font-size:20px; line-height: 27px;}
.empower p {
    font-size: 18px;
    line-height: 29px;
    margin-top: 20px;
    font-weight: 500;
    color: #000000;
}
span.middleText {
    font-size: 20px;
    color: #bd1b2b;
}
.CertificateProgramsSection .card { border:none; box-shadow:2px 4px 12px rgb(0 0 0/8%);    margin-bottom: 31px; }

.CertificateProgramsSection { position:relative; }


.CertificateProgramsSection .btnDiv { display:flex ; justify-content:space-between; align-items:center; flex-direction:row; }
 .btn-primary {     transition: var(--trans);
 background-color:var(--yellow); border-color: var(--yellow); color: #ffffff; font-size: 15px; font-weight: 500;    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: ;
    border-left: .3em solid transparent;
    color: #fff;
}

.btn-primary:hover {
    color: var(--yellow);
    background-color: #000000;
    border-color: var(--yellow);
    transition: var(--trans);
 }
 .yellow{    color: var(--yellow);
  }
.float2 {
    background-color:var(--yellow);
    border-radius: 50px;
    bottom: 145px;
    box-shadow: 2px 2px 3px #999;
    color: #000;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 19px;
    text-align: center;
    width: 60px;
    z-index: 100;
}

.float2 .fa {
    background-color: initial;
    color: #000;
}
  .float {
    background-color: #25d366;
    border-radius: 50px;
    bottom: 65px;
    box-shadow: 2px 2px 3px #999;
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 19px;
    text-align: center;
    width: 60px;
    z-index: 100;
}

.float .fa {
    background-color: initial;
    color: #fff;
}
.my-float {
    margin-top: 16px;
}
.CertificateProgramsSection .btnDiv .btn-primary img {display:inline-block; width:14px;     position: relative;  margin-left:3px; transition:var(--trans); }
a.btn.btn-primary:hover .arrowimg {  margin-left: 10px; transition:var(--trans);}
.arrowimg{ transition:var(--trans); }

.CertificateProgramsSection .owl-nav {  position: absolute; top: -17%;   right: 0;}
.owl-prev img , .owl-next img { height:30px; margin-left:10px }

.card-title {
     font-weight: 600;
    text-transform: capitalize; color: #fff; font-size: 19px; 
}
.card-text { font-weight:500; color:#fff ;    height: 80px;}

.whyChoose .mainFont{ color:#fff!important; }
.whyChoose { background-color:var(--yellow); height:255px; display:flex; align-items:center; justify-content: center; align-content: center; flex-direction:column;}
.whyChoose p{    font-size: 18px;   font-weight: 500; color:#fff;}
.whyChoose img{   margin-top: 70px;}

.form{ background-color:#e8f1f8; padding:15px 30px; width: 100%; }
.form h3{font-size: 27px; text-transform: capitalize; color: #41413a; font-weight: 800;}
.form .form-group{ margin-bottom:20px; }
.form .form-control{height: 40px; border-color:#41413a; color: #41413a; background: transparent; border-radius: 0px;}
/* textarea.form-control{height: auto!important; border-color:#41413a; color: #41413a; background: transparent; border-radius: 0px;}*/
 .btn-orange{ width:100%; background-color:var(--orange); color:#fff; text-transform: uppercase;  height:40px; border-radius:0px; font-weight: 600;}
#computerLogo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60%;
    margin: auto;
    max-height: 64%;
    /* margin-top: 20px; */
}
.mainFont{ font-size: 30px; text-transform: capitalize; color: #000; font-family: var(--theme-font); font-weight: 700; }
 .accordion {
    min-height: 400px;
}
.adBoxImage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.accordion-item{border:none}

button.accordion-button {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.accoDiv{ background-color:#f2f2f2; }
.accordion-button:not(.collapsed){ color:#000; }
.accordion-body {font-size: 15px;    padding-top: 0px;}



.faqSection .accordion-item{border:none; margin-bottom: 20px;}

.faqSection button.accordion-button {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.faqSection .accoDiv{ background-color:#fff; }
.faqSection .accordion-button:not(.collapsed){ color:#000; }
.faqSection .accordion-body {font-size: 15px;    padding-top: 0px;}

.mapDiv {
    min-height: 230px;
    background-color: #000000;
     display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;    margin-top: -15px;

}

.mapDiv h3 {
    font-size: 41px;
    font-weight: bold;
    color: #bd1b2b;
    font-weight: 700;
    font-weight: 800;
    background: linear-gradient(to bottom, var(--theme-color), black);
    background: linear-gradient(to left, var(--theme-color), #88444b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
   .mapDiv p { font-size:17px; font-weight:400;color: #fff;    height: 80px;
 }

  .mapDiv .col-sm-2{display: flex;
    justify-content: center;
    align-items: center;    text-align: center;
    height: 120px;

    align-content: center;flex-direction: column;position: relative;
}
 .mapDiv .col-sm-2:after{ position:absolute; content:""; right:0; top:0; height:100%; width:2px; background-color:#fff;  }
 .mapDiv .col-sm-2:last-child:after{ display:none;  }


.accordion-button::after {
     background-image: url('https://bicads.in/skillomentum/assets/img/arrow-1.png')!important;     background-size: 45%;

}
.accordion-button:not(.collapsed)::after {
    background-image: url('https://bicads.in/skillomentum/assets/img/Arrow-down.png')!important;    background-size: 70%;

 }

 .accordion-button:not(.collapsed){ color:#000!important; }
.accordion-item {
    border: none;
    background: transparent;
}

.accordion-button:not(.collapsed) {
color:#000!important;    background-color: #f2f2f2;
    height: 70px;    padding-left: 0px;

    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-body { padding-left:0px; padding-top:30px; }


.accoDiv .well img{    max-width: 42%; }
.accoDiv .well  p{ height:150px }
.accoDiv .well  h5{ height:50px }

button.accordion-button.collapsed {
    background: transparent;
    height: 70px;
    border-bottom: 1px solid var(--yellow);
    padding-left: 0px;
    padding-right: 0px; border-radius: 8px;    text-align: left;

}

.faqSection.accordion-button::after {
     background-image: url('https://skillmomentum.bicads.in/assets/img/arrow-1.png')!important;     background-size: 45%;

}
.faqSection .accordion-button:not(.collapsed)::after {
    background-image: url('https://skillmomentum.bicads.in/assets/img/Arrow-down.png')!important;    background-size: 70%;

 }

 .faqSection .accordion-button:not(.collapsed){ color:#000!important;border-radius: 8px; }
.faqSection .accordion-item {
    border: none;
    background: #fff; padding-left: 15px;box-shadow: 2px 4px 16px rgba(0, 0, 0, .16); border-radius: 8px;

}

.modulesSection .border-top , .modulesSection .border-bottom{ border-top :1px solid var(--yellow)!important; border-bottom:1px solid var(--yellow)!important; }
.modulesSection .border-right{ border-right :1px solid var(--yellow)!important;  }
.modulesSection li{ position:relative; list-style: none; line-height: 45px;     padding-left: 17px;}
.modulesSection li:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 13px; /* Adjust the vertical alignment */
    width: 20px; /* Adjust size of image */
    height: 20px;
    background-image: url('https://skillmomentum.bicads.in/assets/img/Tick-icon.png'); /* Replace with your image */
    background-size: contain;
    background-repeat: no-repeat;
x}
.faqSection .accordion-button:not(.collapsed) {
color:#000!important;    background-color: #fff;
    height: 70px;    padding-left: 0px;border-radius: 8px;

    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.perfCarousel .owl-stage {
    padding-top: 100px;
}
.faqSection .accordion-body { padding-left:0px; padding-top: 15px;
    font-weight: 500;}

.faqSection button.accordion-button.collapsed {
    background: #fff ;
    height: 70px;
    border-bottom: none;
    padding-left: 0px;
    padding-right: 0px;
}

.partnerDivs { border:2px solid var(--yellow); border-radius:10px; padding:20px;  position: relative;}
.partnerDivs img {
    position: absolute;
    left: 0;
    right: 0;
    margin: -100px auto;
    max-width: 44%;
    display: block; box-shadow: 5px 4px 15px 2px rgba(9, 0, 0, 0.16);border-radius:50%;
}
.perfCarousel .owl-nav button.owl-prev {
    left: -50px;
    position: absolute;
    top: 55%;
}


.perfCarousel .owl-nav button.owl-next {
    right: -50px;
    position: absolute;
    top: 55%;
}
.partnerDivs p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 35px;
}.testDiv {
    border: 1px solid var(--yellow);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 1px 4px 8px rgb(0 0 0 / 8%);
    width: 99%;background: #fff;
}
.testDiv p , .testMoni p {
    font-size: 16px;
    height:260px; font-weight: 600; color:#000000;
}
    .testDiv img.star { width:25%!important; margin-bottom:20px }
.testMoni  { position:relative; }
.testMoni .owl-nav {
    position: absolute;
    left: -106%;
    margin-top: 20px;
    top: 75%;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #bd1b2b;
    border-color: #bd1b2b;
}
.bg-green{background-color: var(--green);}

.testiName {
    height: 55px;
    position: absolute;
    background: var(--theme-color);
    left: 0;
    right: 0;
    padding-left: 56px;
    line-height: 55px;
    bottom: 30px;
    width: 100%;
    width: 99%;
    display: flex
;    align-items: anchor-center;
    justify-content: start;
    flex-direction: row;color: #fff;
    font-size: 15px;
}

.testiName img {
    height:50px;
    width: 50px!important;  margin-right: 13px; 
}

.bookingDiv { background-color:#000; min-height:100px; }
.bookingDetails h3 {color: #fff ; margin-bottom: 20px; font-size: 30px; line-height: 40px;}
.bookingDetails .bigText {color:var(--yellow); font-size: 41px; }
.bookingDetails .btn-primary { font-size:19px; margin-right: 20px; font-weight: 400;     width: 300px;}
.bookDiv { min-height:200px;  background-size: cover; background-position: center; background-repeat: no-repeat; }

.partnersCarousel .item img {  width: 65%!important;background: #fff;
    border-radius: 50%; box-shadow: 5px 4px 15px 2px rgba(9, 0, 0, 0.16);     margin: 15px auto;}
.partnersCarousel  .owl-stage-outer {padding: 20px 0px;
}
.partnersCarousel:after {
    position: absolute;
    z-index: -1;
    height: 5px;
    width: 89%;
    background-color: var(--yellow);
    content: '';
    top: 42%;
    left: 0px;
}.PowerPlatforms p{font-size:16px;  }

.PowerPlatforms .adBoxImage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.OurBlogs { background-color:#f2f2f2; }
.OurBlogs p { height:130px;  margin-top:20px; }
.card { border-radius:25px; }
.OurBlogs .card-title { background-color:var(--yellow); padding:10px; border-radius:10px; width:80%; color: #000; font-weight: 500; text-transform: capitalize; margin-top:-40px ;    font-size: 18px;
    line-height: 24px;}
.SuccessStories p:first-child{font-size: 20px; height: 230px; margin-bottom: 20px;}
.SuccessStories h5{font-size: 20px; font-weight: 600;}
.successDiv { border:2px solid #efefee;  color:  #41413a; border-radius: 10px; padding: 20px 30px; min-height: 240px;}
.caseStudyDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #efefee;
    color: #41413a;
    padding: 30px 30px;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
}
.caseStudyDiv p{ font-size:20px; }
.caseStudyDiv h4{ font-size:25px; font-weight:600; line-height:35px; }
.EduDiv {
    width: 30%;
    margin-right: 60px;
    text-align: center;
}
.EduDiv img { margin-bottom:15px; }
 .Challenge p{  line-height:35px; }
 .caseStudiesDiv{ background-color:#000;     padding: 30px 30px;  background: #fff; border-radius: 10px}
 .caseStudiesDiv h4{ font-size:43px; font-weight:700;  }
 .caseStudiesDiv p{ font-size:17px;    } 

 .caseStudiesDiv img{    max-height: 3%;
    margin-bottom: 15px;
    height: 70px !important;    }


     .btn-orange2{ width:auto; padding: 10px 30px; background-color:var(--orange); color:#fff; text-transform: uppercase;  height:auto;  font-weight: 600; border-radius: 15px; font-weight: 600; font-size: 17px; margin: auto;}

     .gradBtn{ width:auto; padding: 10px 30px; background:linear-gradient(to right, #0744A0, #3BDAF8); color:#fff; text-transform: uppercase;  height:auto;  font-weight: 600; border-radius: 15px; font-weight: 600; font-size: 17px; margin: auto;}

.footer .logo{ max-width:75%!important; }
.footer ul {
    margin-bottom: 0px;
    padding-left: 20px;
}
.ulSocial {
    margin-left: -40PX;
    justify-content: space-around;
}
.footer li {
    list-style-type: disc;
     font-size: 15px;
    margin-bottom: 9px;
}
::marker {
    background: red;
    color: var(--yellow);
}
.call { display:flex;   justify-content: start; align-items: start;    margin-bottom: 10px;}
.call img , .call2 img { margin-right:10px;    max-height: 27px; }
.footer h4 { font-weight:600; color:#000; margin-bottom:15px; }
.footer a ,.copyrights a ,.adBox a  ,body a { transition:var(--trans);}
.footer a:hover , .copyrights a:hover,.adBox a:hover ,body a:hover  { color:var(--yellow);  text-decoration: none;  transition:var(--trans);}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #fad02c;
    color: #000;
}
.adBox {
    background-color: #fff;
    border-radius: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    min-height: 239px;
    padding: 30px;
    position: relative;
    text-align: center;
    transition: all .5s;
}

.contactUS .fa {
    background-color: var(--yellow);
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    text-align: center;
    width: 40px;
}

.contactUS h4 {
    color: var(--yellow);
    font-weight: 600;
}

.adBox:hover , .well:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all .5s;
}
.contactUS p {
    margin-bottom: 5px;
}
.contactUS p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.well {
     padding: 15px 20px;
    border-radius: 8px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out; 
}
.well{  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
 text-align:center; padding:20px 15px;    background: #fff;         transition: all 0.3s ease-in-out;
}
.well img{margin-bottom:20px;             transition: all 0.3s ease-in-out;
 }
 .well:hover img , .adBox:hover img  {
            animation: pulse 1s infinite;
        }
.imgBox {
    height: 100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.reasonsSec .col-lg-12 p{ font-size: 17px; text-align: center; }
.reasonsSec img {float: left;    height:100px;width:100px;}
.reasonsSec .text {float: left;
    margin-left: 20px;
    width: 72%;
    margin-top: 10px;}
    .reasonsSec .text h4 { font-weight: 600; color: #000;}
#backtotop.visible {

    visibility: visible;

    opacity: .7;
 transition: var(--trans);
}

#backtotop {

     background-color:var(--yellow);  transition: var(--trans);

}

 
#backtotop:hover{opacity:1; transition: var(--trans);}

#backtotop {

    z-index: 999;

    display: inline-block;

    position: fixed;

    visibility: hidden;

    bottom: 0px;

    right: 0px;

    width: 55px;

    height: 55px;

    line-height: 55px;

    font-size: 16px;

    text-align: center;

    opacity: .2;

}

.copyrights {
    border-top: 1px solid #dddddd;
    height: 55px;
    background: #fff;
     display: flex;
    align-items: center;
    justify-content: center;
}



.footer.py-5 {
    border-top: 1px solid #dddddd;
}
 .courseSection img.star{max-width: 20%; margin-bottom: 20px;}
 .tutor-course-details-content li:after {
     content: "\f00c"; /* Check icon in Font Awesome 4 */
    font-family: "FontAwesome"; /* Font Awesome 4 uses 'FontAwesome' */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 900; color: var(--yellow);
}
.kd-course-details-content .cd-disc-list li, .tutor-course-details-content li {
     font-weight: 400;
     font-size: 20px;
    line-height: 32px;
    display: flex
;
    align-items: baseline;
    gap: 10px;
    position: relative;
    padding-left: 24px;
}

.mainFontCourse { font-size:24px; font-weight:600; margin-bottom:10px; }
.courseSection p , .courseSection .col-sm-8 li{ font-size:17px;  margin-bottom:20px; line-height:29px; }
ul.tutor-course-details-content ,.courseSection .col-sm-4 ul {
    margin-left: -32px;  
}
.bg-gray{ background-color:#f2f2f2; }
.tutor-course-info-fields li,
.lp-course-info-fields li {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}

.tutor-course-info-fields i,
.lp-course-info-fields i {
  margin-right: 10px;
}

.tutor-course-info-fields .tutor-label,
.tutor-course-info-fields .lp-label,
.lp-course-info-fields .tutor-label,
.lp-course-info-fields .lp-label {
  color: var(--educrat-text-color);
  margin-left: auto;
}

.tutor-course-info-fields.style2,
.lp-course-info-fields.style2 {
  margin: 0;
}

.tutor-course-info-fields.style2 li:before,
.lp-course-info-fields.style2 li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
}

.tutor-course-info-fields.st_white, .tutor-course-info-fields.st_white .lp-label, .tutor-course-info-fields.st_white .tutor-label,
.lp-course-info-fields.st_white,
.lp-course-info-fields.st_white .lp-label,
.lp-course-info-fields.st_white .tutor-label {
  color: #fff;
}

.tutor-course-info-fields.st_white li,
.lp-course-info-fields.st_white li {
  border-color: rgba(255, 255, 255, 0.15);
}

.course-info-widget .tutor-btn:hover, .course-info-widget .tutor-btn:focus,
.course-info-widget .lp-button:hover,
.course-info-widget .lp-button:focus {
  border-color: var(--educrat-theme-hover-color);
  background: var(--educrat-theme-hover-color);
  color: #fff;
}
.course-info-widget {
    border: 1px solid #EDEDED;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(25, 25, 46, 0.04);
    box-shadow: 0 20px 30px 0 rgba(25, 25, 46, 0.04);
    padding: 10px;
}
.course-info-widget .tutor-btn + *,
.course-info-widget .lp-button + * {
  margin-top: 10px;
}

.course-info-widget .save-bookmark-btn {
  margin-top: 18px;
}


@media (min-width: 1200px) {
  .course-info-widget .course-price {
    margin-bottom: 1.875rem;
    font-size: 24px;
  }
}

.course-info-widget .sale-price del,
.course-info-widget .sale-price .origin-price {
  display: none;
}

.course-info-widget .sale-price + del,
.course-info-widget .sale-price + .origin-price {
  font-size: 0.9375rem;
  margin-right: 10px;
  color: var(--educrat-text-color);
  text-decoration: line-through;
}

.course-info-widget .tutor-btn,
.course-info-widget .lp-button {
  width: 100%;
  text-align: center;
  border-color: var(--educrat-theme-color);
  background: var(--educrat-theme-color);
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
  text-transform: capitalize;
}
.course-info-widget .bottom-inner {
        padding: 20px;
    }

@media all and ( max-width:767px){

  body{ overflow-x:hidden; }
.perfCarousel .owl-nav button.owl-prev, .perfCarousel .owl-nav button.owl-next {display: none!important;}
   .perfCarousel.owl-prev img, .perfCarousel .owl-next img {
    display: none!important;
} 
.well ,.adBox {     margin-bottom: 25px; margin-top:0px }
 .testiName {
    height: auto;
    position: absolute;
    background: var(--green);
    left: 0;
    right: 0;
    padding-left: 56px;
    line-height: 19px;
    bottom: 30px;
    width: 100%;
    width: 99%;
    display: flex
;
    align-items: anchor-center;
    justify-content: start;
    flex-direction: row;
    color: var(--yellow);
    font-size: 14px;
}
    .accoDiv .well h5 {
    height: 52px;
    font-size: 16px;
}

    .LogoImage {
    background-size: contain;
    height: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    /* width: 102px; */
    margin-bottom: 30px;
}
.partnerDivs{ height:188px; }
.partnerDivs p {
    font-size: 20px;}.partnerDivs img{ max-width:65%!important; }
.heroImage h2 , .heroImage p{ text-align:center; }
.heroImage {
   background-position: center!important;
        background-size: cover!important;
         height: 100vh!important;
 }
 #computerLogo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18%;
    margin: auto;
    max-height: 64%;
    /* margin-top: 20px; */
}
 .courseMainImg{ height:300px; margin:30px auto;}
 .lastFormImg { height:300px;  }
.setBox , .mapDiv .container .col-sm-3,.successDiv , .caseStudyDiv , .caseStudiesDiv{ margin-bottom:30px; }
.mapDiv .container {
    display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}

.whatSets .col-sm-2, .mapDiv .col-sm-2 {
    width:100%;
}
.modulesSection ul {margin-bottom: 0rem}

/*.mapDiv .col-12{   background-color: #fff;
        border-radius: 10px;
        height: 140px;
        margin-bottom: ;
        padding: 10px 10px; width: 70%; margin: 10px auto 10px; display: block; }
        .mapDiv p{color: #000; }*/
.bookingDetails .bigText {
    color: var(--yellow);
    font-size: 29px; margin-top: 20px;
}

.yellowBadge {
    background-color: var(--yellow);
    padding: 15px 0px 15px 45px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 34px;
}
 .slideInRight button{text-align: center;}
 .slideInRight p { text-align:left; }
.slideInRight .btn.ms-sm-5{margin: auto; display: block; width: 60%}
.bookingDetails{padding: 20px 15px;}
.bookingDetails h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
}
.adBox{display: flex; }

.reasonsSec .text {
    float: none;
    margin-left: 20px;
    width: 100%;
    margin-top: 10px;        text-align: center;

}



.adBox {
    min-height: 350px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column!important;
}
.empower {
    padding-bottom: 40px;
}
.navbar-brand img {
    max-width: 75%;
}
.partnerDivs img{width:65%!important;}
.mainFont {
    font-size: 21px;}

    .whyChoose {
    height: auto;
    padding-top:50px;
    text-align: center; display: block; text-align: center;
}
.whyChoose img {
    margin-top: 10px;
    margin-bottom: 0;
}
.accordion {
    min-height: auto;
}

.testDiv p, .testMoni p {
    font-size: 16px;
    height: auto;
    font-weight: 600;
    color: #000000;
    padding-bottom: 30px;
}
.testDiv p, .testMoni p {
    font-size: 16px;
    height: auto;
    font-weight: 600;
    color: #000000;
padding-bottom: 70px;
        text-align: left;}

.bookingDetails .btn-primary {
    font-size: 19px;
    margin-right: 20px;
    font-weight: 400;
    width: 300px;
    margin-bottom: 20px;
}

.partnersCarousel .item img {
    width: 90% !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 5px 4px 15px 2px rgba(9, 0, 0, 0.16);
    margin-bottom: 30px;
}
.footer{    text-align: left;}
.call {
    display: flex
;
    justify-content: start;
    align-items: start;
}
.mapDiv{ padding:30px 15px; }
.PowerPlatforms .adBoxImage{min-height: 300px!important;}
.mapDiv .col-sm-2:after{ display:none!important; }
.caseStudyDiv , .caseStudiesDiv{display: block; text-align: center;}
.EduDiv {
    width: 100%;}
li.mx-3 { margin-top:15px; }
li.ms-5{ margin-bottom:20px }
.gradBtn {margin: 10px 0px}
.border-end{border-right: none!important;
 }
.heroImage{text-align: center;}

.heroImage .container .slideInRight img{ margin-top:30px ;     height: auto;}

.heroImage h2 {
        color: #000000;
        font-size: 26px;
        line-height: 40px;
    }



    .agile_business_analyst {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/Banner.jpg) !important;   }
    .certified_investment_banking_operations_and_trading_analyst_program {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/CIBOTA-banner.jpg) !important;   }
    .certification_in_international_aviation_hospitality_and_travel_management {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/Avation-Banner.jpg) !important;   }
    .financial_modelling_and_equity_valuation {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/Financial-modeling-Banner.jpg) !important;   }
    .certification_in_business_development_and_digital_marketing {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/Digital-marketing-Banner.jpg) !important;   }
    .aboutPage {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/About-Us-Banner-Mobile.jpg) !important;   }
    .contactPage {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/Contact-Us-Banner-Mobile.jpg) !important;   }
    .instiPage {     background-image: url(https://skillmomentum.bicads.in/assets/img/mobile/For-Institution-Banner-mobile.jpg) !important;   }


     .heroImage .slideInRight p { text-align:center!important; }

}
@media all and ( max-width:500px){

    .heroImage h2 {
        color: #000000;
        font-size: 24px;
        line-height: 40px;
    }
}
/*----------------------------------------------------*/

/*add css*/
.art-side-form {
    position: fixed;
    right: 0;
    background:var(--yellow);
    padding:22px;
    z-index: 10000;
    width: 370px;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    top: 61%;
  }
  
  .art-side-form .close {
    top: 0.875rem;
    right: 1.25rem;
  }
  
  .close .cross {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    right: 1.875rem;
    padding-left: 0.75rem;
    cursor: pointer;
  }
  .art-side-form .close .cross:after, .art-side-form .close .cross:before {
    background: #05122C;
  }
  .art-side-form .close .cross:after {
    bottom: -2px;
  }
  .art-side-form .close .cross:after, .art-side-form .close .cross:before {
    background: #05122C;
  }
  
  .art-side-form .art-side-form-tab {
    position: absolute;
    left: -50px;
    width: 50px;
    height: 200px;
    bottom: 65px;
    background: var(--yellow);
    /*top: calc(50% - 100px);*/
    border-radius: 0.625rem 0 0 0.625rem;
    color: #000;
    -webkit-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .art-side-form .art-side-form-side-text {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    width: 0;
    white-space: nowrap;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    text-align: left;
    position: absolute;
    padding-bottom: 1rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
       word-spacing: 1.1px; top:-10px;   left: 0;
  
  }
  .art-side-form .art-side-form-side-icon {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-size: 1.25rem;
    text-align: center;
  
  }
  .art-side-form-side-icon .fa {
    font-size: 17px;
  }
  .rs-icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .art-side-form .art-side-form-side-icon {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-size: 1.25rem;
    text-align: center;
  }
  .art-side-form h3 {
    color: #05122C;
    margin-bottom: 9px;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;    
  }
  .art-side-form p {
    margin-bottom: 13px;
    color: #4F5772;
    font-size: 15px;
  }
  
  .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .art-side-form.open {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .contact-form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .contact-form input[type=email],  .contact-form input[type=text] {
    height: 40px;
    border-radius: 0.125rem;
    border: 0;
    color: #4F5772;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CED1DC;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  
  
  
  .contact-form .half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  
  .contact-form .full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .art-side-form .contact-form .checkbox-wrapper {
    margin: 0rem 0 1rem;
  }
  .art-side-form .contact-form input[type=email], .art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CED1DC;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-form .full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .button.green, button.green {
    background: #C2161A;
    color: #fff;
  }
  h1.mainFont{ font-size:45px!important;font-family:var(--heading-font); font-weight:800;background: linear-gradient(to bottom, var(--theme-color), black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

  .colorGrad{background: linear-gradient(to bottom, var(--theme-color), black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  font-weight:800; }
  .contact-form button {
    height: 45px;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  
  .contact-form .privacy-policy {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    color: #999FB7;
  }
  
  .art-side-form .contact-form .checkbox-wrapper {
    margin: 0rem 0 1rem;
  }
  .contact-form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0 1.5rem;
  }
  
  .contact-form .checkbox-wrapper .contact-check-intro {
    margin-right: 1rem;
    font-weight: 600;margin-top: -4px;
  }
  
  .contact-form .checkbox-wrapper label input {
    margin-right: 0.5rem;
  }
  .contact-form .checkbox-wrapper label {
    margin-right: 1.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
  }
  
  #art-side-form .close {
    float: right;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    margin-top: -6px;cursor: pointer;
  }
