 
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap');
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 26px;
}

a:hover, a:focus {
  color: #000F39;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #000F39;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
      padding: 35px 30px;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.section-header .section-title span {
  color: #000F39;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #000F39;
  margin-top: 15px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
   
}

.btn-common {
     border: none !important; 
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
  color: #000F39;
  opacity: 1;
  font-weight: 600;
       width: auto;
}

.btn-common:hover {
  color: #fff;
  
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #000F39;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

 
/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #000F39;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  background: url(../img/header/hero-home.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 650px;
  padding: 35px 30px;
    background-position: 50% 20%;
}

#about-area {
  background: url(../img/header/hero-about.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
#blog-area {
  background: url(../img/header/hero-blog.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
#pgms-area {
   background: url(../img/header/hero-prgms.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 5%;
}

#pgm-area {
   background: url(../img/header/hero-ourprogram.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
#team-area {
  background: url(../img/header/hero-team.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
#maahir-area {
  background: url(../img/header/hero-maahir.png) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
#contact-area {
  background: url(../img/header/hero-contact.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
#gallery-area {
  background: url(../img/header/hero-gallery.png) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}

#ksp-area {
  background: url(../img/header/hero-karm.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}

#spot-area
{
  background: url(../img/header/hero-spot.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
 height: 650px;
  padding: 35px 30px;
    background-position: 50% 50%;
}
 

#spot-area .contents {
    padding: 200px 0 130px;
}

#pgm-area .contents {
    padding: 200px 0 130px;
}

#pgms-area .contents {
    padding: 200px 0 130px;
}

#team-area .contents {
    padding: 200px 0 130px;
}
#maahir-area .contents {
    padding: 200px 0 130px;
}

#ksp-area .contents {
    padding: 200px 0 130px;
}
#about-area .contents {
    padding: 200px 0 130px;
}
#blog-area .contents {
    padding: 200px 0 130px;
}
#SP-area .contents {
    padding: 200px 0 130px;
}

#contact-area .contents {
    padding: 200px 0 130px;
}
#gallery-area .contents {
    padding: 200px 0 130px;
}


#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000F39;
  opacity: 0.9;
}

#hero-area .contents {
  padding: 200px 0 130px;
}

#hero-area .contents h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 9px #0000003B;
  opacity: 1;
}

#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #000F39;
}
#gallerylery {
  display: block;
}
#gallerymobile {
    display: none;
}
/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px !important;
}

.top-nav-collapse {
  background: #fff;
  z-index: 2;
  top: 0px !important;
  padding: 0px 45px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #000F39 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
       color: #000000;
        padding: 10px 2px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 600;
    margin: 14px 8px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #790b2b;
}

.navbar .nav-link.active-menu {
     color: #000F39 !important;
    border-bottom: 4px solid #000F39;
    padding-bottom: 6px;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #000F39;
}

.slicknav_menu .slicknav_icon-bar {
  background: #000F39;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
    label.control-label{
        top: -2rem !important;
    }
    .checkbox label.control-label{
        top: -1rem !important;
    }
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px;
    top: 0;
    margin-right: 0px;
  }
  
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #000F39;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #000F39;
    background: transparent;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #000F39;
  }
  span.step-title {
    display: none;
}
}

 
/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  padding: 20px 0 0px 0px;
  background: transparent linear-gradient(0deg, #1F8CE8 0%, #100C36 100%) 0% 0% no-repeat padding-box;
}

.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #000F39;
}

.copyright {
  margin-top: 10px;
  float: right;
  font-size: 16px !important;
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #000F39;
}

/*custom css for home page*/

a.navbar-brand img.logo {
     height: 66px;
    opacity: 1;
    padding: 3px 0px;
}
.section-title {
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-size: 32px;
    font-weight: 600;

    
}

.text-container p {
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
}

a.btn.btn-readmore {
     background: #100c36 0% 0% no-repeat padding-box;  
    font-weight: 600;
    cursor: pointer;
}

