/*

 Theme Name:   BHTEL

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Chiranjit Das

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html,body {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  outline: none;
  font-family: "Inter", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
/*a:hover {
	text-decoration:none
}*/
a:focus,
a:hover {
  text-decoration: none;
  color: #f26522;
  outline: none;
}
ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}




p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
 
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #fff;

}
h1, h2{
  font-size: 3rem;
  line-height: 4.5rem;
  color: #fff;
  font-weight: 500;

  @media (max-width: 1199px) {
    font-size: 2rem;
    line-height: 2.4rem;
  }
    
}

h2 {
  color: #00235A;
}

h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #00235A;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Padding */

.py-6{
  padding-top: 5rem;
  padding-bottom: 5rem;

}

/* Margin */

.mb-90{
  padding-bottom: 90px;
}



/* Fonts Size */

.font-size-18{
  font-size: 1.125rem;
  line-height: 1.62rem;
}

.font-size-24{
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-size-48{
  font-size: 3rem;
  line-height: 3.5rem;

}


/* Fonts weight */

.weight-600{
  font-weight:600;
}

.weight-700{
  font-weight:700;
}


/* colors */

.color-white{
  color: #fff;
}

.color-orange{
  color: #FF5E14;
  fill: #FF5E14;
}


/* BG color */

.bg-blue{
  background: #00235A;
}

.bg-lightYellow{
  background: #ffefe8;
}



/* ul style */
.bullet__point, 
.single-product-listing ul {
  margin: 0;
  padding: 0;
}
.bullet__point li,
.single-product-listing ul li{
  font-size: 18px;
  line-height: 26px;  
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.4rem;
  display: flex;
  color: #010101;
}


.bullet__point li:last-of-type,
.single-product-listing ul li:last-of-type{
  margin-bottom: 0;
}
.bullet__point li::before,
.single-product-listing ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

/* img height */

.img-h-60{
  height: 3.75rem;
  width: auto;
}

.img-h-230{
  height: 14.5rem;
  width: auto;
}



/* Buttons */

.btn{
  padding: 1rem 4rem !important;
  border-radius: 0 !important;
  font-size: 1.125rem !important;
  font-family: "Inter", sans-serif !important;
}

.btn--orange{
  background-color: #FF5E14 !important ;
  border-color: #FF5E14 !important;
  color: #fff !important;
}

.btn--orange:hover{
  background-color: #ce561e !important;
  box-shadow: none;
  color: #fff;
}
.btn--orange:focus{
  box-shadow: none !important;
}

.btn--white{
  background-color: #fff !important ;
  border-color: #fff !important;
  color: #000 !important;
}

.btn--white:hover{
  background-color: #e4e4e4 !important;
}
.btn--white:focus{
  box-shadow: none !important;
}

.lineButton{
  border-bottom:  2px solid #f26522;
  padding-bottom: 0.5rem;
}
.lineButton:hover{
  color: #36365e;
  border-color: #36365e;
}



/* Header & menu */

.header .top_header span + span{
  margin-left: 2.4rem;
}

.header .top_header p,
.header .top_header p a{
  color: #00235A;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}

.header .navigation{
  background: #00235A;
  position: relative;
}
.header .navigation:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  right: 75%;
  top: -24px;
  padding: 4rem 0;
}
.header .navigation .logo{
    background: #fff;
    height: 100%;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;

    @media (max-width: 575px) {
      padding-top: 1rem;
     }
}

.header .navigation .container::before{
  content: '';
  position: absolute;
  background: #fff;
  right: 99%;
  top: -24px;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
}

.header .navigation .logo::before{
  content: '';
  position: absolute;
  background: #fff;
  top: -24px;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0.8rem;

}
    
.header .navigation .logo::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 116px solid transparent;
  border-left: transparent;
  transform: rotate(180deg);
  right: -59px;
  border-right: 60px solid #fff;
  top: -24px;
}

