/**************** extend css start ****************/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Poppins:300,800|Roboto:300i,400,500,700");
/* line 8,   */
.btn_2 {
  background-image: -webkit-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
  background-image: -o-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
  background-image: linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);
}

/**************** extend css start ****************/
/**************** common css start ****************/
/* line 3,   */
body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
	/*background-color: #fff;*/
}

/* line 9,   */
.message_submit_form:focus {
  outline: none;
}

/* line 12,   */
input:hover, input:focus {
  outline: none !important;
}

/* line 15,   */
.gray_bg {
  background-color: #f7f7f7;		/*anterior 			f7f7f7*/
}

/* line 18,   */
.section_padding {
  padding: 70px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 18,   */
  .section_padding {
    padding: 80px 0px;
  }
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18,   */
  .section_padding {
    padding: 70px 0px;
  }

		
		/* fondo logo   */
}		

@media (max-width: 576px) {
  /* line 18,   */
  .section_padding {
    padding: 5px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 18,   */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 33,   */
.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 33,   */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 33,   */
  .single_padding_top {
    padding-top: 70px !important;
  }
	
	
}

@media (max-width: 576px) {
  /* line 33,   */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 33,   */
  .single_padding_top {
    padding-top: 80px !important;
  }
}

/* line 48,   */
.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48,   */
  .padding_top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48,   */
  .padding_top {
    padding-top: 70px;
  }
	
}

@media (max-width: 576px) {
  /* line 48,   */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48,   */
  .padding_top {
    padding-top: 70px;
  }
}

/* line 63,   */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 66,   */
a:hover {
  color: #e0b51c !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 74,   */
h1, h2, h3, h4, h5, h6 {
  color: #FFCB06;
  font-family: "Oswald" , sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}

/* line 78,   */
p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
  color: #646464;
  line-height: 1.8;
}

/* line 87,   */
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #e0b51c;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 576px) {
  /* line 87,   */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 87,   */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 103,   */
h3 {
  font-size: 24px;
}

@media (max-width: 576px) {
  /* line 103,   */
  h3 {
    font-size: 20px;
  }
}

/* line 112,   */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 119,   */
h5 {
  font-size: 18px;
}

/* line 123,   */
img {
  max-width: 100%;
}

/* line 126,   */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 132,   */
.section_bg_2 {
  background-color: #162b45;
}

/* line 135,   */
.section_tittle {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  /* line 135,   */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 135,   */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 135,   */
  .section_tittle {
    font-size: 30px;
  }
	
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 135,   */
  .section_tittle {
    margin-bottom: 30px;
  }
}

/* line 149,   */
.section_tittle h2 {
  font-size: 42px;
  color: #112e41;
  font-weight: 700;
  position: relative;
}

