@media (max-width: 1600px) {
  #about-page .number-graph .number-graph-container {
    position: absolute;
    left: 7%;
    right: 7%; }
	#about-page .number-graph .number-graph-container .item h4 {
		font-size: 32px;}
}
@media (max-width: 1399px) {
 #header-wrapper .call {
    padding-left: 58px;
}
	#header-wrapper .call p a {
		font-size: 15px;}
	#header-wrapper .main-navigation ul li a {
    padding: 5px 8px;
		font-size:15px;
	}

}

@media (max-width: 1199px) {
  h1 {
    font-size: 70px;
    line-height: 100%; }

  h2 {
    font-size: 36px;
    line-height: calc(36px * 1.4); }

  h3 {
    font-size: 30px;
    line-height: calc(30px * 1.4); }

  h4 {
    font-size: 22px;
    line-height: calc(22px * 1.4); }

  h5 {
    font-size: 18px;
    line-height: calc(18px * 1.4); }

  .block {
    padding: 80px 0; }

  .pt-max {
    padding-top: 80px; }

  .pb-max {
    padding-bottom: 80px; }

  .pt-ex-large {
    padding-top: 60px; }

  .pb-ex-large {
    padding-bottom: 60px; }

  .pt-large {
    padding-top: 50px; }

  .pb-large {
    padding-bottom: 50px; }

  .pt-mid {
    padding-top: 30px; }

  .pb-mid {
    padding-bottom: 30px; }

  .pt-small {
    padding-top: 30px; }

  .pb-small {
    padding-bottom: 30px; }

  .mt-max {
    margin-top: 80px; }

  .mt-ex-large {
    margin-top: 60px; }

  .mt-large {
    margin-top: 50px; }

  .mt-mid {
    margin-top: 30px; }

  .mt-small {
    margin-top: 30px; }

  .mb-max {
    margin-bottom: 80px; }

  .mb-ex-large {
    margin-bottom: 60px; }

  .mb-large {
    margin-bottom: 50px; }

  .mb-mid {
    margin-bottom: 30px; }

  .mb-small {
    margin-bottom: 30px; }

  .btn-secondary, .btn-prmary {
    margin-top: 30px; }
	.cta-section .cta-content h2 {
		font-size:50px;
		line-height:130%;
	}
     .slick-prev{
          left:35px;
      }
      .slick-next{
          right:35px;
      }
#home-page .banner-section .text-wrapper{
    left:9%;
}
  #header-wrapper .call {
    width: 35%;
    padding-left: 55px; }

  #header-wrapper .call p a {
    font-size: 16px; }

  #home-page .product-wrapper .item {
    height: 370px; }
  #home-page .vision-section .works-slider .item {
    height: 500px; }
    #home-page .vision-section .works-slider .item:nth-child(odd) {
      height: 360px;
      margin-top: 70px; }
  #home-page .product-wrapper .item {
    width: 25%; }
    #home-page .product-wrapper .item:last-of-type {
      display: none; }

  .features .item {
    padding: 30px 10px; }
    .features .item .figure {
      width: 65px;
      height: 65px; }

  .about-section figure .float-text {
    left: 40px; }

  #footer-wrapper .top-footer {
    position: relative; }
    #footer-wrapper .top-footer .logo {
      width: 80%; }
	#footer-wrapper .top-footer .col-xl-5 {
		padding-left: 12px;
	}

  #footer-wrapper .top-footer .offset-xl-1 > .row > .col-lg-6:nth-child(2) {
    position: absolute;
    right: 0;
    top: 120px; } }
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 100%; }

  h2 {
    font-size: 30px;
    line-height: calc(30px * 1.4); }

  h3 {
    font-size: 24px;
    line-height: calc(24px * 1.4); }

  h4 {
    font-size: 20px;
    line-height: calc(20px * 1.4); }

  .section-title {
    padding-bottom: 20px; }

  .block {
    padding: 60px 0; }

  .pt-max {
    padding-top: 60px; }

  .pb-max {
    padding-bottom: 60px; }

  .pt-ex-large {
    padding-top: 40px; }

  .pb-ex-large {
    padding-bottom: 40px; }

  .pt-large {
    padding-top: 30px; }

  .pb-large {
    padding-bottom: 30px; }

  .pt-mid {
    padding-top: 20px; }

  .pb-mid {
    padding-bottom: 20px; }

  .pt-small {
    padding-top: 20px; }

  .pb-small {
    padding-bottom: 20px; }

  .mt-max {
    margin-top: 60px; }

  .mt-ex-large {
    margin-top: 40px; }

  .mt-large {
    margin-top: 30px; }

  .mt-mid {
    margin-top: 20px; }

  .mt-small {
    margin-top: 20px; }

  .mb-max {
    margin-bottom: 60px; }

  .mb-ex-large {
    margin-bottom: 40px; }

  .mb-large {
    margin-bottom: 30px; }

  .mb-mid {
    margin-bottom: 20px; }

  .mb-small {
    margin-bottom: 20px; }

  #header-wrapper {
    position: relative; }
    #header-wrapper .main-navigation {
      opacity: 0;
      visibility: hidden;
      max-width: 0;
      width: 0;
      height: 0;
      transition: width .4s ease; }
      #header-wrapper .main-navigation ul {
        flex-direction: column;
        padding: 60px;
