/*
Theme Name: builder and developer pro
Theme URI: https://www.buywptemplates.com/products/training-coach-wordpress-theme/
Author: BuyWpTemplates
Author URI: https://www.buywptemplates.com/
Description:
Version: 0.0.1
License: GNU General Public License
License URI:license.txt
Text Domain: builder-and-developer-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
builder and developer pro WordPress Theme has been created by BuyWpTemplates(buywptemplates.com), 2019.
builder and developer pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --color-black: #4A4A4A;
  --color-white: #fff;
  --color-orange: #FFAB01;
  }
:root {
  --font-quiksand: "Jost";
  --font-quiksand: "Poppins";
}
:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  position:relative;
  font-size: 14px;
  color: #6c6c6c;
  font-family: var(--font-Montserrat);
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: #242424;
}
a:hover {
    color: var(--color-black);
}
.wp-block-search__inside-wrapper{
  display: block;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
h6{
  font: 300 15px/15px var(--font-quiksand);
}
h2{
  font: 600 32px/40px var(--font-quiksand);
      /* color: #000; */
}
h3{
  font: 600 35px/50px Jost;
    color: #f6561b;
}
.image{
  width: 100px;
}
p{
  font: 400 15px/20px var(--font-quiksand);
  color: #000000;
}
.nav-tabs,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link{
  border: none;
}
ul li{
  text-decoration: none;
  list-style: none;
}
ol, ul{
  padding-left: 0;
}
textarea {
    padding: 5px;
}
.wpcf7-spinner{
  margin: 0 -10px;
  position: absolute !important;
}
.wpcf7-spinner {
    color: red;
    background-color: red;
    right: 0px;
    bottom: 10px;
    margin: 0;
}
.theme_button{
  border-radius: 5px;
  background: var(--color-sky-blue);
  font: 600 14px/30px var(--font-quiksand);
  border: none;
  transition: ease 0.25s all;
  transition-duration: 1s;
  color: var(--color-white);
  transform: translateX(0px);
}

.theme_button:hover{
  transform: translateX(0px);
  opacity: 1;
  letter-spacing: 1.2px;
  background-image: linear-gradient(to right, #03B2FB , #088CEF);
  color: var(--color-white);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.modal-backdrop{
  background: unset!important;
  top: unset!important;
  opacity: 1!important;
  left: unset!important;
}
.bwt-scroll{
  background-attachment: scroll;
}
.bwt-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}

/*--------------Owl Carousel-----------------*/
.owl-carousel button.owl-dot.active{
    width: 15px;
    height: 15px;
    border-radius: 55px;
}
.owl-carousel button.owl-dot{
  width: 8px;
  height: 8px;
  border-radius: 9px;
  background-color: var(--color-sky-blue) !important;
  border: 1px solid var(--color-sky-blue) !important;
  margin: 0 5px;
}
#service .owl-dot {
    background-color: #00000026 !important;
    height: 15px;
    width: 15px;
}
#service .owl-dots .active{
  background-color: #E5590D !important;
}
/*--------------- Comments ---------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: var(--color-sky-blue);
  text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: .5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: var(--color-sky-blue);
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: var(--color-sky-blue);
  text-shadow: 0 0 1px #333;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.dashicons-star-filled:before{
  color: var(--color-sky-blue);
}
.dashicons, .dashicons-before:before{
  font-size: 16px;
}
/*-------- Loader ------------*/
/* .bwt-travel-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E5590D;
  cursor: pointer;
  z-index: 9999;
}

.bwt-travel-loading-box .loader {
  width: 80px;
  height: 80px;
  border: 10px solid #fff;
  border-top: 10px solid #000;
  border-radius: 50%;
  animation: rotateGear 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotateGear {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
} */







 .bwt-travel-loading-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #E5590D;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bwt-travel-loading-box .loader {
  width: 80px !important;
  height: 80px;
  border: 10px solid #fff;
  border-top: 10px solid #000;
  border-radius: 50%;
  animation: rotateGear 1s linear infinite;
}

