/* RESET CSS STRAT */
:root{
  --text-blue: #134b8b;
  --text-yellow: #efb72f;
  --bg-blue: #3a3377;
  --font: 1rem;
  --text-dark: #414141;
  --bg-yellow: #efb72f;
}

* { margin: 0px; padding: 0px; }
body { font-family: 'Montserrat', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: var(--text-dark); outline: none; line-height: 1.5em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 {  color: var(--text-dark); font-size: 1.9rem; margin: 0px; line-height: 1.3em; }
p { padding: 0px; margin: 0px; font-size: var(--font);  line-height: 1.3; color: var(--text-dark);}
.hr {  margin-bottom: 15px; margin-top: 15px; border-color: #231f20; width: 45%; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
a { outline: none !important; color: #ffcb05; text-decoration: none; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;  }
a:hover, a:active, a:focus { outline: none !important; text-decoration: none; color: #4490bc;}
textarea, input:focus { outline: none !important; text-decoration: none;}
img { border:0; }
.nopd { padding-left: 0px; padding-right: 0px;}
.fsize18 { font-size: 18px; }
.fsize20 { font-size: 20px;}
.fsize22 { font-size: 22px !important;}
.fsize24 { font-size: 24px !important;}
.fsize28 { font-size: 28px;  }
.fsize26 { font-size: 26px; }
.fsize24 { font-size: 24px;}
.fsize14 { font-size: 14px;  }
.fsize35 { font-size: 40px !important;  }
.zindex5 { z-index: 5; }
.line-height { line-height: 1.2; }
.bgred { background-color: #7e0100 !important;}
.text-blue { color: var(--text-blue); }
.text-yellow { color: var(--text-yellow) !important; }
.text-orange{color:#f57b12;}
li { color: #000000; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;}
::-moz-selection { background-color: #61a8f0; color: #FFF; }
::selection { background-color: #61a8f0; color: #FFF;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.8) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.8) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.8) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.8) !important;
}
/* STICKY ANV BAR */    
    
.ml-auto {margin-left:auto !important;}     
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 5px 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #fafafa;
}

/* #header.sticky .navbar-brand img {
  width: auto;
} */

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 0;
bottom: 24%;
z-index: 999;
overflow: hidden;
display: none;
width: 42px;
height: 42px;
border: 1px solid #FFF;
background-color: #b02401;
    border-radius: 0%;
text-align: center;
-webkit-transition: all .25s ease;
transition: all .25s ease;}

#back-top:after {
display: block;
text-align: center;
color: #FFF;
font-size: 20px;
font-family: 'Font Awesome 5 Pro';
content: "\f062";
line-height: 40px;

-webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover { background-color: #231f20;}
#back-top:hover:after { color: #b02401; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */


/* Hero Section Slide */

/* .bc-img01{
    background-image: url(../images/banner-blank.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */
body {
    position: relative;
    height: 100%;
  }

  body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.bling {
    -webkit-animation: 2s infinite bling_animate;
    -moz-animation: 2s infinite bling_animate;
    animation: 2s infinite bling_animate
}
/**************** banner content css **************/

img.banner-b {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@-webkit-keyframes bling_animate {
    100%,20%,60% {
        background-color: #b88f4e;
    }

    40%,80% {
        background-color: #7e0100;
    }
}

.sideNavi__callus { position: fixed; top: 50%; left: 0px; z-index: 2; }

.sideNavi {     
  position: fixed;
  top: 50%;
  right: -46px;
  z-index: 2;
      -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sideNavi a, .sideNavi__callus a {
  background-color: #b02401;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 15px;
  margin-top: 25px;
}
.sideNavi a.telphone { background-color: #b88f4e; color: #FFFFFF; }
.sideNavi a:hover { background-color: #231f20;  color: #ffffff;  } 
.shadow:hover {box-shadow: none !important; -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);}
.shadow{ 
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;}

.record-animate-shapes { animation: levitate 1.2s alternate ease-in-out infinite;}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}    

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv { background-color: #FFFFFF; width: 500px; margin: 0 auto; position: relative; z-index: 1; padding: 50px 30px; border-radius: 30px; }
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 { font-size: 5em; }
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p { font-size: 24px; line-height: 1; }
.thankyou-sec .hero-thankyou .bc-img01 { height: 100vh; background-size: cover; padding-top: 8%; }
.thankyou-sec .hero-thankyou .bc-img01:after { position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(16,98,170,0.9);
    mix-blend-mode: overlay;
}


#gallery-memeber.owl-theme .owl-nav { margin-top: 0; }
#gallery-memeber.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
}   



#gallery-memeber.owl-theme .owl-nav .owl-prev {

    left: 0px;

}

#gallery-memeber.owl-theme .owl-nav .owl-next {

    right: 0px;

} 

 #gallery-memeber.owl-theme .owl-nav [class*=owl-] { color: #000;
    font-size: 24px;
    padding: 8px 0px;
    background: rgba(0,0,0,0.5);

    color: #FFF;

    display: inline-block;

    cursor: pointer;

    border-radius: 0%;

height: 40px;

    width: 40px;  }

.gallery_area .item_row .popup-gallery-row { padding: 0px;   }    

.galleryBox .container-fluid { padding: 0 0;} 

.gallery_area { padding-top: 0px;}    

.gallery_area .single_gallery_item {

  display: inline-block;

  float: left;

  width: 100%;

  position: relative;

  z-index: 1;

}

.gallery_area .single_gallery_item .hover_overlay {

  background-color: rgba(40, 41, 106, 0.8);

      border: 1px solid #ffffff;

  height: 92%;

  left: 4%;

  position: absolute;

  top: 4%;

  -webkit-transition-duration: 350ms;

  transition-duration: 350ms;

  width: 92%;

  border-radius: 1rem;

  -webkit-transform: scale(0, 0);

  transform: scale(0, 0);

}

.gallery_area .single_gallery_item:hover .hover_overlay {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}

.gallery_area .single_gallery_item .gallery_info h5,  .gallery_area .single_gallery_item .gallery_info p {

  color: #ffffff;

  position: absolute;

  text-align: center;

  top: 30%;

  width: 100%;

  height: auto;

}


.gallery_area .single_gallery_item .gallery_info p {

  top: 45%;

}



.gallery_area .single_gallery_item .links > a > i {

  color: #ffffff;

  font-size: 40px;

}



.gallery_area .single_gallery_item img {

  height: auto;

  max-width: 100%;

}.CaptchaWrap {
    text-align: -webkit-center;
    position: relative;
}

.gallery_area .single_gallery_item .links {
top: 40%;
    text-align: center;
    position: absolute;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;

}



.jumping_ani { transition: all .3s ease; animation: levitate 1.2s alternate ease-in-out infinite; }
.jumping_ani img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 20px); }
}

.jumping_ani2 { transition: all .3s ease; animation: levitate 1.1s alternate ease-in-out infinite; margin-left: -0.2rem; }
.jumping_ani2 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 30px); }
}







