html,body{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, label, a{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

p { font-size: 19px; font-weight: 400;}
::-webkit-scrollbar {
    width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #FFF; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #003478;
    border: 10px; height: 200px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #003478; 
}   
.intl-tel-input,
.iti{
  width: 100%;
}
.webb {
    position: fixed;
    z-index: 999;
    bottom: 12px;
    left: 12px;
}

.navbar-logo
{
    width: 160px;
}
.main-menu >li >a{
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    padding: 10px 16px !important;
    transition: all .3s;
}
.main-menu >li:hover >a{
    color: #EC7C00 !important;
}
.bg-display-none
{
    display: none;
}
header{
    width: 100%;
    z-index: 10000;
    position: relative;
}
.sticky_header
{
    top:0px;
	position:fixed;
	width:100%;
	background: rgb(255 255 255/80%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
	color:white;
	z-index:20000;
    box-shadow: 0px 0px 30px rgba(200,200,200,0.3);
	transition: all .3s ease-in-out;
}
.hero
{
    background-image: url(../images/dashboard-bg.jpg); background-size: cover;
}
.hero label { font-weight: 600; }
.heading
{
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1em;
    max-width: 600px;
    margin: auto; 
    color: #003478;
}
.heading >span{
    color: #ff9724;
    font-weight: 700;
    font-size:26px;
}
.para
{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8em;
}
.heading-border
{
    border-bottom: solid 3px #003478;
    width: 50px;
    height: 2px;
    display: inline-block;
}
.button-theme {
  align-items: center;
  appearance: none;
  background-color: #003478;
  border-radius: 20px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#FFF 0 -3px 0 inset;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 15px 40px;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
}

.button-theme:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #FFF 0 -3px 0 inset;
}

.button-theme:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #FFF 0 -3px 0 inset;
  transform: translateY(-2px);
  color: #FFF;
  text-decoration: none;
}

.button-theme:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.button-theme-white {
    align-items: center;
    appearance: none;
    background-color: #FFF;
    border-radius: 25px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#ff9724 0 -3px 0 inset;
    box-sizing: border-box;
    color: #003478;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 20px 40px !important;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
}
  
.button-theme-white:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #ff9724 0 -3px 0 inset;
}
  
.button-theme-white:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #ff9724 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #ff9724;
    text-decoration: none;
}
  
.button-theme-white:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}
.bg-black
{
    background-color: #180e29;
}
.text-light
{
    color: #AAA !important;
}

.form-title { font-size: 22px; background-color: #003478; color: #fff; border-top-right-radius: 15px; border-top-left-radius: 15px;
    padding: 10px 10px; text-align: center; }
