/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; 
  scroll-behavior: smooth;
}

::-moz-selection { 
  background: #b3d4f height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden { 
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0; 
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* typography begins here  */
*, *::before, *::after {
  box-sizing: border-box;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  background: white !important;
}

p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: #548dd1;
  font-weight: 600;
  padding-bottom: 30px;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

h5 {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

a {
  font-family: 'Lato', sans-serif;
  color: purple;
}

a:hover {
  background-color: rgb(250, 180, 28);
  text-decoration: none !important;
}

figure {
  margin: 0;
  margin-bottom: 0px;
}

.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}

.margin_reset {
  margin-left: 0px;
  margin-right: 0px;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

/* typography ends here  */
/* css for the slicingnewdesign */
* {
  margin: 0;
  padding: 0; 
}

/* css for the topbar begins */
.top__bar {
background: white;
    background: -moz-linear-gradient(top, white 0%, white 100%);
    background: -webkit-linear-gradient(top, white 0%, white 100%);
    background: linear-gradient(to bottom, #468fcc 0%, #12a7ff 100%);
}

.top__bar ul {
  list-style: none;
  display: flex; 
  margin: 0px;
}

.top__bar ul li {
  padding:10px;
  border-right: 1px solid white;
  font-size:14px;  
  color:white;
}

.top__bar ul li:last-child {
  border-right: 0px
}

/* css for the topbar ends */
/* css for the topbar right starts */
.top__bar--bck {
  background: #548dd1;
  max-width: 750px;
  width: 100%;
  float: right;
}

.top__bar--right {}

.top__bar--right ul {
  display: flex;
  list-style: none;
  /* justify-content:center;
  align-items:center; */
  padding: 15px 0px;
  margin: 0px;
}

.top__bar--right ul li {
  padding: 0px 8px;
  color: white;
}

.top__bar--right ul li i {
  padding-right: 15px;
  color: white;
}

.top__bar--right ul li a {
  color: white;
}

.top__bar--right ul li a:hover {
  color: white;
  background: transparent;
}

/* css for the topbar right ends */
/* css for the main logo and menu bar begins for sticky nvbar begins */
.menu__bar {
  display: flex;
  padding: 10px 0px;
}

.main_logo {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  bottom: 0px;
}

/* #main-nav{
  justify-content:flex-end;
  align-items: flex-end;
} */
#main-nav {
  float: right;
  justify-content: flex-end;
  align-items: flex-end;
}

.stellarnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.stellarnav ul li ul li a span{
  font-weight:600;
  font-size:15px;
  color:white;
}

.stellarnav ul li a span{
  font-weight:600;
  font-size:16px;
}



.stellarnav>ul>li>a {
  padding: 30px 20px !important;
  color: black; 
}

.menu-toggle {
  float: right; 
}

.stellarnav li.has-sub>a:after {
  content: '';
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black !important;
  display: inline-block;
}

.stellarnav>ul>li {
  font-weight: 500;
}

.stellarnav>ul>li>a:hover {
  color: #f99f2d;
}

.stellarnav.mobile.left>ul, .stellarnav.mobile.right {
  max-width: auto !important;
  width: 100% !important;
}

.stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul {
  max-width: 100% !important;
  width: 100% !important;
}

.stellarnav ul ul {
  background: rgba(84, 141, 209, 0.9) !important;
  top: 90px !important;
}

.stellarnav li li a {
  color: white;
}

.stellarnav.desktop li a:hover {
  color: #f99f2d;
  background: transparent;
}

.stellarnav.desktop li li a:hover {
  color: white;
  background: #f99f2d; 
}

.stellarnav.mobile ul li a span{
	color:white;
}

/* css for the main logo and menu bar ends */
/* css for the banner item starts */
.banner-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* css for the owl-prev and next button begins */
.owl-carousel .owl-dots.disabled {
  display: none !important;
}

.owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%; 
  transform: translate(-50%,-50%); 
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  margin: 0px 3px;
}

.owl-prev span {
  background: #f99f2d;
  padding: 0px 10px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: white !important;
}

.owl-next span {
  background: #f99f2d;
  padding: 0px 10px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: white !important;
}

.banner__wrapper .owl-carousel .owl-dots {
  display: none !important;
}

/*css for the owl-prev and next button ends */
/* css for the sticky nav begins */
.menu {
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: 0.5s;
}

.menu li {
  padding: 0.5em 1em;
  color: #fff;
}

.menu.is-fixed {
  position: fixed;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
  animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  border-bottom: 2px solid rgb(205, 205, 205);
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* css for the sticky nav ends */
/* css for the sidebar floating media icons begins */
.social {
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 9999999;
  list-style: none;
}

.social li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #f99f2d;
  border-bottom: 1px solid white;
  font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child a:hover {
  background: #f99f2d
}

.social li:nth-child(2) a:hover {
  background: #f99f2d
}

.social li:nth-child(3) a:hover {
  background: #ea4c89
}

.social li:nth-child(4) a:hover {
  background: #dd4b39
}

/* .social li:first-child a { border-radius: 0 5px 0 0 }
.social li:last-child a { border-radius: 0 0 5px 0 } */
.social li a span {
  width: 100px;
  float: right;
  text-align: center;
  background: #f99f2d;
  color: #fff;
  margin: -25px 50px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 7px;
  border-right: 10px solid transparent;
  border-left: 10px solid #f99f2d;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}

/* css for the sidebar floating media icons ends */
/* css for the second section begins */
.second__innerpage_wrapper {
  background: url("../img/inst_banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.title {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.title h2 {
  color: rgb(249, 159, 45);
  font-weight: 500;
  font-size: 24px;
}

.title h2 span {
  color: rgb(115, 115, 115);
  font-weight: 500;
  font-size: 20px;
}

.inst__figure img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.inst_details {
  position: relative;
  top: 90px;
}

.inst_details p {
  line-height: 36px;
  font-size: 18px;
  color: rgb(115, 115, 115);
  text-align: right;
}

.inst_details p span {
  font-size: 18px;
  color: rgb(249, 159, 45);
}

/* css for the second section ends */
/* css for the thirs wrapper begins  */
.third__innerpage_wrapper {
  overflow: hidden;
  padding: 80px 0px;
}

.third__innerpage_inner .row {
  overflow: hidden;
}

.third__innerpage_inner .row .col-lg-4 {
  padding: 0px;
  background: #0070be;
  border-bottom: 1px solid white;
  overflow: hidden;
}

.third__innerpage_inner .row .col-lg-4 figure img {
  width: 100%;
  overflow: hidden;
}

.third__innerpage_inner .row .col-lg-4 figure img:hover {
  width: 100%;
  overflow: hidden;
}

.tags h4 {
  font-style: italic;
  text-align: center;
  line-height: 32px;
  font-weight: 500; 
  padding-bottom: 60px;
  font-size: 20px;
}

.tags h4 span {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 150, 219);
  margin: 0px;
  padding: 0px;
  font-style: italic;
}

.explore_tags {
  position: relative;
  z-index: 1;
}

.explore_inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 2px solid white;
  padding: 0px 0px 0px 10px;
}

.explore_inner span {
  color: white;
  font-size: 24px;
}

.discover-sd {
  display: none;
}

.discover-sd a {
  display: none;
}

.grow-sd {
  display: none;
}

.explore-sn {
  display: block;
}

.explore-sn1 {
  display: none; 
}


/* css for the third wrapper ends  */
/* css for the services section starts */
.title h2 .title_part {
  color: rgb(115, 115, 115);
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
}

.title figure {
  padding: 10px 0px;
}

.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
  color: #fff;
  font-size: 8px;
  height: 2px;
  background: #F8C01B none repeat scroll 0 0;
  width: 100px;
}

.brand_border .fas.fa-handshake {
  font-size: 14px;
  color: #000000;
}

.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
  margin-top: 45px;
}
.services_section{
  padding-bottom:80px;
}