.jumping_ani-1 { transition: all .3s ease; animation: levitate 1.2s alternate ease-in-out infinite; }
.jumping_ani-1 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 20px); }
}

.jumping_ani-2 { transition: all .3s ease; animation: levitate 1.1s alternate ease-in-out infinite; margin-left: -0.2rem; }
.jumping_ani-2 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 30px); }
}


.alumni-block .video-box {
    display: inline-block;
    position: relative;
}

.alumni-block .video-box::before {
    content: "";
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.alumni-block .video-box > a {
    color: #fff;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 2;
}

.video-box i {
    color: #ff0000;
    font-size: 60px;
}

.video-box i:hover {
    color: #1e72b9;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

.about__section .blog-text > a, .formBTn .blog-text > a {
    border-radius: 0px;
    color: #ffffff;
    /*border: 2px solid #FFFFFF;*/
    display: inline-block;
    background: transparent ;
    font-weight: 500;
    line-height: 1;
    /* padding: 14px 15px; */
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    font-size: 16px;
    float: right;
    border-radius:5px;
}
.about__section .blog-text>a::before, 
.formBTn .blog-text>a::before {
    /*background: #f2c601 none repeat scroll 0 0;*/
    border-radius: 0px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.about__section .blog-text >a:hover, 
.formBTn .blog-text >a:hover {
    color: #000;
}


.about__section .blog-text>a:hover::before, 
.formBTn .blog-text>a:hover::before {transform:scaleY(1);}
.header .callusTop a { padding: 5px; color: #FFF; font-size: 14px; border-radius: 30px; margin-left: 1rem; background-color: #7e0100;}


/* input field started */
.contact_fild-one {
    padding: 15px;
    width: 441px;
    height: auto;
}
.contact_fild-two {
  padding: 15px;
  width: 100%;
  height: auto;
}


.form-control:focus {
  border-radius: 79px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
  border-radius: 79px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
  width: 100%;
  font-size: 12px;
  padding: 5px 0 5px 5px;
}
.enquire{
  color: #fff;
  font-size: 20px;
  text-align: center;
}
select.form-select {
  border-radius: 0px;
  font-size: 12px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  border: 1px solid #ccc;
}
.agree input[type=checkbox] {
  left: 0px;
  position: relative;
}
p.agree {
  line-height: 20px;
  color: #fff;
  font-size: 13px;
}
.inner-content {
    border-right: 1px solid white;
     border-left: 1px solid white;
      border-top: 1px solid white;
    border-bottom: 5px solid #f1f1f1;
    padding: 15px;
    /* border: 1px solid rgb(245, 241, 241); */
}
.btn-submit {
  background: #fbfbfb;
  color: #73695f;
  font-size: 16px;
  border-radius: 25px;
  padding: 9px 50px;
  font-weight: 800;
  text-transform: uppercase;
  width: 69%;
  margin-left: 14%;
}
select.form-select.course {
  font-size: 12px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  border: 1px solid #ccc;
  border-radius: 0px;
}
i.fa.fa-graduation-cap {
  font-size: 40px;
}
/* captcha */


header { 
  background-color: #fff; 
  padding: 5px 15px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

h1 {
  font-size: 28px; 
  font-weight: 700; 
  margin: 0px; 
  padding: 0px 0px 10px 0; 
  /*border-bottom : 1px solid #ccc;*/
}
h4 { font-size : 16px; font-weight: 300; margin-top: 5px; line-height: 22px; }
h4 > * { display: inline-block; vertical-align: top; }

fieldset { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
}



.CaptchaWrap {
  position: relative;
  text-align: -webkit-center;
}
.text {
  text-align: -webkit-center;
}
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode {
  /* padding: 15px 10px; */
  outline: none;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 100%;
  overflow: hidden;
}

.capcode {
  font-size: 50px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  width: 100px !important;
  font-weight: 100;
  font-style: italic;
  height: 63px !important;
  object-fit: cover;
  display: flex;
  align-items: center;
  margin-top: -35px;
}

.ReloadBtn {
  background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
  background-size: 100%;
  width: 18px;
  height: 25px;
  border: 0px;
  outline none ;
  position: absolute;
  bottom: 1px;
  left: 82%;
  outline: none;
  cursor: pointer;
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}
/* input#phone1{
  border-radius: 79px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */
input#phone {
  border-radius: 79px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input#UserCaptchaCode {
  border-radius: 79px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: rgba(0,0,0,0.8);
  background-color: #d1d2d4;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 2px;
  padding-left: 52px;
  margin-left: 0;
}

div#CaptchaImageCode {
  background-color: #fff;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  font-size: 11px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: black !important;
  /* background-color: black; */
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}



/* new changes css started */
.Programm-feature .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #f5ecec;
  background-color: #7e0100;
  width: 95%;
  font-size: 20px;
  font-weight: 500;
}
.Programm-feature li.nav-item {
  text-align: -webkit-center;
}

.Programm-feature .nav-link {
  width: 95%;
  background-color: #e1e1e1;
  color: #040202;
  font-size: 20px;
  font-weight: 500;
}
.Programm-feature .nav-link:focus, .nav-link:hover {
  color: #0e0d0d;
}
#CaptchaImageCode {
  width: 95%;
  }
  input#UserCaptchaCode {
  width: 94%;
  }
  .iti.iti--allow-dropdown.iti--separate-dial-code {
    background-color: #d1d2d4 !important;
    height: 34px;
    border: darkolivegreen;
}
input.phone1 {
  padding-left: 84px !important;
  text-align: justify;
  border: none;
  padding: 6px 0px;
  background-color: #d1d2d4 !important;
}
input.phone {
  padding-left: 84px !important;
  text-align: justify;
  border: none;
  padding: 6px 0px;
  background-color: #d1d2d4 !important;
  font-size: 12px;
}
#otpContainer {
  text-align: center;
  width: 100%;
  display: flex;
}