/*         display: block !important; */
        text-align: center; }
        #header-wrapper .main-navigation ul li:last-of-type {
          display: block; }
        #header-wrapper .main-navigation ul li a {
          font-size: 20px;
          padding: 16px 5px 5px;
          font-weight: 500;
          color: #fff; }
        #header-wrapper .main-navigation ul li.current_page_item a, #header-wrapper .main-navigation ul li a:hover {
          color: var(--primary-color); }

  body.nav-open {
    overflow: hidden; }
    body.nav-open #header-wrapper .main-navigation {
      position: absolute;
      visibility: visible;
      background: var(--secondary-color);
      opacity: 1;
      height: calc(100vh - 86px);
      top: 0;
      right: 0;
      box-shadow: -1px 8px 14px 0px rgba(0, 0, 0, 0.45);
      max-width: 100%;
      width: 100%;
      z-index: 99;
      transition: width .6s ease; }
      body.nav-open #header-wrapper .main-navigation ul {
        overflow: auto;
        height: 100%; }
    body.nav-open #header-wrapper .toggle-btn span:nth-child(1) {
      transform: rotate(135deg) translate(4px, -7px);
      transition: .4s ease; }
    body.nav-open #header-wrapper .toggle-btn span:nth-child(2) {
      transition: .4s ease;
      opacity: 0; }
    body.nav-open #header-wrapper .toggle-btn span:nth-child(3) {
      transform: rotate(-135deg) translate(4px, 7px);
      transition: .4s ease; }

  .toggle-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	  cursor:pointer;
	z-index:99;}
    .toggle-btn span {
      display: block;
      height: 3px;
      width: 34px;
      background-color: #000;
      transition: .4s ease;
      border-radius: 5px; }
      .toggle-btn span:not(:last-of-type) {
        margin-bottom: 5px; }
	
	.mobile-menu{
	display:block;
}
	
	.menu-primary-menu-container{
		display:none;
	}
	
	#header-wrapper  .slicknav_nav ul ul{
			position:unset;
		background-color:transparent;
		padding:0;
		margin-left:0;
		box-shadow:none;
		float:none;
	}
	
	#header-wrapper  .slicknav_nav ul ul a{
		border-bottom:0;
		margin:0 auto;
	}
	
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover{
		background-color:transparent;
	}
	
	.menu-item-has-children:after {
		content:"";
		position:unset;
	}

	

  #header-wrapper .call {
    width: auto; }

	#home-page .banner-section .text-wrapper {
padding-right:100px;
    left: 3%;
	}
  #home-page .product-wrapper .item {
    width: 33.33%; }
    #home-page .product-wrapper .item:last-of-type, #home-page .product-wrapper .item:nth-last-child(2) {
      display: none; }

  .about-section .text-container {
    padding-right: 0px; }

  .btn-secondary, .btn-primary {
    margin-top: 20px; }

  .features .item {
    width: 33.33%; }

  .product-item.mt-ex-large {
    margin-bottom: 60px; }

  #footer-wrapper .top-footer .offset-xl-1 > .row > .col-lg-6:nth-child(2) {
    top: 100px; }

  .slick-prev:before, .slick-next:before {
    font-size: 30px; }

  .works-slider .slick-prev, .works-slider .slick-next {
    top: -43px; }

  .works-slider .slick-next {
    right: 9%; }
	.cta-section .cta-content h2 {
		font-size:40px;
		line-height:130%;
	}