@media (max-width: 576px) {
  /* line 149,   */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 149,   */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 149,   */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 149,   */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 171,   */
.section_tittle p {
  color: #FFCB06;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 17px;
  text-transform: uppercase;
  line-height: 14px;
}

@media (max-width: 576px) {
  /* line 171,   */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 171,   */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 171,   */
  .section_tittle p {
    margin-bottom: 10px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 171,   */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

/* line 192,   */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 197,   */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  /* line 197,   */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 204,   */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  /* line 204,   */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 204,   */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 204,   */
  .mt_130 {
    margin-top: 70px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 204,   */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 220,   */
.pb_140 {
  padding-bottom: 140px;
}

@media (max-width: 576px) {
  /* line 220,   */
  .pb_140 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 220,   */
  .pb_140 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 220,   */
  .pb_140 {
    padding-bottom: 70px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 220,   */
  .pb_140 {
    padding-bottom: 80px;
  }
}

/* line 235,   */
.mt_80 {
  margin-top: 80px;
}

/* line 238,   */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 241,   */
.z_index {
  z-index: 9 !important;
  position: relative;
}

@media (max-width: 576px) {
  /* line 247,   */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 253,   */
  .container {
    max-width: 1170px;
	  
  }
}

@media (max-width: 1200px) {
  /* line 258,   */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 263,   */
.custom-animation {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  user-select: none;
}

/* line 271,   */
.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 279,   */
.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 287,   */
.custom-animation4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 295,   */
.custom-animation10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 303,   */
.custom-animation11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }
  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }
  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: .7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: .9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/* line 435,   */
.hero-app-1 {
  position: absolute;
  left: 4%;
  top: 10%;
}

@media (max-width: 576px) {
  /* line 435,   */
  .hero-app-1 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 435,   */
  .hero-app-1 {
    padding: 8px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 435,   */
  .hero-app-1 {
    padding: 10px 25px;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 435,   */
  .hero-app-1 {
    padding: 10px 25px;
  }
}

/* line 453,   */
.hero-app-2 {
  position: absolute;
  left: 5%;
  bottom: 35%;
}

@media (max-width: 576px) {
  /* line 453,   */
  .hero-app-2 {
    bottom: 5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 453,   */
  .hero-app-2 {
    bottom: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 453,   */
  .hero-app-2 {
    padding: 10px 25px;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 453,   */
  .hero-app-2 {
    padding: 10px 25px;
  }
}

/* line 471,   */
.hero-app-3 {
  position: absolute;
  top: 20%;
  left: 25%;
}

@media (max-width: 576px) {
  /* line 471,   */
  .hero-app-3 {
    left: 5%;
  }
}

/* line 489,   */
.hero-app-4 {
  position: absolute;
  bottom: 20%;
  left: 50%;
}

/* line 495,   */
.hero-app-5 {
  position: absolute;
  bottom: 40%;
  left: 50%;
}

/* line 501,   */
.hero-app-6 {
  position: absolute;
  right: 5%;
  top: 40%;
}

/* line 507,   */
.hero-app-7 {
  position: absolute;
  top: 13%;
  left: 51%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 507,   */
  .hero-app-7 {
    top: 5%;
    left: 73%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 507,   */
  .hero-app-7 {
    padding: 10px 25px;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 507,   */
  .hero-app-7 {
    padding: 10px 25px;
  }
}

/* line 526,   */
.hero-app-8 {
  position: absolute;
  left: 68%;
  top: 60%;
}

@media (max-width: 576px) {
  /* line 526,   */
  .hero-app-8 {
    top: 80%;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3,   */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19,   */
.submit_btn:hover {
  background: transparent;
}

/* line 24,   */
.btn_1 {
  display: inline-block;
  padding: 19.5px 42px;
  background-color: #FFCB06;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 44px;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0px 10px 30px 0px rgba(190, 0, 88, 0.35);
}

/* line 38,   */
.btn_1:hover {
  color: #fff !important;
  box-shadow: 0px 10px 30px rgba(190, 0, 88, 0.5);
}

@media (max-width: 576px) {
  /* line 24,   */
  .btn_1 {
    padding: 14px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 24,   */
  .btn_1 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24,   */
  .btn_1 {
    padding: 14px 30px;
    margin-top: 30px;
  }
	
	
}

/* line 60,   */
.btn_2 {
  display: inline-block;
  padding: 19.5px 42px;
  box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  margin-top: 50px;
  background-size: 300% 100%;
}

/* line 72,   */
.btn_2:hover {
  color: #fff !important;
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  /* line 60,   */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 60,   */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60,   
	aqui 768x991   */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
	
	
}

/* line 93,   */
.btn_3 {
  font-size: 14px;
  color: #112e41;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 1.3px;
  padding-top: 10px;
  display: inline-block;
  display: flex;
  align-items: center;
}

/* line 104,   */
.btn_3 span {
  margin-left: 13px;
  margin-top: 2px;
}

@media (max-width: 576px) {
  /* line 93,   */
  .btn_3 {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 93,   */
  .btn_3 {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 93,   */
  .btn_3 {
    padding-top: 0px;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 93,   */
  .btn_3 {
    padding-top: 0px;
  }
}

/* line 122,   */
.btn_4 {
  display: inline-block;
  padding: 13px 47px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  background-size: 300% 100%;
}

/* line 131,   */
.btn_4:hover {
  color: #fff;
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  /* line 122,   */
  .btn_4 {
    padding: 14px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 122,   */
  .btn_4 {
    padding: 14px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 122,   */
  .btn_4 {
    padding: 14px 30px;
  }
	
}

/*=================== custom button rule start ====================*/
/* line 151,   */
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  background-color: #FFCB06;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 151,   */
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

/* line 169,   */
.button:hover {
  color: #fff;
}

/* line 174,   */
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

/* line 180,   */
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

/* line 186,   */
.button-header {
  color: #fff;
  border-color: #fdcb9e;
}

/* line 190,   */
.button-header:hover {
  background: #b8024c;
  color: #fff;
}

/* line 196,   */
.button-contactForm {
  color: #fff;
  border-color: #fdcb9e;
  padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
/* line 5,   */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10,   */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14,   */
.blog_area a:hover, .blog_area a :hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 20,   */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 24,   */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 28,   */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 32,   */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 45,   */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 52,   */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 62,   */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 70,   */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 80,   */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 70,   */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 94,   */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 100,   */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 20,   */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 108,   */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 112,   */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 117,   */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 108,   */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 131,   */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 139,   */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 145,   */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 153,   */
.full_image.single-blog {
  position: relative;
}

/* line 156,   */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 156,   */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 175,   */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 181,   */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 191,   */
.full_image.single-blog .date {
  color: #fff;
}

/* line 196,   */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 220,   */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 224,   */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 230,   */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 243,   */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 259,   */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 263,   */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 270,   */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 281,   */
.causes_item {
  background: #fff;
}

/* line 284,   */
.causes_item .causes_img {
  position: relative;
}

/* line 287,   */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 295,   */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 303,   */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 316,   */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 319,   */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 332,   */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 342,   */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 354,   */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 370,   */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 374,   */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 377,   */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 380,   */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 385,   */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 388,   */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 399,   */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 406,   */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 413,   */
.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;
}

/* line 427,   */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 434,   */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 434,   */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
	
	
}

@media (min-width: 1100px) {
  /* line 434,   */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
	
		.main_menu .navbar-brand img{
	  max-width: 350px;
	}
}

/* line 450,   */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 455,   */
.categories_post img {
  max-width: 100%;
}

/* line 459,   */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 472,   */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 490,   */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 497,   */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 506,   */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 521,   */
.blog_item {
  margin-bottom: 50px;
}

/* line 525,   */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 525,   */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
	

}

/* line 533,   */
.blog_details p {
  margin-bottom: 30px;
}

/* line 537,   */
.blog_details a {
  color: #ff8b23;
}

/* line 540,   */
.blog_details a:hover {
  color: #FFCB06;
}

/* line 545,   */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 545,   */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
	
		
}

/* line 559,   */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 563,   */
.blog-info-link li a {
  color: #999999;
}

/* line 567,   */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 573,   */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 579,   */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 584,   */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 592,   */
.blog_item_img {
  position: relative;
}

/* line 595,   */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #FFCB06;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 595,   */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 611,   */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 611,   */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 623,   */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 623,   */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 643,   */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 648,   */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 656,   */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 665,   */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 674,   */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 678,   */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 687,   */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 694,   */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 706,   */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 715,   */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 719,   */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 728,   */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 735,   */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 748,   */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 753,   */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 757,   */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 762,   */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 767,   */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 784,   */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 789,   */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 800,   */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #FFCB06;
}

/* line 806,   */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 813,   */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 821,   */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 824,   */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 835,   */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #FFCB06;
  color: #fff !important;
}

/* line 846,   */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 852,   */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 952,   */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 973,   */
.blog-pagination {
  margin-top: 80px;
}

/* line 977,   */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 994,   */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1006,   */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1013,   */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1038,   */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1043,   */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1046,   */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1050,   */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1063,   */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1066,   */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1076,   */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1076,   */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
	

}

/* line 1090,   */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1090,   */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }

	
}

/* line 1100,   */
.single-post-area .arrow {
  position: absolute;
}

/* line 1103,   */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1110,   */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1115,   */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1119,   */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1123,   */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1126,   */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1133,   */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1136,   */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1145,   */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1149,   */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1153,   */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1171,   */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1171,   */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1180,   */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1180,   */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1193,   */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1197,   */
.single-post-area .blog-author a:hover {
  color: #FFCB06;
}

/* line 1202,   */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1207,   */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1214,   */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1219,   */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1223,   */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1229,   */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1232,   */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1236,   */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1241,   */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1248,   */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1253,   */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1229,   */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1264,   */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1267,   */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1271,   */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1276,   */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1283,   */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1288,   */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1296,   */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
	
}

/* line 1303,   */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1303,   */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1314,   */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1321,   */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1330,   */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1333,   */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1337,   */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1343,   */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1347,   */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1351,   */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1358,   */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1361,   */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1367,   */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1374,   */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1380,   */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1397,   */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1405,   */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1409,   */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1417,   */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1417,   */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1426,   */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1426,   */
  .comment-form .email {
    padding-left: 0px;
  }
	
}

/* line 1434,   */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1442,   */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1447,   */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1452,   */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1457,   */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1463,   */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1469,   */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1475,   */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1481,   */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/* line 4,   */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10,   */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #fdcb9e;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14,   */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18,   */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #FFCB06;
}

/* line 22,   */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28,   */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33,   */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35,   */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39,   */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/**************menu part start*****************/
/* line 3,    */
.main_menu .navbar-brand {
  padding-top: 0rem;
	
	max-width: 0;
	
}
  /*  AQUI ANCHO DE DIV DEL LOGO 991*/


/* line 7,    */
.main_menu .navbar {
  padding: 12px 0px;
}

.main_menu .navbar {
  padding: 12px 0px;
	
}

/*
.main_menu .navbar-brand img{
	  max-width: 500px;
	}
*/

/* line 11,    */
.main_menu .main-menu-item {
  text-align: right !important;
  justify-content: center;
}

/* line 16,    */
.main_menu .main-menu-item ul li a {
  color: #112e41 !important;
  font-size: 15px;
  padding: 9px 15px !important;
  font-family: "Roboto", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 16,    */
  .main_menu .main-menu-item ul li a {
    padding: 0px 16px !important;
  }
}

/* line 33,    */
.single_page_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* line 42,    */
.single_page_menu .main-menu-item ul li a {
  color: #fff !important;
}

/* line 49,    */
.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
	
}

/* line 58,    */
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 18px;
  border: 0px solid transparent;
	
  background-color: #ffffff;   
	/******************** AQUI *********************/
}

/* line 67,    */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #000 !important;
  background-color: #ffffff;
}

/* line 77,    */
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

/* line 83,    */
.single_page_menu .menu_fixed {
  background-color: #FFCB06;
}

/* line 87,    */
.menu_fixed {
  position: fixed;
	
  z-index: 9999 !important;
  width: 100%;
	
  background-color: #fff;
	
  top: 0;
}

/* line 94,    */
.menu_fixed .main-menu-item ul li a {
  color: #000 !important;
}

/* line 98,    */
.menu_fixed span {
  color: #000 !important;
}

.menu_fixed img {
  height: 100px;
}

@media (max-width: 576px) {
  /* line 103,    */
  
	
	.navbar-light .navbar-toggler {     /*COLOR DEL ICONO DEL MENU DEL MOBIL*/
    border-color: transparent;
    background-color: #FFCB06;
  }
  /* line 108,    */
  .navbar-collapse {					/*COLOR DEL FONDO DEL MENU DEL MOBIL*/
    z-index: 9999 !important;
    position: absolute;
    right: 15px;
    top: 75px;
    width: 35%;
    background-color: #FFCB06;
    text-align: center !important;
  }
  /* line 119,    */
  .main_menu .main-menu-item {
    text-align: left !important;
    margin-top: 20px;
  }
  /* line 122,    */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 5px !important;
  }
  /* line 125,    */
  .main_menu .main-menu-item .nav-item a {
    padding: 5px 5px !important;
  }
  /* line 132,    */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  /* line 135,    */
  .dropdown .dropdown-menu .dropdown-item {
    padding: 5px 15px !important;
  }
  /* line 137,    */
  .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
  }
  /* line 144,    */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  /* line 151,    */
  .menu_fixed .main-menu-item ul li a {
    color: #000 !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 158,    */
	/*
	.main_menu .navbar-brand img{
	  max-width: 270px;
	}*/
	
  .navbar-light .navbar-toggler {
    border-color: transparent;
    background-color: #FFCB06;
  }
  /* line 163,    */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    right: 15px;
    top: 75px;
    width: 35%;
    background-color: #FFCB06;
    text-align: center !important;
  }
  /* line 174,    */
  .main_menu .main-menu-item {
    text-align: left !important;
    margin-top: 20px;
  }
  /* line 177,    */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 5px !important;
  }
  /* line 180,    */
  .main_menu .main-menu-item .nav-item a {
    padding: 5px 5px !important;
  }
  /* line 187,    */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  /* line 193,    */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  /* line 200,    */
  .menu_fixed .main-menu-item ul li a {
    color: #000 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 207,    */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    background-color: #FFCB06;
  }
  /* line 212,    */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    right: 15px;
    top: 75px;
    width: 35%;
    background-color: #FFCB06;
    text-align: center !important;
  }
  /* line 223,    */
  .main_menu .main-menu-item {
    text-align: left !important;
    margin-top: 20px;
  }
  /* line 226,    */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 5px !important;
  }
  /* line 229,    */
  .main_menu .main-menu-item .nav-item a {
    padding: 5px 5px !important;
  }
  /* line 236,    */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  /* line 242,    */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  /* line 249,    */
  .menu_fixed .main-menu-item ul li a {
    color: #000 !important;
  }
	
	
}