#otpField {
  width: 30px;
  text-align: center;
  font-size: 1.5em;
  margin: 5px;
}
input#otpField1 {
  width: 29px;
}
input#otpField2 {
  width: 29px;
}
input#otpField3 {
  width: 29px;
}
input#otpField4 {
  width: 29px;
}
input#otpField5 {
  width: 29px;
  margin: 0px 5px;
}
input#otpField6 {
  width: 29px;
  margin: 0px 5px;
}
input#otpField7 {
  width: 29px;
  margin: 0px 5px;
}
input#otpField8 {
  width: 29px;
  margin: 0px 5px;
}
label {
  font-size: 15px;
  padding: 5px 0px;
  color: white;
}
.otp{
  text-align: center;
}
.eligblity.position-relative.mt-4 {
  color: white;
  background-color: #7e0100;
  border-radius: 10px;
}
.btn-apply {
  font-size: 14px;
  border-radius: 18px;
  width: 40%;
  background-color: #b02401;
  color: #fff;
}
strong.callusTop {
  width: 100%;
}
 .btn:hover {
  color: white;
  font-size: 14px;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
h3.program.font-weight-700 {
  color: black;
}

.title {
    min-height: 81px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.title:hover {
color:#b02401 ;
cursor: pointer;
}
/* .btn-primary {
  background-color: #b02401;
  color: #f5f5f5;
  border: 2px solid #b02401;
} */
.btn-know {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #000;
  padding: 4px 12px;
  color: #fff;
  border-radius: 0;
  background-color: #b02401;
  border: 2px solid transparent;
  outline: 0;
  border-radius: 0;
}
.btn-know:hover {
  
  font-size: 15px;
  color: #000;
  padding: 4px 12px;
  color: #0a0909;
  border-radius: 0;
  background-color:white ;
  border: 2px solid #b02401;
  outline: 0;
  border-radius: 0;
}
.know {
  text-align: center;
}

.card.program {
  width: 100% !important;
  min-height: 400px;
}

.presenting{
  color: white;
}
.programm-background {
background-color: #7e0100;
}
h3.presenting.font-weight-700 {
  color: white;
}
span.online {
  color: white !important;
}
p.mba {
  color: white;
  text-align: center;
  font-size: 13px;
}
.programm-background {
  padding: 0px;
  height: 100px;
  background-color: #7e0100;
}
.digital{
color: #000000;
font-size: 15px;
text-align: center;
}
.circle1 {
  padding: 14px 0px;
  text-align: -webkit-center;
  border-radius: 83px;
  height: 120px;
  width: 120px;
  background-color: #f0aa71;
}
.main-circle {
  text-align: -webkit-center;
}
.circle2 {
  padding: 14px 0px;
  text-align: -webkit-center;
  border-radius: 83px;
  height: 120px;
  width: 120px;
  background-color: #abb7d9;
}
.circle3 {
  padding: 14px 0px;
  text-align: -webkit-center;
  border-radius: 83px;
  height: 120px;
  width: 120px;
  background-color: #bfc1c5 ;
}
.btn-submit:hover{
  background: #fbfbfb;
  color: #73695f;
  font-size: 16px;
  border-radius: 25px;
  padding: 9px 50px;
  font-weight: 800;
  text-transform: uppercase;
  width: 69%;
  margin-left: 14%;
}

h3.presenting::after {
border: none !important;
}
.hero-sectionn .mySwiper .swiper-started .highlight__section  .mySwiper .swiper-button-next, .swiper-button-prev {
  font-size: 22px;
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 32 * 21);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
button.btn.btn-apply2 {
  color: black;
  background-color: white;
}
/* img.testimonial-img {
  height: 222px;
  width: 100%;
} */
section.Testimonials {
  padding: 45px 0px;
  background-color: white;
}
img.testimonial-img {
  cursor: pointer;
  width: 100%;
  /*min-height: 257px;*/
}
.navbar-dark .navbar-toggler {
    color: black !important;
    border-color: white;
}img.profcyama-logo {
    height: auto;
    width: 141px;
}
.img-acheivment{
  width: 100%;
  height: 200px;
}
h5.card-title.review-title {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

p.card-text.review-text {
    min-height: 211px;
    font-size: 14px;
    text-align: justify;
    /* height: 214px; */
}


.card-body.review-body {
  box-shadow: #7e0100 0px 5px 5px;
  border-radius: 60px 0px 60px 0px;
}
.card.Reviews {
    border-radius: 60px 0px 60px 0px;
    min-height: 322px;
    border: 1px solid #e3e3e3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}
.ranked {
  font-family: system-ui;
  color: #040202;
  font-size: 17px;
  font-weight: 500;
}
svg.h-4.w-4.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
  width: 16px;
  height: 16px;
}
svg.h-4.w-4.text-yellow-200 {
  height: 16px;
  width: 16px;
  color: rgb(250 204 21);
  opacity: 0.3;
}
img.coz-logo {
    height: 89px;
    width: 5100%px;
}
.profcyamaa {
    margin-left: 89px;
    /* margin: 0px 63px; */
}.header .navbar.navbar-dark .admiss {
    margin-left: 66px;
}.know {
    margin-top: 50px;
}
li.nav-item.spec {
    text-align: center;
    width: 133px;
    background-color: burlywood;
    padding: 8px 0px;
    margin: 0px 9px;
    box-shadow: #7e0100 0px 5px 5px;
}
.send-otp {
    margin: 8px 1px;
    text-align: justify;
}
button.btn.btn-otp {
    border-radius: 0px;
    background-color: #ccc;
    color: black;
    font-size: 12px;
    font-weight: 700;
}
.send-otp2 {
    width: 100%;
    margin-top: 4px;
    margin-left: 14px;
    /* margin: 7px -25px; */
    text-align: justify;
}
.swiper-button-next {
    color:black !important;
}
.swiper-button-prev{
      color:black !important;
}
p.year {
    font-size: 13px;
    font-weight: 600;
}
p.Form{
    font-size:20px;
    color:white;
   text-align: center;
   margin:20px;
}