@keyframes rotateGear {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*----------------Header menu----------------------*/
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.close-icon:after, .close-icon:before {
    display: block;
    position: absolute;
    background-color: var(--wolmart-light-color,#ccc);
    content: "";
}
.close-icon:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: calc(50% - 1px);
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  padding: 1.25em 40px 0.3em;
  line-height: 1.45;
  position: relative;
  color: #0f0f0f;
  border-bottom: 8px solid var(--color-sky-blue);
  background: #EDEDED;
  background:#EDEDED;
    -webkit-box-shadow: 0px 4px 13px -7px var(--color-black)000, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 13px -7px var(--color-black)000, 5px 5px 15px 5px rgba(0,0,0,0);
}
blockquote::before{
  font-size: 88px;
  font-family: Arial;
  content: "\201C";
  color: var(--color-sky-blue);
  position: absolute;
  left: 7px;
  top: -28px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
#accordion .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/accordion.png") !important;
    transform: rotate(-180deg);
}
#accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("assets/images/accordiono.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
th a{
  color: #03B2FB;
}
#typography-sec .table-striped th:hover a{
  color: #03B2FB;
}
/*----------Return To Top------------*/
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  background-color: #03B2FB;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: white;
  position: relative;
  top: -15px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px;
  background-color:var(--color-orange);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 45px;
}
/*#return-to-top:hover {
  background: var(--color-sky-blue);
}*/
#return-to-top:hover i {
  color: white;
  
}
.customize-partial-edit-shortcut-button{
  padding: 0 !important;
}
/*--------------Buy Now----------------*/
.buynow{
  padding:10px !important;
}
.buynow:hover a{
  letter-spacing: 2px;
  transition-duration:1s;
}
.buynow{
  background-color: #e9a229;
}
.buy-now-footer:hover{
  color: #fff;
  letter-spacing: 2px;
  transition-duration: 1s;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .product-rating,.product-rating{
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 1em;
  font-family: star;
}
.woocommerce ul.products li.product .product-rating{
 color: #fec806;
 margin: 0 auto;
 float: none;
 height: 1.7em;
 width: 5.4em;
 font-family: star;
}
.star-rating{
  color: #ffca04;
  font-size: 17px;
  height: 1em;
  width: 5.4em;
  margin-bottom: 8px;
  margin-top: 0px;
}
.woocommerce .product-rating::before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left:0;
 position: absolute;
}
.product-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
 width: 18%;
}
/* .shop-page .product-rating span::before,.shop-page .product-rating::befores{
  left: 46px !important
} */
.product-rating:before {
    content: "\73\73\73\73\73";
    color: var(--color-orange);
    float: left;
}
.product-rating span:before {
    content: "\53\53\53\53\53";
}
.product-rating:before, .product-rating span, .product-rating span:before{
    top: 0px;
    left: 0;
    position: absolute;
    font-size: 17px;
}

.product-rating span {
    overflow: hidden;
    float: left;
    padding-top: 1.5em;
}
/* .product-rating:before, .product-rating span, .product-rating span:before {
    top: 4px;
    left: 0;
    position: absolute;
} */
.product-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.comment-value{
  display: none;
}
.product-content a:hover {
    color: var(--color-black);
}
#ourArt .outer-art .add_to_cart_button i{
  color: #fff;
    background-color: var(--black-head);
    padding: 9px 8px;
    border-radius: 50%;
    float: right;
}
#bwt-footer{
  border-radius: 0px;
  padding: 0px 0px !important ;
  background-color: #000;
}
.accordion-item:before {
    content: '';
    display: block;
    background-image: url(assets/images/our-faq/icon.png) !important;
  }
.counter-carousel .owl-item {
    padding: 20px;
}
.counter-box{
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 10px solid #E5590D;
  border-right: 1px solid #0000001A;
  border-top: 1px solid #0000001A;
  border-bottom: 1px solid #0000001A;
  transform: skewX(-15deg);
}

.count-img {
  flex: 0 0 60px;
  margin-right: 20px;
  transform: skewX(15deg);
}

.count-img img {
  width: 60px;
  height: auto;
}

.count-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  transform: skewX(15deg);
}

.count-text h3 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.count-text p {
/* margin: 5px 0 0; */
color: #000;
font-family: 'Jost';
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-transform: capitalize;
}
.counter-box-main{
transform: skewX(-6deg);
}

@media screen and (min-width: 320px) and (max-width: 425px){

.slide-image img {
  margin: 0 auto !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-top: 7em;
}
#slider .social-sidebar {
  position: absolute;
  top: 60% !important;
  left: 2% !important;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 8px 8px;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
}
@media screen and (min-width: 320px) and (max-width: 767px){

#ourBlog .our-blog-content-box:hover::before {
    clip-path: unset !important;
}

.sale-third-center-bg{
 height: 100%;
}
.sale-second-center-bg{
  height: 100%;
}
.main-navigation ul ul{
  display: block !important;
}
#newsletter .wpcf7-form input[type="email"] {
    width: 100% !important;
    margin-bottom: 15px;
}
.row.header-nav-main-box::after {
  content: '';
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transform: skewX(-16deg);
}
.logo img {
  height: auto !important;
  width: 170px !important;
  padding: 5px;
}
#slider .slider-description-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 18px;
  width: 100% !important;
}
.sale-left-first-img .img-fluid {
  max-width: 100%;
  height: 100px !important;
  z-index: 1;
  position: relative;
}
.img-first::before {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #000;
  border-left: 50px solid transparent;
  margin-bottom: 0;
  z-index: 9;
  left: 125px !important;
}
  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    top: 100px !important;
}
.slider-first {
    padding-bottom: 0px !important;
}
.header-button-content-box {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}
.header-button-{
  display: none;
}
#slider .main-slider-btn {
  display: flex;
  gap: 10px;
  padding-top: 1em !important;
  justify-content: center;
}
#slider .slider-button a {
  color: #fff;
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 10px 10px 25px !important;
  font: 400 17px/20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
#slider .inner_carousel h1:after{
  display: none;
}
  .slider-one {
    display: none;
}

  .slider-two {
    display: none;
}
.slider-three {
    display: none;
}
.slider-four {
    display: none;
}
.slide-image img {
    margin: 0 auto !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-bold-txt h1{
  display: none;
}
.slider-counter-box{
  display: none;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    top: 0;
}

#slider .main-slider-btn {
    
    display: flex;
}
.review-avatars {
    display: flex;
    align-items: end;
    background-color: unset !important;
    padding: 20px 25px 20px 25px;
    position: relative;
    border-top-right-radius: 50px;
}