a.btn.btn-readmore:hover {
    border: 1px solid #100c36;
    background: transparent;
}
.image-container {
  
}
.Home-botton {
    background: #fff;
}
 .Home-botton:hover {
    background: #000F39;
}
.image-container img {
    transition: all 0.3s;
        filter: grayscale(1);
}

.grayscale , img.mfp-img {
  transition: all 0.3s;
        filter: grayscale(1);
}
.vision {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 12px #00000014;
    letter-spacing: 0px;
    color: #000F39;
    font-size: 35px;
    font-weight: 600;
    line-height: 106px;
    text-align: center;
}
.text-container.slider-text {
        height: 400px;
    overflow: hidden;
    padding: 30px 30px 30px 15px;
}
img.img-fluid.slider-img.grayscale {
    height: 450px;
    width: 100%;
}
.btn-common {
    height: 42px;
}
.slider-img-container {
 height: 450px;
   overflow: hidden;
}

.grayscale, img.mfp-img {
    transition: all 0.3s;
    filter: grayscale(1);

}

img.img-fluid.slider-logo {
    position: absolute;
    top: 50%;
    right: 0px;
    background: #fff;
    margin-top: -58px;
  height: 100px;
}

#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}
.shot-item.size-3 {
    margin-left: 15px;
}

.shot-item.margin-3 {
    margin-left: 15px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #61D2B4 !important;
  border-color: #61D2B4;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
 border-radius: 4px;
 background: #fff;
 position: relative;
}

/*.shot-item img {
  width: 100%;
}*/

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #01103a;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #01103a;
  border-radius: 50%;
}

.overlay .item-icon:hover {
  background: #ffffff9e;
  color: #01103a;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}
a.btn.viewmore {
    color: #000000;
    padding: 5px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    margin-right: 4px;
}
 
.contents-box {background: url(../img/test.png);background-size: cover;color: #fff;height: 407px;background-repeat: no-repeat;background-position: center;position: absolute;width: 100%;display: flex;align-items: center;justify-content: space-evenly;top: -50px;padding: 20px;padding-left: 100px;}
.strong-text {
    letter-spacing: 0px;
    color: #1A1818;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}

.contents-box p {
  font-family: 'Montserrat', sans-serif !important;
}



.section-title-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1A1818;
}
.footer-margin {
    padding-top: 200px;
}
.owl-buttons {
    display: none;
}
.footer-address {
    text-align: right;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 20px;
     font-family: 'Montserrat', sans-serif;
}


.footer-head h1 .small {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;

    font-weight: 600;
}

ul.address-line {
    
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  padding-top: 35px;
        margin: 0 auto;
}

ul.address-line li i {
    margin-right: 20px;
}
.footer-address.copyright {
    color: #000 !important;
    margin: 0px;
    padding: 15px 0px;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #110d37;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 
.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #01103a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.Quote {
     text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: 48px;
    font-size: 25px;
    font-weight: 600;
}
.quote-text {
     text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: 48px;
    font-size: 30px;
    font-weight: 600;
      padding: 60px;
}
.pad-60 {
  padding: 60px;
}
p.strong {
    font-weight: 700;
}
 .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000F39;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #01103a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
        cursor: pointer;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.galery-row .shot-item img {
    height: 200px;

}

.galery-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
}
.shot-item.size-1 img {
    height: 415px;
}
.top-bar .mobile a {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 13px;
    margin-left: 13px;
}
 .top-bar span.mobile {
    margin-right: 20px;
}
.top-bar .email a {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 13px;
    margin-left: 13px;
}
 ul.social_link {
    display: flex;
}

ul.social_link li a i {
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.social_link li a i:hover {
    transform: scale3d(1.5, 1.5, 1.5);
    transition: linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-logo {
    height: 110px;
    margin: 0 auto;
}
/*
////////////////////////////
contact form
///////////////////////////*/
fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}
 
 
 

 

/*.form-group input:focus ~ .control-label,*/
/*.form-group input:valid ~ .control-label,*/
/*.form-group input.form-file ~ .control-label,*/
/*.form-group input.has-value ~ .control-label,*/
/*.form-group select ~ .control-label,*/
/*.form-group textarea:focus ~ .control-label,*/
/*.form-group textarea:valid ~ .control-label,*/
/*.form-group textarea.form-file ~ .control-label,*/
/*.form-group textarea.has-value ~ .control-label*/
 

/*.focused label.control-label*/
 
 
/*.form-group select:focus ~ .control-label,*/
/*.form-group input:focus ~ .control-label,*/
/*.form-group textarea:focus ~ .control-label*/
 
/*.form-group select:focus ~ .bar::before,*/
/*.form-group input:focus ~ .bar::before,*/
/*.form-group textarea:focus ~ .bar::before*/
.input-group-addon{
    border-radius: 0;
}
 input[type="text"], input[type="email"]{
     /*width:100%;*/
     /*line-height: 30px;*/
     /*border: 1px solid rgba(0,0,0,.15);*/
     border-radius: 0;
     /*padding: 0px 5px;*/
 }

.post-logo img {
    height: 85px;
    margin-bottom: 5px;
}

.post-image img {
   transition: all 0.3s;
   filter: grayscale(1);
}

.post-margin {
   margin-top: 100px;
}
 

.italic {
      font-style: italic;
}
.name-section {
    width: 100%;
    text-align: center;
    background: #ededed;
    font-size: 18px;
    letter-spacing: 0px;
    color: #000000;
    padding: 20px;
    font-weight: 500;
}
 .quote-section {
    background: #F8F8F8;
    padding: 20px;
}
 .post.program .post-image {
    
    overflow: hidden;
}  
.h-450 {
    height: 403px;
   
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
        margin-top: 20px;
}
.radio label.error{
    width: 360px;
    bottom: -25px;
    left: -25px;
}
.radio label{
    line-height:0;
}
.radio label, .checkbox label {
    padding-left: 24px;
    position: relative;
    margin-right: 20px;
}

input[type="checkbox"] {
    margin: 0px 0 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
   -webkit-appearance: none;
   margin-left: -25px;
   margin-top: 4px;
   display: block;
}

.radio input[type="radio"]:after, .radio-inline input[type="radio"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
    border-color: rgba(0, 0, 0, 0.54);
    color: #000f39;
}

.radio input[type="radio"]:disabled:after, .radio-inline input[type="radio"]:disabled:after, .checkbox input[type="checkbox"]:disabled:after, .checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: rgba(0, 0, 0, 0.26);
}

.radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    outline: none;
}

