/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Less ================================== */
@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%; }

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%; }

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 {
  font-family: "Open Sans", sans-serif;
  color: #545454; }

strong {
  font-family: "Open Sans", sans-serif; }

body {
  background-color: #f1f1f145 !important;
  font-family: "Open Sans", sans-serif;
  -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; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .83rem;
    margin-top: 15px; }
  .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-image: url(../images/nav.jpg);
  background-size: 100%;
  padding: 40px;
  text-align: center;
  padding-top: 265px;
  background-color: #eaeaea; }
  .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: 100px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px; } }
  .page-nav h2 {
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    color: #fff; }
    @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;
    color: #fff; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #fff; }
    .page-nav ul li a {
      color: #fff; }
	  
/* Wedding page nav */	    
.page-nav-wedding {
  background-image: url(../images/wedding-nav.jpg);
  background-size: 100%;
  padding: 40px;
  text-align: center;
  padding-top: 265px;
  background-color: #eaeaea; }
  .page-nav-wedding ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav-wedding {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav-wedding {
      padding-top: 100px; } }
  @media screen and (max-width: 356px) {
    .page-nav-wedding {
      padding-top: 200px; } }
  .page-nav-wedding h2 {
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .page-nav-wedding h2 {
        font-size: 26px; } }
  .page-nav-wedding ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff; }
 .page-nav-wedding ul li i {
      width: 30px;
      text-align: center;
      color: #fff; 
	  }
.page-nav-wedding ul li a {
 color: #fff; 
}	  
	  

.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: #14863d;
  border-color: #14863d; }
  .btn-primary:hover {
    background-color: #14863d !important;
    border-color: #14863d !important; }
  .btn-primary:active {
    background-color: #14863d !important;
    border-color: #14863d !important; }
  .btn-primary:focus {
    background-color: #14863d !important;
    border-color: #14863d !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: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.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; } }


/* =================== Slider Style Starts Here =================== */
@media screen and (max-width: 992px) {
  .slider-detail .carousel-control-prev {
    padding-top: 50px; }
  .slider-detail .carousel-control-next {
    padding-top: 50px; }
  .slider-detail .container {
    padding: 0px; } }
.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px; }
  @media screen and (max-width: 1260px) {
    .slider-detail .carousel-caption {
      bottom: 30px; } }
  @media screen and (max-width: 1044px) {
    .slider-detail .carousel-caption h5 {
      font-size: 28px !important; }
    .slider-detail .carousel-caption p {
      margin-top: 20px !important; } }
  @media screen and (max-width: 991px) {
    .slider-detail .carousel-caption {
      bottom: 10px;
      display: none !important; }
      .slider-detail .carousel-caption h5 {
        font-size: 28px;
        color: #fff; }
      .slider-detail .carousel-caption .btn {
        padding: 10px !important;
        font-size: 1rem !important;
        margin-top: 7px !important; } }
  @media screen and (max-width: 800px) {
    .slider-detail .carousel-caption h5 {
      font-size: 18px; } }
  .slider-detail .carousel-caption h5 {
    font-size: 44px;
    margin-left: -40px;
    font-weight: 600;
    color: #fff; }
  .slider-detail .carousel-caption p {
    margin-left: -40px;
    font-weight: 500;
    margin-top: 40px;
    font-size: 16px;
    color: #fff; }
.slider-detail .vbh {
  margin-left: -40px; }
  .slider-detail .vbh .btn {
    padding: 10px 30px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px; }
.slider-detail .vdg-cur {
  color: #ffffff; }
.slider-detail .fvgb {
  color: #ffffff; }

/* =================== Destination Style Starts Here =================== */
.destinations {
  padding: 50px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .destinations {
      padding: 30px 10px; } }
  .destinations .dest-row {
    margin-top: 20px; }
    .destinations .dest-row .dest-col {
      text-align: center; }
      .destinations .dest-row .dest-col .dest-img {
        padding: 10px;
        border: 1px solid #CCC; }
      .destinations .dest-row .dest-col h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 600; }
      .destinations .dest-row .dest-col p {
        font-size: .93rem;
        margin-bottom: 20px; }
      .destinations .dest-row .dest-col .btn {
        box-shadow: none;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid #14863d;
        padding: 5px 20px; }
      .destinations .dest-row .dest-col:hover {
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
        transition: all .25s ease;
        padding-bottom: 25px; }
        .destinations .dest-row .dest-col:hover .dest-img {
          border: none; }

/* =================== Key Features Starts Here =================== */
.features {
  padding: 50px;
  }
  @media screen and (max-width: 940px) {
    .features {
      padding: 30px 10px; } }
  .features .ker-featur-row {
    margin-top: 20px; }
  .features .featurecol .single-feature {
    margin-bottom: 50px;
    display: flex; }
  .features .featurecol .single-feature .icon {
      padding:5px;
      margin: auto; 
	  width:200px;
	  height:200px;
 }
 
  .features .featurecol .single-feature h6 {
      margin-top: 5px;
      margin-bottom: 5px;
      font-weight: 400;
      font-size: 1.2rem; }
  .features .featurecol .single-feature p {
      font-weight: 300;
      font-size: .96rem;
      color: #000;
      font-weight: 500; 
	  }
  .features .feature-left .single-feature {
    text-align: justify;
    display: flex; }
  .features .feature-left .single-feature .icon {
      padding: 5px;
      margin: auto; 
	  width:200px;
	  height:200px;
	}
  .features .feature-left .single-feature .icon i {
     font-size: 29px; }
 .features .featur-image {
    padding-top: 15px;
    text-align: center; }
	
.features .featur-image img 
  {
   margin-top: 40px;
  }

/* =================== About US Starts Here =================== */
.about-us {
  padding: 50px;
  padding-top: 40px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .text p {
    font-weight: 300;
    font-size: 18px;
	letter-spacing:1px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px; 
	}
  .about-us .image img {
    margin-top: 0px; 
	}
	
.common_font {
    font-weight: 300;
    font-size: 18px;
	letter-spacing:1px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px; 	
	
}

.text {
    font-weight: 300;
    font-size: 18px;
	letter-spacing:1px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px; 
	text-align:justify;
	}

/* =================== Testimonial Starts Here =================== */
.customer-serv {
  padding: 45px;
  background-color: #fdfdfd;
  padding-bottom: 120px; }
  @media screen and (max-width: 554px) {
    .customer-serv {
      padding: 40px 20px; } }
  @media screen and (max-width: 1063px) {
    .customer-serv {
      padding: 40px 20px; } }
  @media screen and (max-width: 348px) {
    .customer-serv {
      padding: 30px 10px !important; } }
  .customer-serv .ro-clo {
    padding: 40px 0px;
    padding-top: 25px; }
  .customer-serv .card-b::after {
    box-sizing: border-box;
    background-color: #FFF;
    content: "";
    position: absolute;
    z-index: 100;
    height: 25px;
    left: 35px;
    top: 108px;
    transform: rotate(135deg);
    width: 25px; }
  .customer-serv .card-b {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background: url(../images/quotes.png) no-repeat bottom right;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto auto;
    background-color: #FFF;
    background-size: 40px;
    background-position: right 10px bottom 5px; }
    .customer-serv .card-b p {
      font-size: .95rem; }
  .customer-serv .an-mtc {
    padding-top: 23px; }
  .customer-serv .stars {
    padding-top: 33px; }
    .customer-serv .stars li {
      list-style: none;
      color: #f8b739;
      float: right;
      font-size: 13px;
      margin-left: 4px; }
  .customer-serv .img-circl {
    margin-top: 20px;
    text-align: center; }
  .customer-serv .img-circl img {
    width: 80%;
    border-radius: 50%; }
  .customer-serv .star-par {
    padding-left: 0px; }
  @media screen and (max-width: 1013px) {
    .customer-serv .stars li {
      font-size: 12px; } }
  @media screen and (max-width: 991px) {
    .customer-serv .card-b::after {
      display: none;
      margin-top: 20px; }
    .customer-serv .col-12 {
      margin-top: 20px; } }

/* =================== Our Team Starts Here =================== */
.our-team {
  padding: 50px; }
  @media screen and (max-width: 450px) {
    .our-team {
      padding: 30px 10px; } }
  .our-team .content-title h2 {
    margin-bottom: 50px; }
  .our-team .team-member {
    padding: 10px;
    background-color: #FFF;
    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;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .our-team .team-member {
        margin-bottom: 15px; } }
    .our-team .team-member img {
      margin-bottom: 5px; }
    .our-team .team-member p {
      margin-top: 5px;
      font-size: .85rem; }
    .our-team .team-member b {
      padding: 5px; }
    .our-team .team-member ul li {
      float: left;
      padding: 5px;
      width: 20%;
      text-align: center;
      border: 1px solid #efefefa6; }
    .our-team .team-member ul {
      margin: 0px;
      margin-top: 10px; }

/* =================== Blog Style Starts Here =================== */
.blog {
  background-color: #f7f7f7;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .blog {
      padding: 30px 10px; } }
  .blog .blog-row .blog-col {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    margin-bottom: 30px; }
    .blog .blog-row .blog-col img {
      margin-bottom: 20px;
      width: 100%; }
    .blog .blog-row .blog-col span {
      color: #a09f9f;
      font-size: .83rem; }
    .blog .blog-row .blog-col h4 {
      margin-top: 15px;
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 15px;
      line-height: 26px; }
    .blog .blog-row .blog-col p {
      font-weight: 500;
      font-size: .93rem;
      line-height: 25px; }



/* ===================================== Footer Cover Style  ================================== */
.footer{
	background-color: #24262b;
    padding: 70px 0;
    padding-bottom: 10px;
}
.footer-col{
   width: 33%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}





/* ===================================== 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 #14863d; }

.filter-button {
  font-size: 18px;
  border: 1px solid #14863d;
  border-radius: 5px;
  text-align: center;
  color: #14863d;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #14863d;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #14863d; }

.btn-default:active .filter-button:active {
  background-color: #14863d;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

/* ===================================== Responsive Style CSS ==================================== */
@media screen and (max-width: 991px) {
  .we-are-making .text-part {
    text-align: center; }

  .we-are-making .text-part .count .count-sing {
    margin-bottom: 20px; }

  .headwe-nav .container {
    padding: 10px; }

  header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-right: 0px;
	} }

/*# sourceMappingURL=style.css.map */

.founder-card 
  {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
 }
.founder-img {
      height: 340px;
      width: 100%;
    }
.program-img {
min-height: 500px;
width: 100%;	
}

.section-card {
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 30px;
      margin-bottom: 30px;
    }
    .section-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 15px;
      color: #007bff;
    }