.review-section {
    color: #fff;
    /* padding: 20px 30px; */
    max-width: 100%;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    gap: 15px;
    z-index: 2;
    /* clip-path: polygon(0% 100%, 100% 100%, 84.544% 0%, 61.111% 63.618%, 11.823% 63.618%, 0% 100%); */
    margin-right: 0px !important;
    background-color: #E5590D;
}
.review-text h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    /* transform: translate(-60px, 0px); */
    text-align: center !important;
}
.review-text h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    transform: unset !important;
}
.review-avatars {
    display: flex;
    align-items: center !important;
    background-color: #E5590D;
    padding: 0px 0px 0px 0px !important;
    position: relative;
    border-top-right-radius: 50px;
    flex-direction: column;
    gap: 20px !important;
}
#slider .slider-description-text {
    color: #fff;
    font-family: Muli;
    font-weight: 300;
    text-align: center !important;
}




.slide-number {
  font-family: Jost;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #fff;
  text-transform: capitalize;
  opacity: 10%;
}
.sale-title {
  font-family: Jost;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: capitalize;
}
.left-propet-col h3 {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 20px !important;
  text-transform: capitalize;
  color: #fff;
}
.left-propet-col .pro-pric {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 15px !important;
  text-transform: capitalize;
}
.sale-para {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.left-propet-col .pro-cont {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn-book {
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px / 20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  border: none;
  color: #fff;
  margin-bottom: 20px !important;
}
/* about */

.about-main-right-col{
  order: 1;
  text-align: center;
}
.about-main-left-col{
  order: 2;
  padding-top: 15px;
  text-align: center;
}
.about-main-center-col{
  order: 3;
}
.about-left::after{
  display: none;
}
.about-main-left-col .about-btn {
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px / 20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  transform: translate(0px, 10px) !important;
  margin: 0 auto;
}
.about-center-main {
  display: flex;
  gap: 10px;
  padding-top: 20px;
  justify-content: center;
}
.about-main-left-col p {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* service */
.service-bg-image .pt-5 {
    padding-top: 0px !important;
}
#service .service-heading p {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 25px !important;
  line-height: 30px !important;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}
.about-main-right-col p {
  font-family: Jost;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 25px !important;
  text-transform: capitalize;
}
/* project */
.project-bg-image .owl-carousel {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}
.project-bg-image .pt-5 {
  padding-top: 0px !important;
}
#project .para {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 18px !important;
  line-height: 25px !important;
  text-transform: capitalize;
}
.project-bold-para {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 30px !important;
  line-height: 40px;
  text-transform: uppercase;
  color: #0000000A !important;
}

/* choose us */
.choose-main-right-col{
  order: 1;
}
.choose-main-left-col{
  order: 2;
}
.choose-img-right-col {
  display: flex;
  flex-direction: unset !important;
  gap: 10px;
  padding-top: 15px;
  justify-content: center;
}
#why-choose .why-right-para-one {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 35px !important;
  text-transform: capitalize;
}
.why-bottom-para {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  padding-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.choose-main-right-col{
  text-align: center;
}
.choose-img-left img {
  max-width: 100%;
  height: 274px;
  object-fit: cover;
  width: 100%;
}
/* process */

#our_Process .outer-process p {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.outer-process{
  padding-bottom: 0px !important;
}
/* team */
#team p {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 25px !important;
  text-transform: capitalize;
  color: #000;
}
/* get in touch */
.get-main-right-col{
  order: 1;
}
.get-main-left-col{
  order: 2;
}
#get-in-touch::after{
  display: none;
}
#get-in-touch .get-main-right-col .get-heading{
  text-align: center !important;
}
#get-in-touch .get-right-para{
  text-align: center !important;
}
.social-box {
  justify-content: center;
  display: flex;
}
#get-in-touch .get-btn {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  background-color: #fff;
  width: max-content;
  padding: 10px 40px 10px 40px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  border: none;
  margin: 0 auto;
}
.contact-us-outer-form .submit-box {
    justify-content: center;
}
.get-right-para-one {
  font-size: 20px !important;
  line-height: 40px !important;
}
#get-in-touch .get-right-para-bold {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 36px !important;
  line-height: 40px !important;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 4%;
}
.con-main-get {
  align-items: center;
  margin-top: 0em !important;
  gap: 50px;
  flex-wrap: nowrap;
}
/* testimonial */
.testi-left{
  text-align: center;
}
#ourBlog .blog-small-para {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 25px !important;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
#ourBlog .para-bold {
  font-family: Jost;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 62px;
  opacity: 4%;
  text-align: center;
  text-transform: uppercase;
}
#testimonial .para-one {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: capitalize;
}
/* newsletter */
.outer-news{
 text-align: center
}
#newsletter p {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 20px !important;
  line-height: 55px;
  text-transform: capitalize;
}
#newsletter [type=submit] {
  color: #fff;
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px / 20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  border: unset;
  position: unset !important;
  top: 15px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.outer-classes::before{
  display: none;
}
.project-class::before{
  display: none;
}
#ourBlog::before{
  display: none;
}
#newsletter::after{
  display: none;
}
#newsletter::before{
  display: none;
}
.bwt-copyright::before{
  display: none;
}
#get-in-touch::before{
  display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
.blog-title-content h4 a {
  font: 600 16px / 28px Jost !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
  .main-navigation ul ul{
  display: block !important;
}
  .con-main-why {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px !important;
    flex-direction: column;
}
.choose-main-left-col {
    width: 100%;
}
.choose-main-right-col{
  width: 100%;
}

  #bwt_header{
    position: absolute;
    top: 30px;
  }