/* checkbox */

input[type="radio"] {
    margin: 0px 0 0;
}

.checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
    border: 2px solid;
    border-radius: 2px;
    content: '';
    display: block;
    height: 18px;
    transition: 240ms;
    width: 18px;
}

.checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 5px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
}

.checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #000f39;
    border-color: #000f39;
}

.checkbox input[type="checkbox"]:disabled:checked:after, .checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: transparent;
}

/* radio */

.radio input[type="radio"]:before, .radio-inline input[type="radio"]:before, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
      content: '';
    border-radius: 50%;
    display: block;
    height: 16px;
    width: 16px;
    transition: 240ms;
    top: 9px;
    position: relative;
    left: 0px;
}

.radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
    border: 2px solid;
}

.radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
    border-color: #000f39;
}

.radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
        background-color: #000f39;
        position: absolute;
        top: 13px;
        left: -1px;
        transform: scale(0);
}

.radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
    transform: scale(0.55);
}

.radio input[type="radio"]:disabled:checked:after, .radio-inline input[type="radio"]:disabled:checked:after {
    border-color: rgba(0, 0, 0, 0.26);
}

.radio input[type="radio"]:disabled:checked:before, .radio-inline input[type="radio"]:disabled:checked:before {
    background-color: rgba(0, 0, 0, 0.26);
}

.radio {
    display: block;
    position: relative;
    vertical-align: middle;
    /*line-height: 0px;*/

}

.draw-section {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.fellow-sec-1 {
    display: flex;
    align-items: flex-start;
}

.post-image.pointer1::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: 0px;
    }
    .post-image.pointer2::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: -3px;
    }
    .post-image.pointer3::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: 6px;
    }
    .post-image.pointer4::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0px;
    }
    .post-image.pointer5::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: 6px;
    top: 0;
    }

