
body{
    font-family: Calibri, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-image: url('../images/background-images-9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  overflow-x: hidden;
    transition: all 200ms linear;
}
.seminar-10 {
  padding: 0 0 0 30px;
  display: block;
}


/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.gallery-1 {
  margin: 15px 0;
}
.gallery-18 {
  background-color: #f6f5f5;
  min-height: 340px;
}
.gallery-18 h6 {
  padding: 15px;
  display: inline-block;
}
.start-header.scroll-on .navbar-brand img{
  height: 60px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.carousel-inner {
  margin: 106px 0 0 0;
  position: relative;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.company-profile {
  margin: 130px 0 0 0;
}
.hero-bkg-animated {
  background: url('../images/about.jpg') repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 300px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
}
.hero-bkg-animated-1 {
  background: url('../images/contact-us.jpg') repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 300px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
}
.hero-bkg-animated-16 {
  background: url('../images/termsandcondition.jpg') repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 300px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
}
.hero-bkg-animated-16 h1 {
  color: #fff;
}
.terms-conditions-10 {
  margin:130px 0 0 0;
}

.hero-bkg-animated h1 {
  font-family: sans-serif;
  color: #fff;
}
.hero-bkg-animated-1 h1 {
  font-family: sans-serif;
  color: #fff;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}
@-webkit-keyframes slide1 {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 52px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 3.5em;
  color: #fff;
}
.terms-conditions-20 {
  padding: 60px 0;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.footer-social-1 {
  display: none;
}
.poptrox-popup {
  top: 12%;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}
.ml9 {
  font-weight: 900;
    font-size: 45px;
    color: #fff;
    text-align: center;

}
.medical-26 p {
  color: #000 !important;
    font-weight: normal;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}
.ml4 {
  position: relative;
  font-weight: 900;
  font-size: 4.5em;
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 
}


@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.services-10 {
  background-image: url('images/consultancy-section.jpg');
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #8167a9 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
    z-index: 9999999;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  z-index: 20;
}

h1 span{
  display: inline-block;
    transition: all 0.1s linear;
  opacity: 1;
}


#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #000;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
.footer-col-1 p a {
  color: #fff !important;
  text-decoration: none !important;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  font-size: 16px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(37,67,131,1);
}
.fa-chevron-down:before {
  font-size: 12px;
}

body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark h1{
  color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  .coaching-10 {
    padding: 60px 15px !important;
  }
  .medical-conference-9 {
    padding: 60px 15px !important;
  }
  .caption {
    display: none !important;
  }
  .poptrox-popup {
    padding: 0 0 0px !important;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .page-about {
    padding: 0 15px;
  }
  .coaching-32 {
    padding: 0 15px;
  }
  h4 {
    padding: 10px 0;
}
  .poptrox-popup {
    top: 32%;
  }
  .ml1 {
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
  .footer-social {
  display: none !important;
}
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}
.title {
  margin-bottom: 1.25em;
  color: #242424;
  font-size: 22px;
  font-weight: 700;
}

.text {
  color: #666;
  line-height: 1.5;
}

/**
 * Generic styles for the accordion block
 * (do not change)
 */
.accordion__panel {
  display: none;
  overflow: hidden;
}
.accordion__panel_expanded {
  display: block;
}

/**
 * Theme-specific styles for the accordion block
 * (feel free to change these)
 */
.accordion {
  margin-bottom: 3em;
}
.accordion__group:not(:first-child) {
  margin-top: 0.5em;
}
.accordion__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1em 1.25em;
  width: 100%;
  color: #666;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  background: #eee;
  border: 0;
  border-radius: 0.25em;
  cursor: pointer;
}
.accordion__trigger:focus {
  box-shadow: 0 0 2px 1px rgba(51, 102, 204, 0.5);
}
.accordion__trigger[aria-expanded="true"] {
  color: #fff;
  background: #6699cc;
}
.accordion__arrow {
  position: relative;
  height: 1em;
  width: 1em;
  transition: transform 0.2s linear;
}
.accordion__arrow:after {
  left: 50%;
  position: absolute;
  top: 50%;
  content: "";
  height: 0.6em;
  width: 0.6em;
  border-bottom: 0.15em solid #666;
  border-right: 0.15em solid #666;
  transform: translate(-75%, -50%) rotate(-45deg);
}
.accordion__trigger[aria-expanded="true"] .accordion__arrow {
  transform: rotate(90deg);
}
.accordion__trigger[aria-expanded="true"] .accordion__arrow:after {
  border-color: #fff;
}
.accordion__panel_expanded {
  transition: height 0.25s linear;
}
.accordion__panel-inner {
  padding: 1.25em;
}
.medical-conference-9 {
  padding: 60px 0 0 0;
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}
.parallax {
    color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.pageTitle .inner.title {
    padding: 150px 0 60px 0;
}
.parallax .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(11, 25, 45, 0.8);
}
.pageTitle .inner.title h1 {
    font-size: 3em;
    position: relative;
    color: #fff;
  margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
   
    line-height: 1.4;
}

.pageTitle .inner.title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #ffa726;
}

 


/*  */
/*  */
/*  end   blog  css*/
.sectionTitle.center {
  text-align: center;
}

.article {
  margin-bottom: 30px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.article .photo {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.article img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.article .info {
  background: #f3f8fa;
  padding: 25px;
}

.article p.cat {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: .8em;
}

.article .info p {
  color: #9ca0b1;
  font-size: 0.9em;
}
.article .info h5 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: inherit;
  margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #23344b;
    line-height: 1.4;
}
.article a {
  color: #23344b;
  display: block;
}

.article p.author {
  margin-bottom: 0;
}

.article.quote {
  text-align: center;
  position: relative;
  padding: 27px;
  background: #ffa726;
}

.article:hover {
  border-bottom: 3px solid #ffa726;
}

.article.quote:hover {
  border-bottom: 3px solid #23344b;
  text-decoration: none;
}

.article.quote:hover a {
  text-decoration: none;
}

.article.quote .info {
  padding: 0;
  background: none;
}

.photo {
  position: relative;
  overflow: hidden;
}

.photo img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article:hover img {
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}

.sectionBase {
  padding-top: 30px;
  padding-bottom: 70px;
}

.parallax {
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.parallax .inner {
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(11, 25, 45, 0.8);
}

.pricingTop {
  position: relative;
  margin-top: -210px;
}

.pricing .item {
  padding: 2em 2.5em;
  text-align: left;
  background: #f3f8fa;
  border-top: 3px solid #ffa726;
  margin-bottom: 30px;
}

.pricing .title {
  font-size: 1em;
  margin: 10px 0 20px 0;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #23344b;
  line-height: 1.4;
}

.pricing .price {
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0 0.75em;
  border-top: 1px solid #dae4e8;
  margin: 0;
}

.pricing .info {
  padding: 0 0 1em 0;
  color: #9CA0A9;
  border-bottom: 1px solid #dae4e8;
}

.pricing .features {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: right;
}

.pricing .button {
  display: block;
  width: 100%;
  transition: 2s;
}

.pricing .button:hover {
  display: block;
  width: 100%;
  background-color: #ffa726;
  ;
}

.button.dark {
  background: #0b192d;
  color: #fff;
}
.text-section {
    /* padding: 40px 0 0 0; */
    position: absolute;
    top: 30%;
    left: 16%;
}

.pricing .best {
  background: #ffa726;
  color: #fff;
  padding: 3px 10px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  font-size: .75em;
  border-radius: 2px;
  position: absolute;
  left: 47px;
  top: 2px;
}

button {
  cursor: pointer;
  overflow: visible;
  border: none;
  font-size: 1em;
}

.pricingTitle .sectionTitle {
  padding-bottom: 170px;
  padding-top: 30px;
}
.navbar-brand img {
  height: 80px;
}
.our-services{
  display: block;
  margin: 0 auto;
}
.caro_bg {
  background: url('../images/contact.jpg') no-repeat top fixed;
  text-align: center;
  position: relative;
  z-index: 2;
   background-size:cover;
}
#testimonial .carousel-indicators .active, #testimonial .carousel-indicators li {
  text-indent: unset;
  width: auto;
  height: auto;
  margin: auto;
  position: relative
}
#testimonial blockquote p {
  position: relative;
}

.item p {
  color: #fff;
}
.caro_bg  {
  padding: 60px 0;
}
.u-float-right {
  float: right;
}

.u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.subtle {
  color: #888;
  font-size: 12px;
}

.card-media {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  height: 125px;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
}

.card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.card-media-object-container {
  background: none;
  float: left;
  height: 100%;
  width: 35%;
  position: relative;
}

.card-media-object {
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.card-media-object:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 10;
}

.card-media:hover .card-media-object:after {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  opacity: 1;
}

.card-media-object-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.card-media-object-social-list {
  bottom: 4px;
  left: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
}

.card-media-object-social-list li {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(5px);
  transition: all 300ms ease-out;
  width: 30px;
}

.card-media:hover .card-media-object-social-list li {
  opacity: 1;
  transform: translateY(0);
}

.card-media-object-social-list li:nth-child(1) {
  transition-delay: 0;
}
.card-media-object-social-list li:nth-child(2) {
  transition-delay: 75ms;
}
.card-media-object-social-list li:nth-child(3) {
  transition-delay: 150ms;
}

.card-media-object-social-list-item-additional {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
}

.card-media-body {
  background-color: #fff;
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 65%;
}

.card-media-body-top {
  display: block;
}

.card-media-body-top-icons {
  margin-top: -2px;
  opacity: 0;
  transition: all 300ms ease-out;
  transform: translateY(-5px);
}

.card-media:hover .card-media-body-top-icons {
  opacity: 1;
  transform: translateY(0);
}

.card-media-body-top-icons > svg {
  cursor: pointer;
  margin-left: 10px;
  transition: all 300ms ease-out;
}

.card-media-body-top-icons > svg:hover {
  fill: #444;
}

.card-media-body-heading {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.card-media-body-supporting-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 1;
  padding: 0 15px;
  transition: all 300ms ease-out;
  width: 100%;
}

.card-media:hover .card-media-body-supporting-bottom {
  opacity: 0;
  transform: translateY(-8px);
}

.card-media-body-supporting-bottom-text {
  display: inline-block;
}

.card-media-body-supporting-bottom-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease-out;
}

.card-media:hover .card-media-body-supporting-bottom-reveal {
  opacity: 1;
  transform: translateY(0);
}

.card-media-link {
  color: #41C1F2;
  text-decoration: none;
}
.auto-model ul {
  padding: 0px;
}
.events {
  padding: 60px 0;
   background: url('../images/contact.jpg') no-repeat top fixed;
  text-align: center;
  position: relative;
  z-index: 2;
   background-size:cover;
}
.our-events {
  margin: 0 auto;
  display: block;
}
.our-events h2 {
  padding: 0 0 30px 0;
  color: #fff;
}
.our-events-26 {
  margin: 0 auto;
  display: block;
}
.our-events-26 h2 {
  padding: 0 0 50px 0;
  color: #000;
  text-transform: uppercase;
    font-weight: bold;
}
.our-services h2 {
  color: #fff;
  padding: 0 0 30px 0;
}
.testimonial-bg{
    padding: 0px;
    text-align: center;
    position: relative;
}
.our-services-9 {
  /*border:2px solid #fff;*/
}
.services-left p {
  padding: 20px 0 0 0;
}
.testimonials-section {
  padding: 60px 0 0 0;
  background-image: url('../images/testimonials.jpg');
  background-repeat: no-repeat;
  background-size: cover;
      margin: 0 0 60px 0;
}
.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 23%;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #ccc;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 5px;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #2f4a89;
}
.gallery {
  padding: 60px 0;
  background-color: #fff;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #2f4a89;
    padding: 10px 0;
    font-size: 16px;
    color: #007bff;
    display: inline-block;
    width: 20%;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #2f4a89;
}
.about-9 {
  width: 50%;
  position: absolute;
  top: 40%;
  left: 25%;
  text-align: center;
}
.typewrite {
  color: #ffffff;
  font-size: 30px;
}
.typewrite:hover {
  color: #ffffff !important;
}
.welcome p {
  color: #fff;
  line-height: 60px;
  margin: 0px;
}
.welcome-16 {
  height: 20px;
  background-image: url('../images/icon.png');
  background-size: cover;
}
.welcome-16 img {
  width: 150px;
  height: auto;
}
.medicus {
  padding: 20px 0;
}
.about-us-section {
  display: block;
  margin:0 auto;
}
.about-us-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.rahul-misra p {
  text-align: justify;
  color: #000;
}
.rahul-misra h2 {
  font-weight: bold;
  color: #000;
}
.profile-9 {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-info-9 {
  margin:30px 0 0 0;
  width: 50% !important;
  font-size: 16px !important;
  padding: 5px 0 !important;
}
.testimonials-section-9 {
  display: block;
  margin: 0 auto;
}
.testimonials-section-9 h2 {
  text-align: center;
  padding: 0 0 30px 0;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
    font-weight: bold;
}
.nav-item.active .nav-link {
    font-weight: bold;
    color: rgba(255, 0, 0, 1) !important;
}
footer { background-image: url('../images/footer.jpg'); background-size: cover;   background-repeat: no-repeat; }
.footer-col { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footer-col p { color:#fff; font-size:15px; margin-bottom:15px; font-weight: bold;}
.footer-col p i { width:20px; color:#999;}

.footer-ul { list-style-type:none;  padding-left:0; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#fff !important; transition: color 0.2s linear 0s, background 0.2s linear 0s; font-size: 16px;  }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}
 .footer-social li{
     float:left;
 }
 .linked-in{
     background-color:#0e76a8;
 }
 .linked-in:hover{
  color: #0e76a8;
     background-color:#cbecfc;
 }
  .instagram{
     background-color:#3f729b ;
 }
 .instagram:hover{
  color: #3f729b;
     background-color:#cbecfc;
 }
  .instagram{
     background-color:#3f729b ;
 }
 .instagram:hover{
  color: #3f729b ;
     background-color:#cbecfc;
 }
 .youtube{
     background-color:#c4302b;
 }
 h4 {
  font-weight: bold;
  text-transform: capitalize;
 }
 .youtube:hover{
  color: #c4302b;
     background-color:#ffb0ae;
 }
 .services-left h2 {
  color: #fff;
 }
 .the-services  {
  font-weight: bold;
  text-transform: capitalize;
 }
 
 .services-left p {
  color: #fff;
  text-align: justify;
 }
 .facebook{
     background-color:#3b5998;
 }
 .coaching-12 p {
  font-size: 17px;
  text-align: justify;
  color: #fff;
 }
 .facebook:hover {
  color: #3b5998;
  background-color: #b0b0ff;
 }
 .twitter{
     background-color:#1da1f2;
 }
 .twitter:hover{
     color: #1da1f2;
     background-color:#b5e3ff;
 }
 .footer-col ul {
  list-style: none;
  padding: 0px!important;
 }
 .top-header {
  background-color: #254383;
 }
 .coaching-29 p {
  color: #000 !important;
 }
 .coaching-29 h4 {
  color: #000 !important;
 }
 .coaching-30 h4 {
  color: #000;
 }
 .coaching-29 p {
  color: #000;
 }
 .coaching-30 p {
  color: #fff !important;
 }
 .top-header ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  padding: 0 10px;
 }

 .top-header ul li a {
  color: #fff;
  line-height: 40px;
  margin: 0px !important;
  text-decoration: none !important;
  padding: 0px !important;
 }
 .top-header ul {
  margin:0px;
 }
 .footer-social li {
  padding: 0px 0 0 0 !important;
 }
 .services-10 {
  background-image: url('../images/consultancy-section.jpg');
 }
 .section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    min-height: 210px;
}

.serv-section-2-icon {
    text-align: center;
}

.serv-section-2-icon i {
    color: #5f27cd;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 5px;
    text-align: center;
}
.footer-ul li a {
  text-decoration: none !important;
  font-weight: bold;
  font-style: normal;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #5f27cd;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
        margin: 0 auto;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
}
.external {
  color: #ed1813 !important;
  font-weight: bold;
}

.serv-section-2:hover:before {
    background: #5f27cd;
}
.serv-section-2 {
  margin: 10px 0;
}
.carousel-item img {
  width: 100%;
}
.candidate a {
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}
@media(max-width:768px) {
  .demo-gallery > ul > li {
    width: 46%;
  }
  .about-9 {
    width: 90%;
    top: 48%;
    left: 5px;
  }
  .seminar-10 {
  padding: 0 0 0 30px;
  display: block;
}
  .testimonial .pic {
    margin: 0 auto 25px !important;
    display: inline-block;
  }
  #video img {
    margin: 15px 0;
  }
  .typewrite {
    font-size: 16px;
  }
  .carousel-inner {
    margin: 146px 0 0 0;
  }
  .serv-section-2-icon {
    max-width: 100%;
  }
  .serv-section-2 h4 {
    text-align: center;
  }
  .serv-section-2 h5 {
    text-align: center;
  }
  .section-heading-line-left {
    margin: 0 auto;
  }
  .footer-col-10 {
    margin: 0px !important;
  }
  .footer-col-11 {
    margin: 50px 0 0 0 !important;
  }
  .candidate a {
    text-align: center;
    display: block;
    line-height: 40px;
    text-decoration: none;
}
.top-header ul {
    margin: 0px auto;
    display: table;
}
  .footer-col-1 {
  margin-top: 0px !important;
 }
 .our-events-26 .description-3:before {
    content: "";
    width: 82% !important;
    border-top: 2px solid #254383;
    margin: 56px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.our-events-26 .description-3:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 46px auto 0;
    background: #254383;
    position: absolute;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
.testimonials-section-9 .description-4:before {
    content: "";
    width: 82% !important;
    border-top: 2px solid #254383;
    margin: 56px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.testimonials-section-9 .description-4:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 46px auto 0;
    background: #254383;
    position: absolute;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
}
@media(max-width:470px) {
  .demo-gallery > ul > li {
    width: 100%;
  }
  .demo-gallery > ul {
    width: 100%;
  }

}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    color: #ed1813;
  }
}
.blink-soft {
  font-size: 22px;
  text-align: justify;
  padding: 18px 0 0 0;
}
.welcome-9 p {
  text-align: justify;
}
.holder { 
  background-color:#ccc;
  width:300px;
  height:250px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
.panel-default>.panel-heading {
    width: 100%;  
    background-repeat: repeat-x;
}
.panel-default>.panel-heading {
  background-color: #254383;
  border-color: #ddd;
  color: #fff;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.demo1 {
  width: 100%;
}
.news-item {
  width: 100% !important;
}
.panel-body {
    padding: 15px;
    background-color: #e9e9e9;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.about-us-section .description-1:before {
    content: "";
    width: 75%;
    border-top: 1px solid #254383;
    margin: 0 auto;
    position: absolute;
     top: 15%;
    left: 0;
    right: 0;
}
.text-10 {
  display: block;
    margin: 0 auto;
}
.about-us-section .description-1:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ff5c5c;
    position: absolute;
    top: 12%;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
.services-left .description-2:before {
    content: "";
    width: 90%;
    border-top: 2px solid #fff;
    margin: 10px auto;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
}
.services-left .description-2:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 47px;
    left: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}
.our-events-26 .description-3:before {
    content: "";
    width: 15%;
    border-top: 1px solid #254383;
    margin: 56px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.our-events-26 .description-3:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 46px auto 0;
    background: #ff5c5c;
    position: absolute;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
.testimonials-section-9 .description-4:before {
    content: "";
    width: 15%;
    border-top: 2px solid #fff;
    margin: 56px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.testimonials-section-9 .description-4:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 46px auto 0;
    background: #fff;
    position: absolute;
    left: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}
.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 600 !important;
}
.fade-16 {
    font-size: 14px !important;
    background: none;
    background-color: #0b5da8 !important;
    border: none;
    border-radius: 2px;
    padding: 10px 20px !important;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #fff;
    color: #fff;
}

.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 10px;
  background-color: #BE3F48;
  padding: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 14px;
  color: #fff;
}
.about-us-section-9 {
  padding: 60px 0 60px 0;
}
.heading {
    margin-top: 0px;
}
.separator {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.separator:after,
.separator:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #0b0861;
    top: 50%;
}

.separator i {
    color: #0b0861;
}

.separator:after {
    right: 140%;
}

.separator:before {
    left: 140%;
}

.amazing_feature {
  padding-top: 60px;
    padding-bottom: 50px;
    background-color: #254383;
}

.single_feature{
background: #fff none repeat scroll 0 0;
box-shadow:0 2px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single_feature:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #254383;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}
.holistic-9 {
  padding: 60px 15px;
}
.single_feature:hover, .single_feature:focus, .single_feature:active {
  color: white;
}
.holistic p {
  text-align: justify;
}
.single_feature:hover:before, .single_feature:focus:before, .single_feature:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature_icon{}
.single_feature i {
  border: 1px solid #e8e8e9;
  border-radius: 50%;
  color: #333;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 60px;
  z-index: 3;
  margin-top: 25px;
}
.text-section {
    padding: 40px 0 0 0;
    position: absolute;
    top: 30%;
}
/*.feature_icon {
    margin: 0 auto;
    display: table;
}*/
.single_feature:hover i{
  background: #fff;border: 1px solid #fff;color:#0b0861;
}
.single_feature h3 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight:400;
  margin-top:0px;
  overflow: hidden;
  padding: 20px 0 0px 20px;
  font-weight: bold;
}
.single_feature:hover h3{color:#fff;}
.single_feature span {
border-bottom: 1px dashed #ccc;
display: block;
margin: 15px auto 10px;
width: 80px;
}
.single_feature p { margin-bottom: 0 ;overflow: hidden;text-align: justify; padding: 10px;}

.north {
  color: #fff;
}
.our-vision {
  padding: 0 0 40px 0;
}
.coaching-10 {
  padding: 60px 0;
  background-color: #fff;
}
.coaching-11 {
  padding: 60px 0;
  background-color: #254383;
}
.coaching-12 {
  color: #fff;
}
figcaption {
    font-family: serif;
    color: black;
    font-size: 1.2em;
    margin-top: 0.5em;
    padding-left: 1em;
    border-left: 2px solid #ff0097;
}
.background-image-section-9 {
  background-image: url('../images/banner-slider/banner-2.jpg');
  min-height: 400px;
  margin: 130px 0 0 0;
}
.text-section {
  padding: 40px 0 0 0;
  position: absolute;
  top: 35%;
  left: 31%;
}
.ml3 {
  color: #fff;
}
.ml10 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.ml3 {
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.testimonial{
    border-left: 3px solid #dddddd;
    padding: 50px 0 50px 275px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #dddddd;
    position: absolute;
    left: 0;
}
.path-9 {
  padding: 30px 0 0 0;
  font-weight: bold;
}
.owl-prev:before, .owl-next:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
}
.owl-next:before {
    content: "\f054";
}
.owl-prev:before, .owl-next:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
}
.testimonial:before{
    border-top: 3px solid #dddddd;
    top: 0;
}
.testimonial:after{
    border-bottom: 3px solid #dddddd;
    bottom: 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .description{
    font-size: 17px;
    color: #fff;
    line-height: 27px;
    position: relative;
}

.title {
  color: #fff;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: -8px;
    left: -34px;
    font-size: 20px;
    color: #ff0000;
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #ff0000;
    text-transform: capitalize;
}
.testimonials-9 {
  background-color: #fff;
  padding: 90px 0 30px 0;
}
.testimonial .post{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-top: 0px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; 
    font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
.auto-model-1 ul li {
  color: #fff;
}
@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
    

}
.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}


.services-16 {
  margin: 0 0 60px 0;
  background-image: url('../images/youtube.jpg');
}

.video-section {
  margin: 30px auto;
}

.video-gallery {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  width: 100%;
  height: auto;
  background: #000;
  cursor: pointer;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  height: auto;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: translate3d(0, 0, 0);

}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
@media(max-width:575px) {
  .coaching-9{
  position: absolute;
    left:22% !important;
    top: 0% !important;
    z-index: 999999;
    color: #0;
}
}
@media(max-width:420px) {
  .coaching-9{
  position: absolute;
    left: 20% !important;
    top: 0% !important;
    z-index: 999999;
}
}
@media(
  max-width:480px) {
  .ml3 {
    font-size: 20px;
  }
  .ml10 {
    font-size: 16px;
  }
  .background-image-section-9 {
    margin: 205px 0 0 0;
  }
  .poptrox-popup {
    top: 12%;
}
}
.domestic-head {
    background-image: url(../images/about.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 120px 0 0 0;
}
.coaching-10 {
    padding: 60px 0;
    background-color: #fff;
}

.coaching-11 {
    padding: 60px 0;
    background-color: #254383;
}
.we {
    padding: 60px 0;
    background-color: #fff;
}
.space {
  margin: 30px auto;
}
figcaption {
    font-family: serif;
    color: black;
    font-size: 1.2em;
    margin-top: 0.5em;
    padding-left: 1em;
    border-left: 2px solid #ff0097;
}
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 100% !important;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 100%;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    padding: 7px 35px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 15px;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10), 0 1px 1px 0 rgba(0,0,0,0.09);
}
p {
  font-style: normal;
}
h3 {
  font-style: normal;
}
.submit-btn {
    padding: 7px 35px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 15px;
}
.awards {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 10px;
  margin: 10px 0;
}
.partners-16{
    background-size: cover;
    padding-bottom: 100px;
    margin: 130px 0 0 0;
}
.coaching-26 p {
  font-size: 17px;
  text-align: justify;
  color: #fff;
}

.coaching-27 p {
  font-size: 17px;
  text-align: justify;
  color: #000;
}

.awards-16 {
  padding: 90px 0 30px 0;
}
.para-graph-Partner p {
  text-align: center;
}
h2 {
  text-transform: uppercase;
}
.fa {
  font-family: FontAwesome !important;
}
.txt3 a {
  color: #999999 !important;
  text-decoration: none;
  font-size: 18px !important;
}
.txt3 a:hover {
  color: #ccc !important;
}

@media(max-width:1366px) {
  .text-section {
    padding: 40px 0 0 0;
    position: absolute;
    top: 30%;
    left: 26%;
}
}
@media (max-width: 1366px){
.text-section {
    padding: 40px 0 0 0;
    position: absolute;
    top: 30%;
    left: 24%;
}
}
@media (max-width: 1366px)    {
.text-section {
    padding: 40px 0 0 0;
    position: absolute;
    top: 30%;
    left: 26%;
}
}
@media(max-width:767px) {
  .ml3 {
    font-size: 14px;
  }
  .ml10 {
    font-size: 12px;
  }
  .text-section {
    padding: 20px 0 0 0;
    left: 0%;
    top: 85px;
    right: 5%;
    padding: 0px;
  }

  .title {
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
  .text-section-9 {
    text-align: center;
    width: 100%;
  }
  .text-section-9 {
    color: #fff;
  }

}
@media(max-width:480px) {
  .ml3 {
    font-size: 14px;
  }
  .ml10 {
    font-size: 12px;
  }
  
}
.serviceBox{
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    min-height: 385px;
}
.serviceBox .service-icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #8466b7;
    font-size: 30px;
    color: #8466b7;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    color: #fff;
}
.serviceBox .service-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff6b6d;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:after{
    transform: scale(1);
}
.serviceBox .title{
    font-size: 25px;
    color: #254383;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 16px;
    color :#666;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 0 20px;
}
.serviceBox .read{
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #254383;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .read{
    color: #254383;
}
.serviceBox .read:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #254383;
    transform: scale(1);
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .read:after{
    transform: scale(0);
}
@media (max-width: 991px){
    .serviceBox{ margin-bottom: 30px; }
    .text-section {
    padding: 40px 0 0 0;
    position: absolute;
}
.footer-social-1 {
  display: block !important;
  margin: 0 0 30px 0;
}
.top-header ul li {
  padding: 0 3px;
}
.footer-social-1 li {
  margin:  0 0  30px 0;
}
.carousel-inner {
    margin: 130px 0 0 0;
    position: relative;
}
}
@media(max-width:830px) {
  .text-section {
    /* padding: 40px 0 0 0; */
    position: absolute;
    top: 30%;
    left: 10%;
}
}
/*.video-youtube {
  padding: 5px;
    border: 5px solid #ccc;
    box-shadow: 0 0 10px #ccc;
}*/
#video3 img {
  width: 100%;
}

#video2 img {
  width: 100%;
}

.text-section-9 {
  color: #fff;
  font-weight: bold;
}
#video img {
  width: 100%;
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    padding: 5px;
    border: 5px solid #ccc;
    box-shadow: 0 0 10px #ccc;
}
.image-card {
  top: 0;
  left: 0;
  
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.50);
  transform: scale(1.50);
}
.devmount {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  font: 17px Arial;
  color: #fff;
  padding: 10px 40px 10px 0;
  margin-right: 10px;
  background: url(http://media.devmount.de/devmount_small_light.png) right center no-repeat;
  transition: background-position .3s, color .3s;
}
.devmount span {
  position: absolute;
  right: 3px;
  color: transparent;
  transition: inherit;
}
.devmount:hover {
  opacity: 1;
  background-position: left center;
  color: transparent;
}
.devmount:hover span {
  color: #fff;
}
.caption {
 position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: auto !important;
    line-height: 26px !important;
    display: block;
    font-weight: bold;
    padding: 5px;
    background-color: #fff;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.main {
      max-width: 1000px;
      height: 2500px;
      margin: 150px auto;
      text-align: center;
      font-size: 22px;
      line-height: 30px;
      color: #fff;
    }

    #go-top {
      display: none;
      font-size: 30px;
      position: fixed;
      bottom: 20px;
      right: 15px;
      border: 2px solid #fa0000;
      border-radius: 5px;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      cursor: pointer;
    }