.Header-read {
  background-color: #E5590D;
  padding: 0px 5px 0px 5px !important;
  color: #fff;
  font: 400 17px / 20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.slider-one{
  display: none;
}
.slider-two{
  display: none;
}
.slider-three{
  display: none;
}
.slider-four{
  display: none;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    top: 0;
}
}

.owl-carousel .item {
  display: flex;
  flex-direction: column;
  gap: 30px; /* spacing between 2 testimonials */
}


@keyframes scroll-left {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
.about-year .counter1-up {
  font-size: 25px !important;
  font-family: 'Jost';
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.about-year .record_suffix_icon {
  font-size: 25px !important;
  font-family: 'Jost';
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.about-year-txt {
  font-size: 15px !important;
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  margin: 0;
}
.about-prof-txt {
  font-size: 15px !important;
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  margin: 0;
}
.main-navigation li {
  position: relative;
  padding: 0px 8px !important;
  display: inline-block;
  cursor: pointer;
}
#site-navigation .current_page_item a {
  padding: 0px 10px;
}
#service .service-heading .bold-para {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 80px !important;
  line-height: 62px;
  text-transform: uppercase;
  color: #f2e6de;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(10px, 56px);
  z-index: 0;
}
.project-bold-para {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 80px !important;
  line-height: 62px;
  text-transform: uppercase;
}
#our_Process .outer-process .para-bold {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 80px !important;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  opacity: 4%;
}
#get-in-touch .get-right-para-bold {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 80px !important;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 4%;
}
#ourBlog .para-bold {
  font-family: Jost;
  font-weight: 700;
  font-size: 80px !important;
  line-height: 62px;
  opacity: 4%;
  text-align: center;
  text-transform: uppercase;
}
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
.our-blog-content-box {
    background-image: unset !important;
    border: 1px solid #00000026;
}
#ourBlog .our-blog-content-box:hover::before {
    clip-path: unset !important;
}
#bwt-footer_box .location{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#bwt-footer_box .phone{
  display: flex;
  gap: 10px;
  align-items: center;
}
#bwt-footer_box .email{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 90% !important;
  transition: 2s;
  border-radius: 10px;
}
#newsletter .wpcf7-form input[type="email"] {
  width: 66% !important;
}
.slider-first {
    padding-bottom: 0px !important;
}
#slider .inner_carousel h1 {
  position: relative;
  font: normal normal 700 30px / 38px Jost !important;
  padding-inline: unset !important;
}
  #service .outer-classes {
  background-color: #E56E0D1A;
  overflow: hidden;
}
  .con-main-why {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px !important;
}
.slider-bold-txt{
  display: none;
}
  .slider-first{
  padding-left: 156px;
}
#slider .carousel-item img {
  height: 100%;
  max-height: 648px !important;
}
#slider .social-sidebar {
  position: absolute;
  top: 57% !important;
  left: 11% !important;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 8px 8px;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.slider-one {
  position: absolute;
  background-color: #E5590D66;
  top: 0;
  left: 0px;
  height: 295px !important;
  width: 282px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#slider .slider-button a {
  color: #fff;
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px/20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: 9;
  position: relative;
}
.slider-four.shadow-box{
  display: none;
}
#slider .slider-description-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 18px;
  width: 90%;
  z-index: 9;
  position: relative;
}
#slider .inner_carousel h1:after{
  display: none !important;
}
#service .classes-content h4 {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 17px !important;
  line-height: 30px;
  text-transform: capitalize;
  text-align: left;
}
#project h4 {
  font-family: 'Jost';
  font-weight: 600;
  font-size: 17px !important;
  line-height: 100%;
}
.process-content h6 {
  font: normal normal 600 15px / 25px Jost !important;
  color: #000;
}
.process-content-text p {
  font: 400 15px/20px var(--font-quiksand);
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#get-in-touch .social-get-in-info h6 {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-title-content h4 a {
    font: 600 16px / 28px Jost !important;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
  #testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}
#get-in-touch::after {
    content: "";
    position: absolute;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #000;
    border-left: 100px solid transparent;
    bottom: 0;
    transform: translate(0px, 100px);
}
/* footer */
.custom-social-icons a {
    margin-left: 0px;
    background-color: #fff;
    padding: 5px 5px !important;
}
.contact-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-footer-menu-container ul li {
    padding: unset !important;
}

/* choose us */
.choose-img-right-one {
    background-color: #E5590D;
    width: 105px !important;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 20px;
    gap: 15px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
    padding-top: 40px;
}
.choose-img-right-two {
    background-color: #000;
    width: 105px !important;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 15px !important;
    gap: 15px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
    padding-top: 40px;
}

/* counter */
.counter-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px !important;
    border-radius: 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 10px solid #E5590D;
    border-right: 1px solid #0000001A;
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
}

/* about us */
.about-main-left-col .about-btn {
    background-color: var(--color-orange);
    width: max-content;
    padding: 10px 30px 10px 25px;
    font: 400 17px / 20px Jost;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    transform: translate(0px, 40px);
    padding-bottom: 50px !important;
}

