@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#052b39;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#b78700;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#b78700;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#052b39;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header-top{
  background:#146f93;
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

.header-bottom{
  background:#fff;
  padding:50px 0;
  transition:all 500ms ease-in-out;
}

.header-bottom .container{
  position:relative;
}

.hd-logo{
  width:208px;
  position:absolute;
  left:0;
  right:0;
  top:-35px;
  margin:0 auto;
  transition:all 500ms ease-in-out;

}

.hd-link li:nth-child(3){
  margin-right:782px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header-top{
    margin-top:-51px;
  }

  .navbar-default.navbar-fixed .header-bottom{
    box-shadow:0 4px 5px rgba(0,0,0,.1);
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:160px;
  }

}

.home-banner{
  margin-top:190px;
}

.home-banner .desc{
  left:0;
  bottom:30%;
}

.banner-bg-title{
  font-size:52px;
  line-height:62px;
  padding-bottom:20px;
}

.about-panel{
  padding-bottom:60px;
}

.about-sm-title{
  font-size:28px;
  color:#052b39;
  line-height:120px;
  font-weight:600;
  background:#fff;
  border-radius:96px 100px 0 0;
  position:relative;
  width:190px;
  height:90px;
  margin-top:-60px;
  margin-bottom:30px;
}

.about-bg-title,
.h-cta-title,
.service-bg-title{
  font-size:48px;
  color:#006ec1;
  line-height:58px;
  padding-bottom:25px;
}

.about-bg-title span{
  display:block;
  color:#164557;
}

.h-cta-panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:45px 0;
}

.service-panel .top-panel,
.service-panel .bottom-panel{
  padding:60px 0;
}

.service-top-box img{
  border-radius:50%;
  border:3px solid #052b39;
}

.service-title{
  background:#052b39;
  font-size:22px;
  color:#fff;
  line-height:30px;
  font-weight:600;
  margin:-120px 10% 0;
  padding:140px 20px 25px;
}

.service-top-box a{
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  font-weight:500;
  background:#05a8e9;
  border-radius:0 0 30px 30px;
  padding:12px 25px;
}

.service-top-box a:hover{
  background:#eda800;
  box-shadow:0 4px 15px rgba(0,0,0,.5);
}

.service-panel .bottom-panel{
  background:url(../images/service-bg.png) no-repeat center center, #005389;
}

.service-btm-box{
  background:#fff;
  border-radius:0 50px;
  margin-top:40px;
  margin-left:40px;
  min-height:345px;
  border:3px solid transparent;
  padding:30px 30px 30px 60px;
  transition:all 500ms ease-in-out;
  position:relative;
}

.service-icon{
  position:absolute;
  width:100px;
  height:100px;
  line-height:100px;
  left:-40px;
  top:-40px;
  text-align:center;
  background:#005389;
  border-radius:50%;
  border:3px solid transparent;
  transition:all 500ms ease-in-out;
  box-shadow:0 4px 15px rgba(0,0,0,.4);
}

.service-sm-title{
  font-size:24px;
  color:#052b39;
  line-height:30px;
  font-weight:600;
  padding-bottom:15px;
}

.service-btm-box:hover,
.service-btm-box:hover .service-icon{
  border-color:#eda800;
}

.footer-top{
  background:url(../images/footer-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:50px 0 40px;
}

.footer-top .upper{
  border-bottom:1px solid #eda800;
  margin-bottom:40px;
  padding-bottom:30px;
}

.ft-link{
  text-align:center;
}

.ft-link li{
  display:inline-block;
  margin-right:60px;
}

.ft-link li:last-child{
  margin-right:0;
}

.ft-link li a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
}

.ft-link li a:hover,
.ft-contact-main a:hover,
.ft-service-link li a:hover,
.footer-bottom .text-common a{
  color:#eda800;
}

.footer-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

.footer-top .lower .block{
  margin-bottom:15px;
}

.footer-top .lower .block:last-child{
  margin-bottom:0;
}

.ft-contact-title{
  font-size:18px;
  color:#eda800;
  line-height:20px;
  font-weight:500;
  padding-bottom:5px;
}

.ft-contact-main{
  font-size:16px;
  color:#fff;
  line-height:20px;
}