.draw-section img {
    width: 200px;
}
.pointer3 {
    position: relative;
}
.pointer2 {
    position: relative;
}
.pointer1 {
    position: relative;
}
.pointer4 {
    position: relative;
}
.pointer5 {
    position: relative;
}
section#contact {
    height: 150px;
}
p {
      font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
}
.about-right {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}
.about-left {
    padding-right: 30px;
}
.about-right-no-border {
 padding-left: 30px;
}
.web-slider {
  display: block;
}
.mobile-slider {
  display: none;
}

.web-btn {
  display: block;
}
.mobile-btn {
  display: none;
}
.slick-logo {
    margin-top: 60px;
}
.mobile-close i {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
}
.social_link.float-right.d-flex {
    position: absolute;
    bottom: 42px;
    width: 100%;
    justify-content: space-between;
}
.text-container.slider-text .btn-common {
    float: left;
}
.shot-item.size-2 img {
    width: 100%;
}
.shot-item.size-3 img {
    width: 100%;
}
.shot-item.size-2 {
    width: 40%;
}
#gallerymobile .shot-item.size-2 {
    width: 100%;
}
 .shot-item.size-3 {
    width: 30%;
}
.owl-item .row.align-items-center.item.bg-primary {
    margin: 0px !important;
}
.slider-img-section {
  padding: 0px;
}
.fellow-sec-1 p.strong {
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
}
.fellow-sec-1 p.strong small {
    display: flex;
    white-space: nowrap;
      margin-bottom: 5px;
}
.fellow-sec p.strong {
    font-size: 12px !important;
        font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.fellow-sec.img:hover {
    background: transparent;
}
.fellow-sec p.strong small {
    display: flex;
    white-space: nowrap;
      margin-bottom: 5px;
}
.fellow-sec {
    padding: 10px;
}
.fellow-sec:hover {
    background: #03A9F4;
    border-radius: 4px;
}
.fellow-sec:hover p, .fellow-sec:hover div.title-timeline, .fellow-sec:hover strong {
    color: #fff;
}
.fellow-sec-1 p.strong {
    padding: 10px;
}
.fellow-sec-1 p.strong:hover {
    background: #03A9F4;
    border-radius: 4px;
}

.fellow-sec-1 p.strong:hover  {
    color: #fff;
}
.title-timeline {
    white-space: nowrap;
    margin-bottom: 10px;
  display: block;
}
.coll-3 {
    margin-top: 60px;
}
.bg-grey {
    background: #FFF;
}
.blue-section {
  padding: 30px;
}
.equal-height-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pgm-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.equal-height-image-1 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-image.founders img {
     width: 100%;
}
img.nivo-lightbox-image-display {
    transition: all 0.3s;
    filter: grayscale(1);
}
a.nivo-lightbox-close {
    color: #fff;
    font-size: 17px !important;
}
.btn-primary {
    color: #fff;
    background-color: #100c36 !important;
    border-color: #100c36 !important;
}
.quote-section ol {
    padding-left: 15px;
}

.quote-section ol li {
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px !important;
    margin-bottom: 17px;
}
.footer-head h1{
  text-align: center;
  margin: 0 auto;
      font-size: 20px;
}
ul.address-line a {
    color: #fff;
}
button.btn.btn-readmore.btn-primary.btn-submit {
    cursor: pointer;
}

button.btn.btn-readmore.btn-primary.btn-submit:hover {
    background: #fff !important;
    border-color: #000f39 !important;
    color: #000f39 !important;
}
.post-title .section-title {
    line-height: 28px;
    margin-bottom: 15px;
}
.max-h-450 {
  max-height: 450px;
}
.equal-height-image-2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
ol li {
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 16px !important;
    margin-bottom: 10px;

}
ol {
  padding-left: 0px;
}

.appform .email {
          color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.appform .email:hover {
        color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
span.email {
    background: transparent !important;
}

.play-buttons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -31px;
    background: #ffffff87;
    border-radius: 50%;
    padding: 15px 15px;
    cursor: pointer;
}
.play-buttons img {
    width: 32px !important;
    height: 32px;
}
a.btn-download {
        padding: 6px 15px;
    border-radius: 0px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 14px 0px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #000F39!important;
}
 .mentors .post-title {
    margin-top: 48px;
}
.mentors .post {
    padding: 20px;
}
a.nav-link.active-menu.hvr-underline-from-center:hover:before {
    display: none;
}
.white-popup {
  position: relative;
    background: #FFF;
    padding: 20px;
    width: 100%;
   
    margin: 0 auto;
    float: left;
}
.quote-string {
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
}
.cursor {
  cursor: pointer;
}
.popupQuote{
     font-weight: 600;
    text-align: center;
    background: #f5f5f5;
    padding: 20px;
}
.wrapingimage {
    float: left;
    padding: 0px 30px 35px 0px;
}

/*maahir page*/
ul.pointer-style li {
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
    list-style-type: disc;
}

ul.pointer-style {
    padding-left: 18px;
}
.quote-section ol.maahir-list li{
    margin-bottom: 0px;
    line-height: 29px;
}
img.img-fluid.resource {
    height: 250px;
    float: right;
}

.dwd:hover {
    color: #007bff;
}

.dwd {
    color: #000;
    cursor: pointer;
}
.box-logo {
       display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    max-height: 6vw;
    max-width: 12vw;
    min-width: 6vw;
    text-align: center;
}
img.box-img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.text-logo{
        text-transform: uppercase;
    color: rgb(153, 153, 153);
    font-weight: 500;
    font-size: calc(0.4rem + 0.8vw);
}
.partner:hover {  
    box-shadow: rgb(0 0 0 / 27%) 0px 0px 6px;
    transition: all 0.3s ease-in-out 0s;
}
 
.partner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 0.8vmax;
    padding: 0.8vmax;
    margin: 1vmax;
    box-shadow: rgb(0 0 0 / 27%) 0px 0px 2px;
    height: 8vw;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 14vmax;
}



#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Popup Class Start */
.registrationstatussuccess, .registrationstatuserror, .registrationstatussave{
  display: none;
}
.registrationstatus{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(51 51 51 / 59%);
  z-index: 9999;
}
.registrationstatus2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 340px;
  background-color: #fff;
  background: linear-gradient(0deg, #ffffff 62%, #184c8f 45%);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  transform: translate(-50%, -50%);
}
.registrationstatus2 h3{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.registrationstatus2 p{
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  height: 44px;
  padding: 0px;
  margin: 150px 0px 20px;
}
.registrationstatus3{
  position: absolute;
  top: 39%;
  left: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
  transform: translate(-50%, -50%);
}
.registrationstatus3 svg{
  width: 120px;
  margin: 0px;
  padding: 10px;
}
 
 
 
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash .9s ease-in-out;
  animation: dash .9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash .9s .35s ease-in-out forwards;
  animation: dash .9s .35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check .9s .35s ease-in-out forwards;
  animation: dash-check .9s .35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/* Popup Class End */

label#relation-error {
    left: 4px;
    bottom: -22px !important;
}
label#typeoffamily-error {
    left: 0px;
    bottom: -29px;
    white-space: nowrap;
}