.services_section .row .col-md-6{
  margin-bottom:30px;
}
 
.services_section .single_service_item {
  padding: 32px;
  box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.1);
}

.services_section .single_service_item:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

.services_section .icon_item{
    color: #333333;
    font-size: 24px;
    line-height: 78px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 76px;
    background: #f99f2d;
   transform: rotate(45deg);
}

.services_section .icon_item img {
  max-width: 36px;
  transform: rotate(-45deg);
}


.services_section .single_service_item .single_service-left_item {
  padding-right: 30px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left_item {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
  padding-right:40px;
}
.hvr1-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.services_section .single_service_item:hover {
    background: #efefef none repeat scroll 0 0;
}

.services_section .single_service_item:hover {
    background: #efefef none repeat scroll 0 0;
}

.title_bottom_border:after {
    content: "";
    display: block;
    padding-top: 0px;
    width: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #f99f2d;
}

.single_service-body h4{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height:25px;
}

.services_section .single_service_item:hover .icon_item{
	background:#0070be;
}    


.services_section .single_service_item:hover .title_bottom_border:after{
	content: "";
    display: block;
    padding-top: 0px;
    width: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #0070be; 	  
}    

.services_section .single_service_item:hover .single_service-body h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #7d7d7d;
    line-height: 25px;
}   
 .explore_inner span:hover{
	color:#c4edfb; 
 }
 
/* css for the services section ends */s
/* css for the footer wrapper begins */
.footer_wrapper {
  background: url("../img/maadhyam/img/footer_bck.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.footer_desc {
  padding: 10px 0px;
  font-weight: 500;
  color: black;
}

.footer_desc span {
  font-size: 16px;
  font-weight: 700;
  color: black;
  padding-bottom: 36px;
}

.contact_details h3 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(249, 159, 45);
  padding-bottom: 36px;
}

.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list ul li {
  padding: 10px 0px;
  color: white;
  display: flex;
}

.list ul li i {
  color: #f99f2d;
  display: inline-block;
  position: relative;
  top: 6px;
  font-weight: 700;
  font-size: 20px;
}

.list ul li span {
  padding-bottom: 5px;
  color: white;
  display: inline-block;
  padding-left: 30px;
  color: black;
  font-weight: 600;
  font-size: 16px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.designed_wrapper {
  background: #f89e2e;
}

.designed_wrapper p {
  text-align: center;
  padding: 15px 0px;
  color: white;
}

/*---- Genral classes end -------*/
/*Change icons size here*/
.social-icons .fa {
  font-size: 21px;
}

/*Change icons circle size and color here*/
.social-icons .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

.social-icons.icon-rounded .fa {
  border-radius: 5px;
}

.social-icons.icon-flat .fa {
  border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook, .social-icons .fa-facebook-square {
  background-color: #3C599F;
}

.social-icons .fa-twitter, .social-icons .fa-twitter {
  background-color: #1da1f2;
}

.social-icons li a:hover {
  background: transparent;
}

.keep_in_touch h3 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(249, 159, 45);
  padding-bottom: 36px;
}

/* css for the footer wrapper ends*/

/* grow effect starts */
.grow {
  transition: all .3s ease-in-out;
}

.grow:hover {
  transform: scale(1.2);
}

/* grow effect ends  */
/* css for the counter section */
.counter {
  padding: 130px 0px; 
}

.counter .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.counter_item {
  text-align: center;
}

.counter_item i {
  font-size: 32px;
  color: white;
}

.counter_item span {
  color: white;
  font-size: 36px;
  padding-left: 15px;
  font-weight: 600;
}

.counter_item p {
  font-size: 24px;
  color: rgb(248, 158, 46);
  font-weight: 600;
}

.stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .close-menu, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .location-btn-mobile, .stellarnav.mobile .menu-toggle:hover {
  background: transparent;
}

.counter .row .col-lg-4 {
  border-right: 1px solid white;
}

.counter .row .col-lg-4:last-child {
  border: none;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 37px !important;
  height: 3px !important;
  border-radius: 6px;
  background: #f99f2d !important;
  margin: 0 0 3px;
}

.stellarnav.mobile>ul>li>a {
  padding: 20px 15px !important;
}

.stellarnav>ul>li>a:hover {
  color: white;
}

.stellarnav>ul>li>a {
  color: white !important;
}

.stellarnav.mobile.right>ul {
  background: #6295d3;
}

.stellarnav a {
  color: white !important;
}

.stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before {
  border-bottom: solid 3px white !important;
}

.stellarnav>ul>li>a {
  color: black !important;
  font-weight: 600;
}

.title {
  padding: 0px;
  margin-bottom:30px;
}
 
.social li:nth-child(3) a:hover {
  background: #f99f2d;
} 

.footer_wrapper{
  padding:30px 0px!important;
}

.explore_inner span{
	font-weight:700;  
}
/* css for the counter section */
/* @media queries begins */
@media only screen and (max-width:1200px) {
  .explore_inner span {
    font-size: 20px; 
  }  

  .single_service-body h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
  }
}

@media only screen and (max-width:992px) {
  .stellarnav ul ul {
    background: rgba(84, 141, 209, 0.9) !important;
    top: auto !important;
  }

  .second__innerpage_wrapper {
    padding: 60px 0px;
  }

  .title {
    padding-bottom: 5px;
  }

  .title h2 {
    font-size: 24px;
  }

  .title h2 span {
    font-size: 18px;
  }

  .inst__figure img {
    max-width: 337px;
  }

  .inst_details {
    position: relative;
    top: 77px;
  }

  .third__innerpage_wrapper {
    overflow: hidden;
    padding: 60px 0px;
  }

  .tags h4 span {
    font-size: 18px;
  }

  .tags h4 {
    font-size: 18px;
  }

  .explore_inner span {
    font-size: 16px;
  }

  .top__bar ul li {
    padding: 0px 10px;
    font-size: 14px;
  }

  .top__bar--right ul li {
    padding: 0px 5px;
  }

  .top__bar--right ul li i {
    font-size: 13px;
  }

  .top__bar--right ul li a {
    font-size: 13px;
  }

  .inst_details p {
    font-size: 16px;
  }

  .inst_details p span {
    font-size: 16px;
  }

  .title h2 .title_part {
    font-size: 24px;
  }

  .counter {
    padding: 100px 0px;
  }

  .counter_item p {
    font-size: 20px;
  }

  .footer_wrapper {
    padding: 60px 0px;
  }
  .intro_innerpage__wrapper h3{
    font-size:18px;
  } 
}

@media only screen and (max-width:768px) {
  .top__bar ul li {
    padding: 0px 8px;
    font-size: 13px;
  }

  .inst_details {
    position: relative;
    top: 20px;
  }

  .counter_item span {
    color: white;
    font-size: 25px;
    padding-left: 15px;
    font-weight: 600;
  }

  .counter_item p {
    font-size: 18px;
    padding-top: 15px;
  }

  .explore_inner span {
    font-size: 14px;
  }
}

 .discover-sd a {
    color:white!important; 
  }
    .discover-sn a {
    color:white!important;  
  }