.ft-contact-main a{
  color:#fff;
}

.ft-service-link li{
  line-height:0;
  margin-bottom:10px;
}

.ft-service-link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.footer-bottom{
  padding:20px 0;
}

#back-button {
  display:inline-block;
  background-color:#b78700;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:190px !important;
  padding:120px 0 100px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#b78700;
  line-height:80px;
  border-radius:0 20px 0 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#052b39;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#1c1c1c;
  font-weight:500;
}

.contact-main a:hover{
  color:#b78700;
}

.thumb-conatct .form-box{
  background:#052b39;
}

.contact-form .block{
	margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:46px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact-form .block select option{
  color:#000;
}

.contact-form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact-form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#fd9409;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#62b4fe;
  color:#fff;
}

.contact-form .block .wpcf7-spinner{
  display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact-form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact-map{
  line-height:0;
}

.contact-map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#b78700;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner-list li:last-child{
  margin-bottom:0;
}

.product-sm-title{
	font-size:22px;
	color:#1c1c1c;
	line-height:28px;
	font-weight:600;
	padding:18px 0 14px;
}

.product-price{
	font-size:18px;
	color:#b78700;
	line-height:20px;
	font-weight:500;
	padding-bottom:20px;
}

.product-box .common_btn{
	padding:12px 22px;
}

.about-inr-box{
	min-height:435px;
	border-top:3px solid #052b39;
	border-bottom:3px solid #052b39;
}

.about-inr-box:before,
.about-inr-box:after{
	content:"";
	position:absolute;
	width:3px;
	height:0;
	background:#052b39;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
	transition:all 500ms ease-in-out;
}

.about-inr-box:after{
	left:auto;
	right:0;
}

.about-inr-box:hover:before,
.about-inr-box:hover:after{
	height:100%;
}

.about-inner-title{
	font-size:22px;
	color:#052b39;
	line-height:30px;
	font-weight:700;
	padding:16px 0 12px;;
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#052b39;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#b78700;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#052b39;
}