/* New Style*/

.form_card {
    background: #fff;
 
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;  
}

.form_head h4:before
{
  content: "";
  width: 100px;
  border-bottom: 3px solid purple;
  position: absolute;
  bottom: -2px
}

.form_head h4
{
    font-size: 22px;
    margin: 0px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px
}

.form_desc h5{
  margin: 0px;
  font-size: 18px;
  margin-top: 15px;
   margin-bottom: 5px;
}
.form_desc p{

  margin-bottom: 5px;
   font-size: 14px !important;
   line-height: 24px !important;
}
.form_desc span{
  font-size: 15px;
  color: #168616;
}
.form_fill{
  margin-top: 15px;
}
.form_fill h4
{
  font-size: 14px;
  margin: 0px;
}

.form_content label
{
     margin: 0px !important;
     font-size: 14px !important;
     color: #999;
     font-weight: 500;
     margin-bottom: 0px !important;
}
 
.form_content
{
   
    margin-bottom: 15px;
    border-radius: 5px;
    
}
.mt15
{
  margin-top: 15px
}
.form_fill .img-upload
{
  margin: 0px
}

.form_content_head
{
  font-size: 16px !important;
  font-weight: 500 !important
}
/*.form_fill .avatar-wrapper
{
      height: 140px !important;
    width: 150px !important;;
}*/

