*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none !important;
}

body{
	font-family: 'Poppins', sans-serif !important;
}
ul,ol{
	list-style-type: none !important;
	margin: 0 !important;
}
.headertop{
	padding: 10px 0;
	background-color: #d82221;
}

.headertop a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.headertop a:hover{
	color:  #e6e6e6;
}
.headertop svg{
	margin: 0 10px 0 0 !important;
}


/*END HEADERTOP*/
/* .nav {
	padding: 5px 0;
} */

.nav{}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99999;
  background:#fff;
  border-bottom:1px solid #e9000026;
}

.page-header {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
   /* background: #000000; */
    /*position: fixed;
    top: 0;
    height: 40px;*/
    color: #b2e6ff;
    width: 100%;
    line-height: 40px;
  }
  .page-header__logo img{
    width: 85%;
  }
  .page-header__top {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
  }
  .page-header__toggle {
    font-size: 2em;
  }
  /* .nav{
    background-color: #000000;
  } */
  .navigation {
    opacity: 0.5;
    height: 0;
    overflow: hidden;
    transition: 0.7s;
  }
  /* .navigation__item {
   background: #052433;
    padding: 0 11px;
  } */
  .navigation__item a{
        color: #000;
        font-size: 14px;
        font-weight: 600; 
    }
  .navigation--visible {
    opacity: 1;
    height: auto;
  }
  
  @media (min-width: 480px) {
    .page-header {
      display: flex;
      align-items: center;
      /* padding: 10px 0; */
    }
    .page-header__top {
      margin-right: auto;
    }
    .page-header__top, .page-header__bottom {
      display: block;
    }
    .page-header__toggle {
      display: none;
    }
  
    .navigation {
      display: block;
      opacity: 1;
      height: auto;
    }
    .navigation__item {
      display: inline-block;
      padding: 20px 0px;
    }
    .navigation__item a{
        color: #000;
        padding: 35px 10px;
        border-bottom: 2px #fff solid;
        font-size: 14px;
        font-weight: 600; 
        transition: .5s;
    }
     .navigation__item a:hover{
     	/* border-bottom: 2px #179df0 solid; */
     	color: #fff;
        background-color: #15104c;
     	transition: .5s;
    }
    .navigation__item:hover {
      cursor: pointer;
      opacity: 1;
    }
  }
  /*end nav*/

  .slider {
    position: relative;
    width: 100%;
    float: left;
  }

  .overlay{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #0000007a;
      width: 100%;
      height: 500px;
      color: #fff;
      overflow: hidden;
  }
  .slidertext {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align: center;
  }
  .slidertext h1{
      font-size: 45px;
      font-weight: 600;
      margin: 0 0 20px 0;
  }
  .slidertext h6{
      font-size: 15px;
      color: #ffc107;
      font-weight: 400;
      margin: 0 0 50px 0;
  }
  .items {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px;
  }
  
  .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    height: 500px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .item.current {
    opacity: 1;
  }
  
  .item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
 .explore{
      padding: 6px 23px;
      width: 100%;
      color: #d82221;
      background-color: #fff;
      font-size: 15px;
      border-radius: 5px;
      font-weight: 600;
      border: 2px #fff solid;
      transition: .5s;
  }
  .explore:hover{
      color: #fff;
      outline: none;
      background-color: transparent;
      border: 2px #fff solid;
      transition: .5s;
  }

  /*end slider*/



.order{
    position: absolute;
    bottom: -35px;
    left: 3%;
    z-index: 999;
    padding: 30px;
    border-radius: 5px;
    background-color: #d82221;
}
.order h5{
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #fff;
}



/*end order*/

.about{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 120px 0 50px 0;
}
.about h1{
    font-size: 30px;
    font-weight: 600;
    color: #d82221;
    margin: 0 0 10px 0;
}
.about h1 span{
    font-size: 30px;
    font-weight: 600;
    color: #179df0;
}
.about ul{
    padding-left: 16px;
}
.about ul li{
    list-style-type: circle;
    margin: 0 0 12px 0;
}
.about p{
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 25px;
    margin: 0 0 15px 0;
}
.about img{
    display: block;
    width: 100%;
    height: 320px;
/*    border-radius: 30px;*/
}
.aboutimg img{
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 300px;
    height: 220px;
}
.line{
	width: 70px;
	height: 5px;
	display: block;
	background-color: #d82221;
	margin: 0 0 20px 0;
}
/*end about*/

.count {
  /*background: url("../img/count.jpg"); 
  width: 100%;
  float: left;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 10px 0;
  color: #cdcdcd;
  margin: 0 0 30px 0;*/
/*  background-color: transparent;*/
  margin: 50px 0 0 0;
}

.count h2 {
    font-size: 25px;
    color: #179df0;
    margin-bottom: 10px;
}
.countg{
    width: 30% !important;
}
.count h3 {
    font-size:15px;
    color: #fff;
}

