/**
* Template Name: Shuffle - v2.0.0
* Template URL: https://bootstrapmade.com/bootstrap-3-one-page-template-free-shuffle/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General # General# General# General# General
# General # General# General# General# General
# General # General# General# General# General
--------------------------------------------------------------*/
body {font-family: "Roboto", sans-serif; color: #334240;}

a {color: #1bbca3;}

a:hover {color: #2ae0c4; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: "Roboto", sans-serif;}

/*--------------------------------------------------------------
# Back to top button # Back to top button# Back to top button
# Back to top button # Back to top button# Back to top button
# Back to top button # Back to top button# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #1bbca3;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #21dfc2;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header # Header # Header # Header
# Header # Header # Header # Header
# Header # Header # Header # Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #425451;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu # Navigation Menu # Navigation Menu
# Navigation Menu # Navigation Menu # Navigation Menu
# Navigation Menu # Navigation Menu # Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #425451;
  padding: 14px 15px;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #1bbca3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #08362f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1bbca3;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(43, 56, 54, 0.7);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  transition: ease-in-out 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #56e7d0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  top: 26px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #1bbca3;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(21, 27, 26, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section # Hero Section # Hero Section # Hero Section
# Hero Section # Hero Section # Hero Section # Hero Section
# Hero Section # Hero Section # Hero Section # Hero Section 
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 100%;*/
  background-color: rgba(21, 27, 26, 0.7);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  /*height: 100%;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(21, 27, 26, 0.7);
  position: absolute;
  /*height: 100vh;*/
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
}

#hero .carousel-indicators .active {
  background-color: #1bbca3;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1bbca3;
}

#hero .btn-get-started:hover {
  background: #1bbca3;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }

}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }

}


/*--------------------------------------------------------------
# Sections General # Sections General # Sections General 
# Sections General # Sections General # Sections General 
# Sections General # Sections General # Sections General 
--------------------------------------------------------------*/
section {
  padding: 15px 0;
}


.section-bg {
  background-image: #eee;
  box-shadow: 0 0px 15px 2px rgba(214, 215, 216, 0.6);
  
}

.section-bg-gradient-color {
    background-color:darkblue;
  /*background-image: linear-gradient(to right, blue , yellow, pink);*/
  box-shadow: 0 0px 15px 2px rgba(214, 215, 216, 0.6);  
}

.section-title {
  text-align: center;
   padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: white;
  font-family:'Arial Rounded MT';
}

.section-title p {
  margin-bottom: 0;
  color: white;
}

/*--------------------------------------------------------------
# Sections-1 Other # Sections-1 Other # Sections-1 Other 
# Sections-1 Other # Sections-1 Other # Sections-1 Other 
# Sections-1 Other # Sections-1 Other # Sections-1 Other 
--------------------------------------------------------------*/

section1 {
  padding: 30px 0;

}

.section1-bg {
  background-color: #f2f5f44a;
  box-shadow: 0 0px 15px 2px rgba(214, 215, 216, 0.6);
}

.section1-title1 {
  text-align: center;
  padding-bottom: 10px;
}

.section1-title1 h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
  color: #4b605c;
  text-align:center;
  padding-left: 15px;
  color:#0a0ac469
 }

.section1-title1 p {
  margin-bottom: 0;
  color: #5f7c78;
}
/*--------------------------------------------------------------
# Sections-2 Other # Sections-2 Other # Sections-2 Other
# Sections-2 Other # Sections-2 Other # Sections-2 Other 
# Sections-2 Other # Sections-2 Other # Sections-2 Other  
--------------------------------------------------------------*/
section2 {
  padding: 10px 0;
}

.section2-bg {
  background-color: #f2f5f44a;
  box-shadow: 0 0px 15px 2px rgba(214, 215, 216, 0.6);
}

.section2-title2 {
  text-align: left;
  padding-bottom: 10px;
}

.section2-title2 h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
  color: #4b605c;
  text-align:left;
  padding-left: 0px;
  color:#0a0ac469
 }

.section2-title2 p {
  margin-bottom: 0;
  color: #5f7c78;
}

/*--------------------------------------------------------------
# About Us # About Us # About Us # About Us # About Us 
# About Us # About Us # About Us # About Us # About Us 
# About Us # About Us # About Us # About Us # About Us 
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 500;
  font-size: 24px;
  color: #58716d;
  font-family: "Poppins", sans-serif;
}


.about .video-box img {
  padding: 15px 0;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bbca3;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .progress {
  height: 50px;
  display: block;
  background: none;
}

.about .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #58716d;
}

.about .progress .skill .val {
  float: right;
  font-style: normal;
}

.about .progress-bar-wrap {
  background: #e6eceb;
}

.about .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #1bbca3;
}

@media (max-width: 1024px) {
.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  }
}

@media (max-width: 992px) {
.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  }
}
/*---------------------------------------------------------------------
# About-1 Us # About-1 Us # About-1 Us # About-1 Us # About-1 Us 
# About-1 Us # About-1 Us # About-1 Us # About-1 Us # About-1 Us 
# About-1 Us # About-1 Us # About-1 Us # About-1 Us # About-1 Us 
----------------------------------------------------------------------*/

.About1 {
  background: #fff;
  padding: 5px 0 30px 0;
}

.about1 .container1 {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);

  }

.About1 .member1 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.About1 .member1 .pic {
  border-radius: 4px;
  overflow: hidden;
}

.About1 .member1 img {
  transition: all ease-in-out 0.4s;
}

.About1 .member1:hover img {
  transform: scale(1.05);
}

.About1 .member1 .member1-info1 {
  position: absolute;
  bottom: -60px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #66b715 0%, rgba(255, 255, 255, 0.9) 35%, rgba(247, 135, 54, 0.8) 100%);
  padding: 15px 0;
  border-radius: 10px;
}

.About1 .member1 h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.About1 .member1 h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.About1 .member1 span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.About1 .member1 .social {
  margin-top: 15px;
}

.About1 .member1 .social a {
  transition: color 0.3s;
  color: #fff;
}