@media only screen and (max-width:767px) { 
  .discover-sd {
    display: block;
  }
   .discover-sd a { 
    display: block;  
  }

  .explore-sn { 
    display: none; 
  }
 
  .discover-sn {
    display: none;
  }
    .discover-sn a {
    display: none;
  }

  .grow-sd {
    display: block;
  }

  .grow-sd1 {
    display: none;
  }

  .explore-sn1 {
    display: block;
  }

  .inst_details {
    top: 0px;
  }

  .inst_details p {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
  }

  .third__innerpage_wrapper {
    padding: 60px 0px;
  }

  .tags h4 {
    font-size: 16px;
  }

  .tags h4 span {
    font-size: 16px;
  }

  .services_section .single_service {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .counter_item i {
    font-size: 24px;
  }

  .counter_item span {
    font-size: 24px;
  }

  .counter_item p {
    font-size: 16px;
  }

  .services_section {
    padding-bottom: 60px;
  }

  .title h2 {
    line-height: 25px;
    font-size: 18px;
  }

  .title figure {
    padding: 10px 0px 0px 0px;
  }

  .inst__figure img {
    padding: 20px 0px;
  }

  .top__bar--right {
    display: none;
  }

  .top__bar {
    display: none;
  }
}
  .main_logo figure img {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 26%;
  }
 
@media only screen and (max-width:577px) {
  .footer_wrapper .row .col-md-4 {
    margin: 0px 0px 30px 0px;
  }
 
  .footer_desc {
    padding: 10px 0px; 
  }

  .contact_details, .keep_in_touch h3 {
  }

  .list-unstyled {
    justify-content: left;
    align-items: left; 
    display: flex;
  } 

  .title h2 .title_part {
    font-size: 18px;
  }

  .inst__figure img {
    max-width: 225px;
  }

  .list ul li span {
    text-align: left;
  }

  .title h2 .title_part {
    font-size: 18px;
  }

  .explore_inner span {
    font-size: 24px; 
  }

  .counter_item p {
    font-size: 14px;
  }

  .footer_wrapper {
    padding: 60px 0px 30px 0px;
  }
  .intro_innerpage__wrapper h3{
    padding:0px!important;
  }
  .contact_details h3{
	  padding-bottom:20px!important; 
  }
  .contact_details, .keep_in_touch h3{
	  padding-bottom:30px!important;
  }
} 

@media only screen and (max-width:575px){
  .intro_innerpage__wrapper .col-lg-6{
    margin-bottom:30px;
  }
  .col-lg-offset-6 {
    margin-left:10%;
  }
  .intro_innerpage__wrapper h3{
  padding:0px!important;
  }
  .intro_innerpage__wrapper h3::before{
    bottom:0px;
  }
  .intro_innerpage__wrapper h3::after{
    bottom:0px;
  }
  .our_team_inner{
    float:none;
    margin:0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width:375px) {
  .counter {
    padding: 60px 0px;
  }

  .counter_item i {
    font-size: 12px;
  }

  .counter_item span {
    font-size: 16px;
  }

  .counter_item span {
    font-size: 16px;
  }

  .counter_item p {
    font-size: 10px;
    padding: 10px 0px;
  }

  .title h2 {
    line-height: 25px;
    font-size: 16px;
  }

  .title {
    padding: 0px;
  }

  .second__innerpage_wrapper {
    padding: 30px 0px;
  }

  .title h2 span {
    font-size: 16px;
  }

  .inst__figure img {
    max-width: 200px;
  }
  .intro_innerpage__wrapper h3{
    padding:0px;
  }
  .intro_innerpage__wrapper h3::before{
    bottom:0px;
  }
  .intro_innerpage__wrapper h3::after{
    bottom:0px;
  }
  .intro_innerpage__wrapper img{
    max-width:300px;
  }
  .our_team_inner{
    float:none!important;
    margin:0px!important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our_team_inner{
    padding-bottom: 30px;
  }
}

/* @media queries ends */
/* css for the breadcrumb design begins */
/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #2c3f4c;
  background-color: #ffffff;
}

a {
  color: #96c03d;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 3rem;
  }
}

/* --------------------------------

xnugget info

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #96c03d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #96c03d;
}

/* --------------------------------

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}

.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}

.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li>*, .cd-multi-steps li>* {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}

.cd-breadcrumb li.current>*, .cd-multi-steps li.current>* {
  /* selected step */
  color: #96c03d;
}

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before, .cd-multi-steps.custom-icons li>*::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
  background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
  background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before, .cd-multi-steps.custom-icons li.current:first-of-type>*::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
  background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
  background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }

  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }

  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }

  .cd-breadcrumb li>*, .cd-multi-steps li>* {
    font-size: 1.6rem;
  }
}

/* --------------------------------

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
	margin-bottom:0px;
  }

  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }

  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }

  .cd-breadcrumb.triangle li>* {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }

  .cd-breadcrumb.triangle li.current>* {
    /* selected step */
    color: #ffffff;
    background-color: #f89e2e;
    border-color: #f89e2e;
  }

  .cd-breadcrumb.triangle li:first-of-type>* {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }

  .cd-breadcrumb.triangle li:last-of-type>* {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }

  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #548dd1;
    border-color: #548dd1;
  }

  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li>*::after {
    /*
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }

  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }

  .cd-breadcrumb.triangle li>*::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }

  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type>*::after {
    /* hide the triangle after the last step */
    display: none;
  }

  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }

  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li>*::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {

    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li>*::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

/* --------------------------------

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}

/* --------------------------------

Multi steps indicator

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }

  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }

  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }

  .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }

  .cd-multi-steps li>*, .cd-multi-steps li.current>* {
    position: relative;
    color: #2c3f4c;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }

  .cd-multi-steps.text-center li>* {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }

  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }

  .cd-multi-steps.text-center li.current>*, .cd-multi-steps.text-center li.visited>* {
    color: #ffffff;
    background-color: #96c03d;
  }

  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }

  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }

  .cd-multi-steps.text-top li>*::before, .cd-multi-steps.text-bottom li>*::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }

  .cd-multi-steps.text-top li.visited>*::before,
  .cd-multi-steps.text-top li.current>*::before, .cd-multi-steps.text-bottom li.visited>*::before,
  .cd-multi-steps.text-bottom li.current>*::before {
    background-color: #96c03d;
  }

  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }

  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }

  .cd-multi-steps.text-top li>* {
    padding-bottom: 20px;
  }

  .cd-multi-steps.text-top li>*::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }

  .cd-multi-steps.text-bottom li>* {
    padding-top: 20px;
  }

  .cd-multi-steps.text-bottom li>*::before {
    /* this is the spot indicator */
    top: 0;
  }
}

/* --------------------------------

Add a counter to the multi-steps indicator

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li>*::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {

  .cd-multi-steps.text-top.count li>*::before,
  .cd-multi-steps.text-bottom.count li>*::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li>* {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li>* {
    padding-top: 34px;
  }
}

/* css for the breadcrumb design ends  */
/* introduction page begins */
@media (min-width: 1200px) .col-lg-offset-6 {
  margin-left: 50%;
}

.intro_innerpage__wrapper {
  text-align: center;
  padding: 60px 0px;
}

.intro_innerpage__wrapper h3 {
  font-weight: 500;
  font-style: normal;
  color:black;
  /* text-shadow:1px 1px 2px #5890d2; */
  padding: 0px 5px 60px 5px;
}

.intro_innerpage__wrapper h3::before {
  font-family: "FontAwesome";
  content: "\f10d";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 600;
  font-size:10px;
  position:relative;
  bottom:10px;
  padding-right: 10px;
} 

.intro_innerpage__wrapper h3::after { 
  font-family: "FontAwesome";
  content: "\f10e ";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 600;
  font-size:10px;
  position:relative;
  bottom:10px;
  padding-left: 10px;
}
 
.intro_innerpage__wrapper img { 
  overflow: hidden;
  width: 100%; 
  max-width: 503px; 
} 
 
.single-service {
  margin-bottom: 30px;
  padding-left: 80px;
  position: relative;
  text-align: left;
}
 