.icon-cc-top:before {
  color: #fa0000;
}
#wrapper { max-width: 100%; margin: 0 auto; text-align: center; } 
      #gallery { overflow: hidden; }
      #gallery a { display: block; float: left; }
      #gallery a img { border: 1px solid #ff2323;
    padding: 10px; }
    
div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #DFDFDF;
}
.modal-content {
  margin: 230px 0 0 0;
}
.modal-header {
  display: inline-block;
}
.auto-model ul li {
    color: #fff;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    list-style: none !important;
}
.auto-model-1 ul li {
    color: #fff;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    list-style: none !important;
}
.auto-model-2 ul li {
    color: #000;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    list-style: none !important;
}
.coaching-26 h4 {
  color: #fff;
}
.coaching-12 h4 {
  color: #fff;
}
@media(max-width:550px) {
  .ml1 {
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    text-align: center;
}
.blink-soft {
    font-size: 15px;
    text-align: justify;
    padding: 10px 15px 0 15px;
}
.text-section {
    /* padding: 40px 0 0 0; */
    position: absolute;
    top: 15%;
    left: 0px;
}
}
@media(max-width:465px) {
  .carousel-inner {
    margin: 130px 0 0 0 !important;
  }
  .about-9 {
    width: 90%;
    top: 58%;
    left: 5px;
}
h4 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 0;
}
.about-us-section .description-1:before {
    content: "";
    width: 75%;
    border-top: 1px solid #254383;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.about-us-section .description-1:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ff5c5c;
    position: absolute;
    top: 18%;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
.text-section {
    left: 0%;
    top: 41px;
    right: 5%;
    padding: 0px;
}
.ml1 {
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
}
@media (max-width: 380px) {
.carousel-inner {
    margin:130px 0 0 0 !important;
}
}
.auto-model ul li:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #d5494b !important;
}
.modal-title a {
  text-decoration: none !important;
  color:#ff0000;
}
@media (max-width: 372px) {
.carousel-inner {
    margin: 125px 0 0 0 !important;
}
}
@media (max-width: 360px) {
.about-us-section .description-1:before {
    content: "";
    width: 75%;
    border-top: 1px solid #254383;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
.about-us-section .description-1:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ff5c5c;
    position: absolute;
    top: 8%;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
.top-header ul li a {
    color: #fff;
    font-size: 14px !important;
    line-height: 30px !important;
    margin: 0px !important;
    text-decoration: none !important;
    padding: 0px !important;
}
}
.auto-model ul li:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #fcd681 !important;
}
.modal-title a {
  text-decoration: none !important;
  color:#ff0000;
}