/*#351647*/

.form_table_block h5
{
  font-size: 15px !important;
  font-weight:500;
  margin-bottom: 0px
}
.form_table_block span{
  font-size: 14px !important 
}
.form_table_block table{
  margin-top: 15px
}
.form_table_block table th{
  text-align: center;
}
.form_table_block table td:nth-child(1)
{
  font-weight: 600
}
 
.sign_block p{
  font-size: 14px !important;
  margin-top: 15px
}
.sign_block1{
  margin-top: 30px
}
.sign_block1 h4{
     font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0px ;
}
.mb15{
  margin-bottom: 15px !important
}
.txt-right
{
      text-align: right;
}
.br-b
{
  border-bottom: 1px solid #999
}
.form_certify h4{
  font-size: 14px;
  margin: 15px 0px
}
.form_certify p
{
  font-size: 14px !important;
}
.form_certify span
{
      padding: 0px 5px;
}

.form_document h4
{
  font-size: 18px;
}
.form_document ol{
  padding-left: 15px
}
.form_document span{
  display: block;
  text-align: right;
  margin-bottom: 15px
}
.bg-pruple
{
background: purple;
    color: #fff;
    margin-bottom: 5px;
    padding: 12px;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 14px;
}
.form_certify, .form_document
{
  border-top: 3px solid purple;
}

.purple_txt
{
  color: purple
}
.form_content p {
    border-radius: 4px;
    text-align: justify;
    ord-break: break-all;
}

 
.Loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: auto;
    padding: 27px 0px 34px 0px;
    width: 250px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 6%);
}
 
.circle{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fcdc29;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
  transform-origin: bottom center;
  position: relative;
}
@keyframes loading{
  0%{
    transform: translateY(0px);
    background-color: #fcdc29;
  }
  50%{
    transform: translateY(50px);
    background-color: #ef584a;
  }
  100%{
    transform: translateY(0px);
    background-color: #fcdc29;
  }
}
.circle-1{
  animation-delay: 0.1s;
}
.circle-2{
  animation-delay: 0.2s;
}
.circle-3{
  animation-delay: 0.3s;
}
.circle-4{
  animation-delay: 0.4s;
}
.circle-5{
  animation-delay: 0.5s;
}
.circle-6{
  animation-delay: 0.6s;
}
.circle-7{
  animation-delay: 0.7s;
}
.circle-8{
  animation-delay: 0.8s;
}



/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
 .pg-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(51 51 51 / 59%);
    z-index: 9999;
}

