/*----------------------about------------------*/
.about-two {
  padding: 100px 0;
}
.about-two__content {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .about-two__content {
    padding-right: 56px;
  }
}
.about-two__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-two__images img + img {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .about-two__images {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
  .about-two__images img + img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .about-two__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-two__images img {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .about-two__images img {
    width: 100%;
  }
  .about-two__images img + img {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.about-two__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
  margin: 0;
}
.about-two__title {
  font-size: 44px;
  font-weight: bold;
  margin: 0;
  color: #333333;
  margin-bottom: 25px;
	
}
@media (max-width: 575px) {
  .about-two__title {
    font-size: 32px;
    line-height: 1.2em;
  }
}
.about-two__tag-line {
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  display: inline-block;
}
.about-two__tag-line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-two__btn {
  margin-top: 41px;
}
/*
* 11. service style
*/
.service-one__btn {
  position: relative;
  border-radius: 2px;
  border: 2px solid #dddddd;
  background-color: #fff;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 7.5px 25px;
  color: #333333;
}
.service-one__btn i {
  color: #fff;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.service-one__btn:hover {
  background-color: #e23e4e;
  border-color: #e23e4e;
  color: #fff;
  padding-right: 50px;
}
.service-one__btn:hover i {
  opacity: 1;
}

.service-one {
  padding-bottom: 255px;
  position: relative;
}
@media (max-width: 991px) {
  .service-one {
    padding-bottom: 100px;
  }
}
.service-one__bg {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-position: center center;
  background-attachment: fixed;
}
.service-one__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0a965;
  opacity: .8;
}
.service-one .inner-container {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.service-one [class*=col-] + [class*=col-] {
  border-left: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .service-one [class*=col-] + [class*=col-] {
    border-left: 0;
    border-top: 1px solid #dddddd;
  }
}
.service-one__single {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.service-one__single:hover .service-one__icon {
  color: #e0a965;
}
.service-one__single:hover .service-one__btn {
  background-color: #e23e4e;
  border-color: #e23e4e;
  color: #fff;
}
.service-one__icon {
  color: #666666;
  font-size: 85px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #333333;
  margin-bottom: 12px;
}
.service-one__title a {
  color: inherit;
}
.service-one__text {
  margin: 0;
  font-size: 14px;
  color: #888888;
  margin-bottom: 25px;
}
.service-one__btn {
  position: relative;
  border-radius: 2px;
  border: 2px solid #dddddd;
  background-color: #fff;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 7.5px 25px;
  color: #333333;
}
.service-one__btn i {
  color: #fff;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.service-one__btn:hover {
  background-color: #e23e4e;
  border-color: #e23e4e;
  color: #fff;
  padding-right: 50px;
}
.service-one__btn:hover i {
  opacity: 1;
}

.service-one__about-page {
  padding-bottom: 70px;
}
.service-one__about-page .inner-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-one__about-page [class*=col-] + [class*=col-] {
  border-left: 0px solid #dddddd;
}
@media (max-width: 991px) {
  .service-one__about-page [class*=col-] + [class*=col-] {
    border-left: 0;
    border-top: 0px solid #dddddd;
  }
}
.service-one__about-page .service-one__single {
  margin-bottom: 30px;
  background-color: #F8F8FA;
}
.service-one__about-page .service-one__btn {
  background-color: #F8F8FA;
}

/*
* 16. progress style
*/
.progress-one__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #353535;
  position: relative;
}
@media (max-width: 1199px) {
  .progress-one__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.progress-one__wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #353535;
  opacity: .5;
}
.progress-one__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.progress-one__block-title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 375px) {
  .progress-one__block-title {
    margin-top: 15px;
  }
  .progress-one__block-title br {
    display: none;
  }
}
.progress-one__title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.progress-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -40px;
  margin-right: -40px;
}
.progress-one__box-single {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333333%;
          flex: 1 1 33.333333%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 375px) {
  .progress-one__box-single {
    margin-bottom: 30px;
  }
}
.progress-one__box-single canvas {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.progress-one__circle {
  position: relative;
}
.progress-one__value {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
}

.progress-feature__wrapper .container-fluid {
  padding: 0;
  width: 100%;
}


/*
* 15. feature style
*/
.feature-one__wrap {
  background-color: #282d3a;
}
.feature-one__main {
  padding-top: 102.5px;
  padding-bottom: 112.5px;
  width: 100%;
  max-width: 535px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 105px;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .feature-one__main {
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-one__main .block-title__text-two {
  color: #aaaaaa;
  margin: 0;
}
.feature-one__main .block-title__text-two:after {
  display: none;
}
.feature-one__main .block-title__title {
  color: #fff;
  margin: 0;
}
.feature-one__main .block-title__title:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
}
.feature-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 375px) {
  .feature-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.feature-one__single + .feature-one__single {
  margin-top: 42px;
}
.feature-one__icon {
  margin-right: 25px;
}
@media (max-width: 375px) {
  .feature-one__icon {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.feature-one__icon i {
  color: #e0a965;
  font-size: 40px;
}
.feature-one__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-one__text {
  margin: 0;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.block-title {
  margin-bottom: 50px;
}
.block-title__title {
  margin: 0;
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  margin-top: -13px;
}
/*
* 9. cta style
*/
.cta-one {
  background-image: url(../assets2/images/background/contact-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  padding-top: 90px;
  padding-bottom: 455px;
  margin-bottom: -375.5px;
}
.cta-one:before {
  content: '';
  background-color: #282d3a;
  opacity: .85;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-one .container {
  position: relative;
}
@media (min-width: 1200px) {
  .cta-one .container {
    max-width: 655px;
  }
}
.cta-one__title {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cta-one__title br {
    display: none;
  }
}
.cta-one__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 39px;
  padding-bottom: 39px;
  margin-top: 65px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .cta-one__phone {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cta-one__phone:before, .cta-one__phone:after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: url(../images/resources/cta-line-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
}
.cta-one__phone:before {
  top: 0;
}
.cta-one__phone:after {
  bottom: 0;
}
.cta-one__phone i {
  font-size: 24px;
  color: #fff;
  margin-right: 20px;
}
.cta-one__phone a {
  font-weight: bold;
  font-size: 44px;
  color: #e0a965;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cta-one__phone a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 575px) {
  .cta-one__phone a {
    font-size: 22px;
  }
}
.cta-one__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 425px) {
  .cta-one__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta-one__contact li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
}
.cta-one__contact li a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cta-one__contact li a:hover {
  color: #e0a965;
}
.cta-one__contact li i {
  font-size: 16px;
  color: #e0a965;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e0a965;
}
.cta-one__contact li:nth-child(even) {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 425px) {
  .cta-one__contact li:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
  }
}
.cta-one__contact li:nth-child(even) i {
  left: auto;
  right: 0;
}
@media (max-width: 425px) {
  .cta-one__contact li:nth-child(even) i {
    right: auto;
    left: 0;
  }
}
.cta-one__contact li + li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 26px;
}
@media (max-width: 425px) {
  .cta-one__contact li + li:before {
    display: none;
  }
}
/*---------------------./-about------------------*/
/*-------------------------contact---------------------*/
/*--
/*  4.13 - Contact CSS
/*----------------------------------------*/
.contact-map {
  width: 100%;
  min-height: 480px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contact-map {
    min-height: 330px;
  }
}

.contact-info {
  text-align: center;
}

.contact-info .icon {
  width: 88px;
  height: 88px;
  border: 1px solid #c89a69;
  color: #c89a69;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.contact-info .icon i {
  font-size: 30px;
}

.contact-info .content .title {
  font-weight: 500;
}

.contact-info-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.contact-info-list:not(:last-child) {
  margin-bottom: 30px;
}

.contact-info-list li {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}

.contact-info-list li + li {
  margin-top: 10px;
}

.contact-info-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #c89a69;
  line-height: inherit;
}

/*----------------------------------------*/
/*
* 17. contact style
*/
.contact-one {
  padding-top: 100px;
  padding-bottom: 50px;
}
.contact-one .block-title__text-two {
  color: #aaaaaa;
  font-size: 16px;
}
.contact-one .block-title__text-two:after {
  display: none;
}
.contact-one .case-form-one__field textarea {
  height: 115px;
}
.contact-one__form {
  margin-bottom: 50px;
}
.contact-one__info {
  margin-bottom: 50px;
}
.contact-one__info .block-title__text-two {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-style: normal;
  font-weight: 300;
}
.contact-one__info-single + .contact-one__info-single {
  margin-top: 30px;
}
.contact-one__info-title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.contact-one__info-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  letter-spacing: .025em;
}
.contact-one__info-text strong {
  margin-left: 10px;
}
.contact-one__info-text a {
  color: inherit;
}
.contact-one__info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-one__info-social a {
  font-size: 20px;
  color: #666666;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.contact-one__info-social a:hover {
  color: #e0a965;
}
.contact-one__info-social a + a {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .contact-one__form {
    padding-right: 70px;
  }
}

/*-----------------------------------contact-------------------*/
/*---------------blog--------------------*/

.post-pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-pagination__two a {
  font-family: "Oxygen";
  font-size: 16px;
}
.post-pagination a {
  color: #333333;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 2px;
  padding-left: 18.5px;
  padding-right: 18.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.post-pagination a.active, .post-pagination a:hover {
  color: #fff;
  background-color: #e23e4e;
  border-color: #e23e4e;
}
.post-pagination a + a {
  margin-left: 10px;
}
.post-pagination a.active {
  cursor: auto;
}
.post-pagination__prev, .post-pagination__next {
  border: none !important;
  background-color: transparent !important;
  text-decoration: underline;
  color: #333333 !important;
  text-transform: uppercase;
  font-size: 14px !important;
}




/*======================
  WATSAPP BUTTON START
========================*/

.bar_wpp {
    position: fixed;
    top: 58%;
    left: -130px;
    z-index: 1200;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    margin-right: 5px;
}

.bar_wpp:hover {
	left:-10px;
	-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bar_wpp a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.bar_wpp .icon_wpp i {
  color: #ffffff;
  font-size: 20px;
}

.bar_wpp .icon_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c7619;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 2;
}

.bar_wpp .txt_wpp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0e3f14;
    color: #ffffff;
    padding: 0px 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 11px;
    padding-left: 12px!important;
    margin-right: 2px;
    z-index: 1;
    border-radius: 50px;
}


.bar_wpp a:hover{text-decoration: none !important;}
.bar_wpp a:hover .icon_wpp{background-color: #0e3f14;}
.bar_wpp a:hover .txt_wpp{background-color: #0c7619;}


@media(max-width: 480px){
  .bar_wpp{right: auto;left: 1px;bottom: 65px;}
  .bar_wpp .icon_wpp i{font-size: 25px;}
  .bar_wpp .txt_wpp{display: none;}
}

/*======================
  WATSAPP BUTTON END
========================*/


/*======================
  PHONE BUTTON START
========================*/

.bar_phn {
  position: fixed;
  top: 67%;
  left: -100px;
 
  z-index: 1200;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
   
}
.bar_phn:hover {
	left:-5px;
	-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bar_phn a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.bar_phn .icon_phn i {
  color: #ffffff;
  font-size: 20px;
}

.bar_phn .icon_phn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0331bd;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 2;
  margin-left:3px;
}

.bar_phn .txt_phn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color:  #337ab7;
    color: #ffffff;
    padding: 0px 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 11px;
    padding-left: 45px!important;
    margin-left: -35px;
    z-index: 1;
    border-radius: 50px;
}


.bar_phn a:hover{text-decoration: none !important;}
.bar_phn a:hover .icon_phn{background-color: #0331bd;}
.bar_phn a:hover .txt_phn{background-color:  #337ab7;}


@media(max-width: 475px){
  .bar_phn{right: auto;left: -2px;bottom: 15px;}
  .bar_phn .icon_phn i{font-size: 25px;}
  .bar_phn .txt_phn{display: none;}
}

/*======================
  PHONE BUTTON END
========================*/