.About1 .member1 .social a:hover {
  color: #9eccf4;
}

.About1 .member1 .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .About1 .member1 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  }
}

@media (max-width: 992px) {
.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  }
}

/*--------------------------------------------------------------
# Counts Secction # Counts Secction # Counts Secction 
# Counts Secction # Counts Secction # Counts Secction 
# Counts Secction # Counts Secction # Counts Secction 
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background: #fff;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #1bbca3;
  float: left;
}

.counts .count-box span {
  font-size: 30px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #58716d;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7c9995;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a7bbb8;
}

/*--------------------------------------------------------------
# Our Services # Our Services # Our Services # Our Services
# Our Services # Our Services # Our Services # Our Services 
# Our Services # Our Services # Our Services # Our Services  
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;

}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #aff4e9;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #1bbca3;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #1bbca3;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #425451;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1bbca3;
}

/*--------------------------------------------------------------
# Call to Action # Call to Action # Call to Action 
# Call to Action # Call to Action # Call to Action 
# Call to Action # Call to Action # Call to Action 
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(66, 84, 81, 0.5), rgba(43, 56, 54, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #1bbca3;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #1bbca3;
  border: 2px solid #1bbca3;
}

/*--------------------------------------------------------------
# More Services # More Services # More Services 
# More Services # More Services # More Services 
# More Services # More Services # More Services 
--------------------------------------------------------------*/
.more-services img {
  border-radius: 0;
}

.more-services .card {
  border: 0;
  text-align: ceneter;
}

.more-services .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}

.more-services .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334240;
  transition: ease-in-out 0.3s;
}

.more-services .card-title a:hover {
  color: #1bbca3;
}

.more-services .btn {
  border-radius: 50px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #1bbca3;
}

.more-services .btn:hover {
  color: #fff;
  background: #1bbca3;
}

/*--------------------------------------------------------------
# Info Box # Info Box # Info Box # Info Box # Info Box 
# Info Box # Info Box # Info Box # Info Box # Info Box 
# Info Box # Info Box # Info Box # Info Box # Info Box 
--------------------------------------------------------------*/
.info-box .content {
  padding: 15px 100px 0 100px;
}

.info-box .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.info-box .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info-box .content p {
  font-size: 15px;
  color: #6b8a86;
}

.info-box .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info-box .accordion-list {
  padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
  padding: 0;
  list-style: none;
}

.info-box .accordion-list li + li {
  margin-top: 15px;
}

.info-box .accordion-list li {
  padding: 20px;
  background: #f2f5f4;
  border-radius: 5px;
  border-style: outset;
  border-style: outset;
  border-block-color: #a9a9a9c4;
  border-block-start-color: royalblue;
  border-block-start-style: dashed;
  border-inline-start-style: dashed;
  border-inline-start-color: royalblue;
  border-block-start-style: dashed;
  border-inline-end-color: #a9a9a9c4;  

}

.info-box .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info-box .accordion-list a:hover {
  color: #1bbca3;
}

.info-box .accordion-list span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info-box .accordion-list .icon-show {
  display: none;
}

.info-box .accordion-list a.collapsed {
  color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
  color: #1bbca3;
}

.info-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info-box .content, .info-box .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info-box {
    /* img {
      padding-top: 30px;
    } */
  }
  .info-box .content {
    padding-top: 30px;
  }
  .info-box .accordion-list {
    padding-bottom: 30px;
  }
}

/*------------------------------------------------------------------
# Info Box Complaint # Info Box Complaint # Info Box Complaint 
# Info Box Complaint # Info Box Complaint # Info Box Complaint 
# Info Box Complaint # Info Box Complaint # Info Box Complaint 
------------------------------------------------------------------*/
.info1-box1.content1 {
  padding: 60px 100px 0 100px;
}

.info1-box1 .content1 h3 {
  font-weight: 400;
  font-size: 34px;
}

.info1-box1 .content1 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info1-box1 .content1 p {
  font-size: 15px;
  color: #6b8a86;
}

.info1-box1 .img1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info1-box1 .accordion1-list1 {
  padding: 0 100px 60px 100px;
}

.info1-box1 .accordion1-list1 ul {
  padding: 0;
  list-style: none;
}

.info1-box1 .accordion1-list1 li + li {
  margin-top: 15px;
}

.info1-box1 .accordion1-list1 li {
  padding: 20px;
  background: #0ef20e1c;
  border-radius: 5px;
  border-style: outset;
  border-block-color: darkgreen;
  border-block-start-color: brown;
  border-block-start-style: dashed;
  border-inline-start-style: dashed;
  border-inline-start-color: brown;
  border-block-start-style: dashed;
  
}

.info1-box1 .accordion1-list1 a {
  display: block;
  position: relative;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info1-box1 .accordion1-list1 a:hover {
  color: #1bbca3;
}

.info1-box1 .accordion1-list1 span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info1-box1 .accordion1-list1 i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info1-box1 .accordion1-list1 p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info1-box1 .accordion1-list1 .icon-show {
  display: none;
}

.info1-box1 .accordion1-list1 a.collapsed {
  color: #c81717;
  margin-bottom: 15px;
}

.info1-box1 .accordion1-list1 a.collapsed:hover {
  color: #1bbca3;
}

.info1-box1 .accordion1-list1 a.collapsed .icon-show {
  display: inline-block;
}

.info1-box1 .accordion1-list1 a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info1-box1 .content1, .info1-box1 .accordion1-list1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info1-box1 {
    /* img {
      padding-top: 30px;
    } */
  }
  .info1-box1 .content1 {
    padding-top: 30px;
  }
  .info1-box1 .accordion1-list1 {
    padding-bottom: 30px;
  }
}

/*-----------------------------------------------------------------------
# Info Box Ragistration # Info Box Ragistration # Info Box Ragistration
# Info Box Ragistration # Info Box Ragistration # Info Box Ragistration 
# Info Box Ragistration # Info Box Ragistration # Info Box Ragistration  
--------------------------------------------------------------------------*/
.info2-box2.content2 {
  padding: 60px 100px 1px 100px;
}

