

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family:"Raleway";
}

a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #4495d1;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: url(../img/header_bg.png) left no-repeat;
    padding: 2px 0;
    font-size: 14px;
	    background-size: cover;
}
.contact-info {
    margin-top: 3.5%;
    text-align: right;
    color: #fff;
    font-size: 13px;
}
#header-sticky-wrapper {
    height: auto !important;
}
#logo img {
    width: 87%;
}
#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color: #f3f3f3;
}

#topbar .contact-info i {
    color: #fff;
    padding: 4px 4px 4px 10px;
    border-left: 1px solid #fff;
    margin-left: 10px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: 0s;
    z-index: 997;
    background: #fff;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.html") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #4495d1;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: #4495d1;
  bottom: -3px;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 30px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
  /* border: 1px solid #000; */
}

#about .about-img img {
  /* margin-left: -15px; */
  max-width: 100%;
}

#about .content h2 {
  color: #4495d1;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 2px solid #e6e6e6;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/

#services {
    padding: 30px 0 0 0;
    background: url(../img/bg_patren.png) left no-repeat #dff5f2;
}

#services .box {
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
      background: #fff;
  
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 13px;
  margin-left: 60px;
  margin-bottom: 0;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

/* Clients Section
--------------------------------*/

#clients {
    padding: 40px 0;
    background: #e7e9ed;
    margin: 50px 0 0px;
}

#clients img {
  width: auto;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #a9a9a9;
}

#clients .owl-dot.active {
  background-color: #4495d1;
}
.inner-content {
padding: 0px 0 30px 0;
}
/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
      border: 1px solid #eaeaea;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
    height: 248px;
}

#portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    /* text-decoration: underline; */
    background: #4495d1;
    padding: 10px 15px;
    border: 2px solid #fff;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
padding: 30px 0;
background: url(../img/achievement_bg.png);
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 0px 30px 0 30px;
  margin: 10px 15px;
  text-align: center;
  min-height: 350px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
text-align: justify;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #4495d1;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 0px 0;
}

#contact .contact-info {
  margin-bottom: 10px;
  text-align: center;
}

#contact .contact-info i {
  /* font-size: 48px; */
  /* display: inline-block; */
  /* margin-bottom: 10px; */
  /* color: #50d8af; */
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #0e1c3d;
  padding: 10px;
  font-size: 14px;
  float: left;
  color: #fff;
  width: 100%;
}

#footer .copyright {
  text-align: left;
  padding-top: 4px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}

.img_responsive {
    width: 100%;
}
.carousel-item {
}

.carousel-indicators li {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #60bbff;
}
.elip-top-left {
    position: absolute;
    right: -5px;
    z-index: 100;
    bottom: -5px;
    z-index: -99;
}
h1 {
    font-size: 33px;
    color: #18254a;
    font-weight: 800;
}
p {
    line-height: 25px;
    font-size: 14px;
    color: #000;
}
.more_btn {
    border: 2px solid #4495d1;
    padding: 13px 20px;
    border-radius: 3px;
    color: #4495d1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    width: auto;
}

.clearfix {
    clear: both;
}

.cta-btn-container {
    margin-top: 30px;
}

.more_btn:hover {
    background: #4495d1;
    color: #fff;
}

.heading_bx h2 {
    color: #18254a;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}

.heading_bx h2 span {
    color: #4495d1;
}

.heading_bx p{
	text-align: center;
    width: 70%;
    margin: 0 auto 25px auto;
	}
	
.videos-item {
    margin: 15px;
}

.videos-item iframe {
    height: 200px;
    border: none;
    background: #eff8ff;
}

#videos {
    margin: 40px 0 0px;
}

.no-padding {
    padding: 0;
}
.achievements img {
    width: 100%;
    height: 165px;
}
.achievements .description {
    background: #fff;
    padding: 10px 10px 20px 10px;
    float: left;
    width: 100%;
}
.achievements .description h4 {
    font-size: 15px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin: 0px;
}
.achievements .description p {
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    color: #999;
    MARGIN: 0PX;
}
.achievements .description p strong {
    color: #4495d1;
    font-weight: 500!important;
}

