.container {
  max-width: 1350px !important;
}

.header-action-layout1 ul .header-action-btn .item-btn {
  border-radius: 0;
}

.nivo-directionNav {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat !important;
}

.header-main {
  height: 600px;
  position: relative;
}

.header-main-content-title {
  margin-top: 20px;
  font-size: 38px;
  font-weight: 700;
}

.header-main-content-subtitle {
  font-size: 24px;
  color: #287ff9;
}

.header-main-content-discr {
  width: 65%;
  font-size: 18px;
  padding-right: 11%;
}

.header-main-content-discr span {
  background-color: #287ff9;
  padding: 3px;
  color: #ffffff;
  border-radius: 3px;
}

.slider-btn-area {
  margin-top: 34px;
}

.slider-btn-area a.item-btn-fill {
  padding: 15px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #06ad00;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-btn-area a.item-btn-fill i {
  margin-left: 8px;
}

.slider-btn-area a.item-btn-fill:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #14287b;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-btn-area a.item-btn-fill:hover {
  color: #ffffff;
}

.slider-btn-area a.item-btn-fill:hover:after {
  width: 100%;
  left: 0;
}

.bg-set {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-layout1 p {
  font-size: 18px;
  width: 70%;
}

.pricing-box-layout1 {
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-box-layout1 .item-price .item-currency {
  font-size: 35px;
}

.pricing-box-layout1 .item-title {
  font-size: 27px;
}

.item-feature {
  display: block;
}

.btn-more, .btn-close {
  width: 235px;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
}

.btn-close {
  display: none;
  margin: 0 auto;
  margin-bottom: 10px;
}

.s-about-figure {
  position: absolute;
  left: 0;
  top: 0;
}

.about-img {
  height: 400px;
}

.works {
  padding: 120px 0;
  position: relative;
}

.works-title {
  color: #14287b !important;
}

.works-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  height: 500px;
  margin: 0 auto;
}

.works-slider-item img {
  width: 50%;
  height: auto;
}

.works-arr {
  width: 50px;
  height: 50px;
  border: 1px solid #2502d589;
  border-radius: 30px;
  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;
  cursor: pointer;
  position: absolute;
}

.arr-next {
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arr-prev {
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works-arr:hover {
  border-color: #fff700;
}

.owl-carousel .owl-item img {
  width: 50%;
}

.faq {
  padding: 120px 0;
}

.item-img {
  height: 400px;
}

.about-box-layout2 .item-title {
  padding: 0;
}

footer {
  padding: 30px 0;
  background-color: #14287b;
}

.call-popup {
  position: relative;
  background: #007bff;
  padding: 50px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-close {
  color: #ffffff !important;
}

.call-popup input {
  border-radius: 5px;
  border: 1px solid rgba(179, 179, 179, 0.592);
  padding: 10px 20px;
}

.call-popup-btn {
  width: 243px;
  height: 52px;
  background-color: #fef502;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.call-popup-btn:hover {
  background-color: #14287b;
  color: #fff;
}

.footer-social {
  margin: 0 auto;
  text-align: center;
  width: 120px;
}

.footer-social img {
  max-width: 30px;
}

@media screen and (max-width: 576px) {
  .header-main-content-title {
    font-size: 30px;
  }
  .header-main-content-discr {
    width: 100%;
  }
  .header-main-content-subtitle {
    font-size: 18px;
  }
  .header-main {
    height: 500px;
  }
}

@media screen and (max-width: 776px) {
  .arr-next {
    right: 0;
  }
  .arr-prev {
    left: 0;
  }
  .works-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .img-fluid {
    width: 200px;
  }
  .mobile-menu-nav-back {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .works-slider-item div {
    height: 500px;
  }
}
.form-group {
	margin: 0!important;
}

.wpcf7-form-control-wrap.textarea-749 textarea{
	height: 100px!important;
}

.btn-send {
	border: none;
	border-radius: 5px;
	width: 100%;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .input-date {
	margin-top: 20px;
}
  }

.call-popup form{
	text-align: center;
}

@media screen and (max-width: 767px) {
  .call-popup form{
	width: 100%;
}
	.call-popup input{
	width: 100%;
}
	
  }


.grecaptcha-badge {
	display: none;
}

/* .scrollup.back-top {
bottom: 100px;
} */

.bazz-widget {
	left: 15px!important;
	bottom: 20px!important;

}

@media only screen and (max-width : 575px) {
	.bazz-widget {
		display: block!important;
	}
}


/*# sourceMappingURL=my-style.css.map */