/*
Theme Name: Yoga Theme 
Author: Gaurav Singh Rawat & Tarun Gupta
Description: Custome theme by Technovant Solutions
Version: 1.0
*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
/* CSS Document */
/*for coment style for tag and its psudo class */
/* Sets the style to pseudo selectors AND base default anchor*/
/*end*/
a:not(.btn), a:not(.btn):hover, a:not(.btn):active, a:not(.btn):visited, a:not(.btn):focus, a:not(.btn):active:focus {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  outline: none; }

html, body {
  font-family: 'Lato', sans-serif;
  color: #595959;
  letter-spacing: 0.40px;
  word-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 15px;
  color: #303030;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif; }

p {
  margin: 0 0 10px; }

/**********Headings*********************/
.heading {
  margin-bottom: 30px;
  position: relative;
  line-height: 1.3; }
  .heading.heading-1 {
    font-size: 30px;
    font-weight: 600;
    max-width: 300px;
    padding: 30px 0;
    padding-right: 30px;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 992px) {
      .heading.heading-1 {
        font-size: 36px; } }
    .heading.heading-1 span {
      position: relative; }
    .heading.heading-1:before {
      content: "";
      border: 6px solid;
      display: block;
      width: 80%;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      border-color: rgba(6, 144, 207, 0.2); }
  .heading.heading-2 {
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .heading.heading-2 {
        font-size: 24px; } }

/******************************/
.back-gray-box {
  background: #ededed;
  position: relative; }
  .back-gray-box:after {
    /*background:#fff;
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;*/ }

.img-thumb {
  position: relative;
  padding-left: 10%;
  padding-bottom: 10%; }
  .img-thumb .back-gray-box {
    overflow: hidden;
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0; }
    .img-thumb .back-gray-box:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 2;
      transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s; }
  .img-thumb .img-box {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: scaleX(0) rotate(0.0001deg);
    transform-origin: left;
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.38, 1) 1.3s, transform 2s cubic-bezier(0.23, 1, 0.38, 1) 1.3s; }
    .img-thumb .img-box.img-shadow {
      -webkit-box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.25);
      box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.25); }
    .img-thumb .img-box .ov {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 2;
      transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 2s; }
    .img-thumb .img-box .bg-img {
      transform: translate3d(-100px, 0, 0) rotate(0.0001deg);
      transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 2s;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%; }
      .img-thumb .img-box .bg-img.square {
        padding-bottom: 100%; }
  .img-thumb.have-title {
    margin-bottom: 60px; }
    .img-thumb.have-title .photo-name {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 24px;
      overflow: hidden;
      font-size: 15px;
      font-weight: bold;
      margin: 15px 0;
      transform: translateY(10px);
      opacity: 0;
      transform-origin: bottom;
      transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 2s; }

.in-view .img-thumb.have-title .photo-name {
  transform: translateY(0px);
  opacity: 1; }
.in-view .img-thumb .back-gray-box:after {
  transform: translate3d(0, 100%, 0) rotate(0.0001deg); }
.in-view .img-thumb .img-box {
  opacity: 1;
  transform: scaleX(1) rotate(0.0001deg);
  /*transform: translate3d(0, 0px, 0) rotate(0.0001deg);	*/ }
  .in-view .img-thumb .img-box .ov {
    transform: translate3d(100%, 0, 0) rotate(0.0001deg); }
  .in-view .img-thumb .img-box .bg-img {
    transform: translate3d(0, 0, 0) rotate(0.0001deg); }

/*Main navigation bar */
/*-----------------------------------*/
/*navigation*/
.main-head .navbar-light .navbar-brand {
  color: #000; }
.main-head .navbar-light .navbar-nav li {
  padding: 0rem 1rem; }
.main-head .navbar-light .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding: 0.5rem 0;
  position: relative;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.38, 1) 0s; }
  @media only screen and (max-width: 991px) {
    .main-head .navbar-light .navbar-nav .nav-link {
      display: inline-block;
      font-size: 18px;
      margin-bottom: 15px; } }
  .main-head .navbar-light .navbar-nav .nav-link:before {
    content: '';
    background: #fda82b;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0) rotate(0.0001deg);
    transition: opacity 0.2s cubic-bezier(0.23, 1, 0.38, 1) 0s, transform 0.6s cubic-bezier(0.23, 1, 0.38, 1) 0.1s; }
.main-head .navbar-light .navbar-nav li:hover > .nav-link,
.main-head .navbar-light .navbar-nav .show > .nav-link,
.main-head .navbar-light .navbar-nav .active > .nav-link,
.main-head .navbar-light .navbar-nav .nav-link.show,
.main-head .navbar-light .navbar-nav .nav-link.active {
  color: #fda82b;
  color: #303030; }
  .main-head .navbar-light .navbar-nav li:hover > .nav-link:before,
  .main-head .navbar-light .navbar-nav .show > .nav-link:before,
  .main-head .navbar-light .navbar-nav .active > .nav-link:before,
  .main-head .navbar-light .navbar-nav .nav-link.show:before,
  .main-head .navbar-light .navbar-nav .nav-link.active:before {
    transform: scaleX(1) rotate(0.0001deg);
    opacity: 1; }
.main-head .navbar-light .navbar-nav li.nav-item:last-child {
  padding-right: 0rem; }

.top-nav {
  position: relative; }
  .top-nav .nav-link {
    color: #74767d; }

.NavBody-section {
  border-top: 1px solid #eee; }

.main-head {
  position: fixed;
  top: 0;
  transition: all 0.6s ease-in-out;
  background: #fff;
  width: 100%;
  z-index: 10999;
  /*&:before{
  		content:"";
  		position: absolute;
  		top: 0;
  		right: 0;
  		width: 50%;
  		height: 100%;
  		background: #edf0f1;
  	}*/
  /*box-shadow: 0 -7px 16px 1px rgba(0, 0, 0, 0.33);*/ }
  .main-head.sticky {
    transform: translateY(-150%); }
  .main-head .logo {
    width: 50px;
    float: left;
    margin-right: 15px;
    margin-top: -5px; }
    @media only screen and (min-width: 768px) {
      .main-head .logo {
        width: 60px; } }
  .main-head .navbar-brand {
    padding-top: 10px; }
    @media only screen and (max-width: 767px) {
      .main-head .navbar-brand {
        white-space: normal; } }
    .main-head .navbar-brand span {
      display: block;
      font-size: 15px;
      width: 300px;
      font-weight: bold; }
      @media only screen and (max-width: 991px) {
        .main-head .navbar-brand span {
          width: auto; } }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }
  @media only screen and (max-width: 991px) {
    .nav-scroller {
      border-bottom: 1px solid #ddd; } }

.nav-scroller > .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: #74767d;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .nav-scroller > .nav {
      justify-content: flex-end; } }

/*mobile menu*/
.mobile-menu {
  display: none; }

@media (max-width: 991.98px) {
  .fixed {
    overflow: hidden; }

  .mobile-menu {
    display: flex; }

  .mobile-menu .navbar-nav .nav-link {
    color: #444;
    padding: 0.6rem  1rem; }

  .mobile-menu .navbar-nav .nav-item + li {
    border-top: 1px solid #ddd; }

  .main-head .dropdown-menu {
    border: 0;
    background: #222837;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 17px; }
  .main-head .dropdown-item:hover, .main-head .dropdown-item:focus {
    background: transparent; }
  .main-head .dropdown-item > ul {
    padding-left: 30px; }
  .main-head .dropdown-item > a {
    display: block;
    background: #f1efef;
    padding: 5px 15px;
    font-weight: 600; }

  .navbar-nav .dropdown-menu ul {
    padding-left: 30px;
    display: block; } }
header .top-nav .nav-item .nav-link:hover {
  color: #242a3a; }

header .top-nav .nav-item .nav-link .fa {
  color: #00aeef; }

/*------mobile-menu----*/
.navbar-toggler-icon {
  display: none; }
  @media only screen and (max-width: 991px) {
    .navbar-toggler-icon {
      display: block;
      position: absolute;
      right: 18px;
      bottom: 18px; } }

@media only screen and (max-width: 991px) {
  .main-head .navbar-light .navbar-nav li.nav-item:last-child {
    padding: 0rem 2rem; } }

.overlay {
 /* a {
	  @include respond-to(table-screens){
	  padding: 8px;
	  text-decoration: none;
	  font-size: 36px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	  &:hover, &:focus {
		  color: #f1f1f1;
	  }
	  }
	}*/ }
  @media only screen and (max-width: 991px) {
    .overlay {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 99;
      top: 0;
      right: 0;
      background: #dee6e9;
      overflow-x: hidden;
      transition: 0.5s; } }
  .overlay .closebtn {
    display: none; }
    @media only screen and (max-width: 991px) {
      .overlay .closebtn {
        display: block;
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px; } }
  @media only screen and (max-width: 991px) {
    .overlay .overlay-content {
      position: relative;
      top: 20%;
      width: 100%;
      text-align: center;
      margin-top: 30px; } }

/*Main navigation  */
/*-----------------------------------*/
/*footer*/
.footer {
  padding: 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 575px) {
    .footer {
      text-align: center; } }
  .footer p, .footer a {
    font-size: 12px;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .footer .text-right {
      text-align: center !important; } }

/*---//footer--*/
.foot {
  /*foot-social-list*/ }
  .foot-heading {
    font-size: 20px;
    text-transform: uppercase; }
  .foot-top {
    background: #dee6e9;
    padding: 30px 0 15px; }
    .foot-top .foot-imp-nav li > a {
      font-size: 14px;
      display: block;
      border: 1px solid #0690cf;
      padding: 7px 15px;
      text-align: center;
      border-radius: 3px;
      color: #fff;
      margin-bottom: 10px;
      background: #0690cf; }
    .foot-top .foot-imp-nav li:not(:last-child) {
      margin-right: 0px; }
      @media only screen and (min-width: 768px) {
        .foot-top .foot-imp-nav li:not(:last-child) {
          margin-right: 30px; } }
  .foot-bottom {
    background: #343434;
    padding: 10px 0;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .foot-social-list {
      text-align: right;
      margin-top: 0; } }
  .foot-social-list .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
  .foot-social-list a {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #343434;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #343434; }

#pageScroll {
  width: 26px;
  height: 26px;
  position: relative;
  display: inline-block;
  color: #fff;
  background: #0690cf;
  text-align: center;
  font-size: 20px;
  border-radius: 3px;
  line-height: 24px; }

/*Main buttons */
/*-----------------------------------*/
.read-more {
  margin: 30px 0; }

.btn {
  border-radius: 0; }

.btn-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative; }
  .btn-link, .btn-link:hover, .btn-link:active, .btn-link:visited, .btn-link:focus, .btn-link:active:focus {
    text-transform: uppercase;
    padding: 0;
    outline: none;
    color: inherit;
    text-decoration: none;
    padding-right: 75px; }
  .btn-link .btn-line {
    position: absolute;
    width: 60px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    top: calc(50% - 0.5px);
    right: 0; }
    .btn-link .btn-line:after, .btn-link .btn-line:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 1px;
      top: 0%; }
    .btn-link .btn-line:after {
      transition: 0s;
      width: 0;
      right: 0;
      left: auto;
      height: 3px;
      background: #f7f7f7;
      z-index: 2; }
    .btn-link .btn-line:before {
      content: "";
      left: 0%;
      background: #6b6b6b;
      width: 100%;
      z-index: 1;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0s; }
  .btn-link:hover .btn-line:before {
    left: 0;
    transition: all 0s cubic-bezier(0.23, 1, 0.38, 1) 0.3s; }
  .btn-link:hover .btn-line:after {
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0.3s; }

.btn-custom {
  text-transform: uppercase;
  position: relative;
  padding: 0;
  font-size: 13px;
  padding: .8rem 1.1rem;
  line-height: 1.3;
  border-radius: 2rem;
  white-space: nowrap; }
  .btn-custom, .btn-custom:hover, .btn-custom:active, .btn-custom:visited, .btn-custom:focus, .btn-custom:active:focus {
    color: #303030;
    font-weight: 600;
    outline: none;
    box-shadow: none; }
  .btn-custom:before {
    content: '';
    position: absolute;
    top: 0.25px;
    top: 0.0139rem;
    left: 0PX;
    bottom: 0;
    height: 100%;
    width: 45PX;
    background: #0690cf;
    opacity: .2;
    border-radius: 2rem;
    transition: all 0.3s ease; }
  .btn-custom span {
    position: relative; }
  .btn-custom .fa {
    margin-left: 5px; }
  .btn-custom:hover:before {
    width: calc(100% + 0rem); }

/*Home */
/*-----------------------------------*/
/*home page design*/
/***********************************************/
/*section gettor space*/
.home-section1 {
  padding: 50px 0;
 /*  -ms-flex-align: center;
    align-items: center ;
	    display: -ms-flexbox;
    display: flex;
	min-height:calc(100vh - 60px);*/ }
  @media only screen and (min-width: 768px) {
    .home-section1 {
      padding: 80px 0; } }

.home-section2 {
  padding: 50px 0;
 /*  -ms-flex-align: center;
    align-items: center ;
	    display: -ms-flexbox;
    display: flex;
	min-height:calc(100vh - 60px);*/ }
  @media only screen and (min-width: 768px) {
    .home-section2 {
      padding: 80px 0; } }

.home-section3 {
  padding: 50px 0;
 /*  -ms-flex-align: center;
    align-items: center ;
	    display: -ms-flexbox;
    display: flex;
	min-height:calc(100vh - 60px);*/ }
  @media only screen and (min-width: 768px) {
    .home-section3 {
      padding: 80px 0; } }

.home-section4 {
  padding: 50px 0;
 /*  -ms-flex-align: center;
    align-items: center ;
	    display: -ms-flexbox;
    display: flex;
	min-height:calc(100vh - 60px);*/ }
  @media only screen and (min-width: 768px) {
    .home-section4 {
      padding: 80px 0; } }

.home-section5 {
  padding: 50px 0;
 /*  -ms-flex-align: center;
    align-items: center ;
	    display: -ms-flexbox;
    display: flex;
	min-height:calc(100vh - 60px);*/ }
  @media only screen and (min-width: 768px) {
    .home-section5 {
      padding: 80px 0; } }

.home-section6 {
  padding: 50px 0;
 /*  -ms-flex-align: center;
    align-items: center ;
	    display: -ms-flexbox;
    display: flex;
	min-height:calc(100vh - 60px);*/ }
  @media only screen and (min-width: 768px) {
    .home-section6 {
      padding: 80px 0; } }

/********01 Banner seection**************/
.bx-wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
  /*margin-bottom:0;*/ }

.custom-bx-nav .bx-wrapper {
  margin-bottom: 50px; }
.custom-bx-nav .bx-controls-direction {
  position: relative;
  width: 100px;
  margin-top: 30px; }
  .custom-bx-nav .bx-controls-direction a {
    text-indent: 0;
    width: 26px;
    height: 26px;
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    top: auto;
    background: #0690cf;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    line-height: 24px; }
    .custom-bx-nav .bx-controls-direction a, .custom-bx-nav .bx-controls-direction a:hover, .custom-bx-nav .bx-controls-direction a:active, .custom-bx-nav .bx-controls-direction a:visited, .custom-bx-nav .bx-controls-direction a:focus, .custom-bx-nav .bx-controls-direction a:active:focus {
      color: #fff; }

.banner {
  position: relative;
  overflow: hidden;
  margin-top: 100px; }
  .banner .bx-wrapper {
    margin-bottom: 0; }

.home-banner-slider .banner-content {
  position: relative;
  background-color: #2e2e38;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 59.532vh;
  min-height:350px;*/
  padding-bottom: 80%;
  /*	&:after {
  			content: "";
  			display: block;
  			position: absolute;
  			bottom: -1px;
  			left:0;
  			width: 100%;
  			height: 50%;
  			z-index: 10;
  			pointer-events: none;
  			background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
  			@include respond-to(web-screens){height: 80%;}
  		}*/ }
  @media only screen and (min-width: 768px) {
    .home-banner-slider .banner-content {
      height: calc(100vh - 140px);
      padding-bottom: 0; } }
.home-banner-slider .caption {
  color: white;
  width: 90%;
  margin: -30px auto 0;
  position: relative;
  font-size: 23px;
  font-weight: 300;
  background: #343434;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .home-banner-slider .caption {
      padding: 0px;
      position: absolute;
      left: 10%;
      top: 20%;
      z-index: 100;
      width: 250px;
      background: transparent;
      margin: 50px 0 0 50px; } }
  @media only screen and (min-width: 768px) {
    .home-banner-slider .caption:before {
      content: "";
      border: 7px solid rgba(6, 144, 207, 0.75);
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      left: -30px;
      top: -30px; } }
  .home-banner-slider .caption h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .home-banner-slider .caption h1 {
        font-size: 30px;
        max-width: 100%;
        padding: 50px 30px;
        line-height: 1.5;
        background: rgba(52, 52, 52, 0.85); } }
.home-banner-slider .bx-controls-direction a {
  text-indent: 0;
  font-size: 40px;
  line-height: 36px; }
  .home-banner-slider .bx-controls-direction a, .home-banner-slider .bx-controls-direction a:hover, .home-banner-slider .bx-controls-direction a:active, .home-banner-slider .bx-controls-direction a:visited, .home-banner-slider .bx-controls-direction a:focus, .home-banner-slider .bx-controls-direction a:active:focus {
    color: #fff; }

.in-view .banner-wrapper:after {
  transform: translate3d(100%, 0, 0) rotate(0.0001deg); }

/********01 End**************/
/********************02 About Section *****************/
.home-section1 {
  padding: 0; }
  .home-section1 .cnt-text {
    font-size: 15px; }

.home-about-content {
  overflow: hidden;
  /*opacity:0;		
  transform-origin:top;
  transform:translate3d( -20px, 0, 0) rotate(0.0001deg);	*/
  transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 1s;
  padding: 30px 15px; }
  @media only screen and (min-width: 768px) {
    .home-about-content {
      padding: 120px 15px 80px; } }
  .home-about-content .heading-1 {
    /* &:after{
    	opacity:0;		
    	transform-origin:left;	
    	transition:all 2s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
    	transform:scaleX(0) rotate(0.0001deg);
      }*/ }

.home-news-event {
  position: relative;
  padding-right: 50px; }
  .home-news-event:before {
    content: "";
    background: #2e3192;
    display: block;
    width: calc(100% - 65px);
    height: 70%;
    position: absolute;
    top: 0;
    right: 15px; }
  .home-news-event .home-apply {
    display: block;
    position: relative;
    margin: 15px 0;
    margin-left: 50px;
    font-size: 20px;
    padding: 5px 15px;
    text-transform: uppercase; }
    .home-news-event .home-apply, .home-news-event .home-apply:hover, .home-news-event .home-apply:active, .home-news-event .home-apply:visited, .home-news-event .home-apply:focus, .home-news-event .home-apply:active:focus {
      color: #fff; }
    .home-news-event .home-apply i {
      color: #f78222;
      margin-right: 10px; }

.hone-news-holder {
  background: #dee6e9;
  position: relative;
  padding: 30px; }
  .hone-news-holder .list-group-item {
    background: transparent;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #a7abac;
    margin-bottom: 20px;
    color: #303030;
    border-radius: 0; }
    .hone-news-holder .list-group-item .date {
      font-size: 12px;
      margin-bottom: 5px; }
    .hone-news-holder .list-group-item .text {
      display: block;
      height: 41px;
      overflow: hidden; }

/********02 End**************/
/********************03 PROJECTS Section *****************/
.home-section2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .home-section2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, 0.95);
    height: 50%; }
    @media only screen and (min-width: 992px) {
      .home-section2:before {
        width: 50%;
        height: 100%; } }
  .home-section2 .heading-1 {
    color: #fff; }
    .home-section2 .heading-1:before {
      border-color: rgba(247, 130, 34, 0.45); }

.home-Why-Choose {
  background: #fff;
  padding: 30px 15px; }
  @media only screen and (min-width: 768px) {
    .home-Why-Choose {
      padding: 80px 30px 50px; } }
  .home-Why-Choose-thumb {
    position: relative;
    margin-bottom: 30px;
    display: flex; }
    .home-Why-Choose-thumb .fa {
      font-size: 56px;
      max-width: 100px;
      flex: 0 0 100px;
      text-align: center;
      border-right: 1px solid #f78222;
      padding: 0 15px;
      align-self: flex-start;
      color: #8b8cba; }
    .home-Why-Choose-thumb .text-cont {
      padding-left: 15px; }
      .home-Why-Choose-thumb .text-cont h4 {
        margin: 0 0 10px;
        font-size: 24px; }
      .home-Why-Choose-thumb .text-cont p {
        overflow: hidden;
        height: 42px; }

/********03 End**************/
/********04 Event**************/
.home-section3 {
  position: relative; }

/********04 End**************/
/********************06 Testimonials Section *****************/
.home-section5 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .home-section5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, 0.95);
    height: 50%; }
    @media only screen and (min-width: 992px) {
      .home-section5:before {
        width: 50%;
        height: 100%; } }

.testimonials-ctnt {
  background: #fff;
  position: relative;
  padding: 30px; }
  @media only screen and (min-width: 768px) {
    .testimonials-ctnt {
      padding: 50px; } }
  .testimonials-ctnt .bx-wrapper {
    margin-bottom: 0; }

.testimonials-author {
  margin: 0;
  padding: 30px 0 5px;
  position: relative;
  font-size: 15px;
  color: #343434;
  font-weight: 600; }

.testimonials-sec-head .heading-1 {
  color: #fff;
  max-width: 100%; }
  .testimonials-sec-head .heading-1:before {
    border-color: rgba(247, 130, 34, 0.45); }

/********06 End**************/
.inner-page-banner {
  position: relative;
  width: 100%; }
  .inner-page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    /*transition: all 0.7s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    transform:scaleX(0);
    transform-origin:left;*/ }
    @media only screen and (min-width: 768px) {
      .inner-page-banner:before {
        height: calc( 100% - 30px );
        top: 15px; } }
  .inner-page-banner .feature-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 35%;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.38, 1) 0.9s; }
    @media only screen and (min-width: 768px) {
      .inner-page-banner .feature-img {
        /*opacity:0;		
        transform:translate3d(-30px, 0%, 0) rotate(0.0001deg);*/
        padding-bottom: 25%; } }
  .inner-page-banner .inner-page-banner-title .heading-1 {
    /* transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
     opacity:0; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 0; }
    @media only screen and (min-width: 768px) {
      .inner-page-banner .inner-page-banner-title .heading-1 {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0; } }
    .inner-page-banner .inner-page-banner-title .heading-1:before {
      /*transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0.7s;
      opacity:0;
      transform:translate3d(-30px, 0%, 0) rotate(0.0001deg);*/ }

.in-view.inner-page-banner:before {
  transform: scaleX(1); }
@media only screen and (min-width: 768px) {
  .in-view.inner-page-banner .feature-img {
    opacity: 1;
    transform: translate3d(0px, 0%, 0) rotate(0.0001deg); } }
.in-view .inner-page-banner-title .heading-1 {
  opacity: 1; }
  .in-view .inner-page-banner-title .heading-1:before {
    opacity: 1;
    transform: translate3d(0px, 0%, 0) rotate(0.0001deg); }

.list-column {
  -webkit-column-count: 2;
  /* Old Chrome, Safari and Opera */
  -moz-column-count: 2;
  /* Old Firefox */
  column-count: 2;
  column-gap: 30px; }

.img-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 62%; }

.inner-banner-next-sec {
  padding: 50px 0 50px; }
  .inner-banner-next-sec .img-box {
    min-height: 350px; }
    @media only screen and (min-width: 992px) {
      .inner-banner-next-sec .img-box {
        padding-bottom: 0;
        height: calc(100% + 100px);
        margin-top: -100px; } }

.inner-page-conntent {
  padding: 80px 0; }

.img-text-box {
  margin-bottom: 3rem; }
  .img-text-box:nth-child(1) {
    margin-top: 3rem; }
  @media only screen and (min-width: 992px) {
    .img-text-box:nth-child(odd) .left {
      padding-right: 0; }
    .img-text-box:nth-child(odd) .right {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) {
    .img-text-box:nth-child(even) .left {
      padding-left: 0;
      order: 2; }
    .img-text-box:nth-child(even) .right {
      padding-right: 0; } }

.tab-pane .table tbody tr th {
  background: #dee6e9; }

/*contact*/
.contact-address {
  /*overflow: hidden;
  opacity: 0;
  transform-origin: top;
  transform: translate3d(-20px, 0, 0) rotate(0.0001deg);
  transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 1s;*/ }
  .contact-address address {
    padding-bottom: 15px;
    font-size: 16px; }
    .contact-address address p {
      margin-bottom: 15px; }

.contact-address-box {
  padding: 0 30px;
  position: relative;
  text-align: center;
  height: 100%;
  padding-bottom: 30px; }
  .contact-address-box .fa {
    font-size: 40px;
    color: #f38423;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    padding: 15px; }
  .contact-address-box:before {
    content: "";
    border: 6px solid;
    display: block;
    width: 100%;
    position: absolute;
    height: calc(100% - 33px);
    top: 33px;
    right: 0;
    border-color: rgba(6, 144, 207, 0.2); }

.enqery {
  background: #dee6e9;
  padding: 15px 30px;
  overflow: hidden;
  position: relative;
  /*&:after{
  				content:"";			
  				position: absolute;
  				top: 0;
  				left: 0;
  				width: 100%;
  				height: 100%;
  				background: #fff;
  				z-index: 2;
  				transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 1s;
     }*/ }
  @media only screen and (min-width: 768px) {
    .enqery {
      padding: 50px 80px 30px; } }
  .enqery .form-horizontal {
    /*opacity: 0;
    transform: translate3d(0, 30px, 0) rotate(0.0001deg);
    transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 1.3s;*/ }
    .enqery .form-horizontal .form-group {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .enqery .form-horizontal .form-group {
          margin-bottom: 50px; } }
      .enqery .form-horizontal .form-group ul {
        list-style: none;
        padding-left: 0;
        margin-top: 5px; }
      .enqery .form-horizontal .form-group .alert-success {
        color: #303030;
        background-color: rgba(6, 144, 207, 0.12);
        border-color: transparent; }
  .enqery .heading-2 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0px;
    text-transform: none; }
    .enqery .heading-2:after {
      display: none; }

.in-view .enqery:after {
  transform: translate3d(0, 100%, 0) rotate(0.0001deg); }
.in-view .enqery .form-horizontal {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0.0001deg); }

.custom-control-label::before {
  background-color: transparent;
  border: #000000 solid 1px;
  border-radius: 0rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000; }

.form-control {
  position: relative;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.84, 0.47, 0.08, 1);
  padding-left: 0px;
  font-size: 14px; }
  .form-control, .form-control:hover, .form-control:active, .form-control:visited, .form-control:focus, .form-control:active:focus {
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #242a3a;
    box-shadow: none; }

.btn-form {
  background: #0690cf;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px; }
  .btn-form, .btn-form:hover, .btn-form:active, .btn-form:visited, .btn-form:focus, .btn-form:active:focus {
    border: 0; }

/* CSS Document */
.editer-content {
  /*h1*/
  /*list */ }
  .editer-content a, .editer-content a:hover, .editer-content a:active, .editer-content a:visited, .editer-content a:focus, .editer-content a:active:focus {
    text-decoration: none;
    cursor: pointer; }
  .editer-content h2 {
    font-size: 26px; }
  .editer-content h2 {
    font-size: 22px; }
  .editer-content h4 {
    font-size: 18px; }
  .editer-content h5 {
    font-size: 14px;
    font-weight: normal; }
  .editer-content h1 {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px; }
  .editer-content h1, .editer-content h2, .editer-content h3, .editer-content h4 {
    margin-top: 0px; }
    .editer-content h1:not(:first-child), .editer-content h2:not(:first-child), .editer-content h3:not(:first-child), .editer-content h4:not(:first-child) {
      margin-top: 30px; }
  .editer-content ul {
    padding-left: 0;
    list-style: none;
    list-style-position: outside; }
    .editer-content ul li {
      padding-left: 30px;
      position: relative;
      margin-bottom: 10px; }
      .editer-content ul li:before {
        /*content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 13px;
        color: #2b8cec;
        line-height: 27px;
        font-weight: bold;*/
        content: "-";
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 13px;
        color: inherit; }
  .editer-content ol {
    padding-left: 30px; }
    .editer-content ol li {
      margin-bottom: 10px;
      list-style-position: outside;
      padding-left: 5px; }
  .editer-content pre {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    border-left: 5px solid #2b8cec;
    padding-left: 20px;
    display: block;
    white-space: normal;
    margin-bottom: 30px;
    line-height: 1.7; }
    .editer-content pre:not(:first-child) {
      margin-top: 30px; }

/*./Contant*/
/*about */
/*-----------------------------------*/
.abt-pg-work {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff; }
  .abt-pg-work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .abt-pg-work .heading {
    color: #fff; }
  .abt-pg-work .list-group {
    list-style: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .abt-pg-work .list-group {
        padding-left: 50px;
        border-left: 1px solid #fff; } }
    @media only screen and (min-width: 992px) {
      .abt-pg-work .list-group {
        padding-left: 100px; } }
    .abt-pg-work .list-group li + li {
      margin-top: 15px; }

/*blogs */
/*-----------------------------------*/
/* CSS Document */
.archive-box {
  background: #e4bea4;
  padding: 20px 30px;
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .archive-box {
      margin-top: -70px;
      margin-left: 30px; } }
  .archive-box .heading-2 {
    font-size: 22px;
    color: #fff; }
    .archive-box .heading-2:after {
      background: #fff;
      margin-top: 10px;
      margin-left: -30px; }
  .archive-box .btn-link, .archive-box .btn-link:hover, .archive-box .btn-link:active, .archive-box .btn-link:visited, .archive-box .btn-link:focus, .archive-box .btn-link:active:focus {
    color: #fff; }
  .archive-box .btn-link .btn-line:after {
    background: #e4bea4; }
  .archive-box .btn-link .btn-line:before {
    background: #fff; }

.archive-blog-item {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.38);
  display: flex;
  padding: 5px;
  margin-bottom: 15px; }
  .archive-blog-item-media {
    display: block;
    max-width: 100px;
    flex: 0 0 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto; }
  .archive-blog-item-text {
    font-size: 14px;
    padding-left: 10px; }
    .archive-blog-item-text .date {
      display: inline-block;
      background: #242a3a;
      color: #fff;
      line-height: 1;
      margin: 10px 0;
      margin-left: -20px;
      position: relative;
      padding: 7px 10px;
      font-size: 10px; }
    .archive-blog-item-text .text {
      display: block;
      height: 46px;
      overflow: hidden;
      margin-bottom: 10px;
      line-height: 1.1; }

/****************************/
.single-post-meta-list {
  margin: 30px 0; }
  .single-post-meta-list li {
    color: #303030;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    text-align: left; }
    @media only screen and (min-width: 992px) {
      .single-post-meta-list li {
        width: 40%; } }
    .single-post-meta-list li:not(:last-child) {
      margin: 0;
      border: 0; }
      @media only screen and (min-width: 992px) {
        .single-post-meta-list li:not(:last-child) {
          text-align: right; } }

.single-post-share {
  margin-bottom: 30px;
  color: #303030; }

.single-post-media img {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px; }

/*event */
/*-----------------------------------*/
/* CSS Document */
/*******/
.lastest-event-thumbnail {
  position: relative;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 768px) {
    .lastest-event-thumbnail {
      padding: 0 0 30px 30px; } }
  .lastest-event-thumbnail-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 62%; }
  .lastest-event-thumbnail-caption {
    background: #242a3a;
    width: 95%;
    padding: 15px;
    color: #fff;
    position: relative;
    margin: -15px 0 0 5px; }
    @media only screen and (min-width: 768px) {
      .lastest-event-thumbnail-caption {
        width: 350px;
        padding: 30px 30px;
        position: absolute;
        left: 0px;
        bottom: 0;
        margin: 0; } }
    .lastest-event-thumbnail-caption .date {
      display: block;
      margin-bottom: 10px;
      font-size: 14px; }
    .lastest-event-thumbnail-caption h4 {
      font-size: 16px;
      color: #fff;
      line-height: 1.4;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .lastest-event-thumbnail-caption h4 {
          font-size: 20px;
          max-height: 86px;
          overflow: hidden; } }

/**************/
.grid-event-thumbnail {
  position: relative;
  padding: 0;
  margin: 0 auto 30px; }
  .grid-event-thumbnail-media {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 62%; }
  .grid-event-thumbnail-caption {
    background: #242a3a;
    width: 100%;
    color: #fff;
    position: relative;
    width: 95%;
    padding: 10px 15px 15px;
    margin: -15px 0 0 5px; }
    .grid-event-thumbnail-caption .date {
      display: block;
      margin-bottom: 5px;
      font-size: 11px; }
    .grid-event-thumbnail-caption h4 {
      font-size: 16px;
      color: #fff;
      line-height: 1.3;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .grid-event-thumbnail-caption h4 {
          height: 40px;
          overflow: hidden; } }

/*project */
/*-----------------------------------*/
/* CSS Document */
/*.project-thumbnail {
    background: #242a3a;
	margin-bottom:30px;
    padding: 30px;
    font-size: 16px;
    border: 7px solid #f9f9f9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15), 0 4px 8px 0 rgba(0,0,0,.15);
  
&-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 62%;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15), 0 4px 8px 0 rgba(0,0,0,.15);
	 transition:all 0.5s cubic-bezier(0.23, 1, 0.38, 1);
}

&-caption{    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #fff;
	transition:all 0.5s cubic-bezier(0.23, 1, 0.38, 1);
	}
	
&:hover{
	.project-thumbnail-media { transform:scale(1.1);}
	.project-thumbnail-caption{transform:translateY(5px);}
	
	}
	
}
*/
.project-thumbnail {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  /* font-size: 16px; */
  /* border: 7px solid #f9f9f9; */
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 8px 0 rgba(0, 0, 0, 0.15); */
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.23, 1, 0.38, 1) 1s;
  /****hover***/ }
  @media only screen and (min-width: 992px) {
    .project-thumbnail {
      margin-bottom: 40px;
      padding: 30px; } }
  .project-thumbnail-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 62%;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.38, 1); }
  .project-thumbnail-caption {
    font-size: 18px;
    /* text-align: center; */
    margin: 0 0 15px;
    /* color: #fff; */
    transition: all 0.8s cubic-bezier(0.23, 1, 0.38, 1); }
  .project-thumbnail .btn-link .btn-line:before {
    background: #e4bea4; }
  @media only screen and (min-width: 768px) {
    .project-thumbnail .btn-link {
      transition: all 0.8s cubic-bezier(0.23, 1, 0.38, 1);
      opacity: 0;
      transform: translateY(-30px); } }
  @media only screen and (min-width: 768px) {
    .project-thumbnail:hover .project-thumbnail-media {
      transform: scale(0.99); }
    .project-thumbnail:hover .project-thumbnail-caption {
      transform: translateY(5px); }
    .project-thumbnail:hover .btn-link {
      transform: translateY(0);
      opacity: 1; } }

.in-view .project-thumbnail {
  opacity: 1;
  animation: fadeInUp 1s 0.5s; }

@media only screen and (min-width: 992px) {
  .project-grid > div:nth-child(even) {
    margin-top: -130px; } }

.single-post-media img {
  margin: 0; }
.single-post-media .owl-carousel .owl-nav {
  position: absolute;
  height: 30px;
  width: 76px;
  right: 0;
  bottom: 0;
  background: #fff; }
  .single-post-media .owl-carousel .owl-nav [class*='owl-'] {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 15px);
    margin: 0 15px; }
    .single-post-media .owl-carousel .owl-nav [class*='owl-'], .single-post-media .owl-carousel .owl-nav [class*='owl-']:hover, .single-post-media .owl-carousel .owl-nav [class*='owl-']:active, .single-post-media .owl-carousel .owl-nav [class*='owl-']:visited, .single-post-media .owl-carousel .owl-nav [class*='owl-']:focus, .single-post-media .owl-carousel .owl-nav [class*='owl-']:active:focus {
      background: transparent;
      color: #242a3a;
      outline: none; }
  .single-post-media .owl-carousel .owl-nav .owl-next {
    right: 0; }
  .single-post-media .owl-carousel .owl-nav .owl-prev {
    left: 0; }

/*project */
/*-----------------------------------*/
/* CSS Document */
.team-thumbnail {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.23, 1, 0.38, 1) 1s;
  /****hover***/ }
  @media only screen and (min-width: 992px) {
    .team-thumbnail {
      margin-bottom: 30px;
      padding: 15px;
      text-align: center; } }
  .team-thumbnail-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.19);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.38, 1); }
  .team-thumbnail-title {
    font-size: 18px;
    /* text-align: center; */
    margin: 0 0 10px;
    /* color: #fff; */
    transition: all 0.8s cubic-bezier(0.23, 1, 0.38, 1); }
  .team-thumbnail-designation {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.38, 1); }
  @media only screen and (min-width: 768px) {
    .team-thumbnail:hover .team-thumbnail-media {
      transform: scale(0.99);
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
    .team-thumbnail:hover .team-thumbnail-title {
      transform: translateY(-5px); }
    .team-thumbnail:hover .team-thumbnail-designation {
      transform: translateY(-5px); } }

@media only screen and (min-width: 992px) {
  .big {
    padding: 30px;
    text-align: center; } }
.big .team-thumbnail-title {
  font-size: 24px; }
.big .team-thumbnail-designation {
  font-size: 16px; }

.in-view .team-thumbnail {
  opacity: 1;
  animation: fadeInUp 1s 0.5s; }

@media only screen and (min-width: 992px) {
  .inner-page-team {
    position: relative;
    padding-bottom: 0;
    padding: 30px 0 0; }
    .inner-page-team:before {
      content: "";
      background: #ecd7c9;
      width: 70%;
      left: 15%;
      top: 0;
      height: 50%;
      position: absolute;
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0.8s; }
    .inner-page-team.in-view:before {
      opacity: 1;
      animation: fadeInDown 0.5s 0.6s; } }
/**********************************/
.team-single-sec {
  margin: 15px 0 15px;
  position: relative; }
  .team-single-sec:before {
    content: "";
    background: #ecd7c9;
    width: 100%;
    left: 0%;
    top: 18%;
    height: 60%;
    position: absolute;
    transition: all 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left; }
    @media only screen and (min-width: 768px) {
      .team-single-sec:before {
        top: 20%; } }
  .team-single-sec-title {
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 15px;
    padding-top: 20px; }
    @media only screen and (min-width: 768px) {
      .team-single-sec-title {
        font-size: 2.5rem;
        padding-top: 0; } }
    .team-single-sec-title:after {
      content: '';
      background: #e4bea4;
      width: 30%;
      height: 2px;
      margin-top: 5px;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media only screen and (min-width: 768px) {
        .team-single-sec-title:after {
          width: 24%; } }
  .team-single-sec-designation {
    font-size: 16px;
    margin: 15px 0 0;
    position: relative; }
  .team-single-sec-media {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
    margin: 15px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1) 0.9s;
    opacity: 0;
    transform: translate3d(0px, -20px, 0) rotate(0.0001deg); }
    @media only screen and (min-width: 768px) {
      .team-single-sec-media {
        margin: 0 0 15px; } }

.in-view.team-single-sec:before {
  opacity: 1;
  transform: scaleX(1); }
.in-view.team-single-sec .team-single-sec-media {
  opacity: 1;
  transform: translate3d(0px, 0px, 0) rotate(0.0001deg); }

/*news */
/*-----------------------------------*/
.news-gallery-img {
  display: inline-block;
  width: 100px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  margin: 0 7px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.37);
  border: 3px solid #fff; }

.news-gallery-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* CSS Document */
.lightbox {
  z-index: 100000; }

.lightboxOverlay {
  z-index: 99990; }

/*# sourceMappingURL=style.css.map */
