/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url("font-awesome.css");
/* ==== overwrite bootstrap standard ==== */
@import url("animate.css");

body {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #fff;
  background-color: #fff;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif !important;
}

p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #eee;
}

.container {
  /* width: 1320px !important; */
  width: 92%;
}

.btn-primary {
  padding: 8px 20px;
  background: #1bbd36;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
  transition: all 0.8s ease;
}

.text-center h2 {
  margin-bottom: 30px;
}

.text-center p {
  margin-bottom: 50px;
  color: #333;
  font-weight: 400;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  margin-left: -10px;
}

#breadcrumb {
  background-color: #1bbd36;
  margin-top: -20px;
}

.breadcrumb {
  list-style: none;
  background-color: #1bbd36;
  border-radius: 0px;
  padding: 3px 10px;
}

.breadcrumb li {
  text-transform: uppercase;
  margin-top: 125px;
  font-weight: 600;
}

/*===========================
  Menu and Navigation
============================ */
.navigation {
  background-color: #fff;
  padding: 0;
}

.navbar-brand h1 {
  margin-top: 0;
  padding-top: 15px;
  float: left;
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
  font-weight: 900;
}
.navbar-brand h1 span {
  color: #1bbd36;
}

.menu {
  font-size: 12px;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
}

.menu ul.nav-tabs li {
  color: #000;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  color: #333;
  padding: 30px 20px;
}

.nav-tabs > li > a:hover {
  color: #1bbd36;
  border-color: #fff #fff #fff;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
  color: #1bbd36;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar-brand {
  padding: 10px 20px;
}

/* # Header, Main Menu
================================ */

/* # Section Full Width Image
================================ */

.full-width-img {
  background: url("http://i1159.photobucket.com/albums/p625/ivanrdvc/bg-cp-header_zps4ghnoxc7.jpg")
    no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  height: 450px;
  color: #fff;
}

.box {
  background: rgba(0, 0, 0, 0.4);
  border: 3px solid #000;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 10px 20px;
}

.subheading-text {
  list-style: none;
  font-size: 35px;
  line-height: 50px;
}

/* # Section Black, White
================================ */

.section-black,
.section-white {
  padding: 50px 0;
  color: #fff;
  line-height: 1.7;
}

.section-black h3,
.section-white h3 {
  margin-bottom: 60px;
}

.section-black p,
.section-white p {
  margin-bottom: 60px;
}

.section-black {
  background: linear-gradient(#363437, #121112);
}

.section-white {
  background: linear-gradient(#ffffff, #f3f3f3);
  color: #0e0d0e;
}

/*===========================
  slider
============================ */
#main-slider {
  margin-top: 40px;
  height: 100vh;
}
#main-slider .slider {
  margin: 0 auto;
  max-width: 100%;
}

#main-slider .slide_viewer {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

#main-slider .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

#main-slider .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

#main-slider .slide:first-child {
  display: block;
}

#main-slider .slide:nth-of-type(1) {
  background: url(../images/slider/slider_1.jpg) no-repeat;
  background-size: cover;
  background-position:center center;
}

#main-slider .slide:nth-of-type(2) {
  background: url(../images/slider/slider_2.jpg) no-repeat;
  background-size: cover;
  background-position:center center;
}

#main-slider .slide:nth-of-type(3) {
  background: url(../images/slider/banner_4.jpg) no-repeat;
  background-size: cover;
}

#main-slider .slide:nth-of-type(4) {
  background: #d1d1d4;
}

#main-slider .slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  display: none;
}

#main-slider a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#main-slider .slide_btn.active,
#main-slider .slide_btn:hover {
  color: #428cc6;
  cursor: pointer;
}

#main-slider .directional_nav {
  height: 100vh;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -100vh;
  z-index: inherit;
}

#main-slider .previous_btn {
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 999 !important;
}

#main-slider .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 999 !important;
}

#main-slider .previous_btn,
#main-slider .next_btn {
  cursor: pointer;
  height: 30px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 30px;
  z-index: 999 !important;
}
#main-slider .previous_btn svg,
#main-slider .next_btn svg {
  margin: 0 auto;
  display: table;
}

#main-slider .previous_btn:hover,
#main-slider .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
  .container {
    width: 100% !important;
  }
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel-content {
  margin-top: 50px;
}

#main-slider .slide-margin {
  margin-top: 140px;
}

#main-slider h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
}

#main-slider h2 span {
  color: #1bbd36;
}

#main-slider h2 span spani {
  color: #000;
}

#main-slider p {
  color: #ddd;
  font-size: 45px;
}

#main-slider .btn-slide {
  padding: 10px 20px;
  background: #1bbd36;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  width: 30%;
  text-decoration: none;
  border: 1px solid #1bbd36;
  transition: 0.5s ease-in-out;
  z-index: 999;
}

#main-slider .btn-slide:hover {
  border: 1px solid #1bbd36;
  background: transparent;
  color: #1bbd36;
  transition: 0.5s ease-in-out;
}

