/*
* expandable menu started
*/

@media (max-width: 1310px) {


    .header-navigation {
        margin-bottom: 0;
    }

    .logo-box {
        width: 100%;
        float: none;
        margin: 0 !important;
    }

    .navigation-box {
        margin: 0;
    }

    .navbar-expand-lg .menu-toggler {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 23px 0;
        color: #fff;
        border: none;
        font-size: 23px;
        float: right;
        outline: none;
        cursor: pointer;
        top: 3px;
        position: relative;
    }

    .menu-toggler:hover {
        border-color: #00AD4D;
    }

    .menu-toggler .icon-bar {
        background: #fff;
    }

    .menu-toggler:hover .icon-bar {
        background: #00AD4D;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        margin: 0;
        background: #000;
        transition: all .5s ease;
        height: 0;
    }

    .navbar-expand-lg .navbar-collapse.showen {
        display: block !important;
        height: auto;
        max-height: 70vh;
    }

    .navbar-collapse.show {
        overflow-y: auto;
    }

    .header-navigation .nav {
        width: 100%;
        text-align: left;
    }

    .header-navigation .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }

    .header-navigation .nav>li+li {
        margin-left: 0 !important;
    }

    .header-navigation .nav>li>a {
        padding: 8px 0;
    }

    .header-navigation .right-box.nav {
        width: 100%;
        margin: 0;
    }

    .header-navigation .right-box.nav>li>a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }

    .header-navigation .nav>li>a:after {
        display: none;
    }

    .header-navigation .nav.navigation-box+.nav {
        border-top: 1px dashed #282828;
    }

    .header-navigation .navigation-box>li>.submenu,
    .header-navigation .navigation-box>li>.submenu>li>.submenu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
        display: none;
        float: none !important;
        margin: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-navigation .navigation-box>li>.submenu>li>a::after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
    }

    .header-navigation .nav>li.show-mobile {
        display: none;
    }

    .header-navigation ul.navigation-box>li>a,
    .header-navigation .right-box.nav>li>a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
    }

    .header .stricky-fixed.header-navigation .nav>li {
        padding: 0 !important;
    }

    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #ffffff;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        /*margin-top: 8px;*/
        margin-right: 0px;
        display: block;
        cursor: pointer;
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
        background-color: #ffffff;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .header-navigation .container .right-side-box {
        top: 35px;
        right: 15px;
        transform: translateY(0%)
    }

    .header-navigation .container {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
        position: relative;
    }

    .header-navigation .container .logo-box {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

    .header-navigation .container .logo-box .navbar-brand {
        float: left;
        padding: 15px 15px;
        width: 100%;
        text-align: center;
    }

    .header-navigation .container .logo-box .navbar-toggler {
        float: left;
    }

    .header-navigation ul.navigation-box {
        display: block;
        margin: 0 !important;
        width: 100%;
    }

    .header-navigation ul.navigation-box>li {
        padding: 0 !important;
        display: block;
    }

    .header-navigation ul.navigation-box>li>a {
        display: block;
        padding: 13px 30px;
    }

    .header-navigation ul.navigation-box>li>a:after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        margin: 0;
    }

    .header-navigation .main-navigation {
        float: none;
        width: 100%;
        text-align: left;
    }

    .header-navigation .container .menu-toggler {
        display: block;
    }

    .header-navigation.stricky-fixed ul.navigation-box>li {
        padding: 0;
    }

    .header-navigation .container .logo-box .navbar-brand {
        background-color: transparent;
    }

    .header-navigation .container .menu-toggler {
        float: left;
        margin: 31px 0;
        color: #111111;

        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }


    .header-navigation {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .site-header__home-three .header-navigation .main-navigation .right-nav>li+li,
    .header-one .header-navigation .main-navigation .right-nav>li+li {
        margin-left: 0;
    }

    .site-header__home-three .header-navigation .main-navigation .right-nav>li+li a,
    .header-one .header-navigation .main-navigation .right-nav>li+li a {
        border: none;
    }

    .site-header__home-three .header-navigation .main-navigation .right-nav,
    .header-one .header-navigation .main-navigation .right-nav {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .site-header__home-two .header-navigation .container .logo-box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

    .site-header__home-two__sidemenu-toggler {
        margin: 25px 0 25px 30px;
        padding-left: 30px;
        position: relative;
        top: 6px;
    }

    .site-header__home-two__search,
    .site-header__home-two__cart {
        width: 70px;
        height: 76.6px;
    }
    .site-header__home-three .header-navigation .container .right-side-box,
    .site-header__home-two .header-navigation .container .right-side-box {
        top: 0;
    }
    
    .site-header__home-three .header-navigation .container .menu-toggler {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .site-header__home-three {
        padding-left: 0;
    }
    .site-header__inner-page .header-navigation .container .menu-toggler {
        color: #fff;
    }

    .site-header__home-two .header-navigation .container .logo-box .navbar-brand {
    	text-align: left;
    	padding: 10px 15px;
    }
    .site-header__home-two__sidemenu-toggler {
    	margin-top: 15px;
    	margin-bottom: 15px;
    	top: 0;
    }
    .site-header__home-three .header-navigation .container .menu-toggler {
    	margin: 0;
    }
    .site-header__home-three .site-header__home-two__search,
    .site-header__home-three .site-header__home-two__cart {
        height: 83px;
    }

}

@media(max-width: 425px) {
    .site-header__home-three .header-navigation .container .logo-box,
    .header-navigation .container .logo-box {
        padding-right: 0;
    }

    .site-header__home-three .header-navigation .container .right-side-box,
    .header-navigation .container .right-side-box {
        display: none !important;
    }

    .site-header__home-three .header-navigation .container .logo-box,
    .header-navigation .container .logo-box {
        justify-content: space-between;
    }
    .header-navigation .container .logo-box .navbar-brand {
    	text-align: left;
    }
    .header-navigation .container .menu-toggler {
    	left: auto;
    	right: 15px;
    }
}

@media(max-width: 1199px) {

    .progress-one__text br,
    .testimonials-one__home-two .testimonials-one__text br,
    .service-two__title br,
    .faq-one__text br {
        display: none;
    }

    .progress-one__home-two .inner-container {
        padding-bottom: 50px;
    }

    .banner-three__moc {
        display: none !important;
    }
    .banner-three__wrapper .container {
        padding-top: 170px;
    }
    .contact-one__form {
        margin-bottom: 50px;
    }
}

@media(max-width: 991px) {
#mega-menu-primary{
      z-index: 4545!important;
    position: relative!important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background-color: #a9642b!important;
}
#mega-menu-wrap-primary .mega-menu-toggle{
    height: 0px!important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  top: 20px!important;
}
.mega-toggle-blocks-right {
  position: relative!important;
  top: -70px!important;
  z-index: 1552!important;
}
.header-one .pull-right{
  float: left!important;
}
.slidecont {
    position: relative;
    top: 10%;
    left: 0%;
}
  .callbtn {
    top: 20px;
    z-index: 12455;
    float: left;
    position: absolute;
  }
.stricked-menu.stricky-fixed .callbtn{
   top: 20px; 
  position: absolute;
}
.ups_box {
  display: flex;
  margin-bottom: 40px;
}
.usp_sec .hvr-float-shadow::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 70%!important;
}
.stricked-menu .main-logo {
  margin-top: 0px !important;
}
.main-logo {
  margin-top: 0px;
}
.header-navigation .container .logo-box .navbar-brand {
    float: left;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
.stricked-menu.stricky-fixed.navbar-brand {
    padding: 30px;
  }




.banner-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/slider/slider_shapes.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sliderpic2 {
  width: 100%;
  right: -75px;
  top: 0px;
  position: relative;
}
.counterbox {
  position: relative;
  top: 150px;
  left: 50px;
}
#carousel {
  margin-top: 60px;
}
.block-title__title {
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
}
.about-one__text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
  width: 100%;
}
.testimonials-one__single {
  width: 100%;
  text-align: left;
  padding: 20px 50px 20px 50px;
  background: #FDFCFC;
  margin-left: 100px;
  border-radius: 35px;
  box-shadow: 2px 2px 5px rgba(200,211,255,.4);
  position: relative;
  left: 0px;
  z-index: -2;
}













    .about-one__image-block {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .service-one__block {
        margin-top: -120px;
    }

    .service-one__single {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .service-two__single {
        margin-bottom: 180px;
    }

    .service-two {
        margin-bottom: -100px;
        padding-bottom: 0;
    }

    .funfact-one {
        padding-bottom: 70px;
    }

    .funfact-one__single {
        margin-bottom: 50px;
    }

    .banner-wrapper .owl-dots .owl-dot span {
        width: 125px;
        height: 80px;
    }

    .banner-one__title {
        font-size: 35px;
        line-height: 48px;
    }

    .banner-one .container {
        padding-top: 100px;
        padding-bottom: 235px;
    }

    .banner-wrapper .owl-theme .owl-dots {
        display: none;
    }

    .banner-one__text br,
    .banner-one__title br {
        display: none;
    }

    .banner-two__wrapper .banner-one__title br,
    .banner-two__wrapper .banner-one__text br {
        display: inherit;
    }

    .banner-two__wrapper .container {
        padding-top: 170px;
        padding-bottom: 150px;
    }

    .service-one__home-two .service-one__block {
        margin-top: 0;
    }

    .project-one {
        padding-top: 70px;
    }

    .project-one .block-title {
        margin-bottom: 0;
    }

    .project-one .masonary-item {
        margin-top: 50px;
    }

    .banner-three__wrapper .banner-one__text br,
    .banner-three__wrapper .banner-one__title br {
        display: inherit;
    }
    .banner-three__wrapper .container {
        padding-top: 170px;
        padding-bottom: 170px;
    }
    .service-three__image {
        margin-bottom: 40px;
    }
    .service-three__image > img {
        width: 100%;
    }
    .service-three__title:before {
        display: none;
    }
    .service-three__single:nth-child(odd) .service-three__content {
        text-align: left;
    }
    .shop-sidebar {
        margin-bottom: 50px;
    }
    .product-details__content {
        margin-top: 50px;
    }
}




@media(max-width: 870px) {
.main-logo {
  width: 100px;
  height: 100px;
}
.main-logo {
  width: 100px;
  height: 100px;
  position: relative;
  left: 5%;
}
.inner-banner__title {
  font-size: 30px;
  margin-bottom: 0px;
}
.callbtn {
  padding: 10px 25px;
  font-size: 17px;
 }
.site-footer__upper {
    padding-bottom: 20px;
    padding-top: 40px;
  }
.footer-widget__logo {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0%;
}
.social_icon ul {
  padding: 0px;
}
.footer-widget {
    margin-bottom: 30px;
    height: auto;
  }
.blog-one__image > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.footer-widget__logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #a9642b;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
}
.block-title {
  margin-bottom: 20px;
}
.testimonials-one__carousel-dot {
  width: 140px;
  height: 140px;
  background-color: #fafafa;
  border-radius: 100px;
  border: 10px solid #fafafa;
  position: relative;
  left: 0px;
  top: 20px;
}
.testimonials-one__single {
    width: 100%;
    text-align: left;
    padding: 20px 50px 20px 20px;
    background: #FDFCFC;
    margin-left: 0px;
    border-radius: 35px;
    box-shadow: 2px 2px 5px rgba(200,211,255,.4);
    position: relative;
    left: 0px;
    z-index: -2;
  }
.footer-widget__title {
  margin-bottom: 10px;
}
.sincepic {
  position: absolute;
  z-index: 45;
  left: 5%;
  right: auto;
  margin: auto;
  text-align: center;
  top: 22%;
}
 .sliderpic2 {
    width: 100%;
    right: -60px;
    top: 0px;
    position: relative;
  }






}