.service-icon-hexagon {
  left: -43px;
  position: absolute;
  top: -25px;
}

.hex {
  /* background: #f5f7f9 none repeat scroll 0 0; */
  border-radius: 1em / 3.5em;
  display: inline-block;
  height: 5.2em;
  margin: 1em 4.61538em 1em auto;
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
  width: 4em;
}

.hex:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hex:before, .hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}

.single-service:hover .service-icon, .single-service:hover .service-icon::before, .single-service:hover .service-icon::after {
  background: #f39c12 none repeat scroll 0 0;
}

.service-icon {
  background: #548dd1 none repeat scroll 0 0;
  bottom: 7px;
  color: #fff;
  font-size: 24px;
  height: 60px;
  padding-top: 12px;
  position: absolute;
  right: 11px;
  text-align: center;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 34px;
  z-index: 1;
}

.single-service:hover .service-icon, .single-service:hover .service-icon::before, .single-service:hover .service-icon::after {
  background: #f39c12 none repeat scroll 0 0;
}

.service-icon::before {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.service-icon::before, .service-icon::after {
  background: #548dd1 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.service-icon i {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-service:hover .service-icon, .single-service:hover .service-icon::before, .single-service:hover .service-icon::after {
  background: #f39c12 none repeat scroll 0 0;
}

.service-icon::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.service-icon::before, .service-icon::after {
  background: #548dd1 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.hex:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex:before, .hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}

.single-service:hover .service-details h4 {
  color: #f39c12;
  font-weight: 600 !important;
}

.service-details h4 {
  font-weight: 600 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon {
  background: #5d6b82 none repeat scroll 0 0;
  bottom: 7px;
  color: #fff;
  font-size: 24px;
  height: 60px;
  padding-top: 18px;
  position: absolute;
  right: 11px;
  text-align: center;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 34px;
  z-index: 1;
}

.icon::before, .icon::after {
  background: #5d6b82 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.icon::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex:before, .hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}

.hex:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex:before, .hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}

/* introduction page ends */
/* intro page css begins */
.introd_innerpage__wrapper {
  padding: 60px 0px;
}

.intro_wrapper {
  background: #f4f4f4;
  padding: 60px 30px;
  -webkit-box-shadow: 0 0 6px #ccc;
  -o-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #9f9f9f;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #484848;
}

.intro_wrapper h1{
  padding-bottom:30px;
}

button:focus{
  outline:none;
  border:0px;
}

.btn-container{
  padding-top: 5px;
}

#text { 
  display: none;
  font-size: 16px;
  color:#000000;
}

.btn-container {
  margin: auto;
  height: 44px; 
  width: 166.23px;
} 

a:active {
  color: #ffd323;
}

button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  border: none;
  padding: 5px 15px;
  font-size: 16px;
  background: #548dd1;
  /* background: linear-gradient(141deg, #f89e2e 0%, #f89e2e 51%, #f89e2e 75%); */
  color: white;
  box-sizing: border-box;
}

button:hover{
  background: #f89e2e;
    transition: 0.6s ease-in-out;
}

.introd_innerpage__wrapper {
  padding: 60px 0px;
  color: #989898;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

/* intro page css ends */
/* css for the what we do section  begins */
.what_innerpage_wrapper {
  padding: 60px 0px 20px 0px; 
}

.innerpage_desc {
  padding: 45px 30px;
} 

.what_innerpage_wrapper ul {
  font-family: monospace;
  font-size: 2em;
  list-style: none;
  padding: 0;
  margin: 30px;
}

.what_innerpage_wrapper ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  color: black;
}

.what_innerpage_wrapper ul li::after {
  content: '';
  height: .4em;
  width: .4em;
  background: #548dd1;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: .25em;
  left: 0;
}

.innerpage_desc {
  background: white !important;
  -webkit-box-shadow: 0 0 6px #ccc;
  -o-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #9f9f9f;
  overflow: hidden;
}

.innerpage_desc p {
  font-weight: 600;
}
/* css for the what we do ends */


/* css for the what we do sub 1 begins */

.innerpage_wrapper{
  padding:60px 0px 40px 0px;
}

 .sub_title__desc{ 
   background:white; 
    padding: 60px 30px;
    -webkit-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #9f9f9f;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #484848;
    text-align: justify;
 }

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}

.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #099DF6;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative; 
  background-color: #eee;
  margin:20px 0px;
}

.accordionTitle,
.accordion__Heading {
  background-color:#f99f2d;
  /*text-align: center; */
  text-indent: 3px;
  font-weight: 700;
  padding: 16px;
  display: block; 
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.9em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* padding-right:30px; */
}

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #548dd1;
  color:white;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color:#548dd1;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: auto;
  max-height: 900px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 900px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: 900px;
}

.animateIn {
  -webkit-animation: accordionIn 0.65s normal ease-in-out both 1;
  animation: accordionIn 0.65s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.75s alternate ease-in-out both 1;
  animation: accordionOut 0.75s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
/*label styles */

.label-style {
  float: left;
  margin-right: 15px;
  padding-top: 5px;
  padding-left: 100px;
}
/* form headings */

.headings {
  text-align: center;
  font-weight: bold;
}
/* button styles */

.button-container {
  text-align: center;
  margin-bottom: 5px;
}
/* position of the hint */

.hint {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  margin-top: 0.3em;
}
/* background style for 'i' */

.hint-icon {
  background: #099DF6;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-family: 'Libre Baskerville';
  height: 20px;
  line-height: 1.3em;
  text-align: center;
  width: 20px;
}
/* hint icon hover style */

.hint-icon:hover {
  background: #1f8ac9;
}
/* Displays the hint. important! Do not remove. */

.hint:hover .hint-description,
.hint:focus .hint-description {
  display: inline-block;
}
/* position of the hint  */

.hint-description {
  display: none;
  background: #3b3b3b;
  border: 1px solid #099DF6;
  border-radius: 3px;
  font-size: 0.8em;
  color: #ffffff;
  font-weight: bold;
  /*padding: 1em; */

  position: absolute;
  left: 30px;
  top: -15px;
  width: 180px;
  height: auto;
}
/* styling for the arrow */

.hint-description:before,
.hint-description:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 15px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #099DF6;
}
/* overlay styling */

.hint-description:after {
  left: -10px;
  border-right-color: #3b3b3b;
}

.accordion dl:after, .accordion-list:after{
    content: "";
    display: block;
    height: 1em;
    width: 100%;
    background-color:transparent;
}

.sub_title_items span{
  font-size:18px;
}



/* css for the team member begins  */
.middle {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 50px;
} */

.member {
  box-shadow: 0px 2px 6px 0px #ccc;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.member .info {
  background-color: rgb(84, 141, 209,0.8);
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-in;
}
.member .name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.member .job {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.member .text {
  margin: 15px 10px 15px 0px;
  font-size: 14px;
}
.member .overly {
  height: 0;
  background-color: rgb(84, 141, 209,0.8);
  padding: 0;
  position: absolute;
  width: 100%;
  display: block;
  transition: all 0.7s ease-in;
}
.member .top {
  top: -100%;
  left: 0;
}
.member .bottom {
  bottom: -100%; 
  left: 0;
  height: 100%;
}
.member .left {
  top: 0;
  right: -100%;
  height: 100%;
}
.member .social-icones {
  display: inline-flex;
  position: relative;
}
.member .social-icones .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  display: block;
  text-align: center;
  margin-right: 5px;
  color: #000;
}
.member .to-top {
  bottom: 0;
  transition: all 0.5s ease-in;
}
.member:hover .overly {
  height: 100%;
  padding: 20px 10px;
}
.member:hover .info {
  position: absolute;
  bottom: -80px;
  padding: 0;
  transition: all 0.5s ease-in;
}
.member:hover .top {
  top: 0;
  bottom: 0px;
}
.member:hover .bottom {
  bottom: 0;
}
.member:hover .left {
  right: 0;
}
.member:hover .to-top {
  bottom: 100% !important;
  transition: all 0.5s ease-in;
}

