
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
/*Loader*/
/* #loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
} */

a {
  color: #006fbe;
}

a:hover {
  color: #008df1;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: linear-gradient(50deg, #2f3184 0%, #00adec 100%);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: linear-gradient(0deg, #2f3184 0%, #00adec 100%);
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.06);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #24325d;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
/* New Navigation Start
._MList {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 50px;
  width: auto;
  list-style: none;
}
._MList li {
  display: inline-block;
  padding: 0;
  padding-left: 30px;
}
._MList li a._1act, ._MList li a:hover {
  box-shadow: 0 1px 14px -6px rgb(24, 25, 82);
  color: #02b1f0;
}
._MList li a {
  font-size: .9375rem;
  word-break: break-word;
  color: #5f6469;
  padding: 4.5px 10px;
  border-radius: 14.5px;
  transition: all .3s ease;
}

*/
 
._HMenu {
    background-color: transparent;
    box-shadow: none;
    height: 100%;
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    /* padding-left: 25px;    
    padding-right: 20px; */
}

/* New Navigation End*/
.nav-menu ul {
  /* margin: 0;
  padding: 0;
  list-style: none; */
    margin: 0;
    padding: 0;
    padding-left: 50px;
    width: auto;
    list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  /* position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px; */
  display: inline-block;
  padding: 0;
  padding-left: 30px;
}

.nav-menu a {
  /* display: block;
  position: relative;
  color: #24325d;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; */
  font-size: .9375rem;
  word-break: break-word;
  color: #5f6469;
  padding: 4.5px 10px;
  border-radius: 14.5px;
  transition: all .3s ease;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /* color: #006fbe; */
  box-shadow: 0 1px 14px -6px rgb(24, 25, 82);
    color: #02b1f0;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  margin-top: 5px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  border-radius: 25px 25px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
  margin: 12px;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #24325d;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #006fbe;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
._btnEnquiry {
  border-radius: 2px;
  color: #00afed;
  height: 36px;
  min-width: 95px;
  padding: 0px 18px;
  align-items: center;
  position: relative;
  justify-content: center;
  box-shadow: -6px -6px 22px #ffffff, 1px 0px 8px #2e3186;
}

.Libity_btnEnquiry a:hover{
  text-decoration: none;
  color: #757575 !important;
  background-color: #006fbe;
  box-shadow: -8px -6px 40x #cde0e8, 4px 4px 8px #2e3186 !important;
  transition: all 0.10s ease 0s !important;
}

._btnEnquiry span {
  display: inline-block;
  font-size: .875rem;
  letter-spacing: .1px;
  line-height: 1.64;
  padding: 0px;
  position: relative;
  z-index: 1;
}
._btnEnquiry:hover span {
  color: #fff;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
 
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #24325d;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #24325d;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #006fbe;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(22, 30, 56, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

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

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 65vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  /* background-color: rgba(30, 35, 40, 0.6); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  text-align:center;
  color: #2e3186;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
}

#hero h3 {
  text-align: center;
  color: #00aeef;
  margin-top: 0px;
  margin-bottom: 5px;  
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #000000;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }

}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #2e3186;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background: linear-gradient(0deg, #2f3184 0%, #00adec 100%) !important;
}

#hero .btn-get-started:hover {
  background: linear-gradient(50deg, #2f3184 0%, #00adec 100%) !important;
}

@media (max-width: 992px) {
  #hero {
    height: 60vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}


@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f2f2f2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #006fbe;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
   margin: 0;
  font-size: 16px;
  flex: 0 1 60%;
  text-align: center;
}

/*--------------------------------------------------------------
# My & Family
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #006fbe;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #006fbe;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #006fbe;
}

.about .content .btn-learn-more:hover {
  background: linear-gradient(50deg, #2f3184 0%, #00adec 100%);
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
#features{
  background-color: #ffffff;
}

.features .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.features .icon {
  display: flex;
  justify-content: center;
}

.features .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #006fbe;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.features .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(0, 111, 190, 0.3);
}

.features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.features .title a {
  color: #444444;
  transition: 0.3s;
}

.features .title a:hover {
  color: #006fbe;
}

.features .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #006fbe;
  bottom: 0;
  left: calc(50% - 25px);
}

.features .description {
  line-height: 24px;
  font-size: 14px;
}

/* Our Vision & Mission  */
.Libity_Mission{
  background-color: white;
}
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: white;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background: linear-gradient(50deg, #2f3184 0%, #00adec 100%);
}

/*
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #00aeef;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}



/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .owl-nav, .recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    margin-top: 7%;
    height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/bg-breadcrumbs.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-top: 2%;
}


.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  padding-top: 2%;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.breadcrumbs ol>li>a{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
  font-weight: 600;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Story Intro
--------------------------------------------------------------*/
.story-intro .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.story-intro .content ul {
  list-style: none;
  padding: 0;
}

.story-intro .content ul li {
  padding-bottom: 10px;
}

.story-intro .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.story-intro .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Course_Detail
--------------------------------------------------------------*/
.Course_Detail .content + .content {
  margin-top: 100px;
}

.Course_Detail .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

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

.Course_Detail .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
  white-space: initial !important;
}


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

/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content + .content {
  margin-top: 100px;
}

.featured-members .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.featured-members .content ul {
  list-style: none;
  padding: 0;
}

.featured-members .content ul li {
  padding-bottom: 10px;
}

.featured-members .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.featured-members .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
  background: #f2f2f2;
  padding: 60px 0;
}