/*end service_type*/

.service{
	width: 100%;
	text-align: center;
	float: left;
	overflow: hidden;
	margin: 0 0 35px 0;
}
.service h1{
	font-size: 25px;
    font-weight: 600;
    color: #d82221;
    margin: 0 0 15px 0;
}


.servicebox{
	width: 100%;
	height: 280px;
	overflow: hidden;
    padding: 20px;
    margin: 20px 0 10px 0;
}
.servicebox img{
    width: 20%;
    margin: 0 0 15px 0;
}
.servicebox h4{
	font-size: 20px;
	font-weight: 600;
	color: #179df0;
}
.servicebox p{
	font-size: 14px;
	font-weight: 400;
	color: #2c2c2c;
}
.servicebox:hover{
    box-shadow: 0 0 5px #0000004f;
}
.line2 {
    width: 70px;
    height: 5px;
    display: inline-block;
    background-color: #179df0;
    margin: 0 0 20px 0;
}



/*end service*/

.help {
  background: url("../img/help.jpg"); 
  width: 100%;
  float: left;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 10px 0;
  color: #000;
  margin: 0 0 60px 0;
}
.helpbox{
    background-color: #fff;
    padding: 48px 50px;
}
.helpbox h1{
    font-size: 32px;
    font-weight: 600;
    color: #179df0;
    margin: 0 0 20px 0;
    line-height: 44px;
}
.helpbox h1 span{
    font-size: 32px;
    font-weight: 600;
    color: #d82221;
}

.helpbox p{
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 30px 0;
    color: #7a7575;
}
.helpbtn{
    padding: 12px 30px;
    background-color:#d82221;
    border: 1px #d82221 solid;
    color: #fff;
    font-weight: 600;
}

.helpbtn:hover{
    padding: 12px 30px;
    background-color: transparent;
    border: 1px #d82221 solid;
    color: #d82221;
    font-weight: 600;
}





/*end help*/
.demo h1{
    font-size: 30px;
    font-weight: 600;
    margin:0 0 25px 0;
    color: #fff;
}
.line3 {
    width: 70px;
    height: 5px;
    display: block;
    background-color: #179df0;
    margin: 0 0 20px 0;
}
.demo{
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    height: 500px;
    position: relative;
}
#testimonial-slider {
    position: absolute;
    top: 22%;
    left: 39%;
    /* padding: 20px; */
    height: 350px;
    background-color: #e4f7ff;
    width: 60%;
    text-align: center;
}
/* 1f194ez */
.testmonialbox{
	 background-color: #1f194e;
	 width: 100%;
	 height:350px;
	 padding: 50px 40px;
}
.testimonial{
    margin: 0 20px 20px;
}
.testimonial .testimonial-content{
    padding: 25px;
/*    background: #fff;*/
/*    border: 1px solid #f0f0f0;*/
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
/*    background: #fff;*/
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 50px;
    background: #d82221;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    top: 0;
    /* left: 48%; */
}
/*.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #ffc107;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}*/
.description{
    font-size: 15px;
    text-align: center;
/*    font-style: italic;*/
    color: #000;
    line-height: 23px;
    margin: 60px 0 0 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #000;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #179df0;
}
/*end testimonial*/













/*end testimonial*/
footer{
  /* background: url("../img/footer.jpg");  */
  background: #00081d none repeat scroll 0 0;
  width: 100%;
  float: left;
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 50px 0 10px 0;
  color: #cdcdcd;
}

footer ul{
    padding-left: 0;
}

footer h5{
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #179df0;
}
footer p{
    font-size: 13px;
    font-weight: 400;
}
footer a{
    font-size: 13px;
    font-weight: 400;
    color: #cdcdcd;
    margin: 0 0 30px 0;
}
footer a:hover{
    color: #ffffff;
}
.fleft ul li{
	display: inline;
}
.fmid ul li{
	margin: 0 0 10px 0;
}
.fleft svg{
	margin-right: 10px;
	font-size: 20px;
}
.fmid svg{
	margin: 0 10px 0 0;
}
.foot{
    border-top: 1px #179df0 solid;
    padding: 20px 0 0 0;
    margin: 10px 0 0 0;
    color: #fff;
}
.footboxs{
    text-align: right;
}
.foot a{
    color: #179df0;
}

.foot a:hover{
    color: #fff;
}

.vinput{
    width: 90%;
    height: 35px;
    padding: 5px 10px;
    outline: none;
    border: unset;
    border-bottom: 1px #ffc107 solid !important;
    background-color: transparent;
    margin: 0 0 15px 0;

}
.fbtn{
    padding: 3px 15px;
    color: #000;
    background-color: #ffc107;
    font-size: 15px;
    font-weight: 600;
    border: 2px #ffc107 solid;
    transition: .5s;
}
.fbtn:hover{
    color: #ffc107;
    outline: none;
    background-color: transparent;
    border: 2px #ffc107 solid;
    transition: .5s;
}

