/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #2a2b2b;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #111;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #FF715B;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: .5px;
  /* padding: .7rem 2rem; */
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
  width: 190px;
  height: 40px;
}


.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #FF715B;
  color: #fff;
  border-color: #FF715B;
}

.btn-main:hover {
  color: #FF715B;
  background: transparent;
}

.btn-main-2 {
  background: #FF715B;
  color: #fff;
  border-color: #FF715B;
}

.btn-main-2:hover {
  color: #FF715B;
  background: transparent;
  border-color: #FF715B;
}

.btn-solid-border {
  border: 2px solid #FF715B;
  background: transparent;
  color: #fff;
}
.fixed .btn-solid-border
{
  color:black !important;
}
.btn-solid-border:hover {
  border: 2px solid #FF715B;
  color: #fff;
  background: #FF715B;
}

.btn-transparent {
  background: transparent;
  color: #111;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.btn-white:hover {
  background: #FF715B;
  color: #fff;
  border-color: #FF715B;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #111;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #FF715B;
}

.bg-primary-dark {
  background: #ff4528;
}

.bg-primary-darker {
  background: #f42100;
}

.bg-dark {
  background: #111;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 10px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.subtitle {
  color: #FF715B;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size:30px;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #111;
  text-decoration: none;
}

a:focus, a:hover {
  color: #FF715B;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  margin-top: 5px;
  padding: 10px 0px 10px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

.header-padding {
  padding: 0px 80px;
}

.navigation {
  position: absolute;
   top: 0px; 
  left: 0px;
  width: 100%;
  z-index: 999;
}

.navigation .btn {
  box-shadow: none;
}

#navbar {
  box-shadow:0 1px 2px rgba(0, 0, 0, 0) ;
  background-color:hsl(0deg 0% 68% / 72%)
}
#navbar2 {
  box-shadow:0 1px 2px rgba(0, 0, 0, 0) ;
  background-color:white;
}

.fixed #navbar
{
  background-color:white;

}
#navbar .nav-link {
  padding-left: 26px;
  font-weight: 500;
  color: #000;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  transition: all .25s ease;
}
.fixed #navbar .nav-link {
  
  color:black !important;
  font-weight: bold;

}
#navbar.nav-text-white .nav-link {
  /* color: #fff; */
  color: #000;
}

#navbar.nav-text-white .navbar-brand {
  color: #fff;
}

.navbar-brand {
  font-weight: 600;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #FF715B;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

#navbar.nav-text-white .mobile-logo {
  display: none;
}

@media (max-width: 480px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .header-padding {
    padding: 0px 30px;
  }
}

@media (max-width: 400px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .header-padding {
    padding: 0px 30px;
  }
}

@media (max-width: 768px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .header-padding {
    padding: 0px 30px;
  }
}

@media (max-width: 992px) {
  #navbar {
    background:#9e9e9e61;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .header-padding {
    padding: 0px 30px;
  }
}

.bg-1 {
  /* background: url("../images/bg/section-bg5.jpg") no-repeat 50% 50%; */
  background-size: cover;
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
 /* background-color: #ff7b00;*/
  margin-top: 52px;
  padding: 0px;
}

.bg-2 {
  background: url("../images/bg/home-5.html");
  background-size: cover;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/main-banner1.jpg") no-repeat 80% 50%;
  background-size: cover;
  padding: 120px 0px;
  min-height: 800px;
}

.banner .block {
  padding-top: 120px;
}

.banner .block h1 {
  font-size: 75px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #FF715B;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    padding: 126px 0 151px 0;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    padding: 126px 0 151px 0;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 1200px) {
  .banner {
    background: #fff !important;
  }
}

.about-item i {
  font-size: 50px;
}

.about-item a {
  color: #FF715B;
  font-weight: 500;
}

.about-item .icon {
  float: left;
}

.about-item .content {
  padding-left: 80px;
}

.process {
  position: relative;
}

.process:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg-half.png") no-repeat;
  background-position: top right;
}