@media(max-width: 767px) {
.header-one .stricked-menu {
    padding-top: 0px!important;
}
.blog-one__image > img {
    width: 100%;
    height: 450px;
  }
.counterbox {
    position: relative;
    top: 100px;
    left: 50px;
  }
.sincepic img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.callbtn {
  padding: 5px 15px;
  font-size: 16px;
}
.main-logo {
  width: 80px;
  height: 60px;
  object-fit: contain;
}
.team-one {
  padding-bottom: 5%;
  padding-top: 5%;
  margin-inline-start: 0px;
}
.block-title__title {
    color: #000;
    font-weight: 600;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
.block-title__tag-line {
  text-align: center;
}
 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    top: 60px !important;
  }
.header-one .stricked-menu {
  padding: 0 0px;
  height: auto!important;
}





}




@media(max-width: 640px) {
.blog-one__image > img {
    width: 100%;
    height: 400px;
  }
 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    top: 50px!important;
  }
 .stricked-menu.stricky-fixed .callbtn {
    top: 10px;
    position: absolute;
  }
 .sincepic {
    position: absolute;
    z-index: 45;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 22%;
  }
.abtpic2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.abtpic1 img {
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
}
 .block-title__title {
    color: #000;
    font-weight: 600;
    width: 100%;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
  }