.banner-slider .slick-dots {
    left: -42%;
	top: 63%;align-content}
  #contact-page .details-wrapper .item {
    position: relative;
    padding-left: 0px;
    padding-top: 30px; }

  #about-page .number-graph {
    margin-bottom: 0; }
    #about-page .number-graph .number-graph-container {
      position: initial; }

  .mission-vision {
    margin: -15px; }
    .mission-vision .item {
      padding: 15px; }

  .blog-details article {
    padding-right: 0px; }

  .blog-details .contact-form {
    padding: 20px 12px; }

  input, select, textarea {
    padding: 10px 10px !important; } 
    
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 100%; }

  h2 {
    font-size: 28px;
    line-height: calc(28px * 1.4); }

  h3 {
    font-size: 22px;
    line-height: calc(22px * 1.4); }

  h4 {
    font-size: 18px;
    line-height: calc(18px * 1.4); }

  h5 {
    font-size: 16px;
    line-height: calc(16px * 1.4); }

  .block {
    padding: 40px 0; }

  .pt-max {
    padding-top: 40px; }

  .pb-max {
    padding-bottom: 40px; }

  .pt-ex-large {
    padding-top: 30px; }

  .pb-ex-large {
    padding-bottom: 30px; }

  .pt-large {
    padding-top: 20px; }

  .pb-large {
    padding-bottom: 20px; }

  .mt-max {
    margin-top: 40px; }

  .mt-ex-large {
    margin-top: 30px; }

  .mt-large {
    margin-top: 20px; }

  .mb-max {
    margin-bottom: 40px; }

  .mb-ex-large {
    margin-bottom: 30px; }

  .mb-large {
    margin-bottom: 20px; }
    
     .slick-prev{
          left:25px;
      }
      .slick-next{
          right:25px;
      }

  #header-wrapper .call {
    display: none; }

/*   .toggle-btn {
    right: 10px; } */

  .site-branding img {
    width: 50%; }
#home-page .banner-section .text-wrapper {
padding-right:0px;
	max-width:410px;
    left: 3%;
	}
	#home-page .banner-section .img-container{
		height:calc(100vh - 130px);
	}
  #home-page .product-wrapper {
    flex-direction: column; }
    #home-page .product-wrapper .item {
      width: 100%; }
      #home-page .product-wrapper .item:nth-last-child(2), #home-page .product-wrapper .item:last-of-type {
        display: block; }
  .structure-map {
    flex-wrap: wrap; }
    .structure-map .item {
      width: 100% !important;
      margin: 0 0 20px !important; }

  .about-section figure .float-text {
    width: 150px;
    bottom: 24px;
    padding: 12px;
    left: 20px; }
    .about-section figure .float-text span {
      font-size: 50px; }
    .about-section figure .float-text p {
      font-size: 12px;
      line-height: 20px; }

  .features .item {
    width: 50%; }

  .faq-section .accordion-header button {
    font-size: 16px;
    line-height: 26px; }

  #contact-page .details-wrapper .item {
    padding-left: 30px;
    position: relative;
    padding-top: 0px; }
  #contact-page .map-section iframe {
    height: 380px !important; }

  #footer-wrapper .top-footer .offset-xl-1 > .row > .col-lg-6:nth-child(2) {
    position: initial; }

  #footer-wrapper .top-footer .logo {
    width: 75%; }

  .product-item.mt-ex-large {
    margin-bottom: 50px; }

  .works-slider .slick-prev {
    left: 84%; }

  .works-slider .slick-next {
    right: 4%; } 
	.section-head{
		flex-wrap:wrap;
	}
	.view-link{
		width:100%;
			margin-top:12px;
	} 
	#home-page .testimonials-section .testimonials-slider .slick-prev {
    left: -10px;
}
		#home-page .testimonials-section .testimonials-slider .slick-next {
    right: -10px;
}

    .banner-slider .slick-dots {
        left: -33%;
        top: 76%;
    }
}

/*# sourceMappingURL=responsive.css.map */