/*end footer*/
.banner{
    background: url("../img/about2.jpg"); 
    width: 100%;
    float: left;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
  }




/*==========================================
    Contact US Page CSS Here
==========================================*/


#contact-information {
    float: left;
    font-size: 16px;
    font-weight: 500;
    padding: 80px 0 0 0;
    text-align: center;
}
.single-contact-info{
    background-color: #179df0;
    padding: 25px 10px;
    height: 200px;
    box-shadow: 0 0 5px #00000052;
}
.single-contact-info img {
    font-size: 70px;
    margin-bottom: 20px;
    width: 65px;
}

.single-contact-info p {
    color: #fff;
}

.single-contact-info p span {
    color: #064e7a;
}


#google-map-area {
    height: 300px;
    width: 100%;
    margin-top: 70px;
}

#google-map-area iframe {
    height: 100%;
    width: 100%;
}

#contact-form-area {
    font-weight: 500;
    padding: 0px 0 60px;
    margin-top: 70px;
}

.contact-form-contant h3 {
    color: #22252c;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center;
}

.contact-form-contant input,
.contact-form-contant textarea {
    border-color: #b8b8b8;
    border-radius: 0;
    color: #22252c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form-contant textarea {
    height: 100px;
    resize: none;
}

.contact-form-contant .form-group {
    margin-bottom: 20px;
}

.contact-form-contant input:hover,
.contact-form-contant input:focus,
.contact-form-contant input:active,
.contact-form-contant textarea:hover,
.contact-form-contant textarea:focus,
.contact-form-contant textarea:active {
    border-color: #d82221;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-contant button {
    padding: 18px 0;
    width: 180px;
}

.contact-form-contant button:hover {
    color: #fff;
}


/*---------------------------------------
   gallery section              
-----------------------------------------*/

.gallerymain {
	width: 100%;
	float: left;
}

.gallery-wrap {
	position: relative;
	background: url(../images/gallery-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 60px 0;
}

.gallery_box {
	display: table;
	height: 100%;
}

.gallery_left {
	display: table-cell;
	vertical-align: middle;
}

.galleryImg {
	margin: 15px 0;
	position: relative;
}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
	margin-top: 30px;
}

.gallery-wraps .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
	margin-top: 30px;
}

.serImg {
	margin-bottom: 30px;
}

.galley_inner .row>div {
	margin: 15px 0;
}

.galley_inner {
	text-align: center;
}

.testi_list {
	list-style: none;
}

.testi_list li {
	margin: 36px 0;
}

.testi_list .testimonials_sec {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.portfolio-overley {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.galleryImg img {
	width: 100%;
	height: 191px;
	display: block;
	overflow: hidden;
}

.gallery-wrap .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-wraps .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-wrap .content,
.galley_inner .content {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.gallery-wraps .content,
.galley_inner .content {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.gallery-wrap .content .image-link,
.galley_inner .content .image-link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	background: #18094a;
	display: block;
	font-size: 16px;
	z-index: 1;
	text-align: center;
	margin-left: -25px;
	margin-top: -25px;
}

.gallery-wraps .content .image-link,
.galley_inner .content .image-link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	background: #18094a;
	display: block;
	font-size: 16px;
	z-index: 1;
	text-align: center;
	margin-left: -25px;
	margin-top: -25px;
}

.hidden {
	display: none;
}

.pagination-container {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1rem 0;
	justify-content: center;
}

.pagination-number,
.pagination-button {
	font-size: 1.1rem;
	background-color: #18094a;
	color: #fff;
	border: none;
	margin: 0.25rem 0.25rem;
	cursor: pointer;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 0.2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
	background: rgb(0, 0, 0);
}

.pagination-number.active {
	color: #fff;
	background: #18094a;
}


/*==========================================
    News Page CSS Here
==========================================*/

#news-page-news-feed {
    padding: 70px 0 100px;
}

#news-page-news-feed .single-news-content {
    margin-bottom: 30px;
}

.news-see-more-btn.raj_btn {
    margin-top: 70px;
}

.news-see-more-btn.disabled {
    border-radius: 0;
    padding: 15px 40px;
}

.news-see-more-btn:focus,
.news-see-more-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fab702;
}

#news-page-news-feed .news-slice {
    display: none;
}
/*== News Area CSS Start ==*/
/* 
.news-thumbg-1 {
    background-image: url(../img/e1.jpg);
}

.news-thumbg-2 {
    background-image: url(assets/img/news/news-thum-2.jpg);
}

.news-thumbg-3 {
    background-image: url(assets/img/news/news-thum-3.jpg);
} */