.video {
    position: absolute;
    top: 64% !important;
    left: 45% !important;
}
.about-left::after {
    content: "";
    position: absolute;
    bottom: 190px !important;
    right: -4px;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-left: 100px solid transparent;
}
.about-prof {
    background-color: #000;
    width: 100%;
    height: 128px;
    max-width: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 10px !important;
    gap: 20px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
}
.about-year {
    background-color: #E5590D;
    width: 100%;
    height: 128px;
    max-width: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 0px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
    padding-top: 40px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
.our-blog-image img {
    width: 100%;
    height: 100%;
    min-height: 170px !important;
    padding: 15px;
    object-fit: cover;
}
.blog-title-content h4 a {
  font: 600 16px / 28px Jost !important;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.about-year .counter1-up {
  font-size: 35px !important;
  font-family: 'Jost';
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.about-year .record_suffix_icon {
  font-size: 35px !important;
  font-family: 'Jost';
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.about-year-txt {
  font-size: 15px !important;
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  margin: 0;
}
.about-prof-txt {
  font-size: 15px !important;
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  margin: 0;
}
#newsletter .wpcf7-form input[type="email"] {
  width: 70% !important;
}
.slider-first {
    padding-bottom: 0px !important;
}
#slider .inner_carousel h1 {
  position: relative;
  font: normal normal 700 30px / 38px Jost !important;
  padding-inline: unset !important;
}
  #service .outer-classes {
  background-color: #E56E0D1A;
  overflow: hidden;
}
  .con-main-why {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px !important;
}
.slider-bold-txt{
  display: none;
}
  .slider-first{
  padding-left: 156px;
}
#slider .carousel-item img {
  height: 100%;
  max-height: 760px !important;
}
.slider-two {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00000059;
  height: 100%;
  width: 353px !important;
  clip-path: polygon(0 100%, 0 0, 102% 100%);
}
.slider-bold-txt h1 {
  font-size: 75px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF1A;
  font-family: 'Jost';
  text-align: left;
}
#slider .social-sidebar {
  position: absolute;
  top: 57% !important;
  left: 9% !important;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 8px 8px;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.slider-one {
  position: absolute;
  background-color: #E5590D66;
  top: 0;
  left: 0px;
  height: 295px !important;
  width: 282px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#slider .slider-button a {
  color: #fff;
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px/20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: 9;
  position: relative;
}
.slider-four.shadow-box{
  display: none;
}
#slider .slider-description-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 18px;
  width: 90%;
  z-index: 9;
  position: relative;
}
#slider .inner_carousel h1:after{
  display: none !important;
}
  #testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}
#get-in-touch::after {
    content: "";
    position: absolute;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #000;
    border-left: 100px solid transparent;
    bottom: 0;
    transform: translate(0px, 100px);
}
.choose-img-right-one {
  background-color: #E5590D;
  width: 130px !important;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding: 20px;
  gap: 15px;
  clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
  padding-top: 40px;
}
.choose-img-right-two {
  background-color: #000;
  width: 130px !important;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding: 20px;
  gap: 15px;
  clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
  padding-top: 40px;
}
/* footer */
.custom-social-icons a {
    margin-left: 10px;
    background-color: #fff;
    padding: 5px 4px !important;
}
.menu-footer-menu-container ul li {
    padding: unset !important;
}
/* about us */

.about-main-left-col .about-btn {
    background-color: var(--color-orange);
    width: max-content;
    padding: 10px 30px 10px 25px;
    font: 400 17px / 20px Jost;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    transform: translate(0px, 40px);
    padding-bottom: 50px !important;
}

.main-navigation li {
  position: relative;
  padding: 0px 15px !important;
  display: inline-block;
  cursor: pointer;
}

}

@media screen and (min-width: 1400px) and (max-width: 1600px){
.slider-first {
    padding-bottom: 0px !important;
}
#slider .inner_carousel h1 {
  position: relative;
  font: normal normal 700 30px / 38px Jost !important;
  padding-inline: unset !important;
}
  #service .outer-classes {
  background-color: #E56E0D1A;
  overflow: hidden;
}
  .slider-bold-txt{
  display: none;
}
  .slider-first{
  padding-left: 156px;
}
#slider .carousel-item img {
  height: 100%;
  max-height: 900px !important;
}
.slider-two {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00000059;
  height: 100%;
  width: 353px !important;
  clip-path: polygon(0 100%, 0 0, 102% 100%);
}
.slider-bold-txt h1 {
  font-size: 75px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF1A;
  font-family: 'Jost';
  text-align: left;
}
#slider .social-sidebar {
  position: absolute;
  top: 54% !important;
  left: 9% !important;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 8px 8px;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.slider-one {
  position: absolute;
  background-color: #E5590D66;
  top: 0;
  left: 0px;
  height: 356px !important;
  width: 282px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#slider .slider-button a {
  color: #fff;
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px/20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: 9;
  position: relative;
}
.slider-four.shadow-box{
  display: none;
}
#slider .slider-description-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 18px;
  width: 90%;
  z-index: 9;
  position: relative;
}
#slider .inner_carousel h1:after{
  display: none !important;
}
  
   #testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}