.header .navigation li.mega-menu-item > a.mega-menu-link{
  padding: 0 2rem !important;
  font-family: "Inter", sans-serif !important;
  @media (max-width: 991px) {
    padding: 0.6rem 1rem !important;
    height: auto !important;
  }
}
.header .navigation li.mega-menu-item:last-of-type > a.mega-menu-link{
  padding-right: 0 !important;
}

.header .navigation .mega-sub-menu li.mega-menu-item > a.mega-menu-link{
  padding: 0.4rem 2rem !important;
}

.header .navigation ul.mega-sub-menu{
  top: 65px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
  @media (max-width: 991px) {
  z-index: 99 !important;
  }
}

.mega-toggle-blocks-right {
  z-index: 999;
}

/* Banner */

.banner{
  min-height: 36rem;
  overflow: hidden;

  @media (max-width: 991px) {
    min-height: 26rem;
   }
}
.banner img{
  position: absolute;
  width: 60%;
  height: 100%;
  object-fit: cover;
}
.banner_rightsec{
  background: #00235A;
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
  height: 100%;
}

.banner span{
  color: #FF5E14;
}

.banner p{
  color: #fff;
  margin-bottom: 0;
}


.banner_rightsec::after {
  content: '';
  position: absolute;
  width: 34%;
  height: 100%;
  background: #00235A;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  right:99.9%;
  /* transform: rotateY(180deg); */

  /* @media  (max-width: 1199px) {
    right:99.6%;
  } */
}
.banner_rightsec::before {
  content: '';
  position: absolute;
  width: 36%;
  height: 100%;
  background: #FF5E14;
  -webkit-clip-path: polygon(100% -6%, 0 100%, 100% 100%);
  clip-path: polygon(100% -6%, 0 100%, 100% 100%);
  right: 100%;
  /* transform: rotateY(175deg); */
}




.card{
  border-radius: 0;
  border: 0;
  height: 100%;

}
.card-image{
  background: #D9D9D9;
  height:18rem;
}
.card-image img{
  height:100%;
  width: 100%;
  object-fit: cover;
}
.products-desc {
  width: 90%;
  margin: -40px 0 0 auto;
  padding: 1rem;
  z-index: 9;

}
.products-desc h3{
  font-weight: 600;
}


.blocks__icon{
  border-radius: 20px;
  padding: 7rem 1.4rem 1.4rem;
  position: relative;
  height: 100%;
}
.blocks__icon--iconset{
  width: 140px;
  height: 140px;
  background: #f1f1f1;
  border-radius: 100%;
  border: 6px solid #fff;
  position: absolute;
  top: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}


.blocks__icon--iconset img{
  height: 6rem;
  width: 100%;
  object-fit: contain;
}
.blocks__icon h3{
  color: #fff;
  text-align: center;
 
}
.blocks__icon p{
  margin-bottom: 0;
  color: #fff;
}

.exprience-sec{
  background: #ffefe8;
  max-height: 24rem;
  margin-bottom: 120px !important;

  @media  (max-width: 991px) {
    max-height: none;
    padding: 4rem 0;
  }
}