.members .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.members .member .member-img {
  position: relative;
  overflow: hidden;
}

.members .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: auto;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(0, 111, 190, 0.8);
}

.members .member .social a {
  transition: color 0.3s;
  color: #fff !important;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.members .member .social a:hover {
  color: #006fbe;
}

.members .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.members .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.members .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #006fbe;
}

.members .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.members .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
.event-list .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.event-list .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.event-list .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.event-list .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.event-list .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #24325d;
}

.event-list .card-title a {
  color: #24325d;
  transition: 0.3s;
}

.event-list .card-text {
  color: #5e5e5e;
}

.event-list .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.event-list .read-more a:hover {
  color: #006fbe;
}

.event-list .card:hover img {
  transform: scale(1.1);
}

.event-list .card:hover .card-body {
  border-color: #006fbe;
}

.event-list .card:hover .card-body .card-title a {
  color: #006fbe;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #006fbe;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(36, 50, 93, 0.6);
}

.gallery .gallery-wrap::before {
  content: "";
  background: rgba(36, 50, 93, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}

.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}

.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}

.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}


/*----------------------------------------------------------
Other Services
--------------------------------------------------------*/
.one-half{
  width: 48%;
  float: left;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  background: url(../img/red-bg.jpg);
}
.Wh{
  color: #ffffff;
}

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.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-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #2473bd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.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 !important;
}

.testimonials .owl-dot.active {
  background-color: #2e3186  !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*End*/

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .info {
  width: 100%;
  background: #fff;
}

.contact-us .info i {
  font-size: 20px;
  color: #006fbe;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact-us .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #24325d;
}

.contact-us .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #405aa7;
}

.contact-us .info .email, .contact-us .info .phone {
  margin-top: 40px;
}

.contact-us .info .email:hover i, .contact-us .info .address:hover i, .contact-us .info .phone:hover i {
  background: #006fbe;
  color: #fff;
}

.contact-us .php-email-form {
  width: 100%;
  background: #fff;
}

.contact-us .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact-us .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-us .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-us .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact-us .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-us .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact-us .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact-us .php-email-form input, .contact-us .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact-us .php-email-form input:focus, .contact-us .php-email-form textarea:focus {
  border-color: #006fbe;
}

.contact-us .php-email-form input {
  height: 44px;
}

.contact-us .php-email-form textarea {
  padding: 10px 12px;
}