#get-in-touch::after {
    content: "";
    position: absolute;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #000;
    border-left: 100px solid transparent;
    bottom: 0;
    transform: translate(0px, 100px);
}
/* footer */
.custom-social-icons a {
    margin-left: 10px;
    background-color: #fff;
    padding: 5px 7px !important;
}
.menu-footer-menu-container ul li {
    padding: unset !important;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){

#ourBlog .our-blog-content-box:hover::before {
    clip-path: unset !important;
}
.process-content-text {
  padding: 12px !important;
  position: relative;
}
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 90% !important;
  transition: 2s;
  border-radius: 10px;
}
.slider-first {
  padding-bottom: 0px !important;
}
.header-button- {
  background-color: #E5590D;
  padding: 5px 5px 5px 3px !important;
  color: #fff;
  font: 400 17px / 20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  margin-right: -5px !important;
}
.slider-first{
  padding-top: 100px;
}
#slider .main-slider-btn {
    display: flex;
    gap: 10px;
    padding-top: 0px !important;
}
.slider-bold-txt{
  display: none !important;
}
.slider-counter-box {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 24px;
  z-index: 10;
  font-family: 'Arial', sans-serif;
  transform: translate(5px, -80px) !important;
}
#slider .social-sidebar {
  position: absolute;
  top: 55% !important;
  left: 6%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 8px 8px;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* about */
.about-main-right-col{
  order: 1;
}
.about-main-left-col{
  order: 2;
}
.about-main-center-col {
  order: 3;
  width: 100%;
}
.about-center-main {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 20px;
}
.video {
  position: absolute;
  top: 72% !important;
  left: 42% !important;
}
.about-left::after {
  content: "";
  position: absolute;
  bottom: 196px !important;
  right: 0 !important;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
}
/* service */
#service .outer-classes {
    background-color: #E56E0D1A;
    overflow: hidden;
}
#service .classes-content h4 {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 18px !important;
  line-height: 30px;
  text-transform: capitalize;
  text-align: left;
}
 
.project-bold-para {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 60px !important;
    line-height: 62px;
    text-transform: uppercase;
}
#service .service-heading .bold-para {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 70px !important;
    line-height: 62px;
    text-transform: uppercase;
    color: #f2e6de;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(10px, 56px);
    z-index: 0;
}
#our_Process .outer-process .para-bold {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 60px !important;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    opacity: 4%;
}


/* why choose  */
.choose-img-right-one {
    background-color: #E5590D;
    width: 115px !important;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 20px;
    gap: 15px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
    padding-top: 40px;
}
.choose-img-right-two {
    background-color: #000;
    width: 115px !important;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 20px;
    gap: 15px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
    padding-top: 40px;
}
.why-bottom-para::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 87px !important;
    background-color: #E5590D;
    left: 10px;
    right: 0;
}
.choose-main-right-col{
  order: 1;
}
.choose-main-left-col{
  order: 2;
  padding-top: 15px;
}
.choose-img-left::after {
  content: '';
  position: absolute;
  height: 77px;
  width: 75px;
  background-color: #E5590D;
  right: 21px !important;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  bottom: 0;
  opacity: 0;
}
/* testimonial */
.quote-img img {
  width: 100%;
  max-width: 40px !important;
  padding-right: 10px;
}
.quote-img {
position: absolute;
right: 0px !important;
}
.testi-center {
position: absolute;
right: 45px;
top: 0;
z-index: -6 !important;
}
#testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px !important;
  border-right: 20px solid transparent;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
  display: none;
}
#testimonial .testimonial-author a {
    font: normal normal 600 18px/30px Jost !important;
    color: #000;
}
/* get in touch */
#get-in-touch::after {
  content: "";
  position: absolute;
  right: 0px !important;
  border-right: 20px solid transparent;
  border-top: 100px solid #000;
  border-left: 100px solid transparent;
  bottom: 0;
  transform: translate(0px, 100px);
}
.con-main-get {
  align-items: center;
  margin-top: 3em;
  gap: 50px;
  flex-wrap: wrap !important;
}
.get-main-left-col{
  width: 100%;
}
.get-main-right-col{
  width: 100%;
}
#get-in-touch {
  background-color: #000;
  padding: 3em !important;
  position: relative;
}
#get-in-touch .get-right-para-bold {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 60px !important;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 4%;
}

#ourBlog .para-bold {
    font-family: Jost;
    font-weight: 700;
    font-size: 60px !important;
    line-height: 62px;
    opacity: 4%;
    text-align: center;
    text-transform: uppercase;
}
/* team */
.team-buttons{
  padding-top: 0px !important;
}
#get-in-touch::after {
  content: "";
  position: absolute;
  right: 0px;
  border-right: 0px solid transparent;
  border-top: 100px solid #000;
  border-left: 100px solid transparent;
  bottom: 25px !important;
  transform: translate(0px, 100px);
  z-index: 999;
}
.footer1{
  text-align: left;
}
.footer2{
  text-align: left;
}
.footer3{
  text-align: left;
  padding-top: 30px;
}
.footer4{
  text-align: left;
  padding-top: 30px;
}
}