.member img{
  width:100%;
}

.teampage_wrapper{
  padding:60px 0px;
}

.teampage_wrapper .col-lg-4{
  margin-bottom:30px;
}

@media screen and (max-width: 868px) {
  .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    grid-template-columns: 1fr;
  }
}


/* css for the team single page begins */
.our_team_page {
  margin-top: 15px;
}
.our_team_page {
  padding: 30px 0px;
}

.our_team_inner {
    float: left;
    margin: 0px 20px 10px 0px;
}

.innerpage figure img {
    margin-bottom: 0;
}
.our_team_inner img {
    width: 100%;
    max-width: 275px;
}
.our_team_name h2 {
    font-size: 24px;
    color: black;
    font-weight: 500;
    color: #548dd1 !important;
    padding-bottom:10px;
}
.our_team_name span {
    font-style: normal;
    color: black !important;
    font-weight: 600;
    font-size: 17px;
}
.bottom_border_topic:after {
    content: "";
    display: block;
    width:57px;
    padding-top: 10px;
    border-bottom: 2px solid #548dd1 !important;
    overflow: hidden;
}
.our_team__detail_intro p {
    text-align: justify;
    padding-top: 15px;
    color: #7e7a7a;
    font-size: 16px;
    font-style: inherit;
    letter-spacing: 1px;
    line-height: 24px;
}

.our_team__detail_intro p::before {
    font-family: "FontAwesome";
    content: "\f10d";
    padding-right: 15px;
    font-size: 17px;
    color: #515151 !important;
}
.our_team__detail_intro p::after {
    font-family: "FontAwesome";
    content: "\f10e";
    padding-left: 15px;
    font-size: 17px;
    color: #515151 !important;
}

/* css for the team single page ends */

/*css for the contact page begins*/

/* ///// inputs /////*/

.innerpage_wrapper 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;
}

.innerpage_wrapper .styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .innerpage_wrapper .styled-input {
        width:100%;
    }
}

.innerpage_wrapper .styled-input label {
    color: #767676;
    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;
}

.innerpage_wrapper .styled-input.wide {
    width: 650px;
    max-width: 100%;
}

.innerpage_wrapper input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 14px;
    background-color: #2d2d2d;
    color: black; 
    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;
}

.innerpage_wrapper textarea {
    width: 100%;
    min-height: 15em;
}

.innerpage_wrapper .input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
    background: #f2f2f2;
    padding: 30px;
    -webkit-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #9f9f9f;
    overflow: hidden;
	margin-top:0px;
	margin-bottom:60px;
}

.innerpage_wrapper .submit-btn { 
    float: right; 
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color:#548dd1;
    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;
} 

.innerpage_wrapper .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) {
    .innerpage_wrapper .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

.innerpage_wrapper input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
}

.innerpage_wrapper input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

.innerpage_wrapper input, textarea{
  background-color:#fafafa;
  border: 1px solid #dddddd;
  padding:22px;
}