.single-news-content {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-news-content:hover .news-thum {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-news-content:hover {
    -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
    box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
}

.single-news-content:hover .news-contant {
    background-color: #fdfdfd;
    border-radius: 0px 0px 5px 5px;
}

.news-meta a:hover,
.single-news-content:hover h4 a {
    color: #bf0100;
}

.news-thum {
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    display: block;
    height: 265px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-contant {
    background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    line-height: 1.9em;
    padding: 25px 20px 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-contant ul {
    padding-left: 16px !important;
}
.news-contant ul li{
    list-style-type:  disc !important;
}
.news-contant h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.news-contant,
.news-contant h4,
.news-contant a {
    color: #616161;
    letter-spacing: 0.6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-meta {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0 8px;
}

.news-meta a {
    font-size: 15px;
    font-weight: 400;
}

/*== News Area CSS End ==*/


.raj_btn {
    background-color: #bf0100;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.raj_btn:hover ,
.raj_btn:focus {
    color: #fff;
    background-color: #ffba00;
}
.news{
    width: 100%;
    float: left;
}
/*team start*/

.team{
    margin: 50px 0;
    width: 100%;
    float: left;
}

.teambox{
    width: 100%;
    height: 300px;
    box-shadow: 0 0 5px #77777781;
    padding: 10px;
    border-radius: 5px;
}

.teambox img{
    width: 100%;
    height: 200px;
    margin: 0 0 15px 0;
}
.teambox h4{
    font-size: 20px;
}
.teambox h6{
    font-size: 14px;
}
/*service*/
.service{
    width: 100%;
    float: left;
    margin: 50px 0;
}
.sbox{
    /* border: 2px solid #000; */
    background-color: #e1f5f5;
    border-left: 7px solid #18094a;
    padding: 20px;
    margin: 0 0 20px 0;
    text-align: left;
    box-shadow: 0 0 5px #6b6b6b83;
    /* border-radius: 10px; */
}
.sbox p{
   margin: 0;
   font-size: 15px;
}
.simg{
    border:1px #000 solid;
    padding:10px;
    margin:0 0 10px 0;
}
.simg img{
    width:100%;
}
.simgbox{
    width:100%;
    float:left;
    margin:25px 0; 
}
/*client*/

.client{
    width: 100%;
    float: left;
    margin: 50px 0;
}
.clientbox{
    border-radius: 10px;
    padding: 25px;
    box-shadow: 1px 1px 5px #6b6b6b83;
    text-align: center;
}
.clientbox h4{
    font-size: 25px;
    color: #d82221;
    font-weight: 600;
}



@media only screen and (max-width: 768px){
.headertop {
    text-align: center;
}
.single-contact-info{
    margin:0 0 20px 0;
}
.gallerymain ul{
    padding:0;
}
.teambox{
    margin: 0 0 20px 0;
}
.help {
    height: 465px;
}
.slidertext h1 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.slidertext h6 {
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 27px 0;
}
.page-header__toggle {
    font-size: 2em;
    color: #d82221;
}
.page-header__logo img {
    width: 85%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0000007a;
    width: 100%;
    height: 200px;
    color: #fff;
    overflow: hidden;
}
.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.about h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.about img {
    display: block;
    width: 100%;
    height: 320px;
    /* border-radius: 30px; */
}
.aboutimg img {
    position: absolute;
    right: 0%;
    bottom: -7%;
    width: 300px !important;
    height: 220px !important;
}
.about h1 span {
    font-size: 21px;
    font-weight: 600;
}
.about {
    overflow: unset;
    margin: 10px 0 70px 0;
}

.servicebox {
    margin: 0px 0 10px 0;
}
.service {
    width: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
    margin: 0 0 0px 0;
}
.order {
    width: 100%;
    float: left;
    text-align: center;
     position: unset; 
}
.demo h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0px;
}
.testmonialbox {
    width: 100%;
    height: 250px;
    padding: 13px 21px;
}
#testimonial-slider {
    position: unset;
    padding: 10px;
    height: 280px;
    margin:15px 0 0 0;
    width: 100%;
    text-align: center;
}
.testimonial .testimonial-content {
    padding: 5px;
    margin-bottom: 10px;
    /* background: #fff; */
    /* border: 1px solid #f0f0f0; */
    position: relative;
}
.testimonial-content .testimonial-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    position: absolute;
    top: 2px;
    left: 43%;
}
.description {
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    margin: 49px 0 0 0;
}
.testimonial {
    margin: 0 20px 8px;
}
.footboxs, .footbox{
    text-align: center;
}
.countg {
    width: 33% !important;
}
.demo {
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
     height: auto; 
    position: relative;
}
.teambox img {
    height: 150px;
}
.teambox {
    height: 250px;
}
.helpbox {
    background-color: #fff;
    padding: 13px 50px;
}
}