@media screen and (min-width: 992px) and (max-width: 1023px){
.our-blog-content-box {
    background-image: unset !important;
    border: 1px solid #00000026;
}
#ourBlog .our-blog-content-box:hover::before {
    clip-path: unset !important;
}
.blog-title-content h4 a {
    font: 600 16px / 28px Jost !important;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.about-year .counter1-up {
  font-size: 25px !important;
  font-family: 'Jost';
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.about-year .record_suffix_icon {
  font-size: 25px !important;
  font-family: 'Jost';
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.about-year-txt {
  font-size: 15px !important;
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  margin: 0;
}
.about-prof-txt {
  font-size: 15px !important;
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  margin: 0;
}
.count-text p {
    /* margin: 5px 0 0; */
    color: #000;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 25px;
    text-transform: capitalize;
}
#service .classes-content h4 {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 17px !important;
    line-height: 30px;
    text-transform: capitalize;
    text-align: left;
}
#bwt-footer_box .location{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#bwt-footer_box .phone{
  display: flex;
  gap: 10px;
  align-items: center;
}
#bwt-footer_box .email{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.main-navigation ul ul{
  display: block !important;
}
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 90% !important;
  transition: 2s;
  border-radius: 10px;
}
#newsletter .wpcf7-form input[type="email"] {
    width: 66% !important;
}
.slider-first {
    padding-bottom: 0px !important;
}
#slider .inner_carousel h1 {
  position: relative;
  font: normal normal 700 30px / 38px Jost !important;
  padding-inline: unset !important;
}
.con-main-why {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px !important;
}
.slider-bold-txt{
  display: none !important;
}
.slider-first{
  padding-left: 156px;
}
#slider .carousel-item img {
  height: 100%;
  max-height: 648px !important;
}
#slider .social-sidebar {
  position: absolute;
  top: 57% !important;
  left: 11% !important;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 8px 8px;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.slider-one {
  position: absolute;
  background-color: #E5590D66;
  top: 0;
  left: 0px;
  height: 295px !important;
  width: 282px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#slider .slider-button a {
  color: #fff;
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px/20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: 9;
  position: relative;
}
.slider-four.shadow-box{
  display: none;
}
#slider .slider-description-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 18px;
  width: 90%;
  z-index: 9;
  position: relative;
}
#slider .inner_carousel h1:after{
  display: none !important;
}
 #testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}
#get-in-touch::after {
    content: "";
    position: absolute;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #000;
    border-left: 100px solid transparent;
    bottom: 0;
    transform: translate(0px, 100px);
}
#bwt-footer_box .email {
    display: flex;
    gap: 10px !important;
}
/* about us */
.about-main-left-col .about-btn {
  background-color: var(--color-orange);
  width: max-content;
  padding: 10px 30px 10px 25px;
  font: 400 17px / 20px Jost;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  transform: translate(0px, 0px) !important;
}
.about-prof {
    background-color: #000;
    width: 100%;
    height: 128px;
    max-width: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 10px !important;
    gap: 20px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
}

.about-year {
    background-color: #E5590D;
    width: 100%;
    height: 128px;
    max-width: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 0px;
    clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
    padding-top: 40px;
}

.video {
    position: absolute;
    top: 67% !important;
    left: 42% !important;
}

.project-bold-para {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 80px !important;
    line-height: 62px;
    text-transform: uppercase;
}
#service .service-heading .bold-para {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 80px !important;
    line-height: 62px;
    text-transform: uppercase;
    color: #f2e6de;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(10px, 56px);
    z-index: 0;
}
#our_Process .outer-process .para-bold {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 80px !important;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    opacity: 4%;
}

/* why choose  */
.choose-img-right-one {
background-color: #E5590D;
width: 115px !important;
height: 132px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: baseline;
padding: 20px;
gap: 15px;
clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
padding-top: 40px;
}
.choose-img-right-two {
background-color: #000;
width: 115px !important;
height: 132px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: baseline;
padding: 20px;
gap: 15px;
clip-path: polygon(0% 0%, 75.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%);
padding-top: 40px;
}
.why-bottom-para::before {
content: '';
position: absolute;
width: 8px;
height: 135px !important;
background-color: #E5590D;
left: 10px;
right: 0;
}

.testi-center {
position: absolute;
right: 45px;
top: 0;
z-index: -6 !important;
}
#project h4 {
  font-family: 'Jost';
  font-weight: 600;
  font-size: 17px !important;
  line-height: 100%;
}
.blog-title-content h4 a {
    font: 600 16px/20px Jost !important;
    color: #000;
}
#get-in-touch .get-right-para-bold {
font-family: 'Jost';
font-weight: 700;
font-size: 80px !important;
line-height: 62px;
text-align: center;
text-transform: uppercase;
position: absolute;
top: 0;
right: 0;
left: 0;
opacity: 4%;
}
#get-in-touch .social-get-in-info h6 a {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#ourBlog .para-bold {
font-family: Jost;
font-weight: 700;
font-size: 80px !important;
line-height: 62px;
opacity: 4%;
text-align: center;
text-transform: uppercase;
}
#newsletter::after {
  content: '';
  position: absolute;
  top: -20px !important;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
}
/* footer */
.custom-social-icons a {
margin-left: 0px;
background-color: #fff;
padding: 5px 5px !important;
}
.contact-text {
  color: #fff;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-footer-menu-container ul li {
padding: unset !important;
}
#service .outer-classes {
  background-color: #E56E0D1A;
  overflow: hidden;
}
}


@media screen and (min-width: 576px) and (max-width: 767px){
  .review-avatars::after {
   display: none !important;
}
#slider .inner_carousel h1 {
  position: relative;
  font: bold 18px/25px Jost !important;
  padding-inline: 20px 10%;
}
.con-main-why {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px !important;
}
#service .outer-classes {
    background-color: #E56E0D1A;
    overflow: hidden;
}
#testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px !important;
  border-right: 20px solid transparent;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
  display: none;
}
.testi-card {
  display: flex;
  gap: 5px !important;
  z-index: 1;
  position: relative;
}
#testimonial .testimonial-author a {
  font: normal normal 600 13px / 13px Jost !important;
  color: #000;
}
.testimonial-buttons {
    gap: 10px;
    justify-content: center;
}
#get-in-touch::after {
  content: "";
  position: absolute;
  right: 0px !important;
  border-right: 20px solid transparent;
  border-top: 100px solid #000;
  border-left: 100px solid transparent;
  bottom: 0;
  transform: translate(0px, 100px);
} 
.footer1{
  text-align: left;
}
.footer2{
  text-align: left;
}
.footer3{
  text-align: left;
  padding-top: 30px;
}
.footer4{
  text-align: left;
  padding-top: 30px;
}