.innerpage_wrapper .row .col-xs-12{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.innerpage_wrapper .input-container .col-md-6{
  padding:0px!important; 
}

.map_wrapper img{
  width:100%;
} 

.footer_wrapper{
	padding:40px 0px!important;
}

.top__bar--bck{
	display:none;
} 

/*css added for the changes*/
.top__bar {
    background: white;
    background: -moz-linear-gradient(top, white 0%, white 100%);
    background: -webkit-linear-gradient(top, white 0%, white 100%);
    background: linear-gradient(to bottom, #468fcc 0%, #12a7ff 100%);
	padding:15px 0px; 
}  

.info_right{
	float:right;
} 

.info_right li{
	border-right:0px!important;
}

.info_right li a{
	border-right:0px;
	color:white;
}


.info_right li i{
padding-right:10px; 
}
 

.top__bar ul{
	list-style: none;
    display: flex; 
    margin: 0px;
    justify-content: center; 
    align-items: center;
}
.top__bar ul li{ 
	border-right:0px; 
	font-weight:600; 
}

.title_right_border:after { 
content: "";
    display: inline;
    padding-top: 0px;
    width: 60px;
    border-right: 2px solid white;
	border-bottom:0px!important;
	padding-left:10px;
}
 
.top__bar ul li{
	padding:0px;
	padding-left:10px;
	font-size:13px;
} 

.stellarnav>ul>li>a{
	padding:0px;
}   
 
.menu__bar{
	display:flex;
	justify-content:center;
	align-items:center;
}

.social li a {
    display: block; 
    height: 36px;
    width: 36px;
    background: #1da2f4;
    border-bottom: 1px solid white;
    font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms;
} 

.stellarnav ul li a span{
	font-weight: 700;
    font-size: 16px;
	color: rgb(109, 109, 109);
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(109, 109, 109)!important;
    display: inline-block;
}  
/*css added for the changes*/

.stellarnav .menu-toggle span.bars span{
	background:#17a5fa !important;
}

.services_section .single_service_item{
	width:100%;
} 
.innerpage_wrapper .input-container{
	border-top:2px solid #468fcc;
}

@media only screen and (max-width:1200px){
	ul.info_right { 
		display:none;  
	}
	.top__bar ul li{
		padding-left:5px; 
	} 
	.title_bottom_border:after{
		padding-left:5px;
	}
} 
   
.designed_wrapper{
	background: white;
    background: -moz-linear-gradient(top, white 0%, white 100%);
    background: -webkit-linear-gradient(top, white 0%, white 100%); 
    background: linear-gradient(to bottom, #468fcc 0%, #12a7ff 100%);   
}     
 
 .procedure_wrapper figure{
	 display:flex;
	 justify-content:center;  
	 align-items:center; 
 }
 
.procedure_wrapper img{
	max-width:820px; 
    width: 100%;
    margin: 0 auto; 
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tags h4{
	letter-spacing: 1px; 
}
.tags h4 span {
    font-family: 'Lato', sans-serif; 
    font-size: 20px;
    font-weight: 700; 
    color: rgb(0, 150, 219)!important;    
    margin: 0px;  
    padding: 0px; 
    font-style: italic;  
    letter-spacing: 1px;
}    

/*css for the scroller text*/
#promo-notifications{
	background:white; 
	font-size: 18px; 
  width: 100%;
}
 
#promo-notifications ul{ 
	width: 100%;
	height: 35px;
	position: relative;
	overflow: hidden;
} 

#promo-notifications li{
	width: 980px;
	line-height: 35px;
  height: 35px;
	position: absolute;    
	top: 0px;       
	left: 100%;
	text-align: center;
	list-style: none;
}

.third__innerpage_wrapper{
	padding:15px 0px!important;
}   

.contact_details h3{
	color: rgb(28, 162, 245);
}

.keep_in_touch h3{
	color: rgb(33, 160, 241);
} 

.list ul li i{
	color: #3397de;
    text-shadow: 0 0 3px #3397de;
}

.footer_desc span{
	color: #468fcc; 
}

.footer_desc{
	color: #747474;
	letter-spacing: 1.3px;
    font-weight: 600;
}  
.services_section{
	padding:60px 0px!important;
}

.footer_wrapper{
	background: url("../img/footer_bg.jpg");   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}  
.footer_desc{
	letter-spacing:1px;
	color:#000;
	letter-spacing:1px;
	font-weight:600;
	font-size:15px;
}
.footer_desc span{
	color: #2d9be5;
	font-size: 17px;
    font-weight: 700;
}
.list ul li i{
	color: #3397de;
    text-shadow: 0 0 2px #3397de;
	display: inline-block;
    position: relative;
    top: 6px;
    font-weight: 700;
    font-size: 16px;
}
.list ul li span{
	padding-bottom: 5px;
    color: white;
    display: inline-block;
    padding-left: 30px;
    color: black;
    font-weight: 600;
    font-size: 14px; 
    letter-spacing: 1px;
} 
.footer_wrapper{
	padding:60px 0px!important;
}
 
.keep_in_touch h3{
	color:black; 
}   

.contact_details h3{
	color:black;
} 
/*css for the contact page*/
.innerpage_wrapper .input-container{
	width: 645px;
    max-width: 100%;
    margin: 20px auto 25px auto;
    background: #dcdcdc;
    padding: 30px;
    -webkit-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #9f9f9f;
    overflow: hidden; 
    margin-top: 0px;
    margin-bottom: 60px;  
	border-top: 6px solid #249eec;
}

.innerpage_wrapper input, textarea {
    background-color: white;
    border: 1px solid #dddddd;
    padding: 22px;
}   
/*css for the contact page ends*/
.member .info{
	background: white;
    background: -moz-linear-gradient(top, white 0%, white 100%);
    background: -webkit-linear-gradient(top, white 0%, white 100%);
    background: linear-gradient(to bottom, #468fcc 0%, #12a7ff 100%);
    border-top: 2px solid white;
	padding:10px;
}
.member .name{
	text-transform: uppercase;
	color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}
.member .job{
	color: #fff;
    font-size: 17px;
    font-weight: 600;
} 
.team_tagline h3{
	text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
    color: #757575;
}

.teampage_wrapper{
	padding-bottom:30px;
}
  
.team_tagline h3::before{
   font-family: "FontAwesome";
   content: "\f10d";
   display: inline;
   padding-right: 15px;
   vertical-align: middle;
   font-weight: 900;  
   position:relative;
   bottom:10px;  
   color:#999999;
   font-size:15px;   
} 
.team_tagline h3::after{
   font-family: "FontAwesome";
   content: "\f10e ";
   display: inline;
   padding-left:15px;
   vertical-align: middle;
   font-weight: 900;  
   position:relative;
   bottom:10px;  
   font-size:15px;   
   color:#999999;
} 
 
@media only screen and (max-width:567px){
	.what_innerpage_wrapper ul{
		margin:0px;
		margin-top:30px;
	}  
	.what_innerpage_wrapper{
		padding-top:30px!important;
	}
	.what_innerpage_wrapper ul li{
		font-size:15px;
	}
	.footer_wrapper{
	padding:30px 0px!important;
}
}  


@media only screen and (max-width:1200px){
.procedure_wrapper img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second__innerpage_wrapper{
padding:45px 0px;}  
} 
@media only screen and (max-width: 567px){
.introd_innerpage__wrapper {
    padding: 30px 0px;
    color: #989898;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}	 
.innerpage_wrapper{
	padding:30px 0px;
} 
}   

@media only screen and (max-width: 375px)
{
.counter_item span {
    font-size: 15px;
}
}  

.footer_title{
	text-transform: uppercase;
    padding:0px 0px 15px 0px;
    text-align: left;
	font-size: 22px;
	color: rgb(251, 170, 67);
}
table{ 
	width:100%!important; 
}
table td{
	text-align:left!important; 
	padding-left:15px!important;  
}
a{
color: #000;
}
body{ 
	color:#000;
}
/*css for the current time begins here*/
/* css for the analog clock */
.clock {
    max-width: 409px;
    color: #fff;
    background: #17479c;
	padding:20px 0px;
}

#Date {
  font-size:23px;
  text-align:center;
  text-shadow:0 0 5px #00c6ff;
  padding-bottom: 19px;
  border-bottom: 3px solid white;
}

.clock ul {
    list-style: none;
    text-align: center; 
	padding: 22px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clock ul li {
  display:inline; 
  font-size:42px;
  text-align:center;
  text-shadow:0 0 5px #00c6ff;
}

#point {
  position:relative;
  -moz-animation:mymove 1s ease infinite;
  -webkit-animation:mymove 1s ease infinite;
  padding-left:10px; padding-right:10px;
}

@-webkit-keyframes mymove
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
}
 
@-moz-keyframes mymove
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
}
/*css for the current time begins here*/



/* css for the hover code */
.bs-example {
}

.bs-example2 { 
   margin-top: 1.5em;
   font-weight: bold;
   font-size: 1.25em;
   color: #FFF;
   text-shadow: 1.25px 1px #25282a;
}
/* NONE OF THE FOLLOWING CSS IS NEEDED */
 
.nate {
  margin: .5em auto;
  text-align: center;
  color: #FFF;
}
a:link {
    color: BlueViolet;
    text-decoration: none;
}
a:visited {
    color: green;
}
a:hover {
    color:DarkOrchid;
    text-decoration: underline;
}
a:active {
    color: yellow;
}
.twitter {
  margin: 2em auto 0px auto;
  font-family: Arial;
  font-size: small;
  font-weight: bold;
  color: #f5911d;
  text-align: center;
  padding: 0;
  left: 0px;
  top: 0px;
  overflow: visible;
}
/* SIGNATURE CODE */
.credits {
	text-align: center;
	font-size: 1.5vw;
	color: #FFF;
}
.stars {
	color: #f43a2f;
	padding: 0 .5vw 0 .5vw;
	font-size: 1.6vw;
}

.bs-example .btn{
  font-size:16px; 
}

.popover{ 
  font-size:15px;
  font-weight:400;
  text-align:justify;
  padding: 15px;
  border-radius:10px;
  max-width:500px;
  margin-bottom:30px;
  -webkit-box-shadow: 0 0 6px #ccc;
  -o-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #9f9f9f;
  color:#fff!important;
} 

.services_section .btn-primary{
	background:white;
	border:0px;
	width:100%;
}
.single_service-body h4{
	text-align:left;
}
.single_service-body{
	padding-right:0px; 
}
@media only screen and (max-width: 1200px)
{
.single_service-body h4 {
    font-size: 16px;
} 
}
.counter_item span {
    color: white;
    font-size: 45px; 
    padding-left: 15px;
    font-weight: 600; 
}
.intro_wrapper {
background: #ffffff;}
.intro_wrapper p{ 
	text-align:justify;
}   
table td{
	background-color: #468fcc!important;  
	color:white; 
}
.clock {  
    background: #468fcc;  
} 
.what_innerpage_wrapper {
    padding: 30px 0px 20px 0px;
} 
.what_innerpage_wrapper h4 { 
	padding-left: 54px;
	font-size: 20px;
    font-weight: 600;
	color:#468fcc;
}
.list ul li i{
	text-shadow:none;
	text-shadow:0px;
}
#university-select{
	background-color: white;
    border: 1px solid #dddddd;
    padding: 22px;
    padding: 22px;
    border: 0;
    width: 100%;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 22px;
	color:#7f7f7f;
}
.second__innerpage_wrapper{
	position: relative;
    overflow: hidden;
    z-index: 0;
    overflow: visible;
} 
#promo-notifications{
	position: absolute;
    z-index: 9999;
    overflow: visible;
    top: 0px;
	background:#f4f4f4;
    font-size: 18px;
    width: 100%; 
}
.third__innerpage_wrapper{
	padding:0px!important;
}
@media only screen and (max-width:567px){
	.counter_item span {
    color: white;
    font-size: 24px;
    padding-left: 15px;
    font-weight: 600; 
}
}
@media only screen and (max-width: 768px){
	.counter_item span { 
    font-size: 32px; 
}
}
@media only screen and (max-width: 375px)
{ 
.counter_item i { 
    font-size:16px;  
} 
.counter_item p {
    font-size: 15px;  
    padding: 10px 0px;  
} 
} 