.contact-us .php-email-form button[type="submit"] {
  background: #006fbe;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact-us .php-email-form button[type="submit"]:hover {
  background: #007ed8;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-image: -webkit-linear-gradient(0deg, #2f3184 0%, #00adec 100%) !important;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}
.footer-info img{
  width: 50%;
}
#footer .footer-top {
  background-image: -webkit-linear-gradient(0deg, #2f3184 0%, #00adec 100%) !important;
  padding: 45px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #03a5e5;
  font-size: 20px;
  color: #f5f6fb;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #1a69b3;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #1a68b2;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(39, 70, 149, 0.4);
}


#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffffff;
  color: #254a99;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}
/*Services*/


.Services_tab ul li a{
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.Services_tab img{
  max-width: 100%;
}
.Services_tab .serImg{
  float: left;
  top: 20px;
}
.Services_tab .servHead{
  flex: 1 0 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #c3c1c1;
  padding-bottom: 2px;
  padding-left: 5px;
}
.Services_tab .servHead h4{
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: .8px;
  color: #02a9f2;
  position: relative;
}
.Services_tab p{
  margin: 5px;
  padding: 5px;
  text-align: justify;
  text-indent: 20px;
  font-size: 15px;
  font-weight: 600;
}
.Services_tab p:nth-child(2) {
  margin: 5px;
  padding: 5px;
  text-align: justify;
  text-indent: 20px;
  font-size: 15px;
  font-weight: 600;
}

.Services_tab .servHead h4::after{
content: '';
height: 3.5px;
right: -10px;
position: absolute;
left: -5px;
bottom: -13px;
background: #2f3184;
border-radius: 5px;
}

/*product_sampl*/

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  background: transparent;
  box-shadow: 0 3px 20px 2px #c1c1c1;
}
.item-box:hover {
  box-shadow: none;
  border-radius: 10px;
}
.item-box a{
  text-decoration: none;
}
.item-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 111, 190, 0.8);
  opacity: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.members .link-zoom{
transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 111, 190, 0.8);
    z-index: 1;
    opacity: 0;
    bottom: 0;
    right: 0;
}

.gallery-heading{
transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
position: absolute;
bottom: -100px;
left: 0;
width: 100%;
padding-left: 25px;
color: #fff;
z-index: 1;
background: rgba(0, 111, 190, 0.8);
border-radius: 5px 5px 0 0;
min-height: 50px;
display: flex;
align-items: center;
}
.gallery-heading h4 a{
  color: #ffffff;
  font-weight: 600;
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}

.gallery-heading h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.link-zoom {
	transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    opacity: 0;
    bottom: 0;
    right: 0;
}
.item-box:hover .link-zoom {
	top: 0%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom h4{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    margin-top: 20px;
}
.link-zoom p {
    padding: 0 10px;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
}
.item-box a {
	display: inline-block
}
.item-box a:hover i {
	color: #fff;
}
.item-box > a {
	display: block;
	/* opacity: 0.5; */
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
._3Itm-item{
    float: left;
    width: 33.333%;
    min-height: 1px;
    padding: 15px;
}
.item-box:hover .gallery-heading{
    opacity: 0;
}
._ProWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 40px;
}
.Product-section{
    background: #f2f2f2;
}
/*------------
  About us
-------------*/
.about_content{
  background-image: url(../img/Softaware-development-banner.jpg); 
  margin-top: 1%;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.story-intro h2{
  font-size: 30px;
  font-weight: 600;
  padding-left: 10px;
  position: relative;
  color: #00b0ec;
}
/* .story-intro h2::after {
  content: '';
  background: #02a6e6;
  width: 5px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 8px;
} */
.story-intro p{
  color: #ffffff;
  text-indent: 30px;
  text-align: justify;
  line-height: inherits;
  font-weight: 600;
  
}
.story-intro p b{
  font-weight: 800;
}
/*-------------------
Services Page
----------------------*/
.features {
  overflow: hidden;
  padding: 20px 0px;
}

.features .nav-tabs {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 510px;
  border-radius: 10px 0 0 10px;
  background: #1a75bb;
}

.features .nav-link {
   display: block;
    font-size: 12pt;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 7%;
    background: #57cac9;
    background: -webkit-linear-gradient(top,#198ac6,#22b3dc);
    background: -moz-linear-gradient(top,#444,#333);
}
.features h3{
  font-size: 28px;
  font-weight: 600;
  padding-top: 2%;
  padding-bottom: 1%;
}
.features .order-lg-2 p{
  padding-top: 2%;
  text-align: justify;
  text-indent: 2%;
  padding: 10pt;
  margin-bottom: 0 !important;
}

.features .nav-link:hover {
  color: #fff;
}

.features .nav-link.active {
  background: #fff;
  color: #000;
  border: none;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background:-webkit-linear-gradient(top,#198ac6,#22b3dc);;
  }
  .features .nav-link:hover {
    color: #fff;
  }
  
  .features .nav-link.active {
    background: #fff;
    color: #000;
    border: none;
  }
  .features .nav-tabs{
    height: auto;
  }
}
/*----------------------
Product Page
-------------------------*/
.P_TAB{
  padding-left: 30%;

}

.School_Feture .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}

.School_Feture .icon-box:hover{  
  box-shadow: 0px 0 15px rgba(41, 93, 171, 0.56);
  transition: ease-in-out 0.5s;
}

.School_Feture .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.School_Feture .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.School_Feture .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.School_Feture .icon-box h3 a:hover {
  color: #2e3185;
}
.School_Fet{
  margin-top: 8%;
  clear: both;
}


/*----------------------
Training Page
------------------------*/

.TranCenter .section-title p{ 
  color: #000 !important;
  text-align: center !important;
}
.TranCenter ._auHding::after {
  content: '';
  background: #02a6e6;
  width: 6px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 6px;
}
.TranCenter p{
  color: #000 !important;
}

.Our_specility {
  background: rgba(0,0,0,0) url(../img/Software_Institute.jpg) no-repeat scroll 0 0 / cover;
   height: 350px;
   margin-bottom: 3%;
}
.Our_specility .section-title {
  color: #fff;
  top:0px;
}
.tran_card h3{
  background: #fff;
    color: #444;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    font-weight: 600;
    padding-top: 5%;
}


/*--------------------
Card
------------------------*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #000;
  color: #f8f8f8;
}

.hljs-comment,
.hljs-quote,
.hljs-meta {
  color: #7c7c7c;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-tag,
.hljs-name {
  color: #96cbfe;
}

.hljs-attribute,
.hljs-selector-id {
  color: #ffffb6;
}

.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition {
  color: #a8ff60;
}

.hljs-subst {
  color: #daefa3;
}

.hljs-regexp,
.hljs-link {
  color: #e9c062;
}

.hljs-title,
.hljs-section,
.hljs-type,
.hljs-doctag {
  color: #ffffb6;
}

.hljs-symbol,
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-literal {
  color: #c6c5fe;
}

.hljs-number,
.hljs-deletion {
  color:#ff73fd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}
.coursul{
  margin: 3%;
}
.coursul p{
    padding: 2px 20px 5px 20px;
    border-bottom: 2px solid #eaeaeb;
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: black;
}
.coursul p:nth-last-child(1){
  border-bottom: none;
    border-radius: none;
}
.coursul p span{
  float: right;
}

@media (max-width: 425px){

  .tran_card  .coursul h3 {
      background: #fff;
      color: #444;
      text-align: center;
      padding: 2px 2px 2px 2px;
      border-radius: 3px;
      font-weight: 400;
      padding-top: 2%;
      font-size: 15px;
  }
  .coursul p{
    padding: 2px 10px 2px 10px;
    border-bottom: 2px solid #eaeaeb;
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: black;
  }
  
  .stacked-cards li {
    width: 60%;
    height: 300px !important;
}
}
/*-----------------------
certificate
----------------------------*/

.contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 60px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
  margin-bottom: 40px;
  background: -webkit-gradient(linear,left top, right top,from(#01aff0) ,to(#2f3184));
  background: linear-gradient(to right,#01aff0 ,#2f3184 100%);
}
.single-contact-info h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}
.single-contact-info p {
  margin-bottom: 2px;
}
.contact-icon i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-form-head {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.contact-form-head h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
input, select, textarea {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #c0c0c0;
  outline: none;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 7px 2px;
  color: #191919;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form {
  margin-bottom: 50px;
}
.tm-form-field input{
   text-align: end;
  
}
.tm-form-field input:focus{
  text-align: inherit;
 }
.tm-form-field {
  position: relative;
  margin-bottom: 30px;
}
.tm-form-field .bar {
  position: relative;
  display: block;
  width: 300px;
}
.tm-form-field input, .tm-form-field textarea {
  font-size: 14px;
  padding: 5px 10px 3px 3px;
  display: block;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 0;
}
.tm-form-field .bar {
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear,left top, right top,from(#01aff0) ,to(#2f3184));
  background: linear-gradient(to right,#01aff0 ,#2f3184 100%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.tm-form-field  label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 3px;
  top: 6px;
  margin: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tm-form-field input:focus, .tm-form-field textarea:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.tm-form-field input:focus ~ .bar, .tm-form-field textarea:focus ~ .bar {
  width: 100%;
}
.tm-form-field input:focus ~ label, .tm-form-field input:valid ~ label, .tm-form-field textarea:focus ~ label, .tm-form-field textarea:valid ~ label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #00adf2;
  font-weight: 700;
  letter-spacing: 0.5px;
}
textarea{resize: none;}

.submit-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 40px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background: linear-gradient(0deg, #2f3184 0%, #00adec 100%) !important;
}
.submit-btn:hover {
  color: #fff;
  background: linear-gradient(50deg, #2f3184 0%, #00adec 100%) !important;
}
.submit-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: #ee5931;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit-btn span {
  position: relative;
  z-index: 1;
}

/*certificate End*/
/*----------------
Certificate Verify
-----------------*/

/*CVerify*/
.CertificateForm{
  background: url(../img/Tranining_certificate-background.jpg);
  margin-top: 4%;
  margin-bottom: 4%;
  position: relative;
  padding: 80px 0px 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cverifyMain .cverify_left {
  float: left;
  padding: 10px;
}
.cverify_left h3{
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}
.cverify_left p{
  font-size: 15px;
  text-align: left;
  padding-left: 8px;
}
.CertificateForm .cverify_left input{
  position: relative;
  display: block;
  width: 80%;
  line-height: 26px;
  padding: 10px 22px;
  height: 50px;
  color: #000 !important;
  font-size: 16px;
  background: #ffffff4a;
  border: 2px solid rgba(62, 53, 53, 0.6);
  border-radius: 30px;
 
}
.CertificateForm .cverify_left input:focus{
  border: 2px solid rgba(255, 72, 0, 1);
  background: #ffffffb3;
  box-shadow: none;
}
.cverify_btn .submit-btn{
  margin-left: 10px;  

}
.cverify_right{
  float: right;
  padding-left: 100px;
}
.cverify_right h3{
  font-weight: 600;
}
.cverify_right p {
  color: black;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0rem;
}
.cverify_right span {
  color: black;
  font-size: 22px;
  font-weight: 600;
  padding-left: 5px;
}

@media (max-width: 425px) {
  
  .cverify_left h3{
    font-size: 25px;
  }
  .cverify_right{
    margin-top: 20px;
    padding-left: 0px;
  }

  .cverify_right h3{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
  }
  .cverify_right p{
    font-size: 15px;
  }
  .cverify_right span{
    font-size: 14px;
  }
}
/*CVerify end*/