.blogitempic img{
  width: 100px;
  text-align: left;
  height: 100px;
}
.banner-one__slide {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60vh;
}



}









@media(max-width: 575px) {
    .banner-two__side-gutter,
    .banner-two__wrapper .banner-one__title br,
    .banner-two__wrapper .banner-one__text br {
        display: none;
    }
    .banner-two__wrapper {
        padding-left: 0;
    }
    .site-header__home-two {
        padding-left: 0;
    }
    .banner-three__side-gutter {
        display: none;
    }
    .comment-one__reply {
        position: relative;
        margin-top: 15px;
    }
    .comment-one__image,
    .comment-one__content {
        display: block;
    }
    .comment-one__content {
        padding-left: 0;
        padding-top: 15px;
    }
.site-header.header-one {
  height: auto;
}

}

@media(max-width: 480px) {
    .banner-one__title {
        font-size: 22px;
        line-height: 25px;
    }
    .banner-one__text {
	  width: 100%;
	  font-size: 15px;
	  font-weight: normal;
	  font-family: 'Open Sans';
	  color: #000;
	  line-height: 20px;
	  margin-top: 20px;
	  margin-bottom: 30px;
}
    .callbtn {
        top: 10px;
    }
      .sincepic {
    position: absolute;
    z-index: 45;
    left: 5%;
    right: auto;
    margin: auto;
    text-align: center;
    top: 28%;
  }
    .page-wrapper.has-border-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
.about-one__content .block-title__title {
        font-size: 20px;
        line-height: 22px;
        text-align: left!important;
    }
    .about-one .block-title {
  margin-bottom: 10px;
}
 .about-one .block-title__tag-line {
    text-align: left!important;
  }
   .about-one__content .block-title__title {
    font-size: 17px!important;
    line-height: 22px!important;
    text-align: left !important;
  }
  .getbtn {
  padding: 3px 10px!important;
  transition: all .4s ease!important;
}
    .block-title__title {
        font-size: 20px;
        line-height: 22px;
    }
    .blog-one__image > img {
    width: 100%;
    height: 300px;
  }
  .abtpic2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .abtpic1 img {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
  }
   .about-one__text {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    width: 100%;
  }
  .thm-btn2 {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  transition: all .4s ease;
}
.down-arrow img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.down-arrow {
  margin-top: 5%;
}
 .testimonials-one__carousel-dot {
    width: 140px;
    height: 140px;
    background-color: #fafafa;
    border-radius: 100px;
    border: 10px solid #fafafa;
    position: relative;
    left: 0px;
    top: 20px;
    right: 0px;
    margin: auto;
    text-align: center;
  }
   .testimonials-one__single {
    width: 100%;
    padding: 10px;
    background: #FDFCFC;
    margin-left: 0px;
    border-radius: 35px;
    box-shadow: 2px 2px 5px rgba(200,211,255,.4);
    position: relative;
    left: 0px;
    z-index: -2;
    text-align: center;
  }
 .testimonials-one__single {
    text-align: center;
    font-weight: bold;
  }
 .blog_con {
  display: block;
  justify-content: flex-start;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  margin-left: 2%;
} 
.blogdate {
  color: #000;
  font-weight: bold;
  width: 150px;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
  top: 0px;
  position: relative;
}
.blogtitle {
  color: #000;
  font-weight: bold;
  width: max-content;
  font-size: 14px;
  line-height: 20px;
}

.sliderpic2 {
    width: 100%;
    right: -20px;
    top: 0px;
    position: relative;
  }
 .counterbox {
    position: relative;
    top: 70px;
    left: 60px;
  }
.counter_text p {
  border-left: 1px solid #a6a9a9;
  padding-left: 10px;
  height: 25%;
  width: max-content;
  line-height: 15px;
}
.counter_text h3 {
  padding-right: 10px;
  padding-top: 10px;
  font-size: 15px;
}
.blog-one__date-line {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.blog-one__date-month {
  font-size: 13px;
  padding-bottom: 10%;
}
.funfact-one h5{
	font-size: 15px!important;
}
 .funfact-one {
    padding-bottom: 20px;
  }
.testimonials-one__single {
    text-align: center;
    font-weight: bold;
  }
#testimonials_carousel .d-flex{
	display: block!important;
}







    .testimonials-two__qoute, .testimonials-two__content {
        display: block;
        padding: 0;
    }
    .testimonials-two__content {
        padding-top: 40px;
    }
    .testimonials-two__carousel-dots-block {
        margin-left: 0;
        justify-content: center;
    }
    .inner-banner__blog-date, .inner-banner__blog-content {
        display: block;
        padding: 0;
        border: none;
    }
    .inner-banner__blog-content {
        padding-top: 20px;
        border-top: 2px solid #9097a0;
        margin-top: 20px;
    }
    .inner-banner__blog .inner-banner__title {
        font-size: 30px;
        line-height: 1.3em;
    }
    .subscribe-one__form input {
        max-width: 100%;
    }
    .shop-one__product-query-text {
        flex: 1 1 100%;
        text-align: center;
    }
    .product-details__btn__wrap {
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-details .thm-btn,
    .product-details__love-btn,
    .product-details .bootstrap-touchspin {
        flex: 1 1 100%;
    }
    .product-details .thm-btn {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .bannder-three__carousel .banner-one__text br {
    	display: none;
    }
  .callbtn {
    padding: 5px 5px;
    font-size: 13px;
  }
.main-logo {
  left: 2%;
}
.footer-widget__title {
  color: #222222;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-two h2 {
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  text-transform: capitalize;
}
.blog-two {
  padding: 50px 0 50px;
}
.project-details {
  padding: 30px 0;
}
#recentwork h2 {
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 25px;
  line-height: 25px;
}
#recentwork p {
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
  line-height: 18px;
}
.project-details ol{
  margin-left: 0px;
  padding-left: 15px;
}
.social_icon ul li i {
  font-size: 20px;
  color: #000;
  padding-right: 10px;
}
.footer-widget {
    margin-bottom: 10px;
    height: auto;
  }
.blog-two__date-line {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  display: block;
  line-height: 18px;
}
.blog-two p {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.contact-one__info {
  background: aliceblue;
  padding: 20px 20px;
  border-radius: 10px;
}
.contact-one__info-single i {
  font-size: 20px;
  color: #a9642b;
  position: absolute;
  left: 25px;
  margin-top: 2px;
}
.contact-one__info-title {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8%;
}


}

@media(max-width: 425px) {
	.banner-one.owl-theme .owl-dots,
	.banner-wrapper .banner-carousel__two .owl-dots {
		display: none !important;
	}
	.banner-wrapper .carousel-dots-block {
		top: auto;
		left: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		bottom: 70px;
		width: 100%;
	}
	.banner-wrapper .carousel-dots-block [class*="carousel-dots"] {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.banner-wrapper .carousel-dots-block [class*="carousel-dots"] .carousel-dots-list + .carousel-dots-list {
		margin-top: 0;
		margin-left: 10px;
	}


.slidecont {
    position: relative;
    top: 0%;
    left: 0%;
  }
  .banner-one__text {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans';
    color: #000;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
.sincepic {
    position: absolute;
    z-index: 45;
    left: auto;
    right: 20px;
    margin: auto;
    text-align: center;
    top: 50%;
  }
.sliderpic2 img {
  width: 100%;
  height: 150px;
}
 #carousel {
    margin-top: 10px;
  }
.banner-one__slide {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 35vh;
  }
.blog-one__date {
  left: 10px;
  z-index: 9;
}
.site-footer__copy-text {
  margin: 0;
  color: #222222;
  font-size: 15px;
  font-weight: normal;
}
 .counterbox {
    position: relative;
    top: 30px;
    left: 20px;
  }
.inner-banner__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.thm-breadcrumb__item {
  font-size: 13px;
}
 .sincepic img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
 .sincepic {
    position: absolute;
    z-index: 45;
    left: auto;
    right: 20px;
    margin: auto;
    text-align: center;
    top: 51%;
  }






}

@media(max-width: 375px) {
    .about-one__image {
        max-width: 100%;
    }
    .site-header__home-two .header-navigation .container .right-side-box {
        display: none;
    }
    .banner-three__wrapper .banner-one__text br {
        display: none;
    }


    
}

@media(max-width: 320px) {
    .banner-one__title {
        font-size: 28px;
        line-height: 32px;
    }

    .faq-one .accrodion-title h4 {
        font-size: 17px;
        line-height: 1.4em;
    }
    .banner-two__wrapper .banner-one__title br {
        display: inherit;
    }
    .banner-two__wrapper .banner-one__title {
        font-size: 21px;
        line-height: 1.3em;
    }
    .block-title__title {
        font-size: 23px;
    }
    .project-one__content {
        max-width: 245px;
    }
}