.team-img-outer img {
  width: 100%;
  max-width: 100% !important;
  height: 308px;
  object-fit: cover;
  clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 15%);
}

#get-in-touch::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 100px solid #fcf0e7;
border-right: 100px solid transparent;
display: none
}
#get-in-touch {
  background-color: #000;
  padding: 1em !important;
  position: relative;
}
.con-main-get {
align-items: center;
margin-top: 3em;
gap: 10px !important;
flex-wrap: wrap !important;
}
.get-main-left-col{
  width: 100% !important;
}
.get-main-right-col {
    width: 100% !important;
}


.testi-center {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: -1 !important;
}
.quote-img img {
  width: 100%;
  max-width: 69px;
  display: none !important;
}

.project-class::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
  display: none !important;
}

#project img {
  width: 100%;
  max-width: 100% !important;
  height: 220px;
  object-fit: cover;
}
.outer-classes::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #000;
  border-left: 100px solid transparent;
  display: none;
}

.about-year {
  background-color: #E5590D;
  width: 100%;
  height: 128px;
  max-width: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding: 20px;
  gap: 0px;
  clip-path: polygon(0% 0%, 83.135% 0%, 100% 34.848%, 100% 100%, 0% 100%, 0% 0%) !important;
  padding-top: 40px;
}
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 95% !important;
  transition: 2s;
  border-radius: 10px;
}
.con-main-why {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  flex-direction: column !important;
}

.choose-main-left-col{
  width: 100% !important;
}
.choose-main-right-col{
  width: 100% !important;
}
#team .team-buttons {
    padding-top: 0px !important;
}

}

@media screen and (min-width: 320px) and (max-width: 575px){
#get-in-touch::after {
    content: "";
    position: absolute;
    right: 0px !important;
    border-right: 20px solid transparent;
    border-top: 100px solid #000;
    border-left: 100px solid transparent;
    bottom: 0;
    transform: translate(0px, 100px);
}
.con-main-get {
  align-items: center;
  margin-top: 3em;
  gap: 20px !important;
  flex-wrap: wrap !important;
}
#get-in-touch {
  background-color: #000;
  padding: 1em !important;
  position: relative;
}
.con-main-why {
    display: flex;
    flex-wrap: wrap !important;
    gap: 10px !important;
}



#nav_menu-1{
padding-top: 40PX;
}
#bwt-footer .menu-footer-menu-container {
    column-count: 1 !important;
}
#bwt-footer_box .footer4 .fa-map-marker-alt {
  color: #fff;
  background-color: #E5590D;
  padding: 8px 10px;
  width: 10% !important;
  margin: 0 auto;
}
#bwt-footer_box .footer4 .fa-phone {
  color: #fff;
  background-color: #E5590D;
  padding: 8px 10px;
  width: 10% !important;
  margin: 0 auto;
}
#bwt-footer_box .footer4 .fa-envelope-open {
  color: #fff;
  background-color: #E5590D;
  padding: 8px 10px;
  width: 10% !important;
  margin: 0 auto;
}



.location{
  display: flex;
  flex-direction: column;
}
.phone{
 display: flex;
 flex-direction: column; 
}
.email{
 display: flex;
 flex-direction: column; 
}

#newsletter::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
  display: none;
}


#ourBlog .para-bold {
  font-family: Jost;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 62px;
  opacity: 4%;
  text-align: center;
  text-transform: uppercase;
}


.team-img-outer img {
  width: 100%;
  max-width: 100% !important;
  height: 308px;
  object-fit: cover;
  clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 15%);
}
#ourBlog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-right: 100px solid transparent;
  transform: translate(0px, -100px);
  display: none;
}
.team-top-image{
text-align: center;
}

.team-buttons {
  position: absolute;
  top: 0;
  right: 0;
  gap: 10px;
  display: none ! IMPORTANT;
}


#testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  border-right: 20px solid transparent;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
  display: none;
}
.testi-center {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: -1 !important;
}
.quote-img img {
  width: 100%;
  max-width: 69px;
  display: none !important;
}
.testimonial::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #E5590D;
  border-left: 100px solid transparent;
  transform: translate(-100px, 0px);
  display: none;
}

#our_Process .outer-process .para-bold {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 30px !important;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  opacity: 4%;
}
#our_Process .outer-process p {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 19px !important;
  line-height: 25px !important;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.process-content-text {
    padding: 0px !important;
}



.project-class::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
  display: none;
}

.project-class::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #000;
  border-right: 100px solid transparent;
  display: none;
}


.outer-classes::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #000;
  border-left: 100px solid transparent;
  display: none;
}

.outer-classes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
  display: none;
}

.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 95% !important;
  transition: 2s;
  border-radius: 10px;
}

.about-ved{
  padding-top: 20px
}
/*  */
}