/***********1************/
@keyframes tickerv {
    0% {margin-top: 0;}
    25% {margin-top: -26px;}
    50% {margin-top: -52px;}
    75% {margin-top: -78px;}
    100% {margin-top: 0;}
  }
  .tickerv-wrap1 {
    box-sizing: content-box;
    height: 400px;
    overflow: hidden;
    padding: 0px;
  } 
  ul.notice-board li {
    background: none;
    padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}
  .tickerv-wrap1 ul {
    padding:0;
    margin:0;
    list-style-type: none;
    animation-name: tickerv;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
  }
  .tickerv-wrap1 ul:hover {
    animation-play-state: paused;
  }
  ul.notice-board li a i {
    color: #4495d1;
    margin-right: 5px;
}
  /* .tickerv-wrap1 ul li { */
    /* font-size:18px; */
    /* line-height: 26px */
  /* } */
  /******2*****/
  @keyframes tickerv {
    0% {margin-top: 0;}
    25% {margin-top: -26px;}
    50% {margin-top: -52px;}
    75% {margin-top: -78px;}
    100% {margin-top: 0;}
  }
  .tickerv-wrap2 {
    background: #fff;
    box-sizing: content-box;
    height: 230px;
    overflow: hidden;
    padding: 10px;
	overflow-y:scroll;
  } 
  .tickerv-wrap2 ul {
    padding:0;
    margin:0;
    list-style-type: none;
    animation-name: tickerv;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
  }
.contact_new li {
    float: left!important;
    width: 24%!important;
}
  .tickerv-wrap2 ul:hover {
    animation-play-state: paused;
  }
  /* .tickerv-wrap2 ul li { */
    /* font-size:18px; */
    /* line-height: 26px */
  /* } */
  /************3*******************/
  @keyframes tickerv {
    0% {margin-top: 0;}
    25% {margin-top: -26px;}
    50% {margin-top: -52px;}
    75% {margin-top: -78px;}
    100% {margin-top: 0;}
  }
  .tickerv-wrap3 {
    background: #eee;
    box-sizing: content-box;
    height: 125px;
    overflow: hidden;
    padding: 10px;
	overflow-y:scroll;
  } 
  .tickerv-wrap3 ul {
    padding:0;
    margin:0;
    list-style-type: none;
    animation-name: tickerv;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
  }
  .tickerv-wrap3 ul:hover {
    animation-play-state: paused;
  }
  ul.notice-board li h4 {
    margin: 0;
}
  /*ticker end**/
  .heading_bg h4 {
    background: #4495d1;
    padding: 12px 14px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

ul.notice-board li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.event {
    border: 1px solid #f0f0f0;
	float: left;
	width: 100%;
}

.more_event {
    padding: 10px;
}

a.more {
    color: #4495d1;
    font-size: 14px;
    font-weight: 500;
}
.smallbg {
    width: auto !important;
    float: left;
    padding: 2px 5px;
    margin-top: 6px;}
.pink {
    background: #ffd4d4;
}
.blue {
    background: #c0e1f9;
}

.yellow {
    background: #cdf987;
}
.career_query_body p {
    margin:0px;
    padding: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 10px;
}

.career_query_body li p {
    font-size: 13px!important;
    padding: 0 0 0 0;
}
.career_query_body li {
    width: 32%;
    display: inline-block;
    padding: 0 0 0 0!important;
    margin-top: 5%;
}
.career_query_body ul {
    list-style: none;
    padding: 0;
}
.career_query_body {background: url(../img/rightbg.png);padding: 10px 28px 20px 28px;text-align: center;/* margin-top: 10px; */clear: both;}
.career_query_body input {
    background: #7784a0;
    border-radius: 2px;
    margin-bottom: 15px;
    color: #fff;
    border: 1px solid #a1a7ad;
}
.career_query_body input::placeholder{color:#fff !important;opacity:1;font-size:13px}

.submit {
    background: #4495d1;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.section-title {
    margin-bottom: 2%;
    font-size: 18px;
    font-weight: 600;
    color: #0087d4;
}
#contact .contact-info {
    margin: 0;
    padding: 0;
}
.contact-info li {
    list-style: none;
    margin: 10px 0px;
    position: relative;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}
.contact-info li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 17px;
    color: rgb(0, 135, 212);
}
.how_rechtxt h3 {
    margin-bottom: 1%;
    font-size: 16px;
    font-weight: 600;
    color: #0087d4;
}
.how_rechtxt p {
    margin-bottom: 1%;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.how_rechtxt p i {
    color: #05003e;
}
.map {
    background: #f3f3f3;
}

img.cybrain_logo {
    width: 120px;
    height: auto;
    padding-bottom: 5px;
    margin: 0px;
    float: right;
}
.footer_top {
    background: #18254a;
}

.social_widget .list li {
    background: #1ab2e8;
    border-radius: 50%;
}

.social_widget .list li {
    margin-right: 4px;
    display: inline-block;
    background: #4495d1;
    border-radius: 50%;
    padding-top: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}
footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 5px;
    width: 50%;
    float: left;
}
ul.list li a {
    color: #fff;
}
.contact_bg {
    background: #4495d1;
    padding: 0px 30px 30px;
}
.contact_bg h5 {
    border-bottom: 2px solid #fff;
    text-align: center;
    font-size: 22px;
}
.footer_top p {
    color: #fff;
    float: left;
    width: 100%;
	    margin-bottom: 10px;
}
.footer_top a {
    color: #ffffff;
	font-size: 14px;
}
.contact_bg h5 span {
  float: left;
  width: 100%;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 1%;
}
footer h5 {
    font-size: 19px;
    font-weight: 500;
    font-family: roboto;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 40px;
}
ul.list {
    margin: 0;
    padding: 0;
}
hr {
    margin-top: 0 !important;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #fff !important;
    width: 70px;
    text-align: left;
    float: left;
}