/* .woocommerce .woocommerce-result-count{
	color:#1c1c1c;
	font-weight:500;
}

.woocommerce .woocommerce-ordering select{
	background:#052b39;
	border:none;
	border-radius:0;
	font-size:16px;
	color:#fff;
	line-height:18px;
	font-weight:500;
	padding:12px 20px;
}

.woocommerce .woocommerce-Price-amount,
.wc-block-grid__products .woocommerce-Price-amount{
	font-size:16px;
	color:#b78700;
	line-height:18px;
	font-weight:500;
}

.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce-button,
.woocommerce-Button{
	font-size:16px !important;
	color:#fff !important;
	line-height:18px !important;
	font-weight:400 !important;
	text-transform:inherit !important;
	background:#052b39 !important;
	border-radius:30px !important;
	padding:12px 20px !important;
}

.woocommerce ul.products li.product .button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.woocommerce-button:hover,
.woocommerce-Button:hover{
	background:#c79b00 !important;
}

.single-product .header-bottom{
	box-shadow:0 4px 5px rgba(0,0,0,.1);
}

.single-product .entry-header{
	display:none;
}

.single-product .woocommerce{
	margin-top:280px !important;
}

.single-product .entry-content{
	padding:240px 0 50px;
}

.woocommerce .woocommerce-product-gallery{
	width:100% !important;
}

.single-product-title{
	font-size:32px;
	color:#1c1c1c;
	line-height:40px;
	font-weight:600;
	padding-bottom:15px;
}

.single-product .woocommerce .woocommerce-Price-amount{
	display:inline-block;
	padding-bottom:20px;
}

.woocommerce .quantity .qty{
	border-color:#052b39;
	padding:7px 8px;
}

.woocommerce div.product form.cart .button{
	font-size:16px;
	color:#fff;
	line-height:18px;
	font-weight:500;
	background:#b78700;
	border-radius:0;
	padding:12px 20px;
}

.woocommerce div.product form.cart .button:hover{
	background:#052b39;
}

.woocommerce .product_meta .posted_in{
	font-size:16px;
	color:#1c1c1c;
	line-height:18px;
	font-weight:500;
}

.woocommerce .product_meta .posted_in a{
	color:#b78700;
}

.woocommerce div.product .woocommerce-tabs{
	margin-top:25px;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .related.products h2,
.wc-block-cart__totals-title,
.wp-block-woocommerce-empty-cart-block .wp-block-heading,
.wc-block-components-title,
#customer_login h2,
.woocommerce-Address-title h2{
	font-size:32px !important;
	color:#1c1c1c !important;
	line-height:40px !important;
	font-weight:600 !important;
	padding-bottom:15px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3,
.wc-block-grid__products .wc-block-grid__product-title{
	font-size:18px !important;
	color:#1c1c1c !important;
	line-height:25px !important;
	font-weight:600 !important;
}

.woocommerce div.product .woocommerce-tabs .panel p{
	font-size:16px;
	color:#000;
	line-height:25px;
	padding-bottom:20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin-bottom:0 !important;
	padding-left:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size:18px;
	color:#fff !important;
	line-height:20px;
	font-weight:500 !important;
	background:#b78700;
	padding:12px 20px !important;
}

.woocommerce div.product .woocommerce-tabs .panel{
	background:#fff;
	box-shadow:0 4px 6px rgba(0,0,0,.1);
	padding:30px !important;
}

.woocommerce div.product .related.products h2{
	padding-bottom:25px;
}

.woocommerce div.product .related.products .woocommerce-Price-amount{
	padding-bottom:0;
}

.woocommerce-message,
.woocommerce-info{
	border-top-color:#b78700 !important;
}

.woocommerce-message:before,
.woocommerce-info:before{
	color:#b78700 !important;
}

.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button,
.woocommerce-address-fields .button{
	font-size:15px !important;
	color:#fff !important;
	line-height:17px !important;
	font-weight:500 !important;
	background:#052b39 !important;
	border-radius:30px !important;
	padding:10px 20px !important;
}

.woocommerce-error .button:hover, 
.woocommerce-info .button:hover, 
.woocommerce-message .button:hover,
.woocommerce-address-fields .button:hover{
	background:#b78700 !important;
}

.is-large.wc-block-cart .wc-block-cart-items th{
	font-size:16px;
	color:#000;
	line-height:18px;
	font-weight:600;
}

.wc-block-cart-item__wrap .wc-block-components-product-name{
	font-size:18px;
	color:#1c1c1c;
	line-height:24px;
	font-weight:600;
}

.wc-block-cart-item__wrap .wc-block-cart-item__prices,
.wc-block-cart-item__total .wc-block-components-product-price{
	font-size:16px;
	color:#b78700;
	line-height:18px;
	font-weight:500;
}

.wc-block-components-product-metadata__description p{
	font-size:14px;
	color:#000;
	line-height:22px;
}

.wc-block-cart-item__wrap  .wc-block-components-quantity-selector{
	border-radius:0;
	border-color:#b78700;
}

.wc-block-cart-item__wrap .wc-block-components-quantity-selector{
	color:#1c1c1c;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	font-size:15px !important;
	opacity:1 !important;
}

.wc-block-cart-item__remove-link{
	font-size:15px !important;
	color:#b78700 !important;
	line-height:17px !important;
	font-weight:500 !important;
	text-decoration:underline !important;
}

.wc-block-components-totals-coupon,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-components-totals-wrapper{
	color:#000;
}

.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button{
	font-size:18px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	background:#b78700;
	border-radius:30px;
	padding:15px 25px !important;
}

.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button:hover{
	background:#052b39;
	color:#fff;
}

.wc-block-cart__submit-container a:focus,
.wc-block-components-checkout-place-order-button:focus{
	box-shadow:none !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	filter: invert(49%) sepia(25%) saturate(6846%) hue-rotate(28deg) brightness(101%) contrast(100%);
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title{
	font-size:16px !important;
	color:#000 !important;
	line-height:24px !important;
}

.wc-block-grid__products .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product-price,
.wc-block-grid__product-add-to-cart.wp-block-button{
	text-align:left;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	width:auto;
}

p,
.wc-block-components-checkbox__label{
	color:#1c1c1c;
}

p{
	padding-bottom:16px !important;
}

.wc-block-components-checkout-order-summary__title-text{
	font-size:28px;
	color:#000;
	line-height:36px;
	font-weight:600;
}

.wc-block-components-address-form__address_2-toggle,
.wc-block-components-checkout-return-to-cart-button,
.woocommerce-LostPassword a,
.woocommerce-privacy-policy-text a,
.woocommerce-MyAccount-content p a,
.woocommerce-account .addresses .title .edit{
	color:#b78700 !important;
}

#customer_login h2{
	padding-bottom:0 !important;
}

.woocommerce form.login, 
.woocommerce form.register{
	min-height:400px;
}

.woocommerce-ResetPassword{
	border:1px solid rgba(0,0,0,.1);
	border-radius:6px;
	width:700px;
	max-width:100%;
	padding:25px;
}

.woocommerce-MyAccount-navigation{
	background:#052b39;
}

.woocommerce-MyAccount-navigation li{
	border-bottom:1px solid rgba(255,255,255,.3);
}

.woocommerce-MyAccount-navigation li:last-child{
	border-bottom:none;
}

.woocommerce-MyAccount-navigation li a{
	display:block;
	font-size:18px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	padding:12px 20px;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover{
	background:#b78700;
}

.woocommerce-account .addresses .title .edit{
	margin-bottom:16px;
}

address{
	color:#1c1c1c;
}

.woocommerce-Addresses .woocommerce-Address{
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	padding:25px;
} */