.info2-box2 .content2 h3 {
  font-weight: 400;
  font-size: 34px;
}

.info2-box2 .content2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info2-box2 .content2 p {
  font-size: 15px;
  color: #6b8a86;
}

.info2-box2 .img2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info2-box2 .accordion2-list2 {
  padding: 0 100px 60px 100px;
}

.info2-box2 .accordion2-list2 ul {
  padding: 0;
  list-style: none;
}

.info2-box2 .accordion2-list2 li + li {
  margin-top: 15px;
}

.info2-box2 .accordion2-list2 li {
  padding: 20px;
  background: #ffff0017;
  border-radius: 5px;
  border-style: outset;
  border-block-color: blue;
  border-block-start-color: darkgreen;
  border-block-start-style: dashed;
  border-inline-start-style: dashed;
  border-inline-start-color: darkgreen;
  border-block-start-style: dashed;
  border-inline-end-color: blue;  
}

.info2-box2 .accordion2-list2 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info2-box2 .accordion2-list2 a:hover {
  color: #1bbca3;
}

.info2-box2 .accordion2-list2 span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info2-box2 .accordion2-list2 i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info2-box2 .accordion2-list2 p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info2-box2 .accordion2-list2 .icon-show {
  display: none;
}

.info2-box2 .accordion2-list2 a.collapsed {
  color: #343a40;
}

.info2-box2 .accordion2-list2 a.collapsed:hover {
  color: #1bbca3;
}

.info2-box2 .accordion2-list2 a.collapsed .icon-show {
  display: inline-block;
}

.info2-box2 .accordion2-list2 a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info2-box2 .content2, .info2-box2 .accordion2-list2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info2-box2 {
    /* img {
      padding-top: 30px;
    } */
  }
  .info2-box2 .content2 {
    padding-top: 30px;
  }
  .info2-box2 .accordion2-list2 {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Check Your Complaint Status # Check Your Complaint Status 
# Check Your Complaint Status # Check Your Complaint Status 
# Check Your Complaint Status # Check Your Complaint Status 
--------------------------------------------------------------*/
.info5-box5.content2 {
  padding: 60px 100px 1px 100px;
}

.info2-box5 .content5 h3 {
  font-weight: 400;
  font-size: 34px;
}

.info5-box5 .content2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info5-box5 .content5 p {
  font-size: 15px;
  color: #6b8a86;
}

.info5-box5 .img2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info5-box5 .accordion5-list5 {
  padding: 0 0px 0px 0px;
}

.info5-box5 .accordion5-list5 ul {
  padding: 0;
  list-style: none;
}

.info5-box5 .accordion5-list5 li + li {
  margin-top: 15px;
}

.info5-box5 .accordion5-list5 li {
  padding: 20px;
  background: #ffffffa6;
  border-radius: 5px;
  border-style: outset;
  border-block-color: blue;
  border-block-start-color: darkgreen;
  border-block-start-style: dashed;
  border-inline-start-style: double;
  border-inline-start-color: darkgreen;
  border-block-start-style: double;
  border-inline-end-color: blue; 
  border-inline-end-style: double; 
}

.info5-box5 .accordion5-list5 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info5-box5 .accordion5-list5 a:hover {
  color: #1bbca3;
}

.info5-box5 .accordion5-list5 span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info5-box5 .accordion5-list5 i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info5-box5 .accordion5-list5 p {
  margin-bottom: 0;
  padding: 10px 0 0 10px;
}

.info5-box5 .accordion5-list5 .icon-show {
  display: none;
}

.info5-box5 .accordion5-list5 a.collapsed {
  color: #343a40;
}

.info5-box5 .accordion5-list5 a.collapsed:hover {
  color: #1bbca3;
}

.info5-box5 .accordion5-list5 a.collapsed .icon-show {
  display: inline-block;
}

.info5-box5 .accordion5-list5 a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info5-box5 .content5, .info5-box5 .accordion5-list5 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info5-box5 {
    /* img {
      padding-top: 30px;
    } */
  }
  .info5-box5 .content5 {
    padding-top: 30px;
  }
  .info5-box5 .accordion5-list5 {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Admin Complaint Status # Admin Complaint Status 
# Admin Complaint Status # Admin Complaint Status 
# Admin Complaint Status # Admin Complaint Status 
--------------------------------------------------------------*/
.info6-box6.content6 {
  padding: 60px 100px 1px 100px;
}

.info6-box6 .content6 h3 {
  font-weight: 400;
  font-size: 34px;
}

.info6-box6 .content6 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info6-box6 .content6 p {
  font-size: 15px;
  color: #6b8a86;
}

.info6-box6 .img2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info6-box6 .accordion6-list6 {
  padding: 0 0px 0px 0px;
}

.info6-box6 .accordion6-list6 ul {
  padding: 0;
  list-style: none;
}

.info6-box6 .accordion6-list6 li + li {
  margin-top: 15px;
}

.info6-box6 .accordion6-list6 li {
  padding: 20px;
  background: #ffffffe6;
  border-radius: 5px;
  border-style: outset;
  border-block-color: blue;
  border-block-start-color: darkgreen;
  border-block-start-style: dashed;
  border-inline-start-style: double;
  border-inline-start-color: darkgreen;
  border-block-start-style: double;
  border-inline-end-color: blue; 
  border-inline-end-style: double; 
  margin-top: 15px;
}

.info6-box6 .accordion6-list6 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info6-box6 .accordion6-list6 a:hover {
  color: #1bbca3;
}

.info6-box6 .accordion6-list6 span {
  color: #d0176c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info6-box6 .accordion6-list6 i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info6-box6 .accordion6-list6 p {
  margin-bottom: 0;
  padding: 10px 0 0 10px;
}

.info6-box6 .accordion6-list6 .icon-show {
  display: none;
}

.info6-box6 .accordion6-list6 a.collapsed {
  color: #343a40;
}

.info6-box6 .accordion6-list6 a.collapsed:hover {
  color: #1bbca3;
}

.info6-box6 .accordion6-list6 a.collapsed .icon-show {
  display: inline-block;
}

.info6-box6 .accordion6-list6 a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info6-box6 .content6, .info6-box6 .accordion6-list6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info6-box6 {
    /* img {
      padding-top: 30px;
    } */
  }
  .info6-box6 .content6 {
    padding-top: 30px;
  }
  .info6-box6 .accordion6-list6 {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Info Box Complaint # Info Box Complaint# Info Box Complaint
# Info Box Complaint # Info Box Complaint# Info Box Complaint
# Info Box Complaint # Info Box Complaint# Info Box Complaint
--------------------------------------------------------------*/
.info7-box7.content7 {
  padding: 60px 100px 0 100px;
}

.info7-box7 .content7 h3 {
  font-weight: 400;
  font-size: 34px;
}

.info7-box7 .content7 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info7-box7 .content7 p {
  font-size: 15px;
  color: #6b8a86;
}

.info7-box7 .img7 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info7-box7 .accordion7-list7 {
  padding: 0 100px 60px 100px;
}

.info7-box7 .accordion7-list7 ul {
  padding: 0;
  list-style: none;
}

.info7-box7 .accordion7-list7 li + li {
  margin-top: 15px;
}

.info7-box7 .accordion7-list7 li {
  padding: 20px;
  background: #0ef20e1c;
  border-radius: 5px;
  border-style: outset;
  border-block-color: darkgreen;
  border-block-start-color: brown;
  border-block-start-style: dashed;
  border-inline-start-style: dashed;
  border-inline-start-color: brown;
  border-block-start-style: dashed;
  
}

.info7-box7 .accordion7-list7 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info7-box7 .accordion7-list7 a:hover {
  color: #1bbca3;
}

.info7-box7 .accordion7-list7 span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info7-box7 .accordion7-list7 i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info7-box7 .accordion7-list7 p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info7-box7 .accordion7-list7 .icon-show {
  display: none;
}

.info7-box7 .accordion7-list7 a.collapsed {
  color: #343a40;
}

.info7-box7 .accordion7-list7 a.collapsed:hover {
  color: #1bbca3;
}

.info7-box7 .accordion7-list7 a.collapsed .icon-show {
  display: inline-block;
}

.info7-box7 .accordion7-list7 a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info7-box7 .content7, .info7-box7 .accordion7-list7 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info7-box7 {
    /* img {
      padding-top: 30px;
    } */
  }
  .info7-box7 .content7 {
    padding-top: 30px;
  }
  .info7-box7 .accordion7-list7 {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Our Portfolio # Our Portfolio # Our Portfolio 
# Our Portfolio # Our Portfolio # Our Portfolio 
# Our Portfolio # Our Portfolio # Our Portfolio 
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #334240;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1bbca3;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 113, 109, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #56e7d0;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Our Leader # Our Leader # Our Leader # Our Leader 
# Our Leader # Our Leader # Our Leader # Our Leader 
# Our Leader # Our Leader # Our Leader # Our Leader 
--------------------------------------------------------------*/
.team1 {
  background: #fff;
  padding: 30px 0 30px 0;
  box-shadow: 0 -1px 15px 0 rgba(214, 215, 216, 0.6);
}


.team1 .member1 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team1 .member1 .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team1 .member1 img {
  transition: all ease-in-out 0.4s;
}

.team1 .member1:hover img {
  transform: scale(1.1);
}

.team1 .member1 .member1-info1 {
  position: absolute;
  bottom: -85px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team1 .member1 h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team1 .member1 h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team1 .member1 span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team1 .member1 .social {
  margin-top: 15px;
}

.team1 .member1 .social a {
  transition: color 0.3s;
  color: #fff;
}

.team1 .member1 .social a:hover {
  color: #9eccf4;
}

.team1 .member1 .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team1 .member1 {
    margin-bottom: 100px;
  }
}


/*--------------------------------------------------------------
# Our Team # Our Team # Our Team # Our Team # Our Team 
# Our Team # Our Team # Our Team # Our Team # Our Team 
# Our Team # Our Team # Our Team # Our Team # Our Team 
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 30px 0;
  box-shadow: 0 -1px 15px 0 rgba(214, 215, 216, 0.6);
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #1bbca3;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact Us # Contact Us # Contact Us # Contact Us 
# Contact Us # Contact Us # Contact Us # Contact Us
# Contact Us # Contact Us # Contact Us # Contact Us
--------------------------------------------------------------*/
.contact .infos {
  position: relative;
  z-index: 2;
}

.contact .info {
  padding: 60px;
  background: #fff;
  color: #334240;
  text-align: center;
  box-shadow: -5px -5px 40px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 48px;
  color: #56e7d0;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .info-bg {
  background: white;
}

.contact .contact-form-wrap {
  box-shadow: 10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}


.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #5f7c78;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  background-color: #1bbca3;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #1bbca3;
  padding: 10px 24px;
  color: #1bbca3;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1bbca3;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .info {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer # Footer # Footer # Footer # Footer # Footer 
# Footer # Footer # Footer # Footer # Footer # Footer 
# Footer # Footer # Footer # Footer # Footer # Footer 
--------------------------------------------------------------*/
#footer {
  background: #344341;
  box-shadow: 0 -1px 15px 0 rgb(54, 63, 72);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #3d4f4c;
  border-bottom: 1px solid #4d635f;
  padding: 60px 0 30px 0;
  box-shadow: 0 0px 2px 0 rgba(214, 215, 216, 0.6);
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #58716d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1bbca3;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #56e7d0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #40e4ca;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bbca3;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #158f7c;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*--------------------------------------------------------------
# End Footer
# End Footer
# End Footer

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Achievement Achievement Achievement Achievement
# Achievement Achievement Achievement Achievement
# Achievement Achievement Achievement Achievement
--------------------------------------------------------------*/
.mytabs_area {
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%); }

.tabs_inner .nav.nav-tabs {
  display: block;
  text-align: center;
  border: none;
  margin-bottom: 120px; }
  .tabs_inner .nav.nav-tabs li {
    display: inline-block;
    margin-right: 8px; }
    .tabs_inner .nav.nav-tabs li a {
      margin: 0px;
      line-height: 50px;
      border-radius: 5px;
      padding: 0px 40px;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      font-family: "Roboto", sans-serif;
      border: 1px solid #9ab5f5;
      background: rgba(255, 255, 255, 0.1); }
      .tabs_inner .nav.nav-tabs li a.active {
        background: #fff;
        color: #222222; }
.tabs_inner .tab-content .tab-pane .list {
  max-width: 460px;
  margin: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px; }
  .tabs_inner .tab-content .tab-pane .list:before {
    content: "";
    height: 100%;
    width: 5px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    top: -5px; }
  .tabs_inner .tab-content .tab-pane .list li {
    margin-bottom: 60px;
    position: relative; }
    .tabs_inner .tab-content .tab-pane .list li span {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      display: block;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      left: 46%;
      top: 30px;
      transform: translateX(-50%); }
      .tabs_inner .tab-content .tab-pane .list li span:before {
        content: '';
        height: 7px;
        width: 7px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 52%;
        top: 4px;
        transform: translateX(-50%); }
    .tabs_inner .tab-content .tab-pane .list li:last-child {
      margin-bottom: 0px; }
    .tabs_inner .tab-content .tab-pane .list li .media .d-flex {
      padding-right: 100px; }
      .tabs_inner .tab-content .tab-pane .list li .media .d-flex p {
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: 0px;
        padding-top: 20px; }
    .tabs_inner .tab-content .tab-pane .list li .media .media-body h4 {
      color: #fff;
      font-size: 21px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .tabs_inner .tab-content .tab-pane .list li .media .media-body p {
      color: rgba(255, 255, 255, 0.75);
      margin-bottom: 0px; }

/*============================================================================================ 
# My Tabs Area css # My Tabs Area css # My Tabs Area css # My Tabs Area css 
============================================================================================ */
.mytabs_area {
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%); }

.tabs_inner .nav.nav-tabs {
  display: block;
  text-align: center;
  border: none;
  margin-bottom: 120px; }
  .tabs_inner .nav.nav-tabs li {
    display: inline-block;
    margin-right: 8px; }
    .tabs_inner .nav.nav-tabs li a {
      margin: 0px;
      line-height: 50px;
      border-radius: 5px;
      padding: 0px 40px;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      font-family: "Roboto", sans-serif;
      border: 1px solid #9ab5f5;
      background: rgba(255, 255, 255, 0.1); }
      .tabs_inner .nav.nav-tabs li a.active {
        background: #fff;
        color: #222222; }
.tabs_inner .tab-content .tab-pane .list {
  max-width: 460px;
  margin: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px; }
  .tabs_inner .tab-content .tab-pane .list:before {
    content: "";
    height: 100%;
    width: 5px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    top: -5px; }
  .tabs_inner .tab-content .tab-pane .list li {
    margin-bottom: 60px;
    position: relative; }
    .tabs_inner .tab-content .tab-pane .list li span {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      display: block;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      left: 46%;
      top: 30px;
      transform: translateX(-50%); }
      .tabs_inner .tab-content .tab-pane .list li span:before {
        content: '';
        height: 7px;
        width: 7px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 52%;
        top: 4px;
        transform: translateX(-50%); }
    .tabs_inner .tab-content .tab-pane .list li:last-child {
      margin-bottom: 0px; }
    .tabs_inner .tab-content .tab-pane .list li .media .d-flex {
      padding-right: 100px; }
      .tabs_inner .tab-content .tab-pane .list li .media .d-flex p {
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: 0px;
        padding-top: 20px; }
    .tabs_inner .tab-content .tab-pane .list li .media .media-body h4 {
      color: #fff;
      font-size: 21px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .tabs_inner .tab-content .tab-pane .list li .media .media-body p {
      color: rgba(255, 255, 255, 0.75);
      margin-bottom: 0px; }

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }



.row.m0 {
  margin: 0px; }


button:focus {
  outline: none;
  box-shadow: none; }

.p0 {
  padding-left: 0px;
  padding-right: 0px; }

.p_120 {
  padding-top: 50px;
  padding-bottom: 20px;
  box-shadow: 0 0px 15px 2px rgba(214, 215, 216, 0.6);
 }

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pad_top {
  padding-top: 120px; }

.pad_bt {
  padding-bottom: 120px; }

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

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1620px;
    margin: auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }


/* ============================================================================================
# Main Title Area css # Main Title Area css# Main Title Area css# Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  max-width: 670px;
  margin: 0px auto 75px; }
  .main_title h2 {
    font-family: "Heebo", sans-serif;
    font-size: 36px;
    color: #222222;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .main_title p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 26px;
    color: #777777;
    margin-bottom: 0px; }

/*--------------------------------------------------------------
# End Main Title Area css End Main Title Area css /*
/*============================================================================================ 
# End Achievement End Achievement End Achievement End Achievement
# End Achievement End Achievement End Achievement End Achievement
# End Achievement End Achievement End Achievement End Achievement
=============================================================================================*/

/*============================================================================================ 
# Blog Banner Area css # Blog Banner Area css # Blog Banner Area css 
# Blog Banner Area css # Blog Banner Area css # Blog Banner Area css 
# Blog Banner Area css # Blog Banner Area css # Blog Banner Area css 
============================================================================================ */
.home_banner_area {
  position: relative;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  margin-bottom: 200px; }
  .home_banner_area .box_1620 {
    min-height: 700px;
    border-radius: 12px;
    position: relative;
    bottom: -200px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 20px 80px 0px rgba(153, 153, 153, 0.3); }
  .home_banner_area .banner_inner {
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex; }
    .home_banner_area .banner_inner .banner_content {
      color: #222222;
      vertical-align: middle;
      align-self: center;
      text-align: left; }
      .home_banner_area .banner_inner .banner_content .media .d-flex {
        padding-right: 125px; }
      .home_banner_area .banner_inner .banner_content .media .media-body {
        vertical-align: middle;
        align-self: center; }

.blog_banner {
  min-height: 780px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px; }
  .blog_banner .banner_inner {
    background: #04091e;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 780px;
    z-index: 1; }
    .blog_banner .banner_inner .overlay {
      background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
      opacity: .5;
      height: 125%;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: -1; }
    .blog_banner .banner_inner .blog_b_text {
      max-width: 700px;
      margin: auto;
      color: #fff; }
      .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 60px;
        font-weight: bold;
        font-family: "Heebo", sans-serif;
        line-height: 66px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .blog_banner .banner_inner .blog_b_text p {
        font-size: 16px;
        margin-bottom: 35px; }
      .blog_banner .banner_inner .blog_b_text .white_bg_btn {
        line-height: 42px;
        padding: 0px 45px;
        border-radius: 5px; }

.banner_box {
  max-width: 1620px;
  margin: auto; }

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 350px;
  background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
  margin-bottom: 120px; }
  .banner_area .box_1620 {
    background: #fff;
    min-height: 360px;
    border-radius: 12px;
    position: relative;
    bottom: -120px;
    box-shadow: 0px 20px 80px 0px rgba(153, 153, 153, 0.3); }
  .banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 360px;
    z-index: 1; }
    .banner_area .banner_inner .banner_content h2 {
      color: #222222;
      font-size: 48px;
      font-family: "Heebo", sans-serif;
      margin-bottom: 0px;
      font-weight: bold; }
    .banner_area .banner_inner .banner_content .page_link a {
      font-size: 14px;
      color: #222222;
      font-family: "Roboto", sans-serif;
      margin-right: 32px;
      position: relative; }
      .banner_area .banner_inner .banner_content .page_link a:before {
        content: "\e87a";
        font-family: 'Linearicons-Free';
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%); }
      .banner_area .banner_inner .banner_content .page_link a:last-child {
        margin-right: 0px; }
        .banner_area .banner_inner .banner_content .page_link a:last-child:before {
          display: none; }
      .banner_area .banner_inner .banner_content .page_link a:hover {
        color: #766dff; }

/*----------------------------------------------------*/
/* End Home Banner Area css End Home Banner Area css End Home Banner Area css 
============================================================================================ */
/*---------------------------------------------------
# Latest Blog Area css Latest Blog Area cssLatest Blog Area cssLatest Blog Area css
# Latest Blog Area css Latest Blog Area cssLatest Blog Area cssLatest Blog Area css
# Latest Blog Area css Latest Blog Area cssLatest Blog Area cssLatest Blog Area css
============================================================================================ */
.latest_blog_inner {
  margin-bottom: -30px; }

.l_blog_item {
  margin-bottom: 30px; }
  .l_blog_item .date {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #777777;
    margin-top: 20px;
    display: block;
    margin-bottom: 15px; }
  .l_blog_item h4 {
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 300ms linear 0s; }
  .l_blog_item p {
    margin-bottom: 0px; }
  .l_blog_item:hover h4 {
    color: #766dff; }

/* End Latest Blog Area css /* End Latest Blog Area css/* End Latest Blog Area css
------------------------------------------------------------------------------------ */
/*============================================================================================
# latest_blog_area css # latest_blog_area css # latest_blog_area css 
# latest_blog_area css # latest_blog_area css # latest_blog_area css 
# latest_blog_area css # latest_blog_area css # latest_blog_area css 
===============================================================================================*/

.single-recent-blog-post {
  margin-bottom: 30px; }
  .single-recent-blog-post .thumb {
    overflow: hidden; }
    .single-recent-blog-post .thumb img {
      transition: all 0.7s linear; }
  .single-recent-blog-post .details {
    padding-top: 30px; }
    .single-recent-blog-post .details .sec_h4 {
      line-height: 24px;
      padding: 10px 0px 13px;
      transition: all 0.3s linear; }
      .single-recent-blog-post .details .sec_h4:hover {
        color: #777777; }
  .single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
  .single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg); }

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #222222; }
  .tags .tag_btn:before {
    background: #766dff; }
  .tags .tag_btn + .tag_btn {
    margin-left: 2px; }

/*========= blog_categorie_area css ===========*/

.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px; 
box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer; }
  .categories_post img {
    max-width: 100%; }
  .categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center; }
    .categories_post .categories_details h5 {
      margin-bottom: 0px;
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      color: #fff;
      position: relative; }
    .categories_post .categories_details p {
      font-weight: 300;
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 0px; }
    .categories_post .categories_details .border_line {
      margin: 10px 0px;
      background: #fff;
      width: 100%;
      height: 1px; }
  .categories_post:hover .categories_details {
    background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
    background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
    background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
    opacity: 0.851; }

/*============ blog_left_sidebar css ==============*/

.blog_item {
  margin-bottom: 40px; 
  
}

.blog_info {
  padding-top: 30px; }
  .blog_info .post_tag {
    padding-bottom: 20px; }
    .blog_info .post_tag a {
      font: 300 14px/21px "Roboto", sans-serif;
      color: #222222; }
      .blog_info .post_tag a:hover {
        color: #777777; }
      .blog_info .post_tag a.active {
        color: #766dff; }
  .blog_info .blog_meta li a {
    font: 300 14px/20px "Roboto", sans-serif;
    color: #777777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block; }
    .blog_info .blog_meta li a i {
      color: #222222;
      font-size: 16px;
      font-weight: 600;
      padding-left: 15px;
      line-height: 20px;
      vertical-align: middle; }
    .blog_info .blog_meta li a:hover {
      color: #766dff; }

.blog_post img {
  max-width: 100%; }

.blog_details {
  padding-top: 20px; }
  .blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #3d45b3c4;
    font-weight: 600;
    transition: all 0.3s linear; }
    .blog_details h2:hover {
      color: #38b01f }
  .blog_details p {
    margin-bottom: 26px; 
    text-align: justify;
  }


.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #222222;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff; }

.blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px; }
  .blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #766dff;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px;
    font-family: revert;
  }
  .blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #766dff; }
    .blog_right_sidebar .search_widget .input-group .form-control.placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control:focus {
      box-shadow: none; }
  .blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .blog_right_sidebar .author_widget {
    text-align: center; }
    .blog_right_sidebar .author_widget h4 {
      font-size: 18px;
      line-height: 20px;
      color: #222222;
      margin-bottom: 5px;
      margin-top: 30px; }
    .blog_right_sidebar .author_widget p {
      margin-bottom: 0px; }
    .blog_right_sidebar .author_widget .social_icon {
      padding: 7px 0px 15px; }
      .blog_right_sidebar .author_widget .social_icon a {
        font-size: 14px;
        color: #222222;
        transition: all 0.2s linear; }
        .blog_right_sidebar .author_widget .social_icon a + a {
          margin-left: 20px; }
        .blog_right_sidebar .author_widget .social_icon a:hover {
          color: #766dff; }
  .blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px; }
    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
      font-size: 14px;
      line-height: 20px;
      color: #222222;
      margin-bottom: 4px;
      transition: all 0.3s linear; }
      .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
        color: #766dff; }
    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
      font-size: 12px;
      line-height: 21px;
      margin-bottom: 0px; }
  .blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px; }
  .blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px; }
    .blog_right_sidebar .post_category_widget .cat-list li a {
      font-size: 14px;
      line-height: 20px;
      color: #777; }
      .blog_right_sidebar .post_category_widget .cat-list li a p {
        margin-bottom: 0px; }
    .blog_right_sidebar .post_category_widget .cat-list li + li {
      padding-top: 15px; }
    .blog_right_sidebar .post_category_widget .cat-list li:hover {
      border-color: #766dff; }
      .blog_right_sidebar .post_category_widget .cat-list li:hover a {
        color: #766dff; }
  .blog_right_sidebar .newsletter_widget {
    text-align: center; }
    .blog_right_sidebar .newsletter_widget .form-group {
      margin-bottom: 8px; }
    .blog_right_sidebar .newsletter_widget .input-group-prepend {
      margin-right: -1px; }
    .blog_right_sidebar .newsletter_widget .input-group-text {
      background: #fff;
      border-radius: 0px;
      vertical-align: top;
      font-size: 12px;
      line-height: 36px;
      padding: 0px 0px 0px 15px;
      border: 1px solid #eeeeee;
      border-right: 0px; }
    .blog_right_sidebar .newsletter_widget .form-control {
      font-size: 12px;
      line-height: 24px;
      color: #cccccc;
      border: 1px solid #eeeeee;
      border-left: 0px;
      border-radius: 0px; }
      .blog_right_sidebar .newsletter_widget .form-control.placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control:focus {
        outline: none;
        box-shadow: none; }
    .blog_right_sidebar .newsletter_widget .bbtns {
      background: #766dff;
      color: #fff;
      font-size: 12px;
      line-height: 38px;
      display: inline-block;
      font-weight: 500;
      padding: 0px 24px 0px 24px;
      border-radius: 0; }
    .blog_right_sidebar .newsletter_widget .text-bottom {
      font-size: 12px; }
  .blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block; }
    .blog_right_sidebar .tag_cloud_widget ul li a {
      display: inline-block;
      border: 1px solid #eee;
      background: #fff;
      padding: 0px 13px;
      margin-bottom: 8px;
      transition: all 0.3s ease 0s;
      color: #222222;
      font-size: 12px; }
      .blog_right_sidebar .tag_cloud_widget ul li a:hover {
        background-image: -moz-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
        background-image: -webkit-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
        background-image: -ms-linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
        color: #fff; }
  .blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px; }

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px; }
  .blog-pagination .page-link {
    border-radius: 0; }
  .blog-pagination .page-item {
    border: none; }

.page-link {
  background: transparent;
  font-weight: 400; }

.blog-pagination .page-item.active .page-link {
  background-color: #766dff;
  border-color: transparent;
  color: #fff; }

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none; }

.blog-pagination .page-link .lnr {
  font-weight: 600; }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0; }

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #766dff;
  border-color: #eee; }

/*============ Start Blog Single Styles  =============*/

.single-post-area .social-links {
  padding-top: 10px; }
  .single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px; }
    .single-post-area .social-links li a {
      color: #cccccc;
      padding: 7px;
      font-size: 14px;
      transition: all 0.2s linear; }
      .single-post-area .social-links li a:hover {
        color: #222222; }
.single-post-area .blog_details {
  padding-top: 26px; }
  .single-post-area .blog_details p {
    margin-bottom: 10px; 
  text-align: justify;
  font-family:roboto;
  }
.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic; }
.single-post-area .arrow {
  position: absolute; }
  .single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600; }
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8); }
.single-post-area .navigation-area {
  border-top: 3px solid #eee;
  padding-top: 30px;
  margin-top: 34px; }
  .single-post-area .navigation-area p {
    margin-bottom: 0px; }
  .single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222222; }
  .single-post-area .navigation-area .nav-left {
    text-align: left; }
    .single-post-area .navigation-area .nav-left .thumb {
      margin-right: 20px;
      background: #000; }
      .single-post-area .navigation-area .nav-left .thumb img {
        transition: all 300ms linear 0s; }
    .single-post-area .navigation-area .nav-left .lnr {
      margin-left: 20px;
      opacity: 0;
      transition: all 300ms linear 0s; }
    .single-post-area .navigation-area .nav-left:hover .lnr {
      opacity: 1; }
    .single-post-area .navigation-area .nav-left:hover .thumb img {
      opacity: .5; }
    @media (max-width: 767px) {
      .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px; } }
  .single-post-area .navigation-area .nav-right {
    text-align: right; }
    .single-post-area .navigation-area .nav-right .thumb {
      margin-left: 20px;
      background: #000; }
      .single-post-area .navigation-area .nav-right .thumb img {
        transition: all 300ms linear 0s; }
    .single-post-area .navigation-area .nav-right .lnr {
      margin-right: 20px;
      opacity: 0;
      transition: all 300ms linear 0s; }
    .single-post-area .navigation-area .nav-right:hover .lnr {
      opacity: 1; }
    .single-post-area .navigation-area .nav-right:hover .thumb img {
      opacity: .5; }
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px; } }

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 30px;
  margin-top: 50px; }
  @media (max-width: 414px) {
    .comments-area {
      padding: 50px 8px; } }
  .comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222222;
    font-size: 18px; }
  .comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px; }
  .comments-area a {
    color: #222222; }
  .comments-area .comment-list {
    padding-bottom: 48px; }
    .comments-area .comment-list:last-child {
      padding-bottom: 0px; }
    .comments-area .comment-list.left-padding {
      padding-left: 25px; }
    @media (max-width: 413px) {
      .comments-area .comment-list .single-comment h5 {
        font-size: 12px; }
      .comments-area .comment-list .single-comment .date {
        font-size: 11px; }
      .comments-area .comment-list .single-comment .comment {
        font-size: 10px; } }
  .comments-area .thumb {
    margin-right: 20px; }
  .comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px; }
  .comments-area .comment {
    color: #777777;
    margin-bottom: 0px; }
  .comments-area .btn-reply {
    background-color: #fff;
    color: #222222;
    border: 1px solid #eee;
    padding: 2px 18px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    transition: all 300ms linear 0s; }
    .comments-area .btn-reply:hover {
      background-color: #766dff;
      color: #fff; }

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 15px 30px 40px;
  margin-top: 50px;
  margin-bottom: 0px; 
  text-decoration: underline;
  color: darkcyan;
}
  .comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222222; }
  .comment-form .name {
    padding-left: 0px; }
    @media (max-width: 767px) {
      .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem; } }
  .comment-form .email {
    padding-right: 0px; }
    @media (max-width: 991px) {
      .comment-form .email {
        padding-left: 0px; } }
  .comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent; }
    .comment-form .form-control:focus {
      box-shadow: none;
      border: 1px solid #eee; }
  .comment-form textarea.form-control {
    height: 140px;
    resize: none; }
  .comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777; }
  .comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777; }

/*============ End Blog Single Styles  =============*/
/*============ End Blog Single Styles  =============*/
/*============ End Blog Single Styles  =============*/

/*============================================================================================
# Reservation Form Area css # Reservation Form Area css # Reservation Form Area css 
# Reservation Form Area css # Reservation Form Area css # Reservation Form Area css 
============================================================================================ */
.reservation_form_area .res_form_inner {
  max-width: 555px;
  margin: auto;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1);
  padding: 75px 50px;
  position: relative; }
  .reservation_form_area .res_form_inner:before {
    content: "";
    background: url(../img/contact-shap-1.png);
    position: absolute;
    left: -125px;
    height: 421px;
    width: 98px;
    top: 50%;
    transform: translateY(-50%); }
  .reservation_form_area .res_form_inner:after {
    content: "";
    background: url(../img/contact-shap-2.png);
    position: absolute;
    right: -125px;
    height: 421px;
    width: 98px;
    top: 50%;
    transform: translateY(-50%); }

.reservation_form .form-group input {
  height: 40px;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  outline: none;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #999999; }
  .reservation_form .form-group input.placeholder {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #999999; }
  .reservation_form .form-group input:-moz-placeholder {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #999999; }
  .reservation_form .form-group input::-moz-placeholder {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #999999; }
  .reservation_form .form-group input::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #999999; }
.reservation_form .form-group .res_select {
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  width: 100%;
  padding: 0px 15px;
  line-height: 36px; }
  .reservation_form .form-group .res_select .current {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #999999; }
  .reservation_form .form-group .res_select:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    color: #cccccc;
    transform: rotate(0deg);
    border: none;
    margin-top: -17px;
    font-size: 13px;
    right: 22px; }
.reservation_form .form-group:last-child {
  text-align: center; }

/*============================================================================================
# End Blog # End Blog # End Blog # End Blog # End Blog # End Blog # End Blog # End Blog 
# End Blog # End Blog # End Blog # End Blog # End Blog # End Blog # End Blog # End Blog 
# End Blog # End Blog # End Blog # End Blog # End Blog # End Blog # End Blog # End Blog 
============================================================================================ */

/*============================================================================================
# Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up 
# Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up 
# Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up # Sign Up 
============================================================================================ */

.containerSignUp {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top:0px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
background: #e8db353d;
border-radius: 15px;
border: ridge;
}

@media (min-width:576px) {
    .containerSignUp {
        max-width: 540px;
        margin-top:0px;
    }
}

@media (min-width:768px) {
    .containerSignUp {
        max-width: 600px;
        margin-top:0px;
    }
}

@media (min-width:992px) {
    .containerSignUp {
        max-width: 700px;
        margin-top:0px;
    }
}

@media (min-width:1200px) {
    .containerSignUp {
        max-width: 800px;
        margin-top:0px;
                    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
background: #e8db353d;
border-radius: 15px;
border: ridge;

    }
}

.containerSignUp-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}
/*============================================================================================
# End Sign Up # End Sign Up # End Sign Up # End Sign Up # End Sign Up
============================================================================================ */

.containerlogin {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top:0px;
    border-radius: 5px;
    border: ridge;
}


@media (min-width:576px) {
    .containerlogin {
        max-width: 400px;
        margin-top:0px;
    }
}

@media (min-width:768px) {
    .containerlogin {
        max-width: 400px;
        margin-top:0px;
    }
}

@media (min-width:992px) {
    .containerlogin {
        max-width: 400px;
        margin-top:0px;
    }
}

@media (min-width:1200px) {
    .containerlogin {
        max-width: 400px;
        margin-top:0px;
    }
}

.containerlogin-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}

.containerlogin .background {
   background: url('/assets/img/about/about.jpg');
   }


/*--------------------------------------------------------------
# End Login
# End Login
# End Login

--------------------------------------------------------------*/