.banner__wrapper .owl-carousel .owl-nav.disabled{
	display:none;
} 
.innerpage_banner img{
	width:100%; 
}

.explore_inner{
	color:white;
} 

.procedure_wrapper img {
max-width: 680px;}

.what_innerpage_wrapper{
	padding:30px 0px 0px 0px;
}
.innerpage_wrapper{ 
   font-weight:500;
}
.innerpage_wrapper { 
    padding: 20px 0px 0px 0px;
}
.what_innerpage_wrapper {
    padding: 30px 0px 0px 0px; 
} 
.what_innerpage_wrapper h4{
	padding:0px;
	padding-bottom:15px;
}
.innerpage_desc p{
	padding:0px; 
	font-weight:400;
	text-align:justify;
}
.sub_title__desc{
	box-shadow:none;
	padding:0px; 
}
.what_innerpage_wrapper ul{
	margin:30px 0px; 
	margin-top:0px; 
} 
.innerpage_wrapper{
	padding-top:0px;
}  
.innerpage_desc{
	margin-bottom:60px;
}
.what_innerpage_wrapper ul{
  font-family: 'Lato', sans-serif;	
  padding-top:30px;
}
#promo-notifications li{
	font-size:19px;  
}
.services_section .icon_item{
	background: linear-gradient(to bottom, #ffbd68 0%, #f99f2d 100%);
}
.services_section .single_service_item:hover .icon_item {
    background: linear-gradient(to bottom, #468fcc 0%, #12a7ff 100%);
}
@media only screen and (max-width: 577px)
{
.explore_inner span {
    font-size: 15px;
}
}

/*css added for the new content section*/

.contentsection h5{
	margin:30px 0px 15px 0px;
	color: rgb(251, 170, 67);
	font-size:18px;
}

.contentsection .row .col-md-5 .nav{
  border-radius: 10px;
}
.contentsection .nav-item{
  width: 100%;
    border-radius: 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid white;
}
.contentsection .nav-link{
  width: 100%;
    border-radius: 10px;
    color: white;
    color: #fff;
    background-color:#afafaf;
    padding: 10px;
    border-bottom: 1px solid white;
    border-radius: 10px;
}
.contentsection .nav-item{
  border-radius: 10px;
    margin-bottom: 2px;
	padding:0px;
}
.contentsection .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#7d7d7d;
}
.contentsection .tab-pane p{
  color: #010101; 
    font-size: 16px;
    font-weight:400;
    padding: 44px 0px;
}
.what_innerpage_wrapper ul li::after{
	content:none; 
}
.contentsection .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	transition:none;  
} 
.contentsection .row .col-md-5{
	padding-top:0px;
} 
#myTab{
	padding-top:0px;
}
.innerpage_desc p{
	padding:0px 15px;
}
.innerpage_desc h4{
	padding:0px 15px;
}
.list ul li a:hover{
	background:transparent;
}
.contentsection .nav-link{
	font-weight:600;
}
#myTab{
	margin:0px;
	margin-bottom:10px;
}
.contentsection .tab-pane p{
	padding:0px;
}

.innerpage_wrapper input[type="submit"]{ 
	float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #548dd1;
    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; 
	max-width:180px;
	width:100%;
}  
.innerpage_wrapper form{  
	padding-top:40px;
}
#div_RT000LXJ5 table{
	max-width: 400px;
} 
.clock{ 
	max-width:338px;
}
.footer_title{
	color:rgb(140, 140, 140);
}

/*css added for the maadhyam changes in time zone*/
.clock {
    max-width: 375px;
	display: flex;
	background:transparent;
}
#Date{
	color: #8d8d8d;
    font-weight: 600;
    margin-right: 10px;
    max-width: 200px;
	font-size: 18px;
    text-align: center;
	padding-bottom:0px;
}
.clock ul {
    list-style: none;
    text-align: center;
    display: flex; 
    justify-content: center;
    align-items: center;
	color: #468fcc; 
	padding:0px;
	text-shadow:none;
}
.clock ul li {
    display: inline; 
    font-size: 26px;
    color: black;   
	text-shadow:none;
} 
#Date{  
	text-shadow:none;   
	color:#020202; 
	font-weight:500;
}
.clock{
		padding:0px;
}
.footer_title{
	color: rgb(70, 143, 204);
	font-size: 21px;
}
.intro_wrapper .row .col-lg-6 a:hover{
	background:transparent;  
}   

.contentsection .nav-link {
    background-color: #4890cc; 
}

.contentsection .nav-item {
    border-radius: 10px;
    margin-bottom: 2px;
    padding: 0px;
}
.contentsection .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #357bb5; 
}
.contentsection h5{ 
	font-size: 20px;
    font-weight: 600;
    color: #468fcc; 
}

#Date { 
    text-shadow: none;
    color: #000000;
    font-weight: 500;
	margin-right: 15px;
	max-width:212px;   
}
.intro_wrapper h3{
	font-weight: 500; 
	font-size: 20px;
    color: #548dd1;
}
.service-icon-hexagon {
    left: -11px;
    position: absolute;
    top: -25px;
}
.intro_wrapper p {
	font-size:15px;
}
.clock ul li{ 
	font-size:18px;  
}
.service-icon-hexagon {
    left: -19px;
    position: absolute;
    top: -25px;
}
.teampage_wrapper .container{
	padding: 60px 30px;
    -webkit-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #9f9f9f; 
}   
 
.team_contents img{
	width:100%;
	border-radius:20px;
}
.team_contents .row .col-lg-12{
	margin-bottom:20px;
}
.team_contents .row .col-lg-12 p::before {
   font-family: "FontAwesome";
    content: "\f10d"; 
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #989898;
    padding-right: 10px;
    font-size: 12px;
}
.team_contents .row .col-lg-12 p::after {
   font-family: "FontAwesome";
    content: "\f10e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #989898;
    padding-left: 10px;
    font-size: 12px; 
}
.team_contents .row .col-lg-12 p{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color:black;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
	margin-bottom: 34px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto; 
    text-align: center;
}

