/* ---------------------- START Page Builder Css ------------------ */
.mobile-search-view, 
.mob_btn,
nav.woocommerce-breadcrumb,
p.woocommerce-result-count,
form.woocommerce-ordering,
h2.wb_cptb_title {
  display: none;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
  padding-left: 0px !important; 
  padding-right: 0px !important;
}
.vc_column_container>.vc_column-inner {
  padding-left: 0px !important; 
  padding-right: 0px !important;
}
.wpb-content-wrapper{
  max-width: initial !important;
}
.container{
  margin: auto !important;
}   
.vc_section {
  margin: 0 !important;
}

/* ---------------------- END Page Builder Css ------------------ */

/* ========================= START Home Page =========================*/

/* --------------------- START Common CSS -------------------------- */
h1,h2,h3,h4,h5,h6,
button,span,aside,p,a{
  font-family: "Source Sans 3", serif !important;
}
.commntitle{
  font-size: 40px;
  color: #0f324e !important;
  font-weight: 500;
  margin-bottom: 15px;
}
.commnbtn{
	color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  background-color: #51A4EC !important;
  border: none;
  border-radius: 20px 0px;
  padding: 7px 25px;
}
.heading .bannerbtn:hover{
  background-color: #42B296 !important;
}
.commnbtn button {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: unset !important;
  padding: 0px !important;
  border: none !important;
  border-radius: 20px 0px !important;
}
.commnbtn:hover{
  color:white;
  background-color: #0f324e !important;
}
.inquirybtn{
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  background-color: #51A4EC !important;
  border: none;
  border-radius: 20px 0px;
  padding: 7px 25px;
}
.inquirybtn:hover{
  color:white;
  background-color: #e6c278 !important;
}
.callbackbtn{
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #51a4ec !important;
  border-radius: 20px 0px;
  padding: 7px 25px;
}
.callbackbtn:hover{
  color:white;
  background-color: #e6c278 !important;
}
.whitebtn{
	font-size: 20px;
  font-weight: 600;
	color:#0b0a4d !important;
	background-color: transparent !important;
  border: 1px solid #0f324e !important;
  border-radius: 20px 0px;
}
.whitebtn:hover{
	color: white !important;
	background-color: #000 !important;
}
.commnbanner {
  background-image: url('../images/defult-banner.png');
  background-repeat: no-repeat;
  padding: 150px 0 !important;
  background-size: cover;
}
.commnbanner h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}

/* --------------------- END Common CSS ---------------------------- */

/* --------------------- START Header Css -------------------------- */
#mega-menu-wrap-primary {
  background: unset !important; 
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: unset !important; 
  color: #0e2f4b !important;
}
/*#mega-menu-wrap-primary .callbtn :last-child {
  color: #e6c278 !important;
}*/
/*#mega-menu-wrap-primary .callbtn :last-child:hover,
#mega-menu-wrap-primary .callbtn > a:hover i {
  color: white !important;
}*/
button.dgwt-wcas-search-submit {
  background-color: unset !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: unset !important; 
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: unset !important; 
  right: 20px !important;
  top: 25%;
}
.dgwt-wcas-search-wrapp {
  max-width: 300px !important;
}
.callbtn a{
  border-left: 1px solid #e0e1e3 !important; 
}
.sg-popup-id-190 {
  cursor: pointer;
}
header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #fff !important;
  color: black !important;
  border: 1px solid rgb(36 50 66 / 40%) !important;
  padding: 15px 75px 15px 15px !important;
}
/* --------------------- END Header Css ---------------------------- */

/* --------------------- START Banner Slider Css --------------------- */

.banner {
  background-image: url(../images/home_banner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.b_space {
  padding: 120px 0 108px 0;
}
.main_div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading {
  width: 51%;
  height: 100%;
  overflow: hidden;
}
.heading h1{
  color: #FFFFFF;
  font-size: 60px;
  text-transform: capitalize;
}
.heading aside{
  color: #E6C278;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.heading p{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
}
.slider-img{
  width: 40% !important;
  margin: auto;
}
#homebanner .owl-nav{
  color: white;
  font-size: 30px;
  text-align: left;
}
#homebanner .owl-nav button{
  transition: none;
  margin-right: 15px;
}
#homebanner .owl-nav button:hover{
  background: none;
  color: #51a4ec;
}
/* --------------------- END Banner Slider Css ----------------------- */