@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 50%;
}
.auto-model ul li:before {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
.auto-model ul li:before {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
.auto-model p {
  text-align: justify;
}
.ml1 {
  font-weight: 900;
  font-size: 2.5em;
  color: #fff;
  text-align: center;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
}

@media(max-width:360px) {
  .carousel-inner {
    margin: 120px 0 0 0 !important;
  }
  .text-section {
    left: 3%;
    top: 50px;
    right: 5%;
    padding: 0px;
}
.auto-model h5 {
  font-size: 18px;
}
.auto-model ul li {
  color: #000;
}
.auto-model p {
  text-align:justify;
}
.blink-soft {
    font-size: 14px;
    text-align: justify;
    padding: 0 20px;
}
.ml9 {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.about-us-section h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.about-us-section .description-1:before {
    content: "";
    width: 75%;
    border-top: 1px solid #254383;
    margin: 0 auto;
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
}
.about-us-section .description-1:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ff5c5c;
    position: absolute;
    top: 7%;
    left: 50%;
    border-bottom: 1px solid #254383;
    border-right: 1px solid #254383;
    transform: translateX(-50%) rotate(45deg);
}
}
.career-26 h4 {
  color: #000;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide img {
  border:1px solid #bbbbbb;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 5px;
}
.customer-logos {
  padding: 0 0 30px 0;
}
* {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.para-graph-Partners {
  padding: 0 15px;
}

figure {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 300px;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url('../images/partners-16.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url('../images/partners-16.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url('../images/partners-16.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url('../images/partners-16.jpg')  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes 
slideShow {  0% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;
 -o-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -o-transformm:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;
 -moz-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -moz-transformm:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;
 -webkit-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transformm:scale(1);
}
}
.welcome-10 img {
  width: 100%;
}

.churchgate {
  text-decoration: none;
  color: #000;
}
.churchgate:hover {
  text-decoration: none;
}
.churchgate {
  color: #000;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    list-style: none !important;
}
.churchgate:before {
  content: "\f0a4";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #ff0000 !important;
}

.churchgate:before {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
.churchgate:before {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px);}
}
@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.whatsapp-26 {
  color: #25D366;
}
.video {
    background-image: url(../images/videos.jpg);
    background-size: cover;
    margin: 130px 0 0 0;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 300px;
}
.wrap-input101 {
    width: 100%;
    position: relative;
}
select {
  height: 55px;
}
.account-details {
  padding: 60px 0;
}
.txt9 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
}
.margin-center h2 {
  font-weight: bold;
  text-align: center;
}
.margin-center {
  text-align: center;
  margin: 150px 0 0 0;
}
.contact101-more {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0px 15px;
    height: 70%;
}
.contact101-more h2 {
  color: #fff;
}
.txt10 {
  color: #fff;
}
.contact102 {
  background-image: url('../images/bg-02.jpg');
  background-repeat: no-repeat;
    height: 89vh;
    margin: 142px 0 0 0;
}
.contact101-more h5  {
  color: #fff;
  text-align: center;
  padding: 25px 0 25px 0;
}
.contact101-more h5 img {
  width: 35px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: none;
}
@media (max-width: 345px)  {
.carousel-inner {
    margin: 170px 0 0 0 !important;
}
.top-header ul li a {
    color: #fff;
    font-size: 14px !important;
    line-height: 30px;
    margin: 0px !important;
    text-decoration: none !important;
    padding: 0px !important;
}
}
.terms-conditions h4 {
  color: #3c4d85;
}
.terms-conditions {
  padding:  0 15px;
}