.icon-block {
  padding: 10px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.icon-block i {
  font-size: 35px;
  background: rgba(239, 50, 58, 0.08);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 10px;
  display: inline-block;
  color: #FF715B;
}

.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.icon-block p {
  margin-bottom: 0px;
}

.feature-list ul li {
  margin-bottom: 15px;
  color: #111;
}

.feature-list ul li i {
  color: #FF715B;
}

.video-img {
  position: relative;
}

.video-img .video-play {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center;
}

.video-img .video-play i {
  font-size: 30px;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #FF715B;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 32px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
}

.award-img-block {
  height: 160px;
  border: 1px solid #eee;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
}

.video-play:hover {
  cursor: pointer;
}

.feature {
  background: linear-gradient(to bottom, #05a5f9, #10dab7);
}

.feature-block {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.feature-block i {
  font-size: 40px;
}

.feature-block h5 {
  margin-top: 20px;
}

.text-lg {
  font-size: 50px;
}

.counter {
  background: #FF715B;
}

.counter .counter-item h2 {
  color: #fff;
}

.counter .counter-item p {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.counter--style i {
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fafafa;
  background: #FF715B;
  display: inline-block;
  padding-top: 28px;
}

.team-block img {
  border-radius: 5px;
}

.service-item-list {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}

.service-item-list i {
  font-size: 30px;
  line-height: 1.1;
  margin-right: 20px;
  float: left;
  color: #FF715B;
}

.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #111;
}

.mb-50 {
  margin-bottom: 50px;
}

.content-padding {
  padding: 50px 0px;
}

.service-img {
  padding-right: 20px;
}

.service-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.heading {
  margin-bottom: 90px;
}

.case-img, .case-content {
  padding: 30px;
}

.case-timeline {
  position: relative;
}

.case-timeline-divider {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: auto;
  margin-left: -1px;
  background-color: #eee;
}

.case-timeline-dot {
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 400px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 992px) {
  .case-timeline-dot {
    display: none;
  }
  .case-timeline-divider {
    display: none;
  }
}

.cta {
  background: url("../images/flowers.png") no-repeat;
  background-size: cover;
  position: relative;
  height: 280px;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #FF715B;
}

.testimonial-wrap {
  margin-left: calc((100% - 1140px)/2);
  margin-right: -10%;
}

.testimonial-block {
  margin: 0px 10px;
  padding: 10px 0px;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 0px;
}

.testimonial-block p {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(85, 128, 255, 0.2);
  padding: 60px  40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}

.testimonial-block p:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent;
}

.testimonial-block .client-info .client-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.testimonial-block .client-info .client-img img {
  border-radius: 100%;
  width: 60px;
}

.testimonial-block .client-info .info h6 {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

.pricing-block {
  padding: 20px 0px 50px 0px;
  border-top: 7px solid #FF715B;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 0px;
}

.pricing-block .price-header {
  padding: 30px 0px;
}

.pricing-block .price-header h2 {
  font-weight: 700;
  margin: 15px 0px;
}

.pricing-block .price-body {
  padding: 30px 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.pricing-block .price-body ul li {
  padding: 10px 0px;
}

.pricing-block .price-footer {
  margin-bottom: 30px;
}

.text-underline {
  text-decoration: underline;
}

.portfolio {
  position: relative;
}

.portfolio:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
}

.portflio-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgba(255, 113, 91, 0.98);
  opacity: 0;
  overflow: hidden;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:hover:before {
  opacity: 1;
  width: 100%;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  left: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  padding-top: 15px;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.portfolio-gallery {
  padding: 0px 30px;
}

.project-info-list {
  margin-top: 25px;
}

.project-info-list li {
  margin-bottom: 13px;
}

.project-info-list li strong {
  font-weight: 500;
  color: #111;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 15px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}

.short-info li {
  margin-bottom: 20px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.short-info {
  padding: 25px;
  border: 1px solid #eee;
}

.mt-90 {
  margin-top: 90px;
}

.blog-thumb {
  width: 35%;
  float: left;
  margin-right: 40px;
}

.blog-item-content h3 {
  font-weight: 500;
}

.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #FF715B;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #111;
  padding: 40px;
  font-style: italic;
  background: #f5f6ff;
  border-left: 5px solid #FF715B;
  margin: 25px 0px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

@media (max-width: 480px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blog-thumb img {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blog-thumb img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blog-thumb img {
    width: 100%;
  }
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #FF715B;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #FF715B;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #FF715B;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #FF715B;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #FF715B;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #FF715B;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #FF715B;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 25px;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #111;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #FF715B;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #FF715B;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 0px;
  /* background: #000; */
  background-image: url("../images/white1-modified-modified (1).jpg");background-size:cover;  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #fff;
}

.logo span {
  color: #FF715B;
}

.widget h4 {
  color: #fff;
  font-weight: 600;
}

.widget a {
  color: rgba(255, 255, 255, 0.7);
}

.widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-socials li a {
  margin-right: 7px;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
}

.copyright a {
  color: rgba(255, 255, 255, 0.8);
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #FF715B;
}

/*# sourceMappingURL=maps/style.css.map */

/* -------- Custom Changes -------- */
.logo_vaibhav{
  width: 130px;
}
.logo_footer{
  width: 130px;
}

/* about section */
.section-header {
  margin-bottom: 10px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  /* padding-bottom: 20px; */
  margin: 0 0 20px;
}
.column-title {
  margin-top: 3px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.embed-responsive-16by9::before {
  padding-top: 0 !important;
}

.image_carousel{
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.img_inner{
  height: 90vh!important;
}

.header_top{
  height: 30px;
  background-color: #c01e2d;
  padding-top: 2px;
}

.fixed {
	position: fixed;
  width: 100%;
  top: 0px;
	z-index: 999;
}
.fixed .logo_vaibhav {
  width: 130px;
}

header{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.contact_header a:focus{
  color: #111;
}


.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a i,  .navbar .navbar-nav>li>a.active , .navbar .navbar-nav>.active>a:focus{
  color: #fecd00 !important;
}
.navbar .navbar-nav a:hover {
  color: #fecd00 !important;
}

.about_icons{
  padding-right: 0px;
  font-size: 25px;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
	width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #2764ab; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #2764ab; 
  }

.facebook_icon i:hover, .facebook_icon:hover, .facebook_icon i:focus, .facebook_icon:focus{
  color: #3b5999 !important;
}

.instagram_icon:hover, .instagram_icon:focus, .instagram_icon i:hover, .instagram_icon i:focus{
  color: #e4405f !important;
}

.youtube_icon:hover, .youtube_icon i:hover, .youtube_icon i:focus, .youtube_icon:focus {
  color: #cd201f;
}

@media (min-width: 910px) and (max-width: 1066px){
  .image_carousel video{
    height: 630px !important;
  }
}
@media (min-width: 1067px) and (max-width: 2050px){
  .image_carousel video{
    height: 770px !important;
  }
}

@media screen and (max-width: 767px){
  #myVideo{
    /* margin-top: 56px !important; */
  }
  .copyright{
    text-align: center !important;
  }
  .content-padding{
    padding: 20px 0px !important;
  }
  .page-title {
    margin-top: 45px;
    /* padding: 45px 0px 0px 0px; */
    position: relative;
  }
  .title_services{
    font-size: 2rem;
  }
  .font_size_h3{
    font-size: 1rem;
  }
  .title_banner{
    font-size: 30px;
  }
}
@media screen and (max-width: 948px){
  #section07{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 909px){
  .img_inner{
    height: 85vh!important;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .bg-1 {
   
    margin-top: 48px;
    padding:0px;
}

}

/* gallery */

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    /* border-radius: 20px; */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    .container.gallery-container {
        border-radius: 0;
    }
}

#myloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #ffffff;
  text-align: center;
}

.loader_img {
  margin-top: 140px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.h_300{
  height: 300px !important;
  width: 100% !important;
}


#myVideo{
  object-fit: initial;
  width: 1240px;
  width: 100%;
}

.demo a {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 15px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  margin-left: -40px;
}

#section07 a {
  padding-top: 80px;
}
#section07 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	color: #fff;
	transform: scale(4,3);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.header_contact:hover{
  color: #f3e8e8 !important;
}
.link_color{
  color: #fff !important;
}

.ml_header_top{
  margin-left: -45px !important;
}

.modal-title{
  font-weight: 500;
  color: #fff;
}

/* range */
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:#ff715b;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ff715b;
  cursor: pointer;
}

.rs-latest-news
{
  background-color: #b987922b;
}


/* floating */
.fl-fl {
  /* background:#313888; */
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 1px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 18px !important;
  color: #fff;
  padding: 5px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 250px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 305px;
}

.float-pn {
  top: 360px;
}
/* Floating Social Media Bar Style Ends Here */
.book_event_fa
{
  color: #fff !important;
  padding-top: 8px;
  margin-left: -2px !important;
}

.btn-solid-border .book_event .fa:hover
{
  color:white !important;
}

.btn-outline-secondary {
  color: #ff715b !important;
 
}
.book_event
{
 margin-left: 20px;
}

.pl-3, .px-3 {
  padding-left:0px !important;
}

.pr-3, .px-3 {
  padding-right: 0px !important; 
}

.book_button .btn {
  width: 150px;
 padding:0px !important;
}

.packages_image
{
  height: 350px;
    max-width: 100%;
    border-radius: 10px;
}
.packages_heading
{
  font-size: 30px;
  font-weight: bold;

}
.pt-5, .py-5 {
  padding-top:10px !important;
}

.packages_card .card:hover {

  /* border: 2px solid #244492 ; */
  background-color: #e5eff1;
 
  
}

.packages_card .card {
 
  border: 1px solid #244492;

}
/* .card_1
{
  background-color:aliceblue;
}
.card_2
{
  background-color:#be84bf73;
}
.card_3
{
  background-color:#81f7d673;
}
.card_4
{
  background-color:#a3bdd4;
} */

.form_control_date
{
  height: 40px !important;
}

.mb-1 {
  margin-bottom: 0px!important;
}

/* cards */

.collapse-content .fa.fa-heart:hover {
  color: #f44336 !important;
}
.collapse-content .fa.fa-share-alt:hover {
  color: #0d47a1 !important;
}

.read_more
{
  color:blue;
}
.location
{
  color:red;
margin-left: 90px;
}


/* 
news */

.page_heading {
  border-bottom: 1px solid red;
  margin-bottom: .7rem;
}
.rs-event-details .event-img {
  margin-bottom: 25px;
}
.newsDetail_image {
  width: 100%;
  height: 450px;
}
.rs-event-details .event-title {
  font-size: 24px;
  margin-bottom: 6px;
}
.rs-event-details .event-meta {
  margin-top: 10px;
  margin-bottom: 30px;
}
.recent-post {
  display: block;
}
.rs-event-details .event-meta > div {
  display: inline-block;
  color: #666;
}
.rs-event-details .event-meta > div i {
  margin-right: 3px;
  color: #ff3115;
}
.sidebar-area .latest-courses {
  margin-bottom: 45px;
}
.sidebar-area .latest-courses .post-item .post-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
  float: left;
}
.recent_news {
  width: 130px;
  height: 100px;
}
.sidebar-area .latest-courses .post-item .post-desc {
  width: 66.66%;
  padding-left: 20px;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc .duration {
  font-weight: 600;
  color: #777777;
  font-size: 13px;
}

.rs-event-details .event-img {
  margin-bottom: 25px;
}
.newsDetail_image {
  width: 100%;
  height: 450px;
}

  
  /* tesstimonials */

  .bg5 {
    background-image: url(images/bg/testimonial-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
} 
.sec-spacer {
  padding: 100px 0;
}
.mb-50 {
  margin-bottom: 50px !important;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.sec-title h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.white-color {
  color: black !important;
}
.sec-title p {
  margin-bottom: 0;
  font-size: 16px;
}

.rs-testimonial .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 55px;
}
.rs-testimonial .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 55px;
}
.rs-testimonial .testimonial-item .testi-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.rs-testimonial .testimonial-item .testi-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.rs-testimonial .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.rs-testimonial .testimonial-item .testi-desc:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.rs-testimonial .testimonial-item .testi-desc:before, .rs-testimonial .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #ff3115;
}
.rs-testimonial .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.rs-testimonial .testimonial-item .testi-desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.rs-testimonial .testimonial-item .testi-desc:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.rs-testimonial .testimonial-item .testi-desc:before, .rs-testimonial .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #ff3115;
}
.rs-testimonial .testimonial-item {
  padding: 35px;
  background-color: #ffffff;
}
.owl-controls .owl-nav .owl-prev {
  left: -60px;
}
.owl-controls .owl-nav .owl-prev {
  left: -60px;
}
.rs-testimonial .owl-controls .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-testimonial .owl-controls .owl-dots .owl-dot:first-child {
  border-radius: 3px 0 0 3px;
}
.rs-testimonial .owl-controls .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-testimonial .owl-controls .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
/* testimonials end */

.float-sm .social_share .f1
{
  margin-left:-20px;
}
.demo .fa
{
  margin-left: -0px;
}
.owl-carousel {
  display: block !important;
}

.sec-title.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}



 .hello  h3 {
	font-family: 'Patua One', cursive;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #fff
}
.container1 {
	box-sizing: content-box;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 0px;
}
.indentity {
	margin: 0!important
}
figure.testimonial {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	padding: 0 20px;
	text-align: left;
	box-shadow: none !important;
}
figure.testimonial * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial img {
	/* max-width: 100%; */
	vertical-align: middle;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 10px 0 0 10px;
}
figure.testimonial blockquote {
	background-color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 25px 50px 30px;
  position: relative;
  height: 130px;
}
figure.testimonial blockquote:before, figure.testimonial blockquote:after {
	content: "\201C";
	position: absolute;
	color: #ff5057;
	font-size: 50px;
	font-style: normal;
}
figure.testimonial blockquote:before {
	top: 25px;
	left: 20px;
}
figure.testimonial blockquote:after {
	content: "\201D";
	right: 20px;
	bottom: 0;
}

figure.testimonial .peopl {
	position: absolute;
	bottom: 45px;
	padding: 0 10px 0 120px;
	margin: 0;
	color: #ffffff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
figure.testimonial .peopl h5 {
	opacity: 0.9;
  /* margin: 0; */
  margin-top:34px;
  margin-left:-35px;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-top: -10px;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-btn.slick-hidden {
	display: none;
}
 
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev:before, .slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -40px;
}
.slick-prev:before {
	content: "";
}
.slick-next {
	right: -40px;
}
.slick-next:before {
	content: "";
}
.container-fluid
{
  background: #3f51b51f;

}
/* testimonial end */
.card-title {
  margin-top: -20px !important;
 
}

.card-text:last-child {
 
  margin-top: -10px !important;
}

.share_icon{
padding: 10px 0;
}



/* events setion */
.events_card .card{
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  height: 650px;
}

.events_card .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.events_card img{
  height: 200px;
}
/* testimonial */
.container-fluid {
  margin-top: -7px !important;
}
/* testimonial */
 .fixed .book_event_fa
 {
   color:black !important;
   margin-left: -2px !important;
 }
 .container1 h2
 {
  margin-top: -30px;
 }
 .footer_para
 {   
    margin-top: -10px
}

.facebook
{
 background:#313888;
 border-radius: 4px;
}

.instagram
{
  background: #e91e63c7;
  border-radius: 4px;
}
.whatsapp
{
  background:#4caf50;
  border-radius: 4px;
}
.nav_bar_color
{
  color:black;
}

@media (max-width: 990px) {
  #navbar .nav-link
  {
    color: #000000 !important;
    font-weight: bold;
  }
}
  @media (max-width: 768px) {
    .float-sm .fl-fl
    {
     right: -160px !important;
    }
    .social_icon_hide
    {
      display:none;
    }
    }
    @media (min-width: 321px) and (max-width: 425px){ 
      .float-sm .fl-fl
      {
       right: -155px !important;
      }
    } 
    @media (min-width: 426px) and (max-width:577px){ 
      .float-sm .fl-fl
      {
       right: -135px !important;
      }
    } 
    @media (min-width: 577px) and (max-width:731px){ 
      .float-sm .fl-fl
      {
       right: -130px !important;
      }
    } 
    @media (min-width: 731px) and (max-width:1024px){ 
      .float-sm .fl-fl
      {
       right: -160px !important;
      }
    } 
    @media (min-width: 1025px) and (max-width:1300){ 
      .float-sm .fl-fl
      {
       right: -100px !important;
      }
    } 
    @media (min-width: 1301) and (max-width:1400){ 
      .float-sm .fl-fl
      {
       right: -160 !important;
      }
    } 

    @media (max-width: 425px) {
      figure.testimonial blockquote
      {
   padding-right: 20px !important;
   padding-left: 20px !important;
   font-size: 12px;
      }
      }
      @media (max-width: 425px) 
        {
          .slick-next 
          {
            right: -18px !important;
          }
          .slick-prev {
            left: -31px !important;
        }
        .container1 h2 {
        
          font-size: 19px;
      }
      figure.testimonial .peopl h5
      {
        font-size: 15px !important;
      }  
      }
      @media (max-width:768px){ 
        .slick-next {
          right: -10px;
      }
      .slick-prev {
        left: -30px;
    } 
      } 
      @media (min-width: 769px) and (max-width:1024px){ 
        .slick-next {
          right: -20px;
      }
      .slick-prev {
        left: -31px;
    } 
  }

  @media (min-width: 991px) and (max-width:1024px){ 
    #navbar .nav-link {
      font-size: 13px;
      }
  }
  @media (max-width:425px){ 
    .slick-slider{
      margin-top: -15px;
    }
    .quick_links
    {
      margin-top: -30px;
    }
    .footer_list_items
    {
      margin-top: -20px;
    }
  }

.para_align
{
  text-align: justify;
}
@media (max-width:320px){ 
  .events_card .card
  {
    height: 750px;
  }
}
@media (min-width: 426px) and (max-width:768px){ 
  .events_card .card
  {
    height: 950px;
  }
}
@media (min-width: 769px) and (max-width:1024px){ 
  .events_card .card
  {
    height: 750px;
  }
}

@media only screen and (min-width: 700px){
  .hide-menu{
    display: none !important;

  }
  }

  @media only screen and (max-width:700px){
  .bg-whitee{
    background-color:white!important;
  
  }
}