/* --------------------- START About Our Css ------------------------- */
.about_legacy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about_legacy .vc_single_image-wrapper,
.about_legacy .wpb_wrapper {
   width: 100% !important;
}
.about_legacy img{
  max-width: 90% !important;
  width: 100% !important;
  height: auto !important;
}
.wpb_content_element.about_discription, .about_discription {
  margin-bottom: 30px;
}
/* --------------------- END About Our Css --------------------------- */

/* --------------------- START Top Quality Css ----------------------- */
.top_products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_image>figure>div> img, .product_image>figure>div> img{
  border-radius: 30px 30px 30px 30px !important;
}
.product_label {
  position: absolute;
  background-color: #0F324E;
  border-radius: 0px 100px 100px 0px;
  opacity: 1;
  margin-top: 30px;
  width: 90%;
}
.product_label>div {
  padding: 10px 20px 10px 20px;
}
.product_label aside{
  color: #51A4EC;
  font-size: 16px;
}
.product_label p{
  color: #fff;
  font-size: 16px;
}
/* --------------------- END Top Quality Css ------------------------- */

/* --------------------- START Global Exports Css --------------------- */

.our_competitive h2{
  color: #fff !important;
}
.text_bottom {
  color: #fff !important;
  margin-bottom: 50px !important;
  text-align: center;
}
/* --------------------- END Global Exports Css ----------------------- */

/* --------------------- START Popular Products Css ------------------ */

#popular-products .owl-nav, #realted-products .owl-nav{
  margin-top: 50px;
  text-align: center;
}
#popular-products .owl-nav button, #realted-products .owl-nav button{
  transition: none;
  margin-right: 15px;
}
#popular-products .owl-nav button i, #realted-products .owl-nav button i{
  font-size: 30px;
}
#popular-products .owl-nav button:hover, #realted-products .owl-nav button:hover{
  background: none;
  color: #51a4ec;
}
.product-img{
  border-radius: 30px;
  overflow:  hidden;
  background: #e4e5e6;
}
.product-details{
  border-radius: 30px;
  overflow: hidden;
  background: #F3F4F5;
}
.slide_had{
  padding: 15px;
}
.slide_had h6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: 20px;
}
/* --------------------- END Popular Products Css -------------------- */

/* ========================= END Home Page =========================*/



/* ======================= START Product List Page =================== */

.woocommerce ul.products.columns-2 li.product {
  width: calc(50% - 30px) !important;
  margin: 0;
}
.archive ul.products {
  gap: 30px;
}
ul.products li {
  border: 1px solid #0F324E;
  border-radius: 30px;
  background: #fff;
}
ul.products::before{
  content: unset !important;
}
.product_list_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px;
}
.product_list_img_block {
  width: 30%;
}
.product_list_block.product_list_img_block img {
  max-width: 300px !important;
  width: 100% !important;
  border-radius: 20px;
}
.product_list_content_block h2.woocommerce-loop-product__title
{
  color: #0b0a4d !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.list_btn_info {
  display: flex;
  gap: 25px;
}
.list_btn_info .commnbtn, .list_btn_info .whitebtn {
  padding: 7px 15px;
}

/* ------------------ START Pagination CSS ------------------------*/
nav.woocommerce-pagination {
  margin: auto;
  text-align: center;
  padding: 10px;
}
.woocommerce-pagination a.page-numbers{
  color: #000000;
  border: 1px solid #143c58;
  border-radius: 5px;
  margin: 22px 2px;
  padding: 10px 20px;
}
.woocommerce-pagination .current {
  color: #fff;
  background-color: #133a55;
  border: 1px solid #133a55;
  border-radius: 5px; 
  padding: 10px 20px !important;   
}
.woocommerce-pagination a.page-numbers:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #133a55;
}
.woocommerce-pagination a.prev.page-numbers, 
.woocommerce-pagination a.next.page-numbers {
   padding: 10px 15px !important;
}
/* ------------------ END Pagination CSS ------------------------*/

/* ======================== END Product List Page ==================== */