@media screen and (max-width:1366px){
  .hd-link li:nth-child(3){
    margin-right:602px;
  }
	
	.service-title{
		min-height:255px;
	}

  .service-btm-box{
    min-height:430px;
  }

	.about-inr-box{
		min-height:485px;
	}

}

@media screen and (max-width:991px){
	.header-bottom{
		box-shadow:0 4px 6px rgba(0,0,0,.1);
		padding:10px 0;
	}
	
	.hd-logo{
		position:inherit;
		width:110px;
		top:0;
		margin:0;
	}
	
	.home-banner{
		margin-top:115px;
	}
	
	.footer-bottom{
		padding-bottom:70px;
	}
	
	#back-button{
		right:20px;
		bottom:35px;
	}
	
	.page .entry-header, 
	.error404 .page-header{
		margin-top:115px !important;
	}
	
	.thumb-conatct .section .text{
		width:72%;
	}
	
/* 	.single-product .woocommerce{
		margin-top:140px !important;
	}
	
	.wc-block-components-checkout-order-summary__title{
		display:none !important;
	}
	
	.woocommerce form.login, 
	.woocommerce form.register{
		min-height:auto;
	}
	
	.woocommerce-MyAccount-navigation{
		margin-bottom:30px;
	}
	
	.woocommerce-Addresses .woocommerce-Address{
		margin-bottom:25px;
	}
	
	.woocommerce-Addresses .woocommerce-Address:last-child{
		margin-bottom:0;
	} */
	
}