.pg-loader {
    display: none;
}
.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .9em;
  height: .9em;
  margin: .19em;
  background: #fc598d;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #cb6687;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #9f0b3b;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #6d0024;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #9f0c3c;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
  background: #cb6587;
  animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
  background: #fc598d;
  animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading p {
    margin: 0 auto;
    text-align: center;
    color: #696969;
}
.toastmessge {
  position: fixed;
  left: 50%;
  bottom: -30px;
  min-width: 390px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px 10px;
  transform: translate(-50%, 0px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.toastmessgeshow{
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.registrationstatus3.warning svg {
    height: 120px;
}
.registrationstatus3.warning {
    height: 120px;
}
.registrationstatus3 {
    height: 120px;
}


     .dashboard-card {
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.dashboard1:hover:before {
    transform: scale(45);
}
 .c1 .design-card:hover {
    box-shadow: 0px 0px 10px #3263f36b;
    transform: translate(0px, -10px);
}
.c2:hover {
    box-shadow: 0px 0px 10px #fc541c45;
    transform: translate(0px, -10px);
}
.c3:hover {
    box-shadow: 0px 0px 10px #1ab7a04f;
    transform: translate(0px, -10px);
}
.c4:hover {
    box-shadow: 0px 0px 10px #f0156a36;
    transform: translate(0px, -10px);
}
.c5:hover {
    box-shadow: 0px 0px 10px #f0156a36;
    transform: translate(0px, -10px);
}
 a.dashboard1 {
    text-decoration: none;
}
 .card-display-sections {
    display: flex;
    align-items: center; 
    justify-content: start;
    padding: 0px 15px;
    gap: 10px;
}

.card-display {
    min-width: 230px;
}

 
 .dashboard1 {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        position: relative;
    transition: 0.5s;
    border-radius: 4px;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 20px;
    /*cursor:pointer;*/
 }
 
.dashboard1 .icons {
    margin-right: 15px;
}

.data-section h3 {
    color: #000;
    font-weight: 500;
 margin-bottom: 0px;
}

.data-section p {
    color: #999;
    font-size: 15px !important;
    line-height: normal !important;
    margin-bottom: 0px;
}
 
.icons {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.c1 .icons {
    background: #6a11cb;
    background: linear-gradient( 
45deg,#6a11cb,#2575fc)!important;
}

.c2 .icons {
    background: #fc4a1a;
    background: linear-gradient(
45deg,#fc4a1a,#f7b733)!important;
}

.c3 .icons {
        background: #00b09b;
    background: linear-gradient(
45deg,#00b09b,#96c93d)!important;
}

.c4 .icons {
    background: #ee0979;
    background: linear-gradient(
45deg,#ee0979,#ff6a00)!important;
}
 .c5 .icons {
    background: #9c27b0;
    background: linear-gradient( 
45deg,#9c27b0,#673ab7)!important;
}
.card {
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
   box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 15px;
}

table.dataTable tbody {
    border: none !important;
}

table.dataTable.no-footer {
    border: none !important;
}

table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #ddd;
}
 
 .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ddd;
    height: 34px;
    min-width: 300px;
    border-radius: 20px;
    padding: 0px 20px;
    background: #ddd;
}
.dataTables_wrapper .dataTables_filter input:focus-visible {
    outline-offset: 0px;
}
.card {
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    padding: 15px;
}
.quote-section.instruction ul {
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
    margin-left: 15px;
}

.quote-section.instruction ul li {
    list-style-type: disc;
}

.quote-section.instruction p {
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
@media only screen and (max-width: 1200px) {
.actionBtn{
    margin-top:15px;
}
}

/*custom style*/
.firstPriority{
    display: flex;
    align-items: baseline;
    gap: 7px;
}
.firstPriority span{
    line-height: 1;
}
div.control-label, label.control-label {
 margin-bottom:0px;
 color:#000;
 opacity: 0.5;
}
.firstPriority input[type="radio"]:before{
    top: 8px;
}
.firstPriority.radio-inline input[type="radio"]:after{
    top: 4px;
}

div#dob1{
    border:0 !important;
}
.checkBoxGrp .error{
    bottom: 20px !important;
}
.custom-select{
    height: 38px;
    border-radius: 0;
    width:100%;
}

.checkBoxGrp .control-label{
    margin-bottom: 7px;
}
.languageSec select{
    width:fit-content;
}
p.infoPhara a {
 color: black;
}
p.infoPhara {
 background: #2196F3;
 color: #fff;
 padding:20px;
 border-radius:6px;
 font-size: 20px;
}
#Documentform .upload-button + input[type="file"] + .error{
    bottom: -30px;
    left: 20px;
}
#APP_STUDPHOTOURL-error{
    width:360px;
    position:unset !Important;
    margin-top:-20px;
}

@media only screen and (max-width: 768px) {
.registerationBtn{
    margin-top:10px;
}
}

.bg-theme {
    background: #841d3e;
}
 .bg-theme .copyright {
    color: #fff !important;
    margin: 0px;
    padding: 15px 0px;
}