/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }
  .globe_img{width:200px; margin:auto; display: block;}

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }
  
.nav-link {
    display: block;
    padding: 0.5rem 12px;
}  

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .session-title {
      padding: 5px; } }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 6px; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); color:#fff;}
  
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  .page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #444; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444;
      font-size: .93rem;
      font-weight: 600; }

.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f; }
  .btn-primary:hover {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:active {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:focus {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* =================== Header Style Starts Here =================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  width: 100%;
  z-index: 99; }
  header .logo {
    padding-top: 6px; }
  header .header-top {
    background-color: #022539;
    border-bottom: 1px solid #d3d7cea6;
    padding: 7px; }
    header .header-top .col-det .ulleft li {
      float: left;
      padding: 12px;
      color: #686968;
      font-size: .9rem; }
      header .header-top .col-det .ulleft li i {
        margin-right: 5px;
        color: #bfbfbf; }
      header .header-top .col-det .ulleft li span {
        margin-left: 15px; }
    header .header-top .col-det .ulright {
      float: right; }
      header .header-top .col-det .ulright li {
        float: left;
        padding: 10px;
        color: #d3d7ce;
        font-size: 1rem;
        font-weight: 600; }
        header .header-top .col-det .ulright li i {
          margin-right: 5px;
          color: #8c8a8a; }
        header .header-top .col-det .ulright li small {
          color: #8c8a8a;
          font-weight: 600; }
        header .header-top .col-det .ulright li span {
          margin-left: 15px; }
    header .header-top .btn-bhed {
      padding-top: 15px;
      text-align: right; }
      header .header-top .btn-bhed .btn {
        padding: 5px 23px;
        border-radius: 10px;
        margin-left: 5px; }
  header .header-bottom {
    padding: 6px;
    background-color: #fff; }
    @media screen and (max-width: 991px) {
      header .header-bottom {
        padding: 0px; } }
    @media screen and (max-width: 991px) {
      header .header-bottom img {
        padding: 5px;
        margin-top: 0px;
        max-width: 0px; 
        width:100px;  
      } }
  header .nav-col .navbad {
    display: block;
    float: right; }
    @media screen and (max-width: 991px) {
      header .nav-col .navbad {
        width: 100%; } }
    header .nav-col .navbad li {
      padding: 20px 0px;
      font-weight: 700;
      font-size: .9rem;
      float: left; }
      @media screen and (max-width: 1005px) {
        header .nav-col .navbad li {
          padding: 15px 12px; } }
      @media screen and (max-width: 991px) {
        header .nav-col .navbad li {
          float: none;
          width: 100%;
          padding: 10px; } }
      header .nav-col .navbad li a {
        color: #686968 !important;
        border: 1px solid #CCC;
        border-radius: 50px; }
        header .nav-col .navbad li a:hover {
          background-color: #3cc88f;
          color: #fff !important; }
    header .nav-col .navbad .nav-btn {
      float: right; }
  header .small-menu {
    float: right;
    color: #686968;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 19px; }

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px; } }

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .navbar-toggler {
      top: -50px; } }

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.scroll-to-fixed-fixed {
  padding: 5px !important; }


  header .nav-col .navbad {
    display: block;
    float: right;
    position: relative;
    top: 0px;
    margin-left: -110px;
}

/* =================== Slider Style Starts Here =================== */
.slider {
  position: relative; }

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center; }

.slider-title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 10px;
}

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important; }

  width: 90%;
  text-align: center;
  float: none;
  margin: auto;
  .slider-captions .slider-title {
    font-size: 42px; } }
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important; }

  .slider-captions .slider-title {
    font-size: 32px; } }
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none; } }
.slider-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px; }

.slider-text {
  margin-bottom: 20px;
  color: #fff; }

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative; }

.slider-img img {
  position: relative;
  z-index: -1; 
  width:100%;
  height:500px;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff; }

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px; }

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px; }

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left; }

.slider .owl-dots .owl-dot.active span {
  background-color: #fff; }

.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.slider .col-lg-offset-2 {
  float: none;
  margin: auto; }

/* ===================================== About CSS ================================== */
.about-us {
  background-color: #f7f7f8;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .natur-row {
    margin-top: 20px; }
  .about-us .text-part h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .about-us .text-part p {
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
    font-size: .9rem; }
  .about-us .image-part .about-quick-box .about-qcard {
    padding: 50px 30px;
    background-color: #FFF;
    box-shadow: 0 2px 3px 0 rgb(90 90 101 / 35%), 0 0px 3px 0 rgb(206 206 238 / 35%);
    height: 200px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px; }
    .about-us .image-part .about-quick-box .about-qcard p {
      font-weight: 600;
      font-size: 1.2rem; }
    .about-us .image-part .about-quick-box .about-qcard i {
      font-size: 3rem;
      margin-bottom: 30px;
      color: #3cc88f; }
    .about-us .image-part .about-quick-box .about-qcard .red {
      color: #ff6b70; }
    .about-us .image-part .about-quick-box .about-qcard .yell {
      color: #f7a900; }
    .about-us .image-part .about-quick-box .about-qcard .blu {
      color: #21d7d9; }

/* ===================================== Events Home CSS ================================== */
.events {
  background-color: #efefef2e;
  padding: 50px; }

@media screen and (max-width: 940px) {
  .events {
    padding: 30px 10px; } }
.events .event-ro .event-box {
  text-align: center;
  margin-bottom: 20px; }

.events .event-ro .event-box img {
  margin-bottom: 20px; }

.events .event-ro .event-box h4 {
  font-size: 18px; }

.events .event-ro .event-box .raises {
  margin-bottom: 10px; }

.events .event-ro .event-box .raises span {
  color: #71b61b; }

.events .event-ro .event-box .desic {
  font-size: 13px;
  margin-bottom: 15px; }

/* ===================================== Mission Vision CSS ================================== */
.mission-vision {
  background-color: #FFF; }
  .mission-vision .mission {
    padding: 50px; }
    @media screen and (max-width: 940px) {
      .mission-vision .mission {
        padding: 30px 10px; } }
  .mission-vision .vision {
    padding: 50px; }
    @media screen and (max-width: 940px) {
      .mission-vision .vision {
        padding: 30px 10px; } }
  .mission-vision .mv-det {
    margin: auto; }

/* ===================================== Charity Number CSS ================================== */
.doctor-message {
  background-image: url("../images/slider/slider-2.jpg");
  background-attachment: fixed;
  background-size: cover; }
  .doctor-message .session-title h2 {
    color: #FFF; }

.doctor-message .inner-lay {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  color: #FFF; }

@media screen and (max-width: 940px) {
  .doctor-message .inner-lay {
    padding: 30px 10px; } }
.doctor-message .inner-lay .numb {
  text-align: center;
  padding: 30px; }

.doctor-message .inner-lay .numb h3 {
  font-size: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  color: #FFF; }

/* ===================================== Our Blog CSS ================================== */
.our-blog {
  background-color: #f8f8fb !important;
  padding: 40px; }

@media screen and (max-width: 967px) {
  .our-blog {
    padding: 30px 0px; } }
.our-blog .single-blog {
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54); }

.our-blog .single-blog figure {
  margin-bottom: 5px; }

.our-blog .single-blog .blog-detail {
  padding: 15px; }

.our-blog .single-blog small {
  color: #71b61b;
  font-size: 12px; }

.our-blog .single-blog h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px; }

.our-blog .single-blog p {
  text-align: justify;
  text-indent: 20px; }

.our-blog .single-blog .link a {
  font-size: 12px;
  color: #71b61b; }

.our-blog .single-blog .link i {
  padding-top: 6px;
  margin-left: 5px;
  color: #FFFFFF; }

/* ===================================== Fooer CSS ================================== */
.footer {
  padding:;
  padding-bottom: 50px;
  background-color: #1e2436;
  color: #FFF; }

@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px; } }
.footer h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 15px; }

.footer p {
  text-align: justify;
  text-indent: 0px;
  font-size: 18px; }

.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
  font-size: .9rem; }

.footer .link-list li a {
  color: #FFF; }

.footer .link-list li i {
  float: right; }

.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px; }

.footer address {
  font-weight: 300; }

.footer address a {
  color: #FFF;
  font-size: 1rem;
  font-family: "mouse-300", Arial, Helvetica, sans-serif; }

.copy {
  padding: 20px;
  background: #1a202f;
  color: #FFF; }

.copy a {
  color: #FFF; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

.kf-2 {
  background-color: #FCFCFC;
  padding: 50px; }

@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px; } }
.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }

/* ===================================== Our Team Starts Here ===================================== */
.our-team {
  padding: 50px;
  background-color: #cccccc1c; }
  @media screen and (max-width: 940px) {
    .our-team {
      padding: 30px 10px; } }
  .our-team .team-row {
    margin-top: 20px; }
    .our-team .team-row .single-usr {
      box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
      margin-bottom: 20px; }
      .our-team .team-row .single-usr img {
        width: 100%; }
      .our-team .team-row .single-usr .det-o {
        padding: 20px;
        background-color: #3cc88f; }
        .our-team .team-row .single-usr .det-o h4 {
          color: #FFF;
          margin-bottom: 0px;
          font-size: 1.1rem;
          font-weight: 600; }
        .our-team .team-row .single-usr .det-o i {
          color: #FFF;
          font-size: .8rem; }

.nav-box {
  margin-top: 50px;
  border-radius: 50px;
  border: 1px solid #ccc; }
  .nav-box ul li {
    float: left;
    padding: 15px; }
    .nav-box ul li a {
      color: #FFFF; }
  .nav-box .btn {
    margin-top: 7px;
    float: right;
    border-radius: 50px; }

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center; }

.gallery-filter .btn {
  background-color: #FFF; }

.gallery {
  padding: 50px;
  padding: 30px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } }

.gallery-title {
  font-size: 36px;
  color: #00ab9f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #3cc88f; }

.filter-button {
  font-size: 18px;
  border: 1px solid #3cc88f;
  border-radius: 5px;
  text-align: center;
  color: #3cc88f;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #3cc88f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #3cc88f; }

.btn-default:active .filter-button:active {
  background-color: #3cc88f;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */


.flip-card {
  background-color: transparent;
  width: auto;
  height: 250px;
  perspective: 1000px;
  padding:10px 10px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #61ce70;
  color: black;
}

.flip-card-front h3{
	color:#fff;
	text-transform:uppercase;
	position:relative;
	top:40%;
}

.flip-card-front .fa{
	color:#fff;
	position:relative;
	top:30%;
	font-size:50px;
	}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back p{
	color:#fff;
	position:relative;
	top:40%;}


.project h2{
	font-size:30px;
	color:#000;
	text-align:center;
	padding:20px 0px;
	font-weight: 500;
}

.project p{
	font-size:20px;
	color:#000;
	text-align:justify;
	padding:10px 40px;
	line-height:25px;
}


.about-us .text-part h2 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
    color: #000;
    text-align:center;
}

.about-us .text-part p {
    text-indent: 0px;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
    font-size: 16px;
	color: #000;
	font-family: 'Oswald', sans-serif;
}


.mv-det  p {
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
	color: #000;
	font-family: 'Oswald', sans-serif;
}

.session-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 30px;
}

.mlt{text-align:center;color:#1555e4 !important;font-size: 35px !important;}

/*moving-letter*/

.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml10 {
  position: relative;
  font-weight: 500;
  font-size: 2.5em;
  text-align:center;
  color:#1555e4 !important;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}


.page-nav {
    background-size: 100%;
    padding: 15px !important;
    text-align: center;
    background-color: #eaeaea;
}

/*login*/

#LoginForm{ background-image:url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:50px 10px;}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.page-nav {
    background-color: #cedcae;
}

.about-us {
    background-color: ;}
    
.image{width:100%;height:200px !important;}    

.logo{position:relative;}

.title{padding:35px 0px;}
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
.title .p1{position:absolute;top:-5px;font-size:35px;font-weight:700;color:#fff !important;text-align:center;font-family: 'Prata', serif;color:#3b46c3;}
/*.title .p2{position:absolute;top:35px;font-size:40px;font-weight:700;color:#b82227;text-align:center;font-family: 'Prata', serif;color:#3b46c3;}*/
.title .p3{position:absolute;top:45px;font-size:18px;font-weight:700;color:#fff !important;text-align:center; color:#28a855;}
/*.folouws{position:absolute;top:120px;left:180px;font-weight:700;cursor:pointer;}*/

header .header-bottom {
    padding: 6px;
    background-color: #fff;
}

header .nav-col .navbad li a {
    color: #000 !important;
    /*border: 1px solid #2f9e29;*/
    border-radius: 50px;
    border:none !important;
}

}
header .nav-col .navbad li a:hover{background-color:#dd3333 !important;}

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



///////////////////////////////////////////

#LoginForm{ background-image:url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px;}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}




/* BASIC */


/**/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
  overflow-x: hidden;
}

.showcase {
  width: 100%;
  height: 400px;
  position: relative;
  color: white;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 35, 82, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}

.showcase h2 {
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25px;
  left:36%;
}

h2.abt{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25%;
  left:30% !important;
}

h2.prjct{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25px;
  left:30% !important;
}

h2.gal{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25px;
  left:40% !important;
}

h2.serv{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25px;
  left:38% !important;
}

h2.comprjct{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25%;
  left:30% !important;
}

h2.member{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:18%;
  left:35% !important;
}

h2.serdetails{
  margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:25px;
  left:32% !important;
}

h2.dontn{margin: 0px auto;
  font-size: 3.5em;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:18%;
  left:30% !important;}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
}



.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb {
     color: #3B5998;
 }
 #social-tw {
     color: #4099FF;
 }
 #social-gp {
     color: #d34836;
 }
 #social-em {
     color: #f39c12;
 }


.box {
	width:450px;
	height: auto;
	margin: 10px auto;
	border: 20px solid #c7eafd;
    border-image: -webkit-linear-gradient(to left, #7ee8fa 0%, #eec0c6 100%);
	border-image: -moz-linear-gradient(to left #7ee8fa 0%, #eec0c6 100%);
	border-image: -o-linear-gradient(to left, #7ee8fa 0%, #eec0c6 100%);
	border-image: linear-gradient(to left, #7ee8fa 0%, #eec0c6 100%);
	border-image-slice: 1;
	margin-left:20px;
}

/* content */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.box h5{
    
    font-size:35px;
    text-align:center;
    font-weight:bold;
    padding:20px 0px;
    font-family: 'Roboto', sans-serif;
}

.box h4{
    
    font-size:25px;
    text-align:center;
    font-weight:bold;
    color:#000 !important;
    padding-bottom:10px;
}


.box p{
    
    font-size:18px;
    text-align:center;
    font-weight:bold;
    color:#000 !important;
    padding-bottom:5px;
}

blockquote{
    border-left:none
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box{
    
    overflow: hidden;
    margin-top: -50px;
    padding:30px;
    border-radius: 17px;
    background-color: #4ADFCC;
    margin-top: 25px;
    color:white;
    width: auto;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    
}

.quotation-mark{
    
    margin-top: -10px;
    font-weight: bold;
    font-size:100px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text{
    
    font-size: 22px;
    margin-top: -65px;
}

.blog-post-bottom{color:#000;font-weight:bold;}


.card {
  background: #e65644;
  border-radius: 2px;
  display: inline-block;
  height: 150px;
  position: relative;
  width: 100%;
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.Assessment h4{font-size: 35px;font-weight: bold; color:white;}
.Assessment p{font-size: 20px;font-weight: bold; color:white;}




.btn2 {
  border: 1px solid #e91e63;
  background: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "poppins";
  font-weight: 400;
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  border-radius:10px;
}
.btn1,.btn2{
  color: #e91e63;
}

.btn1:hover{
  color: #fff;
}

.btn2::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #e91e63;
  z-index: -1;
  transition: 0.8s;
}
.btn1::before,.btn3::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}
.btn1:hover::before{
  height: 180%;
}


////////////////////////

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
}

/* camera animation */

.camera-container {
  position: absolute;
  top: 0;
  right: 0;
}

.camera-container .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 120%, #ddd, #fff 80%, #000 100%);
  border-radius: 50%;
  box-shadow: 8px 8px 15px #000;
  height: 70px;
  width: 70px;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
}
.camera-container .circle .top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 45px;
  width: 84px;
  z-index: 2;
  position: absolute;
  top: -12px;
  left: -7px;
}
.camera-container .circle .camera-eye {
  animation: camera 8s infinite linear;
  background: linear-gradient(45deg, #222, #444 30%, #444 35%, #222);
  border-radius: 50%;
  height: 42px;
  margin: 10px 0 0 0;
  width: 42px;
  position: absolute;
  left: 14px;
  top: 14px;
}
.camera-container .circle .camera-eye .inner-eye {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, #111 30%, rgba(255, 255, 255, 0.7));
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
.camera-container .circle .camera-eye .inner-eye .blinking {
  animation: colour 2s infinite linear;
  border: 3px dotted #93d3ed;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

@keyframes colour {
  0% {
    border: 3px dotted #93d3ed;
  }
  65% {
    border: 3px dotted #93d3ed;
  }
  68% {
    border: 3px dotted #f00;
  }
  75% {
    border: 3px dotted #93d3ed;
  }
}

@keyframes camera {
  0% {
    transform: none;
  }
  30% {
    transform: translateX(-12px) translateY(5px) skewX(25deg) skewY(-3deg)
      scale(0.78);
  }
  65% {
    transform: translateX(-12px) translateY(5px) skewX(25deg) skewY(-3deg)
      scale(0.78);
  }
  90% {
    transform: none;
  }
}

/* end camera anim */

/* gear animation */

.gear-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
.arrow-rectangle {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  height: 10%;
  background-color: #0c4c91;
  -webkit-clip-path: polygon(
    95% 0%,
    100% 50%,
    95% 100%,
    0% 100%,
    5% 50%,
    0% 0%
  );
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.arrow-placeholder {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  background-color: white;
  border-radius: 50%;
  box-shadow: 8px 8px 15px #000;
}
.arrow-circle {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: #0c4c91;
  border-radius: 50%;
}
.arrow-circle::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: white;
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.arrow-circle::after {
  content: "";
  position: absolute;
  top: -1%;
  left: 45%;
  width: 10%;
  height: 51%;
  background-color: white;
  transform-origin: bottom;
  -webkit-animation: arrow-move 3s linear 0s infinite normal forwards;
  animation: arrow-move 3s linear 0s infinite normal forwards;
  -webkit-clip-path: polygon(
    50% 1%,
    0 12%,
    50% 23%,
    100% 23%,
    50% 12%,
    100% 1%
  );
  clip-path: polygon(50% 1%, 0 12%, 50% 23%, 100% 23%, 50% 12%, 100% 1%);
}
.gear {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #0c4c91;
  border-radius: 50%;
  -webkit-animation: gear-rotate 3s linear 0s infinite normal forwards;
  animation: gear-rotate 3s linear 0s infinite normal forwards;
}
.gear::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  background-color: white;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  z-index: 1;
}
.tooth-1 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(0deg);
  border-radius: 5px;
}
.tooth-2 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(30deg);
  border-radius: 5px;
}
.tooth-3 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(60deg);
  border-radius: 5px;
}
.tooth-4 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(90deg);
  border-radius: 5px;
}
.tooth-5 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(120deg);
  border-radius: 5px;
}
.tooth-6 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(150deg);
  border-radius: 5px;
}
.tooth-7 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(180deg);
  border-radius: 5px;
}
.tooth-8 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(210deg);
  border-radius: 5px;
}
.tooth-9 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(240deg);
  border-radius: 5px;
}
.tooth-10 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(270deg);
  border-radius: 5px;
}
.tooth-11 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(300deg);
  border-radius: 5px;
}
.tooth-12 {
  position: absolute;
  left: 43%;
  top: -10%;
  width: 14%;
  height: 120%;
  background: #0c4c91;
  transform: rotate(330deg);
  border-radius: 5px;
}
@-webkit-keyframes arrow-move {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes arrow-move {
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes gear-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes gear-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* end gear animation */

.services-container {
  width: 100%;
  height: 200px;
  padding: 70px 0px 70px 0px;
  background: url("https://www.digitalupgrade.com/images/services_pattern.jpg")
    #0c4c91;
  background-repeat: repeat;
  background-size: initial;
  background-position: top center;
  background-attachment: fixed;
  background-blend-mode: difference;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  animation: background 90s linear infinite;
}

@media screen and (max-width: 1530px) {
  .services-container {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .services-container {
    height: 5700px;
  }
}

@keyframes background {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

#services-top-row {
  width: 95%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 991px) {
  #services-top-row {
    flex-direction: column;
    width: 90%;
  }
}

#services-bottom-row {
  width: 95%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 991px) {
  #services-bottom-row {
    flex-direction: column;
    width: 90%;
  }
}

.services-glass-card {
  width: 30%;
  height: auto;
  mix-blend-mode: luminosity;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.22) 0px -12px 30px, rgba(0, 0, 0, 0.22) 0px 4px 6px,
    rgba(0, 0, 0, 0.27) 0px 12px 13px, rgba(0, 0, 0, 0.19) 0px -3px 5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .services-glass-card {
    width: 60%;
    height: 30%;
  }
}

@media screen and (max-width: 664px) {
  .services-glass-card {
    width: 75%;
  }
}

@media screen and (max-width: 570px) {
  .services-glass-card {
    width: 80%;
  }
}

@media screen and (max-width: 490px) {
  .services-glass-card {
    width: 85%;
  }
}

@media screen and (max-width: 400px) {
  .services-glass-card {
    width: 90%;
  }
}

@media screen and (max-width: 340px) {
  .services-glass-card {
    width: 94%;
  }
}

.service-card-info {
  color: white;
  height: 480px;
  position: relative;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) and (max-width: 1160px) {
  .service-card-info {
    height: 530px;
  }
}

@media screen and (max-width: 750px) {
  .service-card-info {
    height: 530px;
  }
}

@media screen and (max-width: 450px) {
  .service-card-info {
    height: 600px;
  }
}

.service-card-info i {
  color: #0c4c91;
  font-size: 60pt;
  padding-top: 40px;
}

.service-card-info h2 {
  font-size: 35px;
  text-shadow: 0px 0px 20px #000;
  padding: 15px 15px 15px 15px;
  color:#fff;
}

.service-card-info p {
  font-size: 22px;
  background-color: #0c4c9188;
  padding: 20px 20px 20px 20px;
  margin-bottom: 50px;
}

/* tile hover */

figure {
  margin: 0 !important;
}

.service-card-video {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.tool-tip-container {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 100%;
}

.tool-tip-container p {
  position: relative;
  left: -50%;
}

.service-card-video figure {
  position: relative;
  overflow: hidden;
  background: #0c4c91;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.service-card-video figure img {
  position: relative;
  display: block;
  opacity: 0.8;
  border-radius: 10px;
}

.service-card-video figure video {
  position: relative;
  display: block;
  border-radius: 10px;
}

.service-card-video figure figcaption {
  color: white;
  font-size: 14pt;
}

.service-card-video figure figcaption::before,
.service-card-videofigure figcaption::after {
  pointer-events: none;
}

.service-card-video figure figcaption,
.service-card-video figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-card-video figure figcaption > a {
  z-index: 1000;
  text-indent: 100%;
  white-space: wrap;
  font-size: 0;
  opacity: 0;
}

figure.effect-ming {
  background: #0c4c91;
}

figure.effect-ming img {
  opacity: 0.9;
  transition: opacity 0.35s;
}

figure.effect-ming video {
  opacity: 0.9;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
  position: relative;
  top: 38%;
  padding: 1em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5);
}

figure.effect-ming:hover h2 {
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
  opacity: 0.5 !important;
}

figure.effect-ming:hover video {
  opacity: 0.5;
}

/* tile hover end */
/*	Reset & General
---------------------------------------------------------------------- */

.tile{
	width: 100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);
	float:left;
  	transform-style: preserve-3d;
  	margin: 10px 5px;

}

.header{
	border-bottom:1px solid #ebeff2;
	padding:19px 0;
	text-align:center;
	color:#59687f;
	font-size:600;
	font-size:19px;	
	position:relative;
}

.banner-img {
	padding: 5px 5px 0;
}

.banner-img img {
	width: 100%;
	border-radius: 5px;
	height:350px;
}

.dates{
	border:1px solid #ebeff2;
	border-radius:5px;
	padding:20px 0px;
	margin:10px 20px;
	font-size:16px;
	color:#5aadef;
	font-weight:600;	
	overflow:auto;
}
.dates div{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
}
.dates strong,
.stats strong{
	display:block;
	color:#adb8c2;
	font-size:11px;
	font-weight:700;
}
.dates span{
	width:1px;
	height:40px;
	position:absolute;
	right:0;
	top:0;	
	background:#ebeff2;
}
.stats{
	border-top:1px solid #ebeff2;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	border-right:1px solid #ebeff2;
	width: 33.33333%;
	float:left;
	text-align:center
}

.stats div:nth-of-type(3){border:none;}

div.footer {
	text-align: right;
	position: relative;
	margin: 20px 5px;
}

div.footer a.Cbtn{
	padding: 10px 25px;
	background-color: #DADADA;
	color: #666;
	margin: 10px 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

div.footer a.Cbtn-primary{
	background-color: #5AADF2;
	color: #FFF;
}

div.footer a.Cbtn-primary:hover{
	background-color: #7dbef5;
}

div.footer a.Cbtn-danger{
	background-color: #fc5a5a;
	color: #FFF;
}

div.footer a.Cbtn-danger:hover{
	background-color: #fd7676;
}
////////////////

table {
    border-collapse: collapse;
    width: 100%;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}



    #custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
    
/*--membership--*/

.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

/*service details*/

.lead {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #06131a;
    margin-bottom: 20px;
}


.feature-left {
    margin-bottom: 40px;
}

.feature-left .feature-icon {
    font-size: 50px;
    color: #4cbec5;
    display: inline-block;
    float: left;
    padding-right: 40px;
    padding-top: 7px;
}

.feature-left .feature-content {
    font-size: 20px;
}

.feature-left:last-child {}
textarea.form-control {
    height: 90px;
}

.required {}

.form-group {
    margin-bottom: 5px;
}

.linkpage {background:linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12) !important;}

/* team section */
.w3l-team .img-circle {
  width: 100%;
  display: inline-block;
  background: var(--bg-color);
}

.w3l-team .img-circle a {
  display: block;
}

.w3l-team .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.w3l-team h3.name-pos a {
  font-size: 22px;
  line-height: 24px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.w3l-team .team-info:hover h3.name-pos a {
  color: var(--primary-color);
}

.w3l-team .column-btm {
  padding: 20px;
  background: var(--bg-color);
  border-radius: 0 0 6px 6px;
  border: 1px solid var(--border-color);
  border-top: none;
  margin-top: -6px;
  position: relative;
  box-shadow: 0 1rem 3rem var(--box-shadow-color);
}

.w3l-team .column a img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.w3l-team .social {
  position: absolute;
  top: -18px;
  right: 5px;
}

.w3l-team .social a {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.w3l-team .social a i {
  font-size: 12px;
  line-height: 30px;
  display: block;
  color: #fff;
}

.w3l-team .social a.facebook {
  background: #3b5998;
}

.w3l-team .social a.twitter {
  background: #1da1f2;
}


@media (max-width: 767px) {
  .w3l-team .team-wrap:nth-child(1) {
    margin-top: 10px;
  }

  .w3l-team h3.name-pos a {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 667px) {
  .w3l-team .team-info p {
    font-size: 15px;
    line-height: 14px;
  }
}

@media (max-width: 568px) {
  .w3l-team .team-info img {
    width: 100%;
  }
}

/* //team section */

.marq{color:#fff;}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.events .event-ro .event-box img {
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
}










.blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}
.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #ff5e14;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #ff5e14;
  color: #fff;
  transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}


.carousel-item img{width:100%;height:600px;}