.exprience-sec img {
  border-radius: 100%;
  border: 14px solid #fff;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.exprience-sec h2{
  color: #000;
  font-size: 2.125rem;
  line-height: 3.4rem;

  @media (max-width: 1199px) {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  @media (max-width: 767px) {
    font-size: 1.6rem;
    line-height: 2rem;
}
}
.exprience-sec h2 span {
  display: block;
  color: #FF5E14;
  font-weight: 700;
}
.exprience-sec h2 span + span {
  color: #00235A;
}
.exprience-sec p{
  margin-bottom: 0;
  margin-top: 2rem;
}

footer{
  background: #001940;
}
footer h3{
  font-size: 1.55rem;
}
footer h3,
footer p,
footer p a,
footer .bullet__point a {
  color: #fff;
}
footer .bullet__point li::before{
  background: #fff;
}


.copyright {
  background: #00122F;
  padding: 1.4rem 0;
  width: 100%;
}
.copyright i{
  font-size: 2rem;
  color: #fff;
  margin-left: 1rem;
}



/* inner pages */

.inner_banner{
  min-height: 460px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: top center !important;
  position: relative;
  margin-bottom: 150px;

  @media (max-width: 767px) {
    background-attachment: inherit !important;
  }
}



.inner_banner--products::after{
  background: rgba(0, 35, 90, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
}

.inner_banner--products .container{
  position: relative;
  z-index: 1;
}
.inner_banner--products h1{
  text-align: center;
  font-weight: 700;
}
.inner_banner--products .breadcrumb{
    justify-content: center;
}

.inner_banner--products .breadcrumb-item{
  font-size: 18px;
  font-weight: 600;

}
.inner_banner--products .breadcrumb-item.active{
  color: #f26522;
}

.inner_banner--products .breadcrumb-item a{
  color: #fff;
}

.ib_desc{
  background: #fff;
  padding: 1.4rem 3rem;
  position: absolute;
  bottom: -70px;
  @media (max-width: 767px) {
    position: inherit;
    padding: 1.4rem;
  }
}

.ib_desc p{
  margin-bottom: 0;
}
.ib_desc h2 span{
  color: #f26522;
}
.wwr-sec{
  max-height: 28rem;
  margin: 100px 0;

  @media (max-width: 1199px) {
    max-height:none;
    padding-top: 6rem;
    margin: 0;
  }
}
.wwr-sec img{
  width: 90%;
}
.abt-img{
  background: #D9D9D9;
  padding: 1.4rem;
  width: 100%;

}
.abt-img img{
  width: 100%;
}


.wcu-sec{
  margin: 180px 0 80px;
  min-height: 24rem;
  @media (max-width: 1199px) {
    margin: 20px 0;
  }
}
.wcu-sec p{
  color: #fff;
  margin-bottom: 0;
}
.wcu-sec .row{

  @media (max-width: 1199px) {
    flex-direction: column-reverse;
  }
}
.wcu-img{
  position: absolute;
  bottom: 0;

    @media (max-width: 1199px) {
    position: inherit;
    width: 100%;
  }
}

.owner-sec{
  margin: 140px 0;
  @media (max-width: 1199px) {
    margin: 80px 0;
  }
}
.owner-sec h2{
  font-size: 2.5rem;
  font-weight: 600;
  @media (max-width: 1199px) {
    font-size: 2rem;
  }
}

.owner-sec p{
  margin-bottom: 0;
  font-style: italic;
}
.owner-img {
  position: absolute;
  bottom: -180px;
  width: 100%;
  border: 30px solid #fff;
  left: 0;
  @media (max-width: 1199px) {
    position: inherit;
    bottom: 0;
    margin: 60px 0 20px;
  }
}
.quote-icon{
  position: absolute;
  top: -30px;
}

.wwwu-col{
  border-right: 0.6px solid rgba(255, 255, 255, 0.1);
  @media (max-width: 991px) {
    margin-bottom: 2rem;
  }
  @media (max-width: 767px) {
    border-right:0;
  }
}
.wwwu-col:nth-of-type(2){
  @media (max-width: 991px) {
    border-right: 0;
  }
 
}

.wwwu-col:last-of-type{
  border-right: 0;
}
.wwwu-col p{
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.wwwu-col img{
  height: 130px;
  margin-bottom: 2rem;
}
.co-row {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}
.co-row:last-of-type{
  margin-bottom: 0;
}

.co-row p{
  color: #00235A;
  margin-bottom: 0;
}
.co-row span i{
  color: #00235A;
  font-size: 2rem;
  margin-right: 10px;
}
.co-row span + span{
  margin-left: 4rem;
  @media (max-width: 575px) {
    margin:1rem 0 0 0;
  }
}

.contact-form {
  border-radius: 20px;
  padding: 4rem 6rem;
  @media (max-width: 767px) {
    padding: 2rem;
  }
}

.contact-form .form-control{
  height: 65px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  color: #fff;
}
.contact-form textarea{
  min-height: 200px;
}
.form-control::placeholder{
  color: #D9D9D9;
  opacity: 0.6;
}
.form-control:-moz-placeholder{
  color: #D9D9D9;
  opacity: 0.6;
}
.form-control::-webkit-input-placeholder{
  color: #D9D9D9;
  opacity: 0.6;
}


.contact-form .btn{
  border-radius: 30px !important;
  font-weight: 400 ;

}


h1:not(.site-title)::before, h2::before {
	background: none;
	content: "";
	display: none;
	height: 0;
	margin: 0;
	width: 0;
}

#mega-menu-wrap-primary {
	width: 100%;
}

.products-sidebar {
    position: sticky;
    top: 0;
}


.products-cat, .products-search{
  padding: 1.4rem;
}
.products-cat h3, .products-search h3{
  font-weight: 600;
}

.modify-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.modify-checkbox:last-of-type{
  margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.modify-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.modify-checkbox .checkmark {
  position: absolute;
  top: auto;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #f26522;
}

/* On mouse-over, add a grey background color */
.modify-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.modify-checkbox input:checked ~ .checkmark {
  background-color: #f26522;
}

/* Create the checkmark/indicator (hidden when not checked) */
.modify-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.modify-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.modify-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products-search .form-control{
  border: 0;
  padding: 0.8rem 3.4rem 0.8rem 0.8rem;
  border-radius: 0;
  font-weight: 400;
}
.products-search .form-control:focus{
  box-shadow: 0 0 0 0.06rem #FF5E14;
}

.products-search button {
  background: #D9D9D9;
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  right: 8px;
  color: #000;
  border-radius: 30px;
  padding: 0;
}

.products-listing-grp h2{
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;

  @media (max-width: 767px) {
    font-size: 1.4rem;
  }
}

.products-listing-grp .row > *{
  margin-bottom: 2rem;
}

.products-listing-grp .card {
  box-shadow: 4px 4px 12.8px 0 #D7D7D7;
  padding: 1rem;
}

.products-listing-grp .card-image{
  background-color: #EFEFEF;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.products-listing-grp .card-image img{
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.products-listing-grp .card a{
  color: #00235A;
  padding: 1rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.products-listing-grp .card a span{
  padding-right: 1rem;
}
.products-listing-grp .card a i{
  font-size: 1.6rem;
  margin-left: auto;
}

.products-listing ul.pagination,
.wp-pagenavi{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.products-listing .page-link,
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.375rem 0.9rem !important;
  border: 0 !important;
  color: #00235A;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover{
  background: #e9ecef;
}

.wp-pagenavi .pages{
  display: none;
}
.products-listing .page-item.active .page-link,
.wp-pagenavi .current,
.wp-pagenavi .current:hover{
  background: #FF5E14;
  color: #fff;
}


.single-product-page .breadcrumb-item a,
.breadcrumb a, .breadcrumb a:visited{
  color: #00235A;
}

.single-product-page .breadcrumb-item.active,
.breadcrumb .breadcrumb_last{
  font-weight: 600;
  color: #00235A;
}

.single-product-listing {
  background-color: #EFEFEF;
  padding: 2rem;
  margin-bottom: 2rem;

  @media (max-width: 767px) {
    padding: 1rem;
  }
}
.single-product-listing:last-of-type{
  margin-bottom: 0;
}
.single-product-listing img{
  width: 100%;
  min-height: 600px;
  object-fit: contain;
  background: #fff;

  @media (max-width: 767px) {
    min-height: 320px;
  }
}

.single-product-listing hr {
  width: 100% !important;
  border: 0;
  opacity: 0.25 !important;
}

.single-product-listing li{
  color: #00235A !important;
}
.single-product-listing li::before{
  background:#00235A !important;
}
.single-product-table img{
  width: 100%;
}

.wpcf7-response-output {
  color: #fff;
  text-align: center;
}
.wpcf7-spinner{
  position: absolute;
  top: 20px;
}