.form-title span { color: #ff9724; font-weight: 600;}
.ctc-form
{
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#ff9724 0 -3px 0 inset;
}
.form-label
{
    font-size: 15px !important;
}
.form-textbox
{
    padding: 10px;
    border: solid 1px #DDD !important;
    background-color: #fdfdfd !important;
    border-radius: 15px;
}
.form-textbox:focus, .form-textbox:active{
    outline: none !important;
    box-shadow: none !important;
    background-color: #FFF !important;
    box-shadow: rgba(45, 35, 66, 0.3) 0 2px 4px,rgba(45, 35, 66, 0.2) 0 7px 13px -3px,#DDD 0 -3px 0 inset !important;
}
.facts-points { color: #003478; font-weight: 600;}
.reason-box
{
    border-radius: 50px;
    background-color: #f4f8ff;
    cursor: pointer;
    box-shadow: rgba(45, 35, 66, 0.1) 0 2px 4px,rgba(45, 35, 66, 0.03) 0 7px 13px -3px,#e9f3ff 0 -3px 0 inset;
    min-height: 90px; display: flex; align-items: center; justify-content: space-between;
    position: relative; padding: 0px 20px;

}
.reason-img{
    width: 55px;
    z-index:2;
    position:relative;
    border-radius:100%;
    border: 2px solid #fff;
}

.reasons
{
    border-radius: 50px;
    background-color: #f4f8ff;
    cursor: pointer;
    box-shadow: rgba(45, 35, 66, 0.1) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 8px -3px,#e9f3ff 0 -3px 0 inset;
    min-height: 90px; display: flex; align-items: center; justify-content: space-between;
    position: relative; padding: 0px 20px;

}
.reason-box-img{
    width: 65px;
    z-index:2;
    position:relative;
    border: 2px solid #fff;
    padding: 7px;
}

.sub-heading
{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
}
.circles {
    height: 120px;
    z-index:1;
    position: absolute;
    width: 120px;
    margin-top: -35px; left: 0;
}
.circles > div {
    animation: growAndFade 3s infinite ease-out;
    background-color: #ff9724;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.circles .circle1 {
    animation-delay: 1s;
}
.circles .circle2 {
    animation-delay: 2s;
}
.circles .circle3 {
    animation-delay: 3s;
}
@keyframes growAndFade {
    0% {
      opacity: 0.25;
      transform: scale(0);
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
}
.circles.alt {
    height: 140px;
    position: absolute;
    width: 140px;
    transform: translateX(20%);
    margin-top: -40px;
}
.circles.alt > div {
    animation: growAndFade1 3s infinite ease-out;
    background-color: #ff9724;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.circles.alt .circlealt1 {
    animation-delay: 1s;
}
.circles.alt .circlealt2 {
    animation-delay: 2s;
}
.circles.alt .circlealt3 {
    animation-delay: 3s;
}
@keyframes growAndFade1 {
    0% {
      opacity: 0.25;
      transform: scale(0);
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
}
.small-heading
{
    font-size: 14px;
}
.testimonial-item
{
    box-shadow: rgba(45, 15, 66, 0.07) 0 2px 4px,rgba(45, 15, 66, 0.07) 0 4px 13px -3px,#fbfbfb 0 -3px 0 inset !important;
    border-radius: 10px; margin: 10px 0;
}
.testimonial-item p { line-height: 20px;}
.testi-img
{
    border-radius: 100%;
    height: 80px;
    width: 80px;
    max-width: 80px;
    border: solid 3px #FFF;
    box-shadow: 1px 1px 4px #AAA;
}
.testi-name
{
    color: #000;
    font-size: 20px;
    font-weight: 800; margin-bottom: 0px;
}
.testi-designation
{
    font-weight: 400;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}
.testi-content
{
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;    
}
.testi-content{
    font-weight: 300 !important;
    font-size: 17px;
}
.italic
{
    font-style: italic;
}
.fa-star{
    color: #AAA;
    font-size: 10px;
}
.checked {
    color: orange;
}
.orange-bg
{
    background-color: #ff9724;
}
.blue-bg
{
    background-color: #003478;
}
.sub-heading.alt{
    text-transform: initial !important;
}
.extra-small-heading{
    font-size: 15px;
}
.course-wrap
{
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: rgba(45, 35, 66, 0.3) 0 2px 4px,rgba(45, 35, 66, 0.2) 0 7px 13px -3px,#DDD 0 -3px 0 inset !important;
} 
.course-wrap img{
    width: 100%;
    border-radius: 10px;
}
.course-wrap h3 a{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    transition: all .3s;
}
.course-wrap h3 a:hover{
    text-decoration: none;
    color: #ff9724;
}
.price-real
{
    font-size: 14px;
    font-weight: 500;
    color: #C4C4C4;
}
.price-real >i{
    color: #000;
}
.list-a-redirect
{
    color: #ff9724;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}
.list-a-redirect:hover{
    text-decoration: none;
    color: #000;
}
.course-arrow-btn
{
    height: 40px;
    width: 40px;
    background-color: #ff9724;
    border-radius: 100%;
}
.course-arrow-btn >img{
    max-width: 20px;
}
.course-box-border
{
    border-bottom: 1px solid #ff99246b;;
}
.tick-img
{
    width: 30px;
}
.why-us-list
{
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgba(45, 35, 66, 0.1) 0 2px 4px !important;
    display: flex; align-items: center;
}
.why-us ul { display: grid; grid-template-columns: repeat(3, auto); gap: 20px;}
.why-us ul span { line-height: 24px; font-size: 19px;}
.why-us .fa { color: #ff9724; padding: 10px 10px 0 0;}

.sop-container { display: grid; grid-template-columns: repeat(4, auto); gap: 15px;}
.sop-icon { margin-top: 15px; border-radius: 20px; background-color: #f4f8ff; padding: 20px; text-align: center; }
.sop-icon h6 { font-weight: 600; }
.faq-box
{
    background-color: #FFF;    
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    margin-right: 20px;
    font-size: 20px;
    font-weight: 100;
    color: #9E9E9E;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+"; 
}
.accordion>.card-header {
    background: #fbfbfb;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.01);
    border-radius: 10px; margin-bottom: 15px; padding-left: 10px;
}
.card{
    border: none !important;
}
.card-header{
    border-bottom: solid 2px #D9D9D9;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background-color: #f4f8ff;
}
.card-title
{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    transition: all .3s;
    text-decoration: none;
    padding-left: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.card-title.alt{
    font-size:16px;
}
.card-title:hover{
    color: #ff9724;
    text-decoration: none;
}
.extra-small-heading >a{
    color: #ff9724;
    transition: all .3s;
}
.extra-small-heading >a:hover{
    text-decoration: none;
    color: #000;
}
.text-transform-small
{
    text-transform: lowercase !important;
}
.rounded
{
    border-radius: 10px !important;
}

.footer-social >a
{
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 3px;
    color: #FFF;
    transition: all .3s;
}
.footer-social >a:hover{
    color: #ff9724;
    text-decoration: none;
}
.footer-nav a{
    color: #e2e2e2; font-weight:600; font-size: 15px; line-height: 30px;
}
.footer-nav a:hover{
    color: #ff9724;
    text-decoration: none;
}
.footer-nav li{
    color: #AAA;
}
.service-list-img
{
    background-color: #f7f8f9;
    display: inline-block;
    padding: 10px;
    border-radius: 15px;
}
.service-list-img >img{
    width: 50px; border-radius: 15px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #aaa;
    z-index:100;
}
.float:hover{
    color:#FFF;
}
.my-float{
	margin-top:16px;
}

@media (max-width:768px) {
    .sop-container { grid-template-columns: repeat(3, auto)}
    .why-us ul { grid-template-columns: repeat(2, auto);}
    .od-1 { order: 1; margin-bottom: 30px;} .od-2 { order: 2;}
 }

@media (max-width:480px) {
    .sop-container { grid-template-columns: repeat(2, auto)}
    .reason-box { padding: 0px 8px;}
    .small-heading {
        font-size: 12px;
    }
    .card-title { font-size: 15px; line-height: 20px;}
}