.team_contents img{
	width: 100%;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.team_contents .row .col-lg-12 figure{
	width: 100%;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul {
			position: fixed;
			top: 0;
			bottom: 0; 
			width: 100%;
			height:100%;
			max-width: 280px;
			overflow-x: hidden;
			overflow-y: auto; 
			-webkit-overflow-scrolling: touch;
			z-index:999999999!important; 
		}  
		.stellarnav .third{  
			background-color:rgba(0,0,0,0.2);
		}  
		 
		.banner__wrapper{
			position:relative;
			z-index:0!important;
		} 
		.second__innerpage_wrapper{
			position:relative;     
			z-index:0!important; 
		}
		.stellarnav.mobile, .stellarnav.mobile.fixed {
    z-index: 999999;  
	overflow:visible;  
}
.stellarnav.mobile, .stellarnav.mobile.fixed{
	position:relative!important
	z-index: 999999; 
}
@media only screen and (max-width: 768px)
{ 
.stellarnav {
    overflow: scroll; 
    display: block; 
}  
}   
.team_contents img {
    width: 100%;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: baseline; 
    justify-content: center;
    align-items: center;
}
/*css added for modal popup*/
.modal-dialog {
    max-width:700px;
    margin:0 auto;
}
.modal{
	padding-right:0px!important;
}
.modal-body a{
	display:inline-block;
}
.modal-content{
	width:700px!important;
    margin:0 auto;
	border-radius:1.3rem;
}  
.modal-dialog-centered{
	justify-content:center!important;
}
#exampleModalCenter .jump a {
    padding: 5px 10px!important; 
    font-size: 14px!important;
} 
@media only screen and (max-width:767px){
.modal-dialog {
    max-width:500px;
    margin:0 auto;
}
.modal-content{
	width:500px!important;
    margin:0 auto;
	border-radius:1.3rem;
}  	
}
@media only screen and (max-width:567px){
.modal-dialog {
    max-width:400px;
    margin:0 auto;
}
.modal-content{
	width:400px!important;
    margin:0 auto;
	border-radius:1.3rem;
}
#exampleModalCenter .jump a {
    padding: 5px 10px!important; 
    font-size: 12px!important;
} 
}
@media only screen and (max-width:300px){
.modal-dialog {
    max-width:250px;
    margin:0 auto;
}   
.modal-content{
	width:250px!important;
    margin:0 auto;
	border-radius:1.3rem;
} 
}
.info_parts li a{ 
	color:#000;
	transition:0.3s ease;
} 
.info_parts li a:hover{
	color:#fbaa43; 
	transition:0.3s ease;
} 
  
 
.heading {
    text-align: center; 
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;  
    float: left;
    z-index: 99;
}
 /*
.testimonial {
    min-height: 375px; 
    position: relative; 
    background: url('../img/grad.jpg');
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}*/

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%; 
  margin: auto;
  padding:10px 0px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    text-align: center;
    position: relative;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	border:1px solid #fff;
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0 20px 0;
    font-weight: 500;
}
.testimonial4_slide h4 {
  color: #f99f2d;
    font-size: 18px;
    text-transform: uppercase;
}

.testimonial .carousel { 
	padding-bottom:0px;
} 
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.testimonial .jarallax .container{
	padding:60px 0px;
}  
.test_content:before {
    content: "\f10d ";  
    font-family: FontAwesome;
    font-size: 12px; 
    color: #fbaa43;
    padding-right: 10px;
}
.test_content:after {
    content: "\f10e ";
    font-family: FontAwesome; 
    font-size: 12px; 
    color: #fbaa43; 
    padding-left: 10px;
}
.testimonial4_slide .row .col-lg-4 figure{
	overflow:hidden;
	margin-top:15px;
} 
.testimonial .owl-carousel .owl-nav.disabled{
	display:none; 
}  
/* ------testimonial  close-------*/
/*css added for modal popup*/ 
 .section-head {  
    color: #fff;
    margin-bottom: 50px;   
    text-align: center; 
  }

  .section-head:before {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #fff;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 20px;
  }

  .section-head span {
    display: inline-block;
    padding: 0 20px;
    background: #372e44;
    position: relative;
  }

  .testimonials li {
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 768px) {
    .testimonials li {
      flex-direction: row;
    }
  }

  .testimonials li .img_cont {
    height: 400px;
    overflow: hidden;
  }

  @media (min-width: 768px) {
    .testimonials li .img_cont {
      width: 30%;
    }
  }

  .testimonials li .img_cont img {
    max-width: 100%;
    display: block;
  }

  .testimonials li .content {
    color: #fff;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  @media (min-width: 768px) {
    .testimonials li .content {
      width: 70%;
    }
  }

  .testimonials li .content h4 {
    font-size: 16px;
  }

  @media (min-width: 992px) {
    .testimonials li .content h4 {
      font-size: 18px;
    }
  }

  .testimonials li .content p {
    font-size: 15px;
	color:#fff;
	line-height: 27px;
  }

  .testimonials li .testimony {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .testimonials li .testimony .person {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fbaa43;
  }

  @media (min-width: 768px) {
    .testimonials li .testimony .person {
      width: 80px;
      height: 80px;
      margin: 0px 0 0 -70px;
    }
  }

  @media (min-width: 992px) {
    .testimonials li .testimony .person {
      width: 100px;
      height: 100px;
      margin: 0px 0 0 -80px;
    }
  }

  .testimonials li .testimony .details {
    list-style-type: none;
    margin: 0px 20px 0 10px;
    padding: 0;
  }

  @media (min-width: 992px) {
    .testimonials li .testimony .details {
      border-right: 1px dotted #ccc;
      padding-right: 20px;
      margin: 0px 20px 0 20px;
    }
  }

  .testimonials li .testimony .details .name {
    font-size: 13px;
  }

  @media (min-width: 768px) {
    .testimonials li .testimony .details .name {
      font-size: 15px;
    }
  }

  .testimonials li .testimony .details .position {
    font-size: 11px;
  }

  .testimonials li .testimony .details .company {
    font-size: 11px;
  }

  .testimonials li .testimony .testimony_logo {
    width: 70px;
    margin-top: 10px;
    margin-left: 70px;
  }

  @media (min-width: 768px) {
    .testimonials li .testimony .testimony_logo {
      margin: 0;
      width: 60px;
    }
  }

  .bx-wrapper {
    background: transparent;
    border: 0;
  }

  .bx-wrapper .bx-loading {
    background-color: transparent;
    background: none; 
  }
   
  
  
   /* HOVER STYLES */
 .overlap_logos{
	 position: absolute;
    bottom: 0px; 
    left: 30px;
    z-index: 9999;
	color:#fff;
	display:flex;
	
 }
 .overlap_logos ul{
	 display:flex;
 }
 div#pop-up {
   display: none;
   position: absolute;
   padding: 10px;
   font-size: 90%;
   bottom: 100px;
    left: 0px;  
 }
 div#pop-up p{
	 display:flex;
 }
 div#pop-up p img{
	 width: 100%;
    margin-right: 10px;
    background: white;
    border-radius: 10px;
    padding: 0px 5px;
	    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 125px;
    width: 100%;
 }
 .h-logos{
	background:#478eccc2!important;
    padding: 16px 10px;
    border-radius: 15px;  
 } 
 .h-logos a{
	 color:white;
	 text-align:center;
 }
 .overlap_logos ul li{
	 margin-right: 15px;
    background: #ffffff;
    /* padding: 10px; */
    border-radius: 15px;
    /* max-width: 20px; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
	border:1px solid #ffffff82;
 }
 .overlap_logos ul li a{
	 display:inline-block;
	 font-size:12px;
	 text-transform:uppercase;
	 font-weight:600;
 }
 .overlap_logos ul li a img{
	 max-width: 100px;
    width: 100%; 
 } 
  .overlap_logos ul li a:hover{
	 display:inline-block;
	 background:transparent;
 }
 
 
 @media only screen and (max-width:768px){
	.overlap_logos {
    position: static;
    bottom: 0px;
    left: 30px;
    z-index: 9999;
    color: #fff;
    display: flex; 
} 
.overlap_logos ul li a{
	font-size:11px;
}
.h-logos {
    background: #ffffff!important;
    padding: 16px 10px;
    border-radius: 15px;
}
.h-logos a {
   color:#498dc9;
}
div#pop-up {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 90%;
    bottom: 88px;
    left: 0px;
    z-index: 9999;
}
div#pop-up p img {
    width: 100%;
    margin-right:2px;
    background: white;
    border-radius: 10px; 
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 87px; 
    width: 100%; 
}  
#open-overlay{
	color:#4590c9!important;
}
 }
 @media only screen and (max-width:567px){
	 .testimonials li .testimony {
    display: flex;
    align-items: center;  
    flex-wrap: wrap;
    justify-content: center;
	margin-top:15px;
}  
.testimonials li .img_cont img {
    max-width: 100%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 10px;
} 
.testimonials li .img_cont {
     height: auto;
    overflow: hidden;
	margin-top:15px;
}
 }