#main-slider .carousel .btn-slide:hover {
  background: transparent;
  color: #1bbd36;
  border: 1px solid #1bbd36;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}

.slider-img {
  width: 60%;
  padding: 20px;
  /* background: #00000087; */
  background: rgb(187 133 35 / 45%);
  margin: 0 auto;
  border-radius: 40px 0;
}

#main-slider .slider-img img {
  /* width: 45% !important;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 10%; */
  width: 45% !important;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  display: table;
}
.slider-img h3 {
  font-size: 4.5rem;
  text-align: center;
  color: #fff;
  font-family: "Protest Revolution", sans-serif !important;
  font-weight: 600;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.feature {
  padding: 50px;
}

.text-center i {
  font-size: 40px;
  margin-top: 70px;
  margin-bottom: 30px;
  color: #fff;
  padding: 50px;
  background: #1bbd36;
  border-radius: 50%;
  transition-duration: 0.3s;
}

.feature h2 {
  font-weight: 500;
}

.text-center h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #1bbd36;
}

.hi-icon-effect i.fa:hover {
  background: #fff;
  color: #1bbd36;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

#partner {
  /* background: url(../images/partners/partner_bg.png) 50% 50% no-repeat; */
  background: #eee;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding: 80px 100px;
}

#partner h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
}

#partner p {
  color: #fff;
  font-size: 20px;
}

/* Client */

#partner img {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
}

#partner .slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}

#partner .slider {
  margin-top: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li {
  display: inline-block;
  float: left;
  width: 20%;
}

.partners ul li a img {
  margin-top: 50px;
}

#conatcat-info {
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2 {
  margin-top: 0;
  color: #000;
}

.contact-info {
  color: #000;
}

/* --- about us --- */
.aboutus {
  padding: 50px;
}

.aboutus img {
  border-radius: 6px;
}

.aboutus h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

.aboutus h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.skill h2 {
  margin-top: -10px;
  margin-bottom: 25px;
}

.progress-wrap {
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
  background: #db3615;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress {
  position: relative;
}

.progress .bar-width {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span {
  position: relative;
}

.progress span:before {
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before {
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
  border-color: #db3615 transparent transparent transparent;
}

.about {
  background: #eee;
  padding: 50px;
}

.about h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.about img {
  margin-bottom: 30px;
  border-radius: 6px;
}

.our-team {
  padding: 50px;
  background: #ddd;
}

.our-team h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

.our-team h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.our-team img {
  border-radius: 6px;
  margin-top: 30px;
}

.lates {
  padding: 50px;
}

.lates h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}

.lates img {
  margin-top: 30px;
  border-radius: 5px;
}

/* --- footer --- */
.footer {
  background: #1bbd36;
  padding: 15px 22px;
}

ul.social-network {
  list-style: none;
  margin-top: 20px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
  display: inline;
  margin: 0 18px;
  font-size: 25px;
}

ul.social-network li a {
  color: #d0d0d0;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
  color: #c84941;
}
.social-network li:hover .fa-dribbble {
  color: #ea4c89;
}
.social-network li:hover .fa-pinterest-square {
  color: #ea4b49;
}

.copyright {
  margin-top: 30px;
}

#copyright {
  text-align: center;
  margin-top: 30px;
}

.copyright a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-shadow: none;
}

/* --- services --- */
.services {
  padding: 50px;
}

.services h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

.services img {
  border-radius: 6px;
}

.sub-services img {
  border-radius: 6px;
}

.services p {
  margin-top: 30px;
  font-size: 13px;
}

.sub-services {
  padding: 50px;
  background: #ddd;
}

.sub-services p {
  margin-top: 30px;
  font-size: 13px;
}

.media-body p {
  margin-bottom: 30px;
}
.contact-info .media-body p {
  margin-bottom: 0;
}

.media ul li {
  list-style: none;
}

.media i {
  color: #1bbd36;
  font-size: 50px;
  margin-top: 0;
}

.media h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1bbd36;
}

/* --- portfolio --- */

#portfolio .center p {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}
.portfolio-items {
  width: 100%;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #f2f2f2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active {
  color: #fff;
  background: #1bbd36;
  border: 1px solid #1bbd36;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  /* padding: 0; */
}

.overlay {
  margin-bottom: 20px;
}

.overlay a:hover {
  color: #1bbd36;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
/* .isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}


.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
*/
.gallery .recent-work-wrap {
  padding-bottom: 30px;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* --- Map --- */
.map {
  position: relative;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

/* --- blog --- */
#blog {
  margin-top: 50px;
}

a.btn-primary:hover {
  background-color: #ddd;
  color: #1bbd36;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #333;
}

.widget .entry-meta span a:hover {
  color: #1bbd36;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_category li {
  float: none;
  margin-bottom: 20px;
}

.blog_category li a {
  background: #f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover {
  background: #1bbd36;
  color: #fff;
}

.badge:before {
  border-color: transparent transparent transparent #1bbd36;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #1bbd36;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover {
  color: #1bbd36;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  /* overflow: hidden; */
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore {
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
  margin-bottom: 40px;
  font-weight: 600;
}

.blog .blog-item .blog-content p {
  font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #1bbd36;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color: #1bbd36;
}

ul.pagination > li > a i {
  margin-left: 5px;
  margin-right: 5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #1bbd36 !important;
  border-color: #1bbd36 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #dedede;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li {
  display: inline-block;
  margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover {
  background: #1bbd36;
  color: #fff;
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page {
  padding-top: 50px;
  background: #fff;
  margin-bottom: 50px;
}

#contact-page .contact-form .form-group label {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
}

textarea#message {
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.center p {
  text-align: center;
}

.btn-lg:hover {
  color: #1bbd36;
  background: #ddd;
}

a.scrollup {
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  opacity: 0, 5;
  border-radius: 50%;
  z-index: 999;
}
a.scrollup:hover {
  opacity: 1;
  background-color: #ddd;
  color: #1bbd36;
}

@media (min-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .full-width-img {
    padding-top: 110px;
    height: 1000px;
  }

  .subheading-text {
    font-size: 50px;
    line-height: 70px;
  }

  .box {
    margin-top: 100px;
    padding: 80px 20px;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .nav-tabs > li > a {
    padding: 30px 15px;
  }
  .navbar-brand h1 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-tabs > li > a {
    padding: 30px 15px;
  }
  .container {
    width: 95%;
  }
  .navbar-brand h1 {
    font-size: 18px;
  }
  .our-team {
    padding: 20px 0;
  }
  .aboutus {
    padding: 20px 10px !important;
  }
  .container {
    width: 100%;
  }
  #breadcrumb {
    margin-top: 150px;
  }
  .container {
    width: 100% !important;
  }
  .slider-img {
    margin-top: 45%;
    width: 100%;
  }
  #main-slider .carousel-content {
    margin-top: 40%;
  }
  #main-slider .btn-slide {
    width: 40%;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  #partner {
    color: #fff;
    text-align: center;
    padding: 80px 20px;
  }
  #partner .slider {
    margin-top: 0;
  }
  #main-slider {
    height: 100vh;
  }
  #main-slider .btn-slide {
    width: max-content;
  }
  .menu {
    width: 100%;
  }
  .navbar-brand {
    padding: 0 20px;
  }
  .nav-tabs > li {
    float: inherit;
  }

  .nav-tabs > li:first-child {
    padding-top: 20px;
  }

  .nav-tabs > li:last-child {
    padding-bottom: 20px;
  }
  .nav-tabs > li > a {
    padding: 10px 0;
  }

  ul.social-network i {
    font-size: 17px;
  }

  .copyright {
    text-align: center;
    margin-top: 30px;
    width: 70%;
    margin: 0 auto;
  }
  #copyright {
    text-align: center;
    margin-top: 30px;
  }

  #main-slider .carousel .slide-margin {
    margin-top: 50px;
  }
  #main-slider .carousel-content {
    margin-top: -13%;
  }
  .our-team h3 {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .aboutus h3 {
    padding: 0 15px;
  }
  .aboutus,
  .our-team {
    padding: 20px 10px;
  }
  .our-team img {
    width: 100%;
  }
  .services {
    padding: 20px 10px;
  }
  .services h3 {
    padding: 0 15px;
  }
  .media ul {
    padding-left: 0;
  }
  .sub-services {
    padding: 20px 10px;
  }
  .footer {
    padding: 15px 0;
  }
  .feature,
  .lates,
  .about {
    padding: 50px 0;
  }
  #main-slider .slide:nth-of-type(1) {
    background: url(../images/slider/slider_1_mob.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main-slider .slide:nth-of-type(2) {
    background: url(../images/slider/slider_2_mob.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main-slider .slide:nth-of-type(2) .carousel-content {
    background: hsl(0deg 0% 0% / 35%);
    padding: 20px;
  }
  #main-slider .slide:nth-of-type(3) {
    background: url(../images/slider/banner_4_mob.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main-slider .next_btn {
    right: 0;
  }
  #main-slider .next_btn svg,
  #main-slider .previous_btn svg {
    margin: 0 auto;
    display: table;
  }
  #main-slider .previous_btn {
    left: 0;
  }
}

.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.formbold-main-wrapper h2 {
  padding-bottom: 20px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #1bbd36;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
.contact_details {
  background: #1bbd36;
  padding: 97px 20px;
}
.contact_details p {
  text-align: center;
  color: #fff;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
.whatsapp-button {
  position: fixed;
  z-index: 1000;
  bottom: 80px;
  right: 37px;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
  color: #222;
  overflow: hidden;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
  border-radius: 10px;

  svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
  padding-right: 10px;
  background: #fff;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
  &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