/**************** banner part css start ****************/
/* line 2,   */
.banner_part {
  height: 630px;
  position: relative;
  z-index: 1;
  background-color: #fff;		/*anterior 			f7f7f7*/
	
}

/* line 8,   */
.banner_part:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  /*background: url("../img/banner_overlay_2.png") top right no-repeat;*/
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 576px) {
  /* line 8,   */
  .banner_part:after {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 8,   */
  .banner_part:after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8,   */
  .banner_part:after {
    display: none;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 8,   */
  .banner_part:after {
    display: none;
  }
}

/* line 30,   */
.banner_part:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  /*background: url("../img/banner_overlay_1.png") bottom left no-repeat;*/
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 576px) {
  /* line 30,   */
  .banner_part:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30,   */
  .banner_part:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 30,   */
  .banner_part:before {
   

  }
}





@media (max-width: 576px) {
  /* line 2,   */
  .banner_part {
    height: 370px;
    background-image: none;
    background-color: #fff;
	  
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .banner_part {
    height: 400px;
    background-image: none;
    background-color: #fff;
	  
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .banner_part {
    height: 450px;
    background-image: none;
   
	
	 background-color: #fff;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2,   */
  .banner_part {
    background-size: 45% 75%;
    height: 550px;
  }
	
	/* line 71,   */
.banner_part .banner_bg {
  position: relative;
}

/* line 74,   */
.banner_part .banner_bg img {
  margin-left: 20%;
	margin-top: 15%;
}
}



@media (max-width: 576px) {
  /* line 74,   */
  .banner_part .banner_bg img {
    margin-left: auto;
    max-width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    
    position: absolute;
    bottom: 30px;
	  
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 74,   */
  .banner_part .banner_bg img {
    margin-left: 0%;
    max-width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 100px;
    position: absolute;
    bottom: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 74,   */
  .banner_part .banner_bg img {
    margin-left: 6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 74,   */
  .banner_part .banner_bg img {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 74,   */
  .banner_part .banner_bg img {
    margin-left: 10%;
  }
}

/* line 108,   */
.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 900px;
	
}

/* line 112,   */
.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 576px) {
  /* line 108,   */
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 350px;
    padding-top: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 108,   */
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 350px;
    padding-top: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 108,   */
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 350px;
  }
	

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 108,   */
  .banner_part .banner_text {
    height: 650px;
  }
}

/* line 136,   */
.banner_part .banner_text h2 {
  font-size: 50px;
/*  text-transform: capitalize;*/
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 50px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 136,   */
  .banner_part .banner_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 136,   */
  .banner_part .banner_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 136,   */
  .banner_part .banner_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 136,   */
  .banner_part .banner_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/* line 163,   */
.banner_part .banner_text h2 span {
  font-size: 60%;
  display: block;
}

/* line 169,   */
.banner_part .banner_text h3 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 52px;
}

@media (max-width: 576px) {
  /* line 169,   */
  .banner_part .banner_text h3 {
    font-size: 40px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 169,   */
  .banner_part .banner_text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 169,   */
  .banner_part .banner_text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 169,   */
  .banner_part .banner_text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

/* line 192,   */
.banner_part .banner_text .btn_1 {
  margin-top: 1px;
}

@media (max-width: 576px) {
  /* line 192,   */
  .banner_part .banner_text .btn_1 {
    margin-top: 1px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 192,   */
  .banner_part .banner_text .btn_1 {
    margin-top: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 192,   */
  .banner_part .banner_text .btn_1 {
    margin-top: 1px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 192,   */
  .banner_part .banner_text .btn_1 {
    margin-top: 1px;
  }
}

/* line 206,   */
.banner_part .banner_text .btn_1 i {
  font-size: 12px;
  margin-left: 5px;
}

/* line 212,   */
.banner_part .hero-app-8 {
  position: absolute;
  left: 60%;
  bottom: 13%;
  top: auto;
}

/**************** hero part css end ****************/
/**************** cta part css start ****************/
/* line 2,   */
.cta_part {
  text-align: center;
  
	padding: 50px 0px 20px;   /*tenia 132y74*/
}

@media (max-width: 576px) {
  /* line 2,   */
  .cta_part {
    padding: 50px 0px 20px;   /*tenia 70y30*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .cta_part {
    padding: 50px 0px 20px;   /*tenia 70y30*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .cta_part {
    padding: 50px 0px 20px;   /*tenia 70y30*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2,   */
  .cta_part {
    padding: 40px 0px 20px;
	  
  }
}

/* line 19,   */
.cta_part .cta_part_iner .cta_part_text p {
  color: #FFCB06;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

/* line 25,   */
.cta_part .cta_part_iner .cta_part_text h1 {
  font-size: 30px;  /*tenia 70*/
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 25,   */
  .cta_part .cta_part_iner .cta_part_text h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 25,   */
  .cta_part .cta_part_iner .cta_part_text h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 25,   */
  .cta_part .cta_part_iner .cta_part_text h1 {
    font-size: 25px;
  }
}

/**************** about css start ****************/
/* line 2,   */
.about_part{
  position: relative;
  z-index: 1;
  padding: 10px 0px 80px;/* tenia 170*/
}

/* line 6,   */
.about_part .col-lg-5 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 576px) {
  /* line 6,   */
  .about_part .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 6,   */
  .about_part .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 6,   */
  .about_part .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  /* line 2,   */
  .about_part {
    padding: 10px 0 0;  /*tenia 70*/
    background-position: top;
    background-size: 100% 43%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .about_part {
    padding: 10px 0 0;  /*tenia 70*/
    background-position: top left;
    background-size: 90% 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .about_part {
    padding: 10px 0 0; /*tenia 70*/
    background-position: left;
    background-size: 48% 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2,   */
  .about_part {
    padding: 10px 0 0;/*tenia 100*/
  }
}

/* line 43,   */
.about_part .about_img {
  background-image: url(../img/about_overlay.png);
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  background-size: 100% 100%;
  height: 549px;
}

@media (max-width: 576px) {
  /* line 43,   */
  .about_part .about_img {
    height: 500px;
    background-image: url(../img/about_img_1.png);
    background-size: cover;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 43,   */
  .about_part .about_img {
    height: 500px;
    background-image: url(../img/about_img_1.png);
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 43,   */
  .about_part .about_img {
    height: 500px;
    background-image: url(../img/about_img_1.png);
    background-size: cover;
  }
}

/* line 68,   */
.about_part .about_img .img_1 {
  position: absolute;
  left: 0;
  top: 10px;/*tenia 50*/
}

@media (max-width: 576px) {
  /* line 68,   */
  .about_part .about_img .img_1 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 68,   */
  .about_part .about_img .img_1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 68,   */
  .about_part .about_img .img_1 {
    display: none;
  }
}

/* line 85,   */
.about_part .about_img .img_2 {
  position: absolute;
  right: -83px;
  top: 50px;/*tenia 50*/
}

@media (max-width: 576px) {
  /* line 85,   */
  .about_part .about_img .img_2 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 85,   */
  .about_part .about_img .img_2 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 85,   */
  .about_part .about_img .img_2 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 85,   */
  .about_part .about_img .img_2 {
    top: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 85,   */
  .about_part .about_img .img_2 {
    right: -55px;
    top: 50px;
  }
}

/* line 106,   */
.about_part .about_img h2 {
  bottom: -29px;
  right: -115px;
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
  position: absolute;
  z-index: 6;
}

@media (max-width: 576px) {
  /* line 106,   */
  .about_part .about_img h2 {
    bottom: 11px;
    right: 0;
    font-size: 25px;
    left: 12px;
    line-height: 35px;
    color: #fff;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 106,   */
  .about_part .about_img h2 {
    bottom: 11px;
    right: 0;
    font-size: 25px;
    left: 12px;
    line-height: 35px;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 106,   */
  .about_part .about_img h2 {
    bottom: 11px;
    right: 0;
    font-size: 25px;
    left: 12px;
    line-height: 35px;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 106,   */
  .about_part .about_img h2 {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 106,   */
  .about_part .about_img h2 {
    right: 45px;
    line-height: 55px;
    bottom: -5px;
  }
}

/* line 146,   */
.about_part .about_img h2:after {
  position: absolute;
  content: "";
  width: 190px;
  height: 150px;
  border: 8px solid #FFCB06;
  left: -17px;
  top: -20px;/*tenia 54*/
  z-index: -1;
}

@media (max-width: 576px) {
  /* line 146,   */
  .about_part .about_img h2:after {
    width: 100px;
    height: 100px;
    left: -12px;
    top: -255px;/*tenia 55*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 146,   */
  .about_part .about_img h2:after {
    width: 150px;
    height: 150px;
    left: -12px;
    top: -255px;/*tenia 55*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 146,   */
  .about_part .about_img h2:after {
    width: 150px;
    height: 150px;
    left: -12px;
    top: -255px;/*tenia 55*/
  }
}

/* line 180,   */
.about_part .about_text {
  padding-left: 63px;
}

@media (max-width: 576px) {
  /* line 180,   */
  .about_part .about_text {
    padding-left: 0px;
    margin-top: -200px;/*tenia 20*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 180,   */
  .about_part .about_text {
    padding-left: 0px;
    margin-top: -200px;/*tenia 20*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 180,   */
  .about_part .about_text {
    padding-left: 0px;
    margin-top: -200px;/*tenia 20*/
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 180,   */
  .about_part .about_text {
    padding-left: 43px;
    padding-right: 73px;
  }
}

/* line 198,   */
.about_part .about_text h5 {
  color: #FFCB06;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px;   /*  7  */
}

/* line 205,   */
.about_part .about_text h4 {
  margin-bottom: 30px; /*  30  */
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 576px) {
  /* line 205,   */
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 205,   */
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 205,   */
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 205,   */
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

/* line 228,   */
.about_part .about_text h2 {
  line-height: 1.25;
  margin-bottom: 27px;
}

@media (max-width: 576px) {
  /* line 228,   */
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 228,   */
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 228,   */
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 228,   */
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

/* line 246,   */
.about_part .about_text p {
  margin-top: -230px;/*tenia 13*/
  font-size: 15px;
}

/* line 251,   */
.about_part .hero-app-7 {
  position: absolute;
  top: 8%;
  left: 10%;
}

/* line 256,   */
.about_part .hero-app-8 {
  position: absolute;
  left: 35%;
  bottom: 50%;
}

/* line 262,   */
.our_service_part {
  background-image: url(../img/service_bg_2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25% 77%;
}

@media (max-width: 576px) {
  /* line 262,   */
  .our_service_part {
    padding-top: 0px;
    background-position: top left;
    background-size: 100% 35%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 262,   */
  .our_service_part {
    padding-top: 0px;
    background-position: top left;
    background-size: 95% 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 262,   */
  .our_service_part {
    background-position: left;
    background-size: 48% 70%;
  }
}

/* line 285,   */
.our_service_part .about_text h2 {
  margin-bottom: 20px;
}

/* line 290,   */
.about_padding {
  padding: -180px 0px;/*	180	*/
}

@media (max-width: 576px) {
  /* line 290,   */
  .about_padding {
    padding: -70px 0px;/*	70	*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 290,   */
  .about_padding {
    padding: -70px 0px;/*	70	*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 290,   */
  .about_padding {
    padding: -70px 0px;/*	70	*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 290,   */
  .about_padding {
    padding: -100px 0px;/*	100	*/
  }
}

/**************** service_part css start ****************/
/* line 3,   */
.our_latest_work .col-lg-6 {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 576px) {
  /* line 3,   */
  .our_latest_work .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 3,   */
  .our_latest_work .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3,   */
  .our_latest_work .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 22,   */
.our_latest_work .single_work_demo {
  padding-left: 0px;
}






@media (max-width: 576px) {
  /* line 22,   */
  .our_latest_work .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 22,   */
  .our_latest_work .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22,   */
  .our_latest_work .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22,   */
  .our_latest_work .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 22,   */
  .our_latest_work .single_work_demo {
    padding-left: 0px;
	  
  }
}

/* line 39,   */
.our_latest_work .single_work_demo h5 {
  color: #FFCB06;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

@media (max-width: 576px) {
  /* line 39,   */
  .our_latest_work .single_work_demo h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39,   */
  .our_latest_work .single_work_demo h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 39,   */
  .our_latest_work .single_work_demo h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

/* line 60,   */
.our_latest_work .single_work_demo h3 {
  font-size: 30px;
  line-height: 1.333;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  /* line 60,   */
  .our_latest_work .single_work_demo h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 60,   */
  .our_latest_work .single_work_demo h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60,   */
  .our_latest_work .single_work_demo h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 60,   */
  .our_latest_work .single_work_demo h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}


/* line 82,   */
.our_latest_work .single_work:nth-child(2n+2) {
  margin: 100px 0px;
}

/* line 84,   */
.our_latest_work .single_work:nth-child(2n+2) .single_work_demo {
  padding-left: 0px;
}

.single_work img:hover{
	  -webkit-transform: scale(1.2);
  transform: scale(1.1);
	
}

@media (max-width: 576px) {
  /* line 84,   */
  .our_latest_work .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 84,   */
  .our_latest_work .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 84,   */
  .our_latest_work .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 84,   */
  .our_latest_work .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 84,   */
  .our_latest_work .single_work:nth-child(2n+2) .single_work_demo {
    padding-right: 0px;
  }
}

@media (max-width: 576px) {
  /* line 82,   */
  .our_latest_work .single_work:nth-child(2n+2) {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 82,   */
  .our_latest_work .single_work:nth-child(2n+2) {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 82,   */
  .our_latest_work .single_work:nth-child(2n+2) {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 82,   */
  .our_latest_work .single_work:nth-child(2n+2) {
    margin: 40px 0px;
  }
}

/* line 116,   */
.our_latest_work .demo_img img {
  width: 100%;
}

/**************** service_part css start ****************/
/* line 2,   */
.happy_client {
  background-color: #162b45;
  padding: 110px 0px 80px;
	
}

@media (max-width: 576px) {
  /* line 2,   */
  .happy_client {
    padding: 50px 0px 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .happy_client {
    padding: 50px 0px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .happy_client {
    padding: 50px 0px 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2,   */
  .happy_client {
    padding: 80px 0px 80px;
  }
}

@media (max-width: 576px) {
  /* line 17,   */
  .happy_client .single_happy_client {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 17,   */
  .happy_client .single_happy_client {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17,   */
  .happy_client .single_happy_client {
    margin: 20px 0px;
  }
}

/* line 30,   */
.happy_client .single_happy_client img {
  width: 78px;
  height: 58px;
  display: block;
  margin-bottom: 8px;
  margin-left: -10px;
}

/* line 37,   */
.happy_client .single_happy_client span {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  float: left;
  font-style: "Roboto", sans-serif;
}

@media (max-width: 576px) {
  /* line 37,   */
  .happy_client .single_happy_client span {
    line-height: 67px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 37,   */
  .happy_client .single_happy_client span {
    line-height: 67px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 37,   */
  .happy_client .single_happy_client span {
    line-height: 67px;
  }
}

/* line 57,   */
.happy_client .single_happy_client h4 {
  color: #fff;
  font-size: 22px;
  font-size: 500;
  padding-left: 88px;
  margin-top: 28px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 57,   */
  .happy_client .single_happy_client h4 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 57,   */
  .happy_client .single_happy_client h4 {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 57,   */
  .happy_client .single_happy_client h4 {
    margin-top: 15px;
  }
}

/**************** service_part css start ****************/
/* line 4,   */
.service_part ._iner {
  background-color: #2e4158;
  padding: 50px 24px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
	
}

@media (max-width: 576px) {
  /* line 4,   */
  .service_part .single_service_part_iner {
    padding: 35px 14px;
    margin: 10px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 4,   */
  .service_part .single_service_part_iner {
    padding: 35px 14px;
    margin: 10px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4,   */
  .service_part .single_service_part_iner {
    padding: 35px 14px;
    margin: 10px 0px;
  }
}

/* line 26,   */
.service_part .single_service_part_iner span {
  background-color: #586779;
  width: 61px;
  height: 61px;
  font-size: 22px;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
	
}

/* line 38,   */
.service_part .single_service_part_iner h3 {
  font-weight: 600;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.6s;
  transition: 0.6s;
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 38,   */
  .service_part .single_service_part_iner h3 {
    font-size: 20px;
    margin-bottom: 15px;
	  
  }
}

/* line 50,   */
.service_part .single_service_part_iner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 50,   */
  .service_part .single_service_part_iner p {
    font-size: 14px;
    line-height: 1.5;
	  
  }
}

/* line 64,   */
.service_part .single_service_part:hover .single_service_part_iner {
  background-color: #fff;
}

/* line 66,   */
.service_part .single_service_part:hover .single_service_part_iner h3 {
  color: #112e41;
}

/* line 69,   */
.service_part .single_service_part:hover .single_service_part_iner p {
  color: #888888;
}

/* line 72,   */
.service_part .single_service_part:hover .single_service_part_iner span {
  background-color: #383735;
}

/**************** learn_about css start ****************/
/* line 2,   */
.portfolio_part {
  margin-bottom: -20px;
}

/* line 5,   */
.portfolio_part .card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

@media (max-width: 576px) {
  /* line 5,   */
  .portfolio_part .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 5,   */
  .portfolio_part .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* line 31,   */
.portfolio_part .card-columns .blockquote {
  padding: 0px 10px 21px 0px;
}

@media (max-width: 576px) {
  /* line 31,   */
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 10px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 31,   */
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 10px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 31,   */
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 10px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 31,   */
  .portfolio_part .card-columns .blockquote {
    padding: 0px 10px 0px 0px;
  }
}

/* line 45,   */
.portfolio_part .card-columns .blockquote h2 {
  font-size: 45px;
  margin-bottom: 13px;
}

@media (max-width: 576px) {
  /* line 45,   */
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 45,   */
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 45,   */
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 45,   */
  .portfolio_part .card-columns .blockquote h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

/* line 70,   */
.portfolio_part .card-columns .blockquote p {
  margin-bottom: 8px;
}

/* line 76,   */
.portfolio_part .card-columns .card {
  border: 0px solid transparent;
  position: relative;
  margin-bottom: 20px;
}

/* line 81,   */
.portfolio_part .card-columns .card .card-body {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: -10px;
  padding: 51px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 92,   */
.portfolio_part .card-columns .card .card-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 99,   */
.portfolio_part .card-columns .card .card-img-top {
  border-top-left-radius: calc(0px);
  border-top-right-radius: calc(0px);
}

/* line 105,   */
.portfolio_part .card-columns .card:hover .card-body {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

/**************** review_part css start ****************/
/* line 2,   */
.review_part {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 5,   */
  .review_part .col-lg-12 {
    overflow: hidden !important;
  }
}

/* line 10,   */
.review_part .container-fluid .col-lg-5 {
  /*padding-left: 0px;
  padding-right: 0px;*/
}

@media (max-width: 576px) {
  /* line 10,   */
  .review_part .container-fluid .col-lg-5 {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 10,   */
  .review_part .container-fluid .col-lg-5 {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10,   */
  .review_part .container-fluid .col-lg-5 {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
}

/* line 30,   */
.review_part .review_text_item {
  /*margin-left: 60px;*/
}

@media (max-width: 576px) {
  /* line 30,   */
  .review_part .review_text_item {
   /* margin-left: 15px;*/
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30,   */
  .review_part .review_text_item {
   /*margin-left: 15px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 30,   */
  .review_part .review_text_item {
    /*margin-left: 15px;*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 30,   */
  .review_part .review_text_item {
    /*margin-left: 64px;*/
  }
}

/* line 46,   */
.review_part .client_review_text img {
  display: inline-block;
  float: left;
  width: 115px !important;
  margin-top: -13px;
}

/* line 54,   */
.review_part .client_review_text .client_info {
  padding-left: 150px;
}

/* line 57,   */
.review_part .client_review_text .client_info h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

/* line 63,   */
.review_part .client_review_text .quate_icon {
  max-width: 43px;
  max-height: 38px;
  margin: 0 auto;
  margin-top: 20px;
}

/* line 70,   */
.review_part .client_review_text p {
  font-size: 16px;
  font-style: italic;
	
  margin: 26px 0px 50px;
}

@media (max-width: 576px) {
  /* line 70,   */
  .review_part .client_review_text p {
    margin: 26px 0px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 70,   */
  .review_part .client_review_text p {
    margin: 26px 0px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 70,   */
  .review_part .client_review_text p {
    margin: 26px 0px 30px;
  }
}

/* line 88,   */
.review_part .client_review_text h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
}

/* line 95,   */
.review_part .client_review_text h5 {
  font-size: 14px;
  font-weight: 400;
}

/* line 101,   */
.review_part .owl-thumb-item img {
  width: 70px !important;
  height: 70px !important;
  opacity: 0.5;
}

@media (max-width: 576px) {
  /* line 101,   */
  .review_part .owl-thumb-item img {
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 101,   */
  .review_part .owl-thumb-item img {
    width: 50px !important;
    height: 50px !important;
  }
}

/* line 121,   */
.review_part .owl-nav {
  position: absolute;
  right: -55%;
  top: 40%;
}

@media (max-width: 576px) {
  /* line 121,   */
  .review_part .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 121,   */
  .review_part .owl-nav {
    position: absolute;
    right: -30%;
    top: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 121,   */
  .review_part .owl-nav {
    top: 35%;
  }
}

/* line 139,   */
.review_part .owl-nav span {
  font-size: 30px;
  margin-right: 27px;
}

/* line 147,   */
.review_part .owl-prev span {
  position: relative;
  z-index: 1;
}

/* line 151,   */
.review_part .owl-prev span:after {
  position: absolute;
  left: 15px;
  top: 7px;
  width: 26px;
  height: 20px;
  content: "";
  background-color: rgba(255, 20, 129, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 164,   */
.review_part .owl-prev span:hover:after {
  opacity: .6;
}

/* line 171,   */
.review_part .owl-next span {
  position: relative;
  z-index: 1;
}

/* line 175,   */
.review_part .owl-next span:after {
  position: absolute;
  left: -7px;
  top: 7px;
  width: 26px;
  height: 20px;
  content: "";
  background-color: rgba(255, 20, 129, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 188,   */
.review_part .owl-next span:hover:after {
  opacity: .6;
}

/* line 195,   */
.review_part .current img {
  width: 100px !important;
  height: 100px !important;
  margin-top: -16px;
  opacity: 1;
}

@media (max-width: 576px) {
  /* line 195,   */
  .review_part .current img {
    width: 70px !important;
    height: 70px !important;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 195,   */
  .review_part .current img {
    width: 70px !important;
    height: 70px !important;
    margin-top: -10px;
  }
}

/* line 219,   */
.review_part #sync2 .owl-stage {
  margin-top: 20px;
}

/* line 224,   */
.review_part .intro_video_bg {
  background-image: url("../img/intro_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

/* line 231,   */
.review_part .intro_video_bg p {
  color: #fff;
  font-size: 15px;
  margin-top: 60px;
}

/* line 236,   */
.review_part .intro_video_bg .intro_video_iner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 576px) {
  /* line 224,   */
  .review_part .intro_video_bg {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 224,   */
  .review_part .intro_video_bg {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 224,   */
  .review_part .intro_video_bg {
    height: 350px;
  }
}

/* line 255,   */
.review_part .intro_video_bg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0.7;
}

/* line 267,   */
.review_part .intro_video_bg h2 {
  font-size: 60px;
  color: #fff;
}

@media (max-width: 576px) {
  /* line 267,   */
  .review_part .intro_video_bg h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 267,   */
  .review_part .intro_video_bg h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 267,   */
  .review_part .intro_video_bg h2 {
    font-size: 40px;
  }
}

/* line 286,   */
.review_part .intro_video_bg .intro_video_iner {
  width: 100%;
  height: 100%;
}

/* line 291,   */
.review_part .intro_video_bg .intro_video_icon {
  display: inline-block;
  margin-top: 50px;
}

/* line 296,   */
.review_part .intro_video_bg .video-play-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background-color: #FFCB06;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

/* line 310,   */
.review_part .intro_video_bg .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background-color: #FFCB06;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

/* line 325,   */
.review_part .intro_video_bg .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FFCB06;
  border-radius: 50%;
  transition: all 200ms;
}

/* line 340,   */
.review_part .intro_video_bg .video-play-button:hover:after {
  background-color: #FFCB06;
}

/* line 344,   */
.review_part .intro_video_bg .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* line 352,   */
.review_part .intro_video_bg .video-play-button span {
  display: inline-block;
  position: relative;
  z-index: 3;
  top: 6px;
  cursor: pointer;
}

/* line 360,   */
.review_part .intro_video_bg .ti-control-play:before {
  content: "\e6ad";
  font-size: 28px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/**************** gallery_part css start ****************/
/* line 2,   */
.gallery_part {
  padding-top: 130px;
  /* clearfix */
  /* ---- grid-item ---- */
}

@media (max-width: 576px) {
  /* line 2,   */
  .gallery_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .gallery_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .gallery_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2,   */
  .gallery_part {
    padding-top: 70px;
  }
}

/* line 16,   */
.gallery_part .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 21,   */
.gallery_part .single_gallery_item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 27,   */
.gallery_part .single_gallery_item .single_gallery_item_iner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0.7);
}

/* line 40,   */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text {
  position: absolute;
  left: 20px;
  bottom: 80px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 48,   */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text h3 {
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #FFCB06;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/* line 55,   */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p {
  color: #fff;
}

/* line 61,   */
.gallery_part .single_gallery_item:hover .gallery_item_text {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

/* line 66,   */
.gallery_part .single_gallery_item:hover .single_gallery_item_iner:after {
  opacity: 0.5;
  transform: scale(1);
}

/* line 74,   */
.gallery_part .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* line 82,   */
.gallery_part .grid-sizer,
.gallery_part .grid-item {
  width: 20%;
}

@media (max-width: 576px) {
  /* line 82,   */
  .gallery_part .grid-sizer,
  .gallery_part .grid-item {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 82,   */
  .gallery_part .grid-sizer,
  .gallery_part .grid-item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 82,   */
  .gallery_part .grid-sizer,
  .gallery_part .grid-item {
    width: 50%;
  }
}

/* line 99,   */
.gallery_part .grid-item {
  height: 430px;
  float: left;
  border: 5px solid #fff;
}

/* line 105,   */
.gallery_part .grid-item--width2 {
  width: 40%;
}

@media (max-width: 576px) {
  /* line 105,   */
  .gallery_part .grid-item--width2 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 105,   */
  .gallery_part .grid-item--width2 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 105,   */
  .gallery_part .grid-item--width2 {
    width: 50%;
  }
}

/* line 120,   */
.gallery_part .grid-item--width3 {
  width: 60%;
}

@media (max-width: 576px) {
  /* line 120,   */
  .gallery_part .grid-item--width3 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 120,   */
  .gallery_part .grid-item--width3 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 120,   */
  .gallery_part .grid-item--width3 {
    width: 50%;
  }
}

/* line 135,   */
.gallery_part .grid-item--height1 {
  height: 415px;
}

/* line 138,   */
.gallery_part .grid-item--height2 {
  height: 500px;
}

/* line 141,   */
.gallery_part .grid-item--height3 {
  height: 585px;
}

/* line 144,   */
.gallery_part .bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**************** blog part css start ****************/
@media (max-width: 576px) {
  /* line 2,   */
  .blog_part {
    padding: 70px 0 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .blog_part {
    padding: 70px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .blog_part {
    padding: 70px 0 50px;
  }
}

/* line 15,   */
.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  /* line 20,   */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 20,   */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20,   */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

/* line 33,   */
.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

/* line 36,   */
.blog_part .single-home-blog .card {
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

@media (max-width: 576px) {
  /* line 43,   */
  .blog_part .single-home-blog .card .card-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48,   */
  .blog_part .single-home-blog .card .card-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 53,   */
  .blog_part .single-home-blog .card .card-title {
    margin-bottom: 10px;
  }
}

/* line 60,   */
.blog_part .single-home-blog .card .card-body {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e2e6e7;
  border-top: 0px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 66,   */
.blog_part .single-home-blog .card .card-body:hover {
  box-shadow: 0px 20px 30px rgba(163, 4, 78, 0.1);
  border: 1px solid transparent;
  border-top: 0px solid transparent;
}

@media (max-width: 576px) {
  /* line 60,   */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 60,   */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 60,   */
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

/* line 88,   */
.blog_part .single-home-blog .card .card-body a {
  color: #888888;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
  display: inline-block;
}

/* line 96,   */
.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

/* line 99,   */
.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #FFCB06;
  border-radius: 50%;
}

/* line 110,   */
.blog_part .single-home-blog .card span {
  color: #888888;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 576px) {
  /* line 110,   */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 110,   */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110,   */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 110,   */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

/* line 133,   */
.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  /* line 133,   */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 133,   */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 133,   */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133,   */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* line 154,   */
.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #FFCB06;
}

/* line 161,   */
.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 30px;
}

@media (max-width: 576px) {
  /* line 161,   */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 161,   */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 161,   */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 161,   */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

/* line 177,   */
.blog_part .single-home-blog .card ul li i {
  margin-right: 10px;
  color: #FFCB06;
}

/**************** social contact part css start ****************/
/* line 2,   */
.social_connect_part {
  padding-top: 130px;
}

@media (max-width: 576px) {
  /* line 2,   */
  .social_connect_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .social_connect_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .social_connect_part {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2,   */
  .social_connect_part {
    padding-top: 70px;
  }
}

/* line 16,   */
.social_connect_part .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 20,   */
.social_connect_part .social_connect {
  display: flex;
  justify-content: space-between;
  border-bottom: 10px solid #fff;
}

/* line 25,   */
.social_connect_part .single-social_connect {
  width: 16%;
  float: left;
}

/* line 29,   */
.social_connect_part .single-social_connect:hover .social_connect_img:after {
  opacity: 0.5;
  transform: scale(1);
}

/* line 33,   */
.social_connect_part .single-social_connect:hover .social_connect_overlay span {
  visibility: visible;
  opacity: 1;
}

/* line 38,   */
.social_connect_part .single-social_connect .social_connect_img {
  position: relative;
  z-index: 1;
}

/* line 42,   */
.social_connect_part .single-social_connect .social_connect_img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  z-index: 1;
  transform: scale(0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 55,   */
.social_connect_part .single-social_connect .social_connect_img img {
  width: 100%;
  height: auto;
}

/* line 62,   */
.social_connect_part .single-social_connect .social_connect_img:hover .social_connect_overlay span {
  visibility: visible;
}

/* line 68,   */
.social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  visibility: hidden;
  font-size: 30px;
}

@media (max-width: 576px) {
  /* line 68,   */
  .social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
    font-size: 14px;
    top: 40%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 68,   */
  .social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
    font-size: 14px;
    top: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 68,   */
  .social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
    font-size: 20px;
    top: 40%;
  }
}

/**************** copyright part css start ****************/
/* line 2,   */
.copyright_part {
  background-color: #303030;
  padding: 26px 0px;
}

/* line 5,   */
.copyright_part p {
  color: #8a8a8a;
  font-family: 300;
}

/* line 9,   */
.copyright_part a {
  color: #FFCB06;
}

@media (max-width: 576px) {
  /* line 12,   */
  .copyright_part .footer-social {
    margin-top: 20px;
  }
}

/* line 25,   */
.copyright_part .footer-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #ff7e5f;
  text-align: center;
  margin-left: 10px;
  color: #fff;
}

/* line 35,   */
.copyright_part .footer-social a:hover {
  background-color: #ff7e5f !important;
  color: #fff !important;
}

/* line 40,   */
.copyright_part .footer-social a i:hover {
  color: #fff;
}

@media (max-width: 576px) {
  /* line 47,   */
  .copyright_part .footer-text {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 52,   */
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 58,   */
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
}

/* line 65,   */
.copyright_part span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/**************** team_part css start ****************/
/* line 2,   */
.team_member_section {
  background-color: #162b45;
}

@media (max-width: 576px) {
  /* line 2,   */
  .team_member_section {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .team_member_section {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   */
  .team_member_section {
    padding-bottom: 50px;
  }
}

/* line 17,   */
.team_member_section .single_team_member {
  border: 1px solid #45556a;
  padding: 20px;
  text-align: center;
}

@media (max-width: 576px) {
  /* line 17,   */
  .team_member_section .single_team_member {
    margin-bottom: 20px;
  }
  /* line 23,   */
  .team_member_section .single_team_member img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 17,   */
  .team_member_section .single_team_member {
    margin-bottom: 20px;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17,   */
  .team_member_section .single_team_member {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 17,   */
  .team_member_section .single_team_member {
    padding: 10px;
  }
}

/* line 38,   */
.team_member_section .single_team_member img {
  width: 100%;
  height: auto;
}

/* line 42,   */
.team_member_section .single_team_member .single_team_text {
  padding: 35px 10px;
}

@media (max-width: 576px) {
  /* line 42,   */
  .team_member_section .single_team_member .single_team_text {
    padding: 20px 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 42,   */
  .team_member_section .single_team_member .single_team_text {
    padding: 20px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 42,   */
  .team_member_section .single_team_member .single_team_text {
    padding: 20px 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 42,   */
  .team_member_section .single_team_member .single_team_text {
    padding: 35px 5px;
  }
}

/* line 57,   */
.team_member_section .single_team_member .single_team_text h3 a {
  color: #fff;
}

/* line 61,   */
.team_member_section .single_team_member .single_team_text p {
  color: #abb2ba;
  font-size: 14px;
  margin-bottom: 26px;
  margin-top: 11px;
}

@media (max-width: 576px) {
  /* line 61,   */
  .team_member_section .single_team_member .single_team_text p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 61,   */
  .team_member_section .single_team_member .single_team_text p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 61,   */
  .team_member_section .single_team_member .single_team_text p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* line 83,   */
.team_member_section .single_team_member .single_team_text .team_member_social_icon a {
  color: #abb2ba;
  margin: 0px 23px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  /* line 83,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a {
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 83,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a {
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 83,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a {
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 83,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a {
    margin: 0px 10px;
  }
}

/* line 101,   */
.team_member_section .single_team_member .single_team_text .team_member_social_icon a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  right: -30px;
  background-color: #45556a;
  border-radius: 50%;
}

@media (max-width: 576px) {
  /* line 101,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a:after {
    top: 3px;
    right: -17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 101,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a:after {
    top: 3px;
    right: -17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 101,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a:after {
    top: 3px;
    right: -17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 101,   */
  .team_member_section .single_team_member .single_team_text .team_member_social_icon a:after {
    top: 3px;
    right: -17px;
  }
}

/* line 127,   */
.team_member_section .single_team_member .single_team_text .team_member_social_icon a:last-child:after {
  width: 0;
  height: 0;
}

/*=================== contact banner start ====================*/
/* line 3,   */
.contact-info {
  margin-bottom: 25px;
}

/* line 6,   */
.contact-info__icon {
  margin-right: 20px;
}

/* line 9,   */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 17,   */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 23,   */
.contact-info .media-body h3 a:hover {
  color: #FFCB06;
}

/* line 29,   */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 38,   */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 46,   */
.form-contact label {
  font-size: 14px;
}

/* line 50,   */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 54,   */
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 62,   */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 67,   */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 73,   */
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 90,   */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 99,   */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 105,   */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 114,   */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 119,   */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/**************** project_datails css start ****************/
/* line 3,   */
.project_details .project_details_content {
  padding: 40px 0px 0px;
}

/* line 6,   */
.project_details .project_details_content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.406;
  color: #2f373d;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 30px;
  }
}

/* line 25,   */
.project_details .project_details_content p {
  color: #666666;
  font-weight: 400;
}

/* line 29,   */
.project_details .project_details_content h4 {
  color: #2f373d;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0px 25px;
}

@media (max-width: 576px) {
  /* line 29,   */
  .project_details .project_details_content h4 {
    margin: 15px 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 29,   */
  .project_details .project_details_content h4 {
    margin: 15px 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 29,   */
  .project_details .project_details_content h4 {
    margin: 15px 0px 15px;
  }
}

/* line 48,   */
.project_details .project_details_widget {
  padding: 40px 0px 0px;
}

@media (max-width: 576px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 30px 0px 0px;
  }
}

/* line 62,   */
.project_details .project_details_widget .single_project_details_widget {
  position: relative;
  padding-left: 36px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

/* line 78,   */
.project_details .project_details_widget .single_project_details_widget span {
  color: #888888;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 85,   */
.project_details .project_details_widget .single_project_details_widget h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
}

/* line 90,   */
.project_details .project_details_widget .single_project_details_widget h6 {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* line 95,   */
.project_details .project_details_widget .single_project_details_widget p {
  font-weight: 300;
}

/* line 102,   */
.project_details_single .single-home-blog {
  text-align: center;
}

/* line 105,   */
.project_details_single .card-body {
  border: 0px solid transparent !important;
}

/* line 108,   */
.project_details_single .section_tittle {
  margin-bottom: 50px;
}

/* line 110,   */
.project_details_single .section_tittle h2 {
  text-align: left;
  font-size: 42px;
}

/* line 118,   */
.next_icon img {
  width: 50px;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 0;
}

/* line 126,   */
.next_icon {
  position: relative;
  padding-right: 95px;
  text-transform: uppercase;
  color: #2f373d;
  padding-top: 15px;
  z-index: 1;
  margin-top: 60px;
}

/* line 134,   */
.next_icon :after {
  position: absolute;
  content: "";
  left: 61px;
  top: 15px;
  width: 25px;
  height: 20px;
  background-color: #f9d0e3;
  z-index: -1;
}

/* line 146,   */
.next_icon a {
  color: #2f373d;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/* line 151,   */
.pre_icon {
  position: relative;
  padding-left: 95px;
  text-transform: uppercase;
  color: #2f373d;
  padding-top: 15px;
  z-index: 1;
  margin-top: 60px;
}

/* line 159,   */
.pre_icon :after {
  position: absolute;
  content: "";
  left: 35px;
  top: 15px;
  width: 25px;
  height: 20px;
  background-color: #f9d0e3;
  z-index: -1;
}

/* line 170,   */
.pre_icon a {
  color: #2f373d;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/* line 175,   */
.pre_icon img {
  width: 50px;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
}

/**************** project_datails css start ****************/
/* line 3,   */
.project_details .project_details_content {
  padding: 40px 0px 0px;
}

/* line 6,   */
.project_details .project_details_content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.406;
  color: #2f373d;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 6,   */
  .project_details .project_details_content h3 {
    font-size: 30px;
  }
}

/* line 25,   */
.project_details .project_details_content p {
  color: #666666;
  font-weight: 400;
}

/* line 29,   */
.project_details .project_details_content h4 {
  color: #2f373d;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0px 25px;
}

@media (max-width: 576px) {
  /* line 29,   */
  .project_details .project_details_content h4 {
    margin: 15px 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 29,   */
  .project_details .project_details_content h4 {
    margin: 15px 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 29,   */
  .project_details .project_details_content h4 {
    margin: 15px 0px 15px;
  }
}

/* line 48,   */
.project_details .project_details_widget {
  padding: 40px 0px 0px;
}

@media (max-width: 576px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48,   */
  .project_details .project_details_widget {
    padding: 30px 0px 0px;
  }
}

/* line 62,   */
.project_details .project_details_widget .single_project_details_widget {
  position: relative;
  padding-left: 36px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 62,   */
  .project_details .project_details_widget .single_project_details_widget {
    margin-bottom: 20px;
  }
}

/* line 78,   */
.project_details .project_details_widget .single_project_details_widget span {
  color: #888888;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 85,   */
.project_details .project_details_widget .single_project_details_widget h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
}

/* line 90,   */
.project_details .project_details_widget .single_project_details_widget h6 {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* line 95,   */
.project_details .project_details_widget .single_project_details_widget p {
  font-weight: 300;
}

/* line 102,   */
.project_details_single .single-home-blog {
  text-align: center;
}

/* line 105,   */
.project_details_single .card-body {
  border: 0px solid transparent !important;
}

/* line 108,   */
.project_details_single .section_tittle {
  margin-bottom: 50px;
}

/* line 110,   */
.project_details_single .section_tittle h2 {
  text-align: left;
  font-size: 42px;
}

/* line 118,   */
.next_icon img {
  width: 50px;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 0;
}

/* line 126,   */
.next_icon {
  position: relative;
  padding-right: 95px;
  text-transform: uppercase;
  color: #2f373d;
  padding-top: 15px;
  z-index: 1;
  margin-top: 60px;
}

/* line 134,   */
.next_icon :after {
  position: absolute;
  content: "";
  left: 61px;
  top: 15px;
  width: 25px;
  height: 20px;
  background-color: #f9d0e3;
  z-index: -1;
}

/* line 146,   */
.next_icon a {
  color: #2f373d;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/* line 151,   */
.pre_icon {
  position: relative;
  padding-left: 95px;
  text-transform: uppercase;
  color: #2f373d;
  padding-top: 15px;
  z-index: 1;
  margin-top: 60px;
}

/* line 159,   */
.pre_icon :after {
  position: absolute;
  content: "";
  left: 35px;
  top: 15px;
  width: 25px;
  height: 20px;
  background-color: #f9d0e3;
  z-index: -1;
}

/* line 170,   */
.pre_icon a {
  color: #2f373d;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/* line 175,   */
.pre_icon img {
  width: 50px;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
}

/* line 75,   */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80,   */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85,   */
b,
sup,
sub,
u,
del {
  color: #FFCB06;
}

/* line 93,   */
h1 {
  font-size: 36px;
}

/* line 97,   */
h2 {
  font-size: 30px;
}

/* line 101,   */
h3 {
  font-size: 24px;
}

/* line 105,   */
h4 {
  font-size: 18px;
}

/* line 109,   */
h5 {
  font-size: 16px;
}

/* line 113,   */
h6 {
  font-size: 14px;
}

/* line 117,   */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

/* line 127,   */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137,   */
.button-area {
  background: #fff;
}

/* line 138,   */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146,   */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149,   */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155,   */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166,   */
.genric-btn:focus {
  outline: none;
}

/* line 169,   */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173,   */
.genric-btn.large {
  line-height: 45px;
}

/* line 176,   */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179,   */
.genric-btn.small {
  line-height: 25px;
}

/* line 182,   */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185,   */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188,   */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195,   */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199,   */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203,   */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208,   */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211,   */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217,   */
.genric-btn.primary {
  color: #fff;
  background: #FFCB06;
  border: 1px solid transparent;
}

/* line 221,   */
.genric-btn.primary:hover {
  color: #FFCB06;
  border: 1px solid #FFCB06;
  background: #fff;
}

/* line 227,   */
.genric-btn.primary-border {
  color: #FFCB06;
  border: 1px solid #FFCB06;
  background: #fff;
}

/* line 231,   */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #FFCB06;
  border: 1px solid transparent;
}

/* line 237,   */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241,   */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247,   */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251,   */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257,   */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261,   */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267,   */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271,   */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277,   */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281,   */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287,   */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291,   */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297,   */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301,   */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307,   */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311,   */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317,   */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322,   */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328,   */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333,   */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339,   */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347,   */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #FFCB06;
}

/* line 353,   */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357,   */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361,   */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365,   */
.progress-table .country {
  width: 28.07%;
}

/* line 368,   */
.progress-table .visit {
  width: 19.74%;
}

/* line 371,   */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375,   */
.progress-table .table-head {
  display: flex;
}

/* line 377,   */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387,   */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391,   */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399,   */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404,   */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408,   */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411,   */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414,   */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417,   */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420,   */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423,   */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426,   */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429,   */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432,   */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441,   */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449,   */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455,   */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459,   */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #FFCB06;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473,   */
.ordered-list {
  margin-left: 30px;
}

/* line 475,   */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #FFCB06;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480,   */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488,   */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #FFCB06;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494,   */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502,   */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #FFCB06;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508,   */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515,   */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523,   */
.single-input:focus {
  outline: none;
}

/* line 528,   */
.input-group-icon {
  position: relative;
}

/* line 530,   */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535,   */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540,   */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545,   */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555,   */
.single-textarea:focus {
  outline: none;
}

/* line 560,   */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568,   */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #FFCB06;
}

/* line 574,   */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582,   */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588,   */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596,   */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602,   */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609,   */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619,   */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFCB06;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632,   */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639,   */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646,   */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655,   */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663,   */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677,   */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693,   */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696,   */
.primary-switch input:checked + label:before {
  background: #FFCB06;
}

/* line 704,   */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711,   */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720,   */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728,   */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742,   */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758,   */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761,   */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769,   */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776,   */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785,   */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798,   */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806,   */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813,   */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822,   */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835,   */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843,   */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850,   */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859,   */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871,   */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876,   */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884,   */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891,   */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900,   */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913,   */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921,   */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928,   */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937,   */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950,   */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958,   */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965,   */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974,   */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986,   */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991,   */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 999,   */
.default-select {
  height: 40px;
}

/* line 1001,   */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008,   */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015,   */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022,   */
.default-select .nice-select .list .option.selected {
  color: #FFCB06;
  background: transparent;
}

/* line 1026,   */
.default-select .nice-select .list .option:hover {
  color: #FFCB06;
  background: transparent;
}

/* line 1033,   */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037,   */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042,   */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1045,   */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1053,   */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1060,   */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067,   */
.form-select .nice-select .list .option.selected {
  color: #FFCB06;
  background: transparent;
}

/* line 1071,   */
.form-select .nice-select .list .option:hover {
  color: #FFCB06;
  background: transparent;
}

/* line 1078,   */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082,   */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086,   */
.mt-10 {
  margin-top: 10px;
}

/* line 1089,   */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093,   */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096,   */
.mt-30 {
  margin-top: 30px;
}

/* line 1099,   */
.switch-wrap {
  margin-bottom: 10px;
}

/* line 1,   */
.breadcrumb_bg {
  background-image: url("../img/breadcrumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 5,   */
.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* line 10,   */
.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #112e41;
  content: "";
  opacity: 0.75;
  z-index: -1;
}

/* line 22,   */
.breadcrumb .breadcrumb_iner {
  height: 425px;
  width: 100%;
  display: table;
}

/* line 27,   */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
  padding-top: 75px;
}

/* line 32,   */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 32,   */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 32,   */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 32,   */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

/* line 55,   */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
}

/* line 60,   */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* line 70,   */
.breadcrumb {
  margin-bottom: 0px !important;
}

/* line 2,   */
.footer-area {
  background-color: #162b45;
  padding: 70px 0px 30px;
	
}

@media (max-width: 991px) {
  /* line 2,   */
  .footer-area {
    padding: 70px 0px 30px;
  }
}

/* line 8,   */
.footer-area .form-control {
  background-color: transparent;
}

/* line 11,   */
.footer-area .form-group {
  margin-top: 25px;
}

@media (max-width: 991px) {
  /* line 14,   */
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

/* line 19,   */
.footer-area .single-footer-widget p {
  color: #abb2ba;
  font-size: 14px;
  line-height: 1.8;
}

/* line 25,   */
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 1024px) {
  /* line 25,   */
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 25,   */
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

/* line 38,   */
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

/* line 40,   */
.footer-area .single-footer-widget ul li a {
  color: #555555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

/* line 44,   */
.footer-area .single-footer-widget ul li a:hover {
  color: #FFCB06;
}

/* line 48,   */
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0px;
}

/* line 53,   */
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

/* line 56,   */
.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 67% !important;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  font-size: 13px;
  color: #999999;
  border: 0px solid transparent;
  font-family: "Roboto", sans-serif;
}

/* line 67,   */
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

/* line 72,   */
.footer-area .single-footer-widget .click-btn {
  background-color: #FFCB06;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  left: 0;
}

/* line 85,   */
.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 375px) {
  /* line 72,   */
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
	
	/*aqui tamaño del logo para celulares*/
	 .navbar-brand img{
	  max-width: 170px;
		
	}
	.banner_part {
  height: 600px;
  position: relative;
  z-index: 1;
  background-color: #fff;		/*anterior 			f7f7f7*/
}
	
	
}

@media (min-width: 400px) {
  /* line 72,   */
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
	
	/*aqui tamaño del logo para escritorio*/
	.main_menu .navbar-brand img{
	  max-width: 160px;
	}
	
}

@media (min-width: 768px) {   /*TAMAÑO DEL LOGO PC */
  /* line 72,   */
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
	
	/*aqui tamaño del logo para escritorio*/
	.main_menu .navbar-brand img{
	  max-width: 180px;
	}
	
}

/* line 100,   */
.footer-area .footer_1 img {
  margin-bottom: 35px;
}

/* line 103,   */
.footer-area .footer_1 p {
  margin-bottom: 15px;
}

/* line 108,   */
.footer-area .footer_2 .social_icon {
  margin-top: 27px;
}

/* line 110,   */
.footer-area .footer_2 .social_icon a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 20px;
}

/* line 120,   */
.footer-area .footer_3 .footer_img .single_footer_img {
  width: 30%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 120,   */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 15%;
	  
  }
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 120,   */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 120,   */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 10%;
  }
}

/* line 137,   */
.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 148,   */
.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}

/* line 160,   */
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}

/* line 163,   */
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}

/* line 170,   */
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

/* line 173,   */
.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}

/* line 176,   */
.footer-area .contact_info p {
  margin-bottom: 10px;
}

/* line 178,   */
.footer-area .contact_info p span {
  color: #2c3033;
  font-size: 16px;
}

/* line 184,   */
.footer-area .btn {
  background-color: #FFCB06;
  color: #fff;
  width: 49px;
  border-radius: 0px;
  height: 40px;
}

/* line 191,   */
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/* line 195,   */
.footer-area .copyright_part_text {
  border-top: 1px solid #45556a;
  padding-top: 20px;
  margin-top: 95px;
}

/* line 199,   */
.footer-area .copyright_part_text p {
  color: #777777;
}

@media (max-width: 576px) {
  /* line 195,   */
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  /* line 206,   */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 195,   */
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
  }
  /* line 213,   */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 195,   */
  .footer-area .copyright_part_text {
    text-align: center;
  }
}

/* line 223,   */
.footer-area .copyright_part_text a {
  color: #FFCB06;
}

/* line 227,   */
.footer-area .input-group {
  border: 1px solid #45556a;
  padding: 5px;
}

/* line 232,   */
.white_bg {
  background-color: #f7f7f7 !important;
}

/* line 234,   */
.white_bg p {
  color: #888888 !important;
}

/* line 237,   */
.white_bg h4 {
  color: #294354 !important;
}

/* line 240,   */
.white_bg .input-group {
  border: 1px solid #e0e1e3;
  padding: 5px;
}

/* line 244,   */
.white_bg .copyright_part_text {
  border-top: 1px solid #e0e1e3;
}



@media (max-width: 375px) {
  /* line 2,   */
  .banner_part {
    height: 300px;
	  margin-top: -40px;
    background-image: none;	  
  }
	
}


.imgclientes {
	
	align-content: center;
}

.imgclientes img{
	
	padding: 10px;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:15px;
}

.buttonwhat {
  background-color: #25d366; /* Green */
  border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: -15px;
		
  color: white;
  border-radius: 5px;
}


/* Galeria de trabajos*/

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}

/*carousel de productos*/

@media (min-width: 768px) {
.carousel-multi-item-2 .col-md-3 {
float: left;
width: 25%;
max-width: 100%; } }

.carousel-multi-item-2 .card img {
border-radius: 2px; }


@media (max-width: 450px) {
	
	.overbordado{
	position: absolute;
	top: 0;
  	left: 0;
	width: 100px;
	height: 200px;
	margin-top: 100px;
	margin-left: 100px;
	
	z-index: 10;	
}
	
.overbordado h1{
	font-size: 10px;
	text-align: left;
}

.overbordado p{
	font-size: 5px;
	text-align: left;
}




}