@media screen and (max-width:767px){
	.banner-bg-title,
	.page .entry-header .entry-title, 
	.error404 .page-header .page-title{
		font-size:28px;
		line-height:36px;
	}
	
	.text-common{
		font-size:14px;
		line-height:22px;
	}
	
	.common_btn,
	.common_btn2,
	.contact-form .block .btn{
		font-size:14px;
		line-height:16px;
		padding:12px 20px;
	}
	
	.home-banner img{
		height:340px;
		object-fit:cover;
	}
	
	.home-banner .desc{
		bottom:20%;
	}
	
	.about-sm-title{
		font-size:20px;
		line-height:100px;
	}
	
	.about-bg-title, 
	.h-cta-title, 
	.service-bg-title,
	.inner-title,
	.cta-title{
		font-size:26px;
		line-height:34px;
		padding-bottom:18px;
	}
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.about-panel{
		padding-bottom:35px;
	}
	
	.h-cta-panel{
		padding:30px 0;
	}
	
	.service-panel .top-panel, 
	.service-panel .bottom-panel{
		padding:35px 0;
	}
	
	.service-title{
		font-size:18px;
		line-height:24px;
		min-height:240px;
		margin:-120px 0 0;
	}
	
	.service-top-box a{
		font-size:14px;
		line-height:16px;
		padding:10px 20px;
	}
	
	.service-btm-box{
		min-height:auto;
	}
	
	.service-sm-title{
		font-size:20px;
		line-height:26px;
	}
	
	.footer-top{
		padding:30px 0;
	}
	
	.footer-top .upper{
		margin-bottom:30px;
		padding-bottom:20px;
	}
	
	.ft-link li{
		margin-right:20px;
	}
	
	.ft-link li a{
		font-size:15px;
		line-height:18px;
	}
	
	.footer-title{
		font-size:20px;
		line-height:22px;
		padding-bottom:18px;
	}
	
	.ft-contact-title{
		font-size:16px;
		line-height:18px;
	}
	
	.ft-contact-main{
		font-size:14px;
	}
	
	.ft-service-link li a{
		font-size:14px;
		line-height:16px;
	}
	
	.ft-logo{
		width:160px;
	}
	
	.page .entry-header, 
	.error404 .page-header{
		padding:80px 0 60px !important;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact-form .block .form-control{
		height:42px;
		font-size:14px;
	}
	
	.contact-form .block textarea.form-control{
		height:85px;
	}
	
	.contact-map iframe{
		height:260px;
	}
	
	
/* 	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering select{
		font-size:14px;
		line-height:16px;
	}
		
	.woocommerce .woocommerce-Price-amount, 
	.wc-block-grid__products .woocommerce-Price-amount{
		font-size:14px;
		line-height:16px;
	}
	
	.woocommerce ul.products li.product .button, 
	.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, 
	.woocommerce-button, .woocommerce-Button{
		font-size:14px !important;
		line-height:16px !important;
		padding:10px 16px !important;
	}
	
	.single-product .row{
		display:block;
	}
	
	.single-product-title{
		font-size:22px;
		line-height:30px;
	}
	
	.single-product .woocommerce .woocommerce-Price-amount{
		padding-bottom:10px;
	}
	
	.woocommerce div.product form.cart .button{
		font-size:14px;
		line-height:16px;
	}
	
	.woocommerce .quantity .qty{
		padding:6px 8px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size:16px;
		line-height:18px;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel{
		padding:25px !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel h2, 
	.woocommerce div.product .related.products h2, 
	.wc-block-cart__totals-title, 
	.wp-block-woocommerce-empty-cart-block .wp-block-heading, 
	.wc-block-components-title, #customer_login h2, 
	.woocommerce-Address-title h2{
		font-size:24px !important;
		line-height:30px !important;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3, 
	.wc-block-grid__products .wc-block-grid__product-title,
	.wc-block-cart-item__wrap .wc-block-components-product-name{
		font-size:16px !important;
		line-height:22px !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel p,
	.inner-list li, 
	.product-detail-list li{
		font-size:14px;
		line-height:22px;
	}
	
	.woocommerce-error .button, 
	.woocommerce-info .button, 
	.woocommerce-message .button, 
	.woocommerce-address-fields .button{
		font-size:13px !important;
		line-height:15px !important;
	}
	
	.woocommerce .woocommerce-message .button,
	.woocommerce .woocommerce-info .button{
		float:none !important;
		margin-top:12px;
	}
	
	.wc-block-cart__submit-container a, 
	.wc-block-components-checkout-place-order-button{
		font-size:15px;
		line-height:17px;
		padding:12px 20px !important;
	}
	
	.woocommerce-MyAccount-navigation li a{
		font-size:15px;
		line-height:18px;
	} */
	
	.product-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.product-price{
		font-size:15px;
		line-height:17px;
	}
	
	.inner-list li{
		font-size:14px;
		line-height:20px;
	}
	
	.about-inr-box{
		min-height:auto;
	}
	
	.about-inner-title{
		font-size:20px;
		line-height:26px;
	}
	
	
}

@media screen and (max-width:575px){
	.home-banner img{
		min-height:380px;
	}
	
	.ft-link li{
		margin-right:8px;
	}
	
	.ft-link li a{
		font-size:14px;
		line-height:16px;
	}
	
	.service-title{
		min-height:auto;
		margin:-120px 5% 0;
	}
	
/* 	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering{
		float:none !important;
	}
	
	.woocommerce .woocommerce-result-count{
		margin-bottom:0 !important;
	} */
	
	
}