/* ====================== START Product Details Page ================== */
.woocommerce-product-details__short-description ul li {
  display: flex;
  gap: 25px;
}
.woocommerce-product-details__short-description ul li span {
  display: block;
  width: 50%;
}
.wb_cptb_content {
  max-width: 100% !important;
}
h2.related_title {
  text-align: center;
  margin-bottom: 30px !important;
}
/* ======================= END Product Details Page =================== */


/* ====================== START Contact Page ================== */

.contact-details h2{
  text-decoration: underline;
}
.contact-details aside {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.contact-details i {
  font-size: 18px;
  font-weight: 400;
  padding-right: 10px;
}
.contactus {
  border: 1px solid #123854;
  border-radius: 6px;
  padding: 40px;
  background: #123955;
}
.contactus h2{
  text-align: center;
  color:white !important;
}
.contactus p input[type="submit"]{
  display: table;
  width: auto;
  margin: auto !important;
  text-transform: uppercase;
}
.contact_btn{
  font-family: "Source Sans 3", serif !important;
  color: #fff !important;
  background-color: #51A4EC !important;
  border-radius: 20px 0px !important;
  padding: 7px 25px !important;
  border: none !important;
  font-size: 20px !important;
}
.contactus .contact-now .contact_btn:hover{
  background-color: #e6c278 !important;
  color: #0f324e !important;
}
.whitebtn button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white{
  font-size: 20px;
  font-weight: 600;
  color: #123955 !important;
  background-color: transparent !important;
  border-radius: 20px 0px;
  padding: 7px 15px;
}
.contact-btn>button{
  font-size: 20px !important;
  font-weight: 600;
  color:#fff !important;
  background-color: #50a2e8 !important;
  border-radius: 20px 0px !important;
   padding: 7px 15px !important;
}
.contact-btn>button:hover{
  background-color:#0f324e !important
}
button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white:hover{
  color: #fff !important;
}
/* ======================= END Contact Page =================== */

/* ====================== START Unique Page CSS ==================== */
ul, li, ol{
  font-size: 18px;
  line-height: 30px;
}
/* ====================== END Unique Page CSS ==================== */

/* ====================== START Inquiry Form CSS ==================== */
.wpcf7-response-output{
  color: red !important;
}
.inquiry_form_section .wpcf7 form.failed .wpcf7-response-output,
.inquiry_form_section .wpcf7 form.aborted .wpcf7-response-output {
   color: #ef9f9f !important;
}
.popup_btn {
	font-size: 20px !important;
  color: #fff !important;
  font-weight: 600 !important;
  background: #51A4EC !important;
  border: none !important;
  border-radius: 20px 0 20px 0 !important;
  margin-right: 30px !important;
  padding: 7px 25px !important;
}
.popup_btn:hover{
	background-color: #0f324e !important;
}
.popup_btn:focus{
	outline:unset !important;
}
.inquiry_form {
  padding: 25px;
  border: 3px solid #0b0a4d;
  border-radius: 20px;
}
.wpcf7 input[type="file"] {
  color: #fff;
  background-color:#fff;
  padding: 5px 10px; 
}
input:focus, textarea:focus {
	outline-offset: 0px !important;
  outline: 0px !important;
}
input{
	border:0px !important;
}
.wpcf7-form textarea {
  height: 130px;
}
.inquiry_form form {
    border-radius: 25px;
}
.submit_field {
	margin-bottom:0px;
}
form.wpcf7-form textarea {
    padding: 10px;
	border:0px !important;
}
/* ====================== END Inquiry Form CSS ==================== */


/* ========================= START Footer CSS =========================*/
.reach_out_details {
  top: -100px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
#reachout_banner_img {
  background-image:url('../images/reachout_bg.png');
  background-repeat: round !important;
  padding:30px !important;
  align-items: center;
}
#reachout_banner_img h2,#reachout_banner_img p{
  color: white;
}
#reachout_banner_img p{
  font-size: 20px;
}

footer {
  position: relative;
  padding:130px 0 50px; 
  margin-top: 90px;
}
footer .reach_out_btn {
  margin-left: 15px;
}
#nav_menu-3 ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#menu-quick-links-menu li {
  width: 45%;
}
#menu-quick-links-menu li a {
  font-size: 16px;
  color: #243242;
  position: relative;
  padding-left: 15px;
}
#menu-quick-links-menu li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -2px;
}
/* ========================= END Footer CSS =========================*/