.footer_top ul li a i.fa.fa-angle-right {
    margin-right: 5px;
    color: #90d0ff;
}
.menulink {
    display: none;
}

.footer_top a:hover {
    padding-left: 5px;
}
.achievements img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all ease-in-out 0.4s;
}
/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background: #0d1028;
}

.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  margin: -80px 0 0 -75px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #FF2D55;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}

.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #efa506;
  -webkit-animation: spin-reverse .6s linear infinite;
          animation: spin-reverse .6s linear infinite;
}

.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #00acee;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.navbar-nav {
    display: inherit !important;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto !Important;
    text-align: center  !Important;
}
@media (min-width: 992px){
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
}
iframe {
    border: none;
    background: #edf0f5;
}
#carouselExample {
    height: auto;
    overflow: hidden;
}
span#errormessageformdiv p {
  font-size: 13px;
  padding: 0px;
  color: #ff7a00;
}
span#successformdiv {
color: white;
}
.inner-content img {
max-width: 100%;
}
#videos i {
    color: red;
    font-size: 40px;
    position: absolute;
    bottom: 40%;
    left: 44%;
    background: #fff;
    border-radius: 5px;
    padding: 2px;
    line-height: 30px;
    display:none;
}

.clients-carousel1 .owl-item {
  border: 3px solid #d2d2d2;
  height: 299px;
}
.clients-carousel1 .owl-item img {
  height: 292px;
}
.gallery11 {
  float: left;
  width: 100%;
  padding: 0;
}

@media (min-width:280px) and (max-width:767px){
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
}
.bg-grey{background: #f5f6fa;}
.heading_blue{background: #4494d1;}
.heading_blue h1 { color: #fff;
    padding: 20px 30px;
    font-size: 20px;
    margin: 0;
    font-weight: 600;}
	label {
    font-weight: 500 !important;
    font-size: 14px;
}
.form-control {
    height: 40px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.required {
    color: #ff0000;
    font-weight: bold;
	font-family:arial;
}

.control-label {
line-height: 20px;
}
.sidebar ul li i {
    float: left;
    margin-right: 5px;
    color: #5b8eff;
    font-weight: bold;
    font-size: 18px;
	padding: 10px 0px;
}
.alert p {
    margin: 5px;
    color: #f00;
    font-weight: bold;
    font-size: 13px;
}
.alert {
    padding: 0px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-radius: 4px;
	    text-align: center;
}
#res_message {
    color: #007700;

    font-size: 22px;
    font-weight: bold;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.new_gal .gallery {
    height: auto;
    position: relative;
    overflow: hidden;
	margin-top:0px;
}
.new_gal .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	    border: none;
}
.text-dis {
    margin-top: 10px;
    text-align: left;
}

.text-dis h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  height: 41px;
  line-height: 22px;
}
.text-dis span {
    width: 100%;
    color: #4495d1;
    font-weight: 500;
}
.gallery21 .col-md-4 {
  margin-bottom: 2%;
}
.text-dis button {
    float: left;
    margin-top: 15px;
    background: transparent;
    border: 2px solid #05003e;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    padding: 8px 14px;
    font-weight: bold;
    font-size: 13px;
}

.text-dis button:hover {
    background: #4495d1;
    color: #fff;
    border-color: #4495d1;
}
.gallery21 {
display: block!important;
}

.no-p-left {
    padding-left: 0px;
}
.nav-pills {
    background: #17254a;
    margin-top: 20px;
    text-align: center;
}
.list-group img {
    height: 185px;
}
.list-group .thumbnail {

}
.dblock {
    margin-top: 1%;
}

.dblock a {
    /* color: #fbff00 !important; */
    font-weight: bold;
    font-size: 17px !important;
    margin-right: 10px;
    border-right: 1px solid #fff0;
    padding-right: 10px;
}

element.style {
}
#topbar .contact-info a:hover {
    color: #f3f3f3;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
}
.dblock a:hover {
    color: #c8fcff !important;
}
.contact_form .form-group {
    margin-bottom: 25px
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #868686;
    border: 2px solid #f2f2f2;
    font-family: roboto, sans-serif;
    border-radius: 0;
    background: #fbfbfb;
}

.contact_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #4495d1;
}

.contact_form .form-group .form-control.placeholder {
    color: #999
}

.contact_form .form-group .form-control:-moz-placeholder {
    color: #999
}

.contact_form .form-group .form-control::-moz-placeholder {
    color: #999
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #999
}

.contact_form .form-group textarea {
    resize: none
}



.contact_form .primary_btn {
    margin-top: 20px;
    cursor: pointer;
    border: none;
    background: #4495d1;
    color: #fff;
    border: 2px solid transparent;
    padding: 10px 25px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    border-radius: 0px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 500;
}

.contact_form .primary_btn:hover {
    color: #18254a;
    background: #ffffff;
}
.half {
    width: 47%;
    float: left;
}
.contact_form .form-group textarea.form-control {
    height: 134px !important;
}
.m_auto {
    margin: 0 auto;
    text-align: center;
    float: none;
}

#contactForm {
    background: #18254a;
    padding: 30px 30px;
    margin-top: 50px;
    border-radius: 2px;
}

#contactForm h2 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
.membrs img {
    border: 1px solid #e6e6e6;
    padding: 5px;
    background: #fff;
    margin-bottom: 5%;
}
.disc {
    text-align: left !important;
}
.client.about_sec h3 {
    color: #06075f;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.dicsp p {
    display: table-cell;
    vertical-align: middle;
}
.dicsp p strong {
    font-size: 23px;
    line-height: 50px;
}
.dicsp {
    display: table;
    height: auto;
    vertical-align: middle;
    min-height: 330px; 
    margin-bottom: 11px;
}
.membrs p {
    text-align: justify;
}
.disc h3 {
    font-size: 25px;
    font-weight: bold;
    color: #18254a;
}

.dics .heading_bx h2 {
    color: #18254a;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
.dics p {
    text-align: justify;
}
.c_blue h2 {
    color: #4494d1 !important;
    text-align: center !important;
}
.text-center p {
    text-align: center;
}
.new_curriculardiv h2,.new_curriculardiv p {
  text-align: center!important;
}
.new_curriculardiv {
  padding: 30px 0;
}
.nss-list {
  list-style: none;
  width: 52%;
  text-align: justify;
  margin: 0 auto;
  padding: 0;
}
.nss-list li:nth-child(odd) {
  padding: 10px;
  background: #f5f6fa;
  margin-bottom: 2%;
}
.nss-list li:nth-child(even) {
  padding: 10px;
  background: #f3f3f3;
  margin-bottom: 2%;
}
.btnssss {
  color: #4494d1;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.btnssss:hover {
  color: #4494d1;
  text-decoration: underline;
  cursor: pointer;
}

/**17-12-2019**/

.alumni_s {
    height: 300px !important;
}
.alumni_tab {
    padding: 20px 25px .5px !important;
    background: #18254a !important;
    color: #fff !important;
    margin: 0;
}
.placed_ppl .person_descrip {
    padding: 15px 15px !important;
}
.placed_ppl .person_descrip .m_10 {
    margin: 10px;
}
.placed_ppl .person_descrip .m_0 {
    margin: 0px !important;
}
.social_btn-links .alumni_socials {
    width: 100%;
    padding: 13px 15px !important;
    margin: 10px 0px 10px 0px !important;
}
.alumni_tab .alumni_pagination {
    margin-top: -10px;
}
a.change_link {
    color: #060046;
}
.mb-1 {
    line-height: 30px;
}
#topbar .contact-info marquee a {
    line-height: 1;
    color: #fff;
    margin-right: 10px;
    border-right: 2px solid #fff;
    padding-right: 10px;
}
#topbar .contact-info marquee a:last-child {
    border: none;
}

 @-webkit-keyframes glowing {
 0% {color: #dff5f2;}
  50% {color: #ffe000;}
  100% {color: #ffffff;}
}

@-moz-keyframes glowing {
 0% {color: #dff5f2;}
  50% {color: #ffe000;}
  100% {color: #ffffff;}
}

@-o-keyframes glowing {
 0% {color: #dff5f2;}
  50% {color: #ffe000;}
  100% {color: #ffffff;}
}

@keyframes glowing {
 0% {color: #dff5f2;}
  50% {color: #ffe000;}
  100% {color: #ffffff;}
}
.pmmessage1{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.dblock a:last-child {
    margin: 0;
    border-right: none;
    padding-right: 0;
}



.pop button.close {
float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff !important;
    padding: 8px 12px !important;
    background: #ff6821 !important;
    border-radius: 100px;
    opacity: 1 !important;
    right: -6px;
    position: absolute;
    z-index: 1050;
    top: -13px;
}
.pop h4#myModalLabel {
    padding: 0;
}
.pop .modal-body {
    padding: 0px;
}

.pop .modal-body img {
    border-radius: 10px;
    width: 100%;
    border: 5px solid #fff;
}

.pop .modal-dialog {
    max-width: 700px !important;
    background: transparent;
}


.pop .modal-content {
    background: transparent !important;
}
.pop .modal-header {
    right: 0;
    top: 0;
    background: transparent !important;
    padding: 0px;
}
#topbar .contact-info:first-child a:last-child {
  border-left: 1px solid #fff;
  padding: 3px 0 3px 7px;
}
.ne-pa {
  padding-right: 5px;
}

.new-ul-h3{
  margin: 15px 0;
  background: #18254a;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 12px;
}
.smal-baner {
    max-height: 550px;
    margin: 0 auto;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.contact-info.dblock {
    display: block;
}