/*
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: bold;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 992px) {
      .heading.heading-1 {
        font-size: 36px; } }
  .heading.heading-2 {
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .heading.heading-2 {
        font-size: 24px; } }

/******************************/
/*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: 235px;
      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: #f8d2b9;
      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: #f58221;
  text-align: center;
  font-size: 20px;
  border-radius: 3px;
  line-height: 24px; }

/*Main buttons */
/*-----------------------------------*/
.read-more {
  margin: 30px 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; }
  .btn-link:hover {
    text-decoration: underline; }

.btn-danger:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled):hover, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):visited, .btn-danger:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: #f58221;
  border-color: #f58221;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  outline: none; }

/*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: #303030;
    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;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 400px; }
  .banner .bx-wrapper {
    margin-bottom: 0; }

.home-banner-caption {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .home-banner-caption {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0px;
      height: 100%;
      padding: 0; } }
  .home-banner-caption h1 {
    font-size: 20px; }
  .home-banner-caption h4 {
    color: #73d8e4;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .home-banner-caption h4 {
        font-size: 60px; } }
  .home-banner-caption .fa-graduation-cap {
    transform: rotate(-25deg);
    /* margin-top: -46px; */
    display: block;
    transform-origin: center;
    position: absolute;
    bottom: 100%;
    font-size: 60px;
    left: 0;
    color: #eff3f6; }
    @media only screen and (min-width: 768px) {
      .home-banner-caption .fa-graduation-cap {
        font-size: 125px; } }

.home-banner-slider {
  /*.caption{		
  		
  			color: white;
  			width: 90%;
  			margin: -30px auto 0;
  			position: relative;
  			font-size: 23px;
  			font-weight: 300;
  			background: rgba(52, 52, 52, 1);
  			padding:15px;
  			
  			
  			h1{ color:#fff;
  			    margin-bottom:0;
  				 font-size:20px;
  				 
  			    position:relative;
  				
  				@include respond-to(web-screens){
  						font-size: 30px;
  						max-width: 100%;
  						padding: 50px 30px;
  						line-height:1.5;
  						background: rgba(52, 52, 52, 0.85);
  				  }
  			   }
  			}*/ }
  @media only screen and (min-width: 768px) {
    .home-banner-slider {
      margin-left: auto;
      width: 50%; } }
  .home-banner-slider .banner-content {
    position: relative;
    background-color: #2e2e38;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 55%; }
  .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 {
  position: relative; }
  .home-section1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDF6EA;
    height: 50%;
    background-size: cover;
    background-position: right; }
    @media only screen and (min-width: 992px) {
      .home-section1:before {
        width: 65%;
        height: calc( 100% - 80px ); } }
  .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; }
  .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-holder {
  padding: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  background: #fbb376;
  background: #73d8e4;
  margin: 50px 0 -50px;
  margin-left: auto; }
  .home-news-holder .list-group {
    min-height: 260px;
    max-height: 470px;
    overflow-y: auto; }
    @media only screen and (min-width: 768px) {
      .home-news-holder .list-group {
        max-height: 270px; } }
  .home-news-holder .list-group-item {
    background: transparent;
    padding: 0px;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 0;
    padding-bottom: 10px; }
    .home-news-holder .list-group-item .date {
      font-size: 14px;
      margin-bottom: 5px; }
    .home-news-holder .list-group-item .text {
      display: block; }
  .home-news-holder .home-news-heading {
    font-size: 50px;
    line-height: 1.1;
    margin: -80px 0 0;
    margin-bottom: 25px; }
  .home-news-holder .btn-link {
    color: #fff; }

/********02 End**************/
/********************03 course Section *****************/
.home-section2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.imgBox {
  position: relative;
  padding-bottom: 65%; }
  .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.shadow.majors-thumb {
  margin-top: 70px;
  position: relative;
  border-radius: 3px;
  padding: 50px 30px;
  text-align: center;
  background: #eff3f6; }
  .shadow.majors-thumb .majors-thumb-bigtitle {
    font-size: 55px;
    display: block;
    position: absolute;
    bottom: 75%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #73d8e4;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .shadow.majors-thumb .majors-thumb-bigtitle {
        bottom: 65%;
        font-size: 84px; } }
  .shadow.majors-thumb h3 {
    margin: 0 0 15px;
    font-size: 27px;
    font-weight: bold; }

/********03 End**************/
.color-right-section {
  position: relative;
  margin-top: 100px;
  padding: 50px 0; }
  .color-right-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDF6EA;
    height: 100%;
    left: auto;
    right: 0;
    background-size: cover;
    background-position: right; }
    @media only screen and (min-width: 992px) {
      .color-right-section:before {
        width: 65%;
        height: 100%; } }
  .color-right-section .imgBox {
    padding-bottom: 60%;
    margin-top: -100px; }

/********************06 Testimonials Section *****************/
.testimonials-section {
  padding: 50px 0; }
  .testimonials-section .imgBox {
    padding-bottom: 100%;
    margin-top: -100px; }

.testimonials-ctnt {
  position: relative; }
  .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; }

/********06 End**************/
.inner-page-banner {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .inner-page-banner {
      margin-bottom: 80px; } }
  .inner-page-banner:before {
    /*content:"";*/
    /*	@include layout(#f8d2b9);*/
    /*@include respond-to(web-screens){height:calc( 100% - 30px );
    top:15px;}
    /*transition: all 0.7s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    transform:scaleX(0);
    transform-origin:left;*/ }
  .inner-page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDF6EA;
    background: #eff3f6;
    height: 80%;
    width: 100%;
    top: 10%;
    /*background-image:url(../img/hire_bg.png);*/
    background-size: cover;
    background-position: right;
    border-bottom: 5px solid #73d8e4; }
  .inner-page-banner .feature-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 45%;
    box-shadow: 0 1px 10px #00000024;
    /*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);*/ } }
  .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: 15px 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .contact-address-box {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .contact-address-box .fa {
    font-size: 40px;
    color: #f38423;
    position: relative;
    background: #fff;
    padding-bottom: 15px;
    display: block; }
    @media only screen and (min-width: 768px) {
      .contact-address-box .fa {
        max-width: 70px;
        padding-bottom: 0;
        flex: 0 0 70px;
        text-align: center; } }
  .contact-address-box p {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .contact-address-box p {
        border-left: 1px solid #ddd;
        flex: 0 0 calc( 100% - 80px);
        max-width: calc( 100% - 80px);
        padding-top: 0px;
        padding-left: 30px;
        border-top: 0; } }

.enqery {
  background: #f8d2b9;
  background-color: #FDF6EA;
  padding: 15px 30px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  /*&: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, .editer-content h2 {
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    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: "-";
        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; }

/*-----------------------------------*/
.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; }

.gallery-thumb {
  position: relative; }
  .gallery-thumb .overlay {
    background: rgba(245, 130, 33, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .gallery-thumb .overlay:before, .gallery-thumb .overlay:after {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      transform-origin: center;
      transition: all 310ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .gallery-thumb .overlay:before {
      transform: scaleX(0);
      width: 40px;
      height: 2px; }
    .gallery-thumb .overlay:after {
      width: 2px;
      height: 40px;
      transform: scaleY(0); }
  .gallery-thumb:hover .overlay, .gallery-thumb:active .overlay {
    opacity: 1; }
    .gallery-thumb:hover .overlay:before, .gallery-thumb:active .overlay:before {
      transform: scaleX(1); }
    .gallery-thumb:hover .overlay:after, .gallery-thumb:active .overlay:after {
      transform: scaleY(1); }

/*# sourceMappingURL=style.css.map */
