/*==================
Template Name: Drymaker - Cleaning Service HTML Template
Version      : 1.0
================================*/
/*------------------------------------------------------------------
[Table of contents]

-> Common
-> Typography
-> Button Style
-> Navigation Menu
-> Banner
-> About
-> Testimonial
-> Blog Page
-> Contact Page
-> Footer
-------------------------------------------------------------------*/

/*--------------------
 Common
-----------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital@0;1&family=Inter&family=Libre+Baskerville:ital@0;1&family=Poppins:ital,wght@0,400;0,600;1,400;1,600&family=Rubik:ital,wght@0,400;0,500;1,400;1,500&family=Sarabun:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&family=Work+Sans:ital@0;1&display=swap');
body, html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
}

body {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #666666;
  overflow-x: hidden;
}

p {
  color: #666666;
  font-family: "Sarabun", sans-serif;
  line-height: 28px;
  font-size: 16px;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
/* 
font-family: 'DM Sans', sans-serif;
font-family: 'Inter', sans-serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Sarabun', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;
  color: #000;
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 24px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0059d3 !important;
}

/*-------------------
 Button Style
----------------=----*/
.btn {
  font-weight: 600;
  position: relative;
  font-size: 16px;
  line-height: 2.25;
  text-transform: uppercase;
  font-family: "Sarabun", sans-serif;
  border: 1px solid transparent;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.btn-lg{
  padding-left: 30px;
  padding-right: 30px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  background: #ffe534;
  color: #000000;
  border-color: #ffe534;
}

.btn-main:hover {
  color: #fff;
  border-color: #0059d3;
  background: #0059d3;
}

.btn-main-tp {
  border-color: #0059d3;
  background: transparent;
  color: #0059d3;
}

.btn-main-tp:hover {
  background: #ffe534;
  color: #000000;
  border-color: #ffe534;
}

button:focus {
  outline: none;
}

a {
  color: #ffe534;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0059d3;
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

.gray-bg{
  background: #f2f5f5;
}

.border-around{
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.border-top{
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom{
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.border-left{
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.border-right{
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.mb-n1{margin-bottom: -.25rem !important;}
.mb-n2{margin-bottom: -.5rem !important;}
.mb-n3{margin-bottom: -1rem !important;}
.mb-n4{margin-bottom: -1.5rem !important;}
.mb-n5{margin-bottom: -3rem !important;}

/*====================
Banner Area
======================*/
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-top-gap {
  margin-top: 120px;
}
.section-bottom-gap {
  margin-bottom: 120px;
}

.section-fluid{
  padding-left: 88px;
  padding-right: 88px;
}

.page-header {
  padding: 83px 0px 83px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.page-header .page-header-content h2 {
  color: #999999;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -.25px;
}

.page-header .page-header-content h2 span {
  display: block;
  color: #0059d3;
}

.page-header-content ul {
  margin-top: 10px;
}

.page-header-content ul li {
  text-transform: uppercase;
}

.page-header-content ul li a {
  color: #666;
}

.page-header-content ul li a:hover {
  color: #ffe534;
}

.page-header-content ul li:last-child {
  color: #000;
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
  margin-top: -20px;
  text-transform: capitalize;
}

.section-heading h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  color: #999999;
  margin-bottom: 40px;
}

.section-heading h2 span {
  color: #0059d3;
  font-weight: 700;
  display: block;
}

.section-heading h3 {
  margin-bottom: 30px;
}

.text-color {
  color: #ffe534;
}

.text-color2 {
  color: #0059d3;
}

.pt-200 {
  padding-top: 200px !important;
}

.section-bottom {
  padding-bottom: 120px;
}

.banner-content .btn{
  margin-right: 15px;
}

.banner-content .btn:last-child{
  margin-right: 0px;
}

.banner-content .btn-main-tp{
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.banner-content .btn-main-tp:hover{
  color: #fff;
  border-color: #0059d3;
  background: #0059d3;
}

/*=======================
Header TopBar
============================*/
.header{
  background: #0059d3;
  color: #fff;
}
.header-top {
  border-bottom: 1px solid rgba(236, 236, 236, 0.15);
  padding: 10px 0px;
}

.header-top-info strong {
  color: #fff;
  margin-right: 8px;
}

.header-top-socials a {
  color: #fff;
  margin-left: 15px;
}

/* ================
Header MIddle
================*/
.header-middle {
  padding: 15px 0px 20px;
}
.mobile-menu-info{
  padding-left: 25px;
  padding-right: 25px;
}
.header-info-single {
  display: inline-block;
  margin-left: 106px;
}

.header-info-single .icon-box {
  float: left;
  margin-top: 12px;
}

.header-info-single .icon-box i {
  font-size: 22px;
  color: #ffe534;
}

.header-info-single .text-box {
  padding-left: 40px;
}

.header-info-single .text-box span {
  text-transform: uppercase;
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .5px;
}

.header-info-single .text-box h5 ,
.header-info-single .text-box a {
  margin-top: -7px;
  color: #fff;
}

.header-info-single .text-box h5:hover ,
.header-info-single .text-box a:hover {
  color: #ffe534 !important;
}

.header-right-info .btn {
  border-radius: 0px;
  background: #ffe534;
  border-color: #ffe534;
  color: #000;
}

/*-------------------
   Navigation Menu
----------------------*/

/* Desktop Menu */
.mainmenu{width: 100%;}
.mainmenu ul{
  width: 100%;

  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.mainmenu ul > li {
  flex: 1;
  display: inline-block;
  margin-right: 40px;
}
.mainmenu ul > li:last-child {
  margin-right: 0px;
}

.mainmenu ul > li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 3.5;
}

.mainmenu ul > .has-submenu {
  position: relative;
}

.mainmenu ul > .has-submenu > .dropdown-list {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 200px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  transform: translateY(15px);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05);
}

.mainmenu ul > .has-submenu > .dropdown-list li{
  display: block;
  margin: 0;
}

.mainmenu ul > .has-submenu > .dropdown-list li a{
  display: block;
  color: #000;
  font-weight: 300;
  padding: 2.5px 10px;
  border-radius: 3px;
}

.mainmenu ul > .has-submenu:hover > .dropdown-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.mainmenu ul > .has-submenu > .dropdown-list li a:hover{
  background: #ffe534;
}


/***************************
Mobile Header 
*****************************/
.mobile-header{
  background: #0059d3;
  padding: 20px 0;
}
.mobile-menu-logo .logo img{
  height: 80px;
}
.header-action-link a{
  color: #fff;
  font-size: 32px;
}

/* btn */
.offside-menu {
	position: relative;
	display:  inline-block;
	width: 30px;
	height: 30px;
}
.offside-menu span {
	position: relative;
  top: calc(50% + 6px);
  transform:  translateY(-50%);
}
.offside-menu span:before, .offside-menu span:after {
	position: absolute;
	content: '';
}
.offside-menu span, .offside-menu span:before, .offside-menu span:after {
	width: 35px;
	height: 3px;
	background-color: #fff;
	display: block;
}
.offside-menu span:before {
	margin-top: -10px;
}
.offside-menu span:after {
	margin-top: 10px;
}

/*****************************
* Offcanvas
*****************************/
.offcanvas-box {
  z-index: 999999;
  position: fixed;
  top: 0px;
  overflow: auto;
  height: 100vh;
  padding: 20px;
  /*transition: all 0.5s ease;*/
  /*transform: translateX(100%);*/
  box-shadow: none;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  overflow-x: hidden;
}
.offcanvas-mobile-menu-box{
  width: 70%;
  position: absolute;
  z-index: 2;
  right: 0px;
  height: 100vh;
  background: #fff;
  top: 0px;
}
@media (min-width: 576px) {
  .offcanvas-mobile-menu-box{
      width: 70%;
  }
}

.offcanvas-leftside {
  left: 0%;
  transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  transform: translateX(100%);
}

.offcanvas.offcanvas-open {
  transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
  margin-bottom: 30px;
  position: absolute;
  z-index: 999;

  right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.offcanvas-close {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  transition: all 0.5s ease;
  background: transparent;
  border: none;
}
.offcanvas-close i{
  color: #ffffff;
}
.offcanvas-close:hover {
  color: red;
}

.offcanvas-title {
  margin-bottom: 40px;
}

.offcanvas-mobile-menu-section,
.offcanvas-mobile-about-section {
  background: #0059d3 !important;
}
.offcanvas-mobile-menu-section .offcanvas-close,
.offcanvas-mobile-about-section .offcanvas-close {
  color: #FFF;
}

/*Mobile Menu Bottom Area*/
.offcanvas-menu {
  margin: 20px 0;
}

.offcanvas-menu li {
  position: relative;
  padding: 7px 5px;
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid transparent;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}

.offcanvas-menu li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.offcanvas-menu li a:hover {
  color: #ffe534;
}


.offcanvas-menu-expand::after {
  content: "\eaca";
  position: absolute;
  font-family: "IcoFont";
  right: 0;
  transition: all 0.3s ease;
  color: #FFF;
  font-size: 16px;
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
  border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
  color: #ffe534;
  transform: rotate(90deg);
}

/*Mobile Menu Contact Info*/
.mobile-menu-info .header-info-single{
  margin-left: 0px;
  display: block;
  margin-bottom: 20px;
}

.mobile-address {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}

.mobile-socials {
  text-align: center;
  margin-top: 30px;
}

.mobile-socials a {
  margin-right: 15px;
  color: #fff;
}

.mobile-socials a:last-child {
  margin-right: 0px;
}

/* ================
 Banner
================*/
.banner {
  padding: 40px 0px 245px;
  background: #f9f8f2;
  position: relative;
}

.banner .banner-content {
  padding-top: 60px;
}

.banner .banner-content .subheading {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.banner .banner-content h1 {
  font-size: 72px;
  margin: 15px 0px 40px;
  line-height: 1;
  color: #ffe534;
}

.banner .banner-content h1 span {
  color: #fff;
}

.banner .banner-content p {
  margin-bottom: 60px;
  font-size: 16px;
  margin-right: 55px;
  color: #ccc;
}

.banner .banner-img {
  position: absolute;
  bottom: 40px;
}

.banner-about {
  background: url("../images/bg/about-bg.jpg") no-repeat;
  background-size: cover;
  height: 620px;
  position: relative;
}

/*-------------------
Features STYLE
--------------------*/

.feature-inner {
  background: #fff;
  margin-top: -115px;
  position: relative;
  border-radius: 5px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 65px;
  margin-bottom: -30px;
}

.feature-box .feature-icon {
  width: 68px;
  height: 68px;
  background: #f2f6fb;
  border-radius: 100%;
  color: #0059d3;
  text-align: center;
  font-size: 36px;
  padding-top: 17px;
  margin-bottom: 20px;
}

.feature-box .feature-text h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.feature-box .feature-text p {
  margin-bottom: 0px;
}

.feature-3 .feature-inner {
  border-bottom: 1px solid #dbdbdb;
}

/*-------------------
About
--------------------*/
.about-img{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-inner{
  padding-top: 70px;
}
.about-inner .section-heading h2{
  color: #000;
 
}
.about-inner .section-heading p{
  font-size: 18px;
  line-height: 1.77;
}

/*-------------------
Promo STYLE
--------------------*/
.promo-section-bg {
  background: url(../images/promo/promo-bg.png);
  background-repeat: no-repeat;
  background-position: right;

}

.promo-section-heading  h2{
  color: #000;
  width: 90%;
}

.promo-section-heading h2 span{
  display: inline;
}

.promo-box {
  display: flex;
  align-items: flex-start;
}

.promo-box .promo-icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: #f2f6fb;
  border-radius: 100%;
  color: #0059d3;
  text-align: center;
  font-size: 36px;
  margin-right: 25px;
}

.promo-box .promo-text{
  width: calc(100% - 93px);
}

.promo-box .promo-text h4 {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.promo-box .promo-text p {
  margin-bottom: 0px;
}

/*-------------------
Counter Style
--------------------*/
.counter-wrapper .row{
  margin-bottom: -40px;
}

.counter-wrapper .col-12{
  margin-bottom: 40px;
}
.counter-box{
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  
}
.counter-number{
  font-size: 50px;
  font-weight: 600;
  color: #000;
  margin-right: 25px;
}

.counter-text{
  font-size: 16px;
  text-transform: uppercase;
}

/*-------------------
Process Style
--------------------*/
.process-wrapper{
  margin-bottom: -40px;
}
.process-wrapper .col-12{
  margin-bottom: 40px;
}


.process-box {
  text-align: center;
  transition: all .4s ease;
}

.process-box .process-icon {
  width: 200px;
  height: 200px;
  text-align: center;
  background: #0059d3;
  border-radius: 100%;
  font-size: 72px;
  color: #ffe534;
  padding-top: 50px;
  margin: 0px auto 40px;
  border: 15px solid #deecff;
  transition: all .4s ease;
}

.process-box h3 {
  margin-bottom: 20px;
}

.process-box p{
  margin-bottom: -10px;
}

.process-box span {
  display: block;
}

.process-box:hover .process-icon {
  background: #0059d3;
  color: #fff;
  border: 10px solid #F9F8F2;
}

/*-------------------
Pricing Style
--------------------*/
.pricing-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pricing-item {
  width: 25%;
  padding: 45px 50px 50px 50px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-left: none;
  display: flex;
  flex-direction: column;
}

.pricing-item:first-child{
  border-left: 1px solid #dedede;
}

.pricing-item .pricing-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
}

.pricing-item .pricing-header h6 span {
  color: #da4426;
}

.pricing-item .price {
  padding: 10px 0px 15px;
}

.pricing-item .price h3 {
  color: #669900;
  font-size: 36px;
  margin-bottom: 10px;
}

.pricing-item .price h3 span {
  font-size: 20px;
  color: #000;
  margin-left: 3px;
  font-weight: 400;
}

.pricing-item .price h3 sup {
  font-size: 20px;
  margin-right: 3px;
}

.pricing-item .pricing-features {
  padding: 25px 0px;
  color: #000;
  font-size: 16px;
  line-height: 36px;
  border-top: 1px dashed #999999;
  height: 100%;
}

.pricing-item .pricing-features i {
  color: #669900;
  margin-right: 15px;
}

.pricing-footer .btn-lg{
  padding: .5rem 1rem;
}

/*-------------------
testimonial
--------------------*/
.testimonial {
  background: url("../images/bg/testimonial-bg.jpg") no-repeat;
  background-size: cover;
}

.review-item {
  text-align: center;
}

.review-item .client-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.review-item .info-desc {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  padding: 50px 45px;
  letter-spacing: -.2px;
}

.review-item .client-info h4 {
  color: #0059d3;
}

.clients-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clients-inner .client-logo {
  text-align: center;
  transition: all .4s ease;
}


.more-less {
  float: right;
  font-size: 20px;
  color: #000;
}

.testimonials-slides .owl-nav button.owl-prev {
  position: absolute;
  left: -150px;
  top: 40%;
  font-size: 49px;
}

.testimonials-slides .owl-nav button.owl-next {
  position: absolute;
  right: -150px;
  top: 40%;
  font-size: 49px;
}

.testimonials-slides .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #0059d3;
}

.testimonials-slides .owl-dots {
  margin-top: 45px;
}

.testimonial-style-2 .owl-nav [class*="owl-"] {
  opacity: 0;
}

.testimonial-style-2:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

/*-------------------
QUote Form Section
--------------------*/
.quote-section {
  background: url("../images/bg/quote-bg.jpg") no-repeat;
  background-size: cover;
}

.quote-form {
  background: #fff;
  padding: 45px 50px;
  margin-bottom: -105px;
}

.quote-form .form-group {
  margin-bottom: 30px;
}

.quote-form .form-group .form-control {
  border-radius: 0px;
  height: 45px;
  border-color: rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  color: #000;
}

.quote-form .form-group textarea.form-control {
  height: auto;
}

.quote-form ::-webkit-input-placeholder {
  /* Edge */
  color: #999999;
}

.quote-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.quote-form ::-moz-placeholder {
  color: #999999;
}

.quote-form ::-ms-input-placeholder {
  color: #999999;
}

.quote-form ::placeholder {
  color: #999999;
}

/*-------------------
CTA
--------------------*/
.cta {
  background: url("../images/bg/cta-bg.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.cta h3 {
  color: #fff;
  margin-bottom: 5px;
}

.cta h3 span {
  font-weight: 400;
}

.cta p {
  color: #fff;
}

.cta .cta-phone {
  font-size: 48px;
}

/*-------------------
FAQ
--------------------*/
.faq-single .faq-header .btn {
  text-transform: capitalize;
  font-size: 18px;
  display: block;
  padding-left: 0px;
  text-align: left;
}

.faq-single .faq-header .btn[aria-expanded="true"] {
  color: #0059d3;
}

.faq-single .faq-body {
  padding-left: 20px;
  padding-right: 120px;
}

.faq-read-more {
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #999;
  margin-top: 40px;
  display: inline-block;
}

.faq-read-more:hover {
  color: #666666;
  border-color: #666666;
}

/*-------------------
Projects 
--------------------*/
.portfolio-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.portfolio-filter li {
  display: inline-block;
}

.portfolio-filter li.active a {
  color: #0059d3;
}

.portfolio-filter li a {
  font-size: 16px;
  margin: 0;
  padding: .5em 1.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.portfolio-filter li a:hover {
  color: #0059d3;
}

.portfolio-filter-wrap{
  margin-bottom: -60px;
}

.portfolio-filter-wrap .portfolio-item {
  margin-bottom: 60px;
}

.portfolio-block h6 {
  color: #999999;
  text-transform: uppercase;
}

.portfolio-block h4 {
  font-size: 24px;
  letter-spacing: -.15px;
  margin-top: 10px;
}

.portfolio-block a:hover {
  color: #0059d3;
}

.portfolio-block .portfolio-img {
  margin-bottom: 25px;
  overflow: hidden;
}

.portfolio-block .portfolio-img img {
  width: 100%;
  transition: all .4s ease;
}

.portfolio-block .portfolio-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.pagination ul {
  margin: 0 auto;
}

.pagination ul li {
  margin: 0px 15px;
}

.pagination li.active a {
  color: #0059d3;
}

.pagination a {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.pagination a:hover {
  color: #0059d3;
}

/*-------------------
Projects  Details
--------------------*/
.p-gallery-img img {
  width: 100%;
}

.portfolio-gallery {
  margin-top: 25px;
}

.p-img img {
  width: 100%;
}

.subheading-title {
  color: #999;
  text-transform: uppercase;
}

.portfolio-info h5 {
  margin-top: 20px;
}

.portfolio-single-gallery {
  margin-bottom: 50px;
}

.portfolio-detials-info .section-heading h3 {
  font-size: 36px;
}

.portfolio-gallery .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
}

.portfolio-gallery .owl-dots .owl-dot.active span, .portfolio-gallery.owl-dots .owl-dot:hover span {
  background: #ffe534;
}

.portfolio-gallery .owl-nav button.owl-next, .portfolio-gallery .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  outline: none;
  color: #000;
  opacity: 1;
  border-radius: 0px;
  font-size: 22px;
}

.portfolio-gallery .owl-nav button.owl-next:hover, .portfolio-gallery .owl-nav button.owl-prev:hover {
  background: #ffe534;
  color: #000;
}

.portfolio-gallery .owl-nav button.owl-next {
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.portfolio-gallery .owl-nav button.owl-prev {
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

/*-----------------------------
Projects  Single Gallery 
-------------------------------------*/
.portfolio-single-gallery .owl-nav button.owl-prev {
  position: absolute;
  left: calc(0% - 300px);
  top: 80px;
  font-size: 72px;
}

.portfolio-single-gallery .owl-nav button.owl-prev span {
  text-transform: uppercase;
  font-size: 16px;
  transform: rotate(-90deg) translateY(30px);
  bottom: 22px;
  position: absolute;
  right: -40px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}


.portfolio-single-gallery .owl-nav button.owl-next {
  position: absolute;
  right: calc(0% - 300px);
  top: 80px;
  font-size: 72px;
}


.portfolio-single-gallery .owl-nav button.owl-next span {
  text-transform: uppercase;
  font-size: 16px;
  transform: rotate(-90deg) translateY(-30px);
  bottom: 22px;
  position: absolute;
  left: -40px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.portfolio-single-gallery .owl-nav button.owl-next:hover, 
.portfolio-single-gallery .owl-nav button.owl-prev:hover {
  background: transparent;
  color: #0059d3;
}

.portfolio-single-gallery .owl-nav button:hover span{
  opacity: 1;
  visibility: visible;
  transform: rotate(-90deg)  translateY(0px);
}

.intro .section-heading p.lead {
  color: #222;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

/*-----------------------------
Team Section
-------------------------------------*/
.team .row > * {
  padding: 0px 15px;
}

.team-wrapper{
  margin-bottom: -30px;
}

.team-item {
  position: relative;
  margin-bottom: 30px;
}

.team-item:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 88, 211, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.team-item img {
  width: 100%;
}

.team-item .team-info {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.team-info h4,
.team-info p,
.team-info .team-socials a{
  color: #fff;
}

.team-item .team-info .team-socials a {
  margin-right: 10px;
}

.team-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.team-item:hover .team-info {
  opacity: 1;
  visibility: visible;
}

.career-info {
  margin-top: 80px;
}

.career-info h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.career-info p {
  font-size: 18px;
}

.career-info p a {
  border-bottom: 1px solid #0059d3;
  color: #0059d3;
}

/*-----------------------------
Contact Page
-------------------------------------*/
.contact-info-block {
  text-align: center;
  padding: 0px 80px;
}

.contact-info-block h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-info-block ul li {
  line-height: 26px;
  font-size: 16px;
}

.google-map {
  position: relative;
}

.google-map #gmap_canvas {
  width: 100%;
  height: 645px;
}


/*===================
Blog Page
=====================*/
.page-header.blog-page-header h2 {
  font-weight: 400;
}

.page-header.blog-page-header h2 span {
  display: inline-block;
  font-weight: 700;
}

.blog .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

.blog .section-heading span {
  display: inline-block;
}

.blog-item {
  transition: .4s;
  cursor: pointer;
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}

.blog-item .blog-img {
  margin-right: 10px;
}

.blog-item .blog-img img {
  width: 100%;
}

.blog-item .blog-content .entry-meta span {
  font-size: 14px;
  text-transform: capitalize;
}

.blog-item .blog-content .entry-meta span a {
  color: #000;
}

.blog-item .blog-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-item:hover a {
  color: #0059d3;
}

.blog-item:last-child {
  border-bottom: 0px;
}

.blog-item:first-child {
  padding-top: 0px;
}

.page-wrapper {
  padding: 100px 0px;
}

.blog-page {
  padding-bottom: 100px;
}

.post-content .post-cat {
  text-transform: uppercase;
  color: #0059d3;
  font-size: 14px;
}

.post-content .post-meta span {
  font-size: 14px;
  color: #999999;
}

.post-content .post-meta span a {
  color: #000;
}

.post-content .post-meta span a:hover {
  color: #ffe534;
}

.related-posts{
  margin-bottom: -52px;
}

.blog-post-item .post-thumb {
  margin-bottom: 20px;
}

.blog-post-item .post-title {
  font-size: 24px;
  margin: 7px 0px 10px;
}

.blog-post-item .post-content .read-more {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.blog-post-item.post-large {
  text-align: center;
}

.blog-page .pagination {
  margin-bottom: 0px;
}

.blog-page .pagination ul {
  margin: 80px 0px 0px;
}

.post-thumb img {
  width: 100%;
}


.blog-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-filter li {
  display: inline-block;
}

.blog-filter .active a {
  color: #0059d3;
}

.blog-filter li a {
  font-size: 14px;
  margin: 0;
  padding: 0px;
  padding-right: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.blog-filter li a:hover {
  color: #0059d3;
}

.blog-item-grid{
  margin-top: 40px;
}

/*-----------------
Right Sidebar
-----------------*/
.blog-sidebar {
  padding-left: 30px;
}

.blog-sidebar .widget {
  margin-bottom: 40px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 40px;
}

  /* ----TAGS-----*/
  /*--------- SEARCH FORM -----------*/
  /*============== Widgte Categories ============ */


.blog-sidebar .widget .widget-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.blog-sidebar .widget ul, .blog-sidebar .widget ol {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.blog-sidebar .widget.widget_tag_cloud a {
  font-size: 14px;
  color: #999;
  margin: 0px 3px 3px 0px;
  display: inline-block;
  text-transform: capitalize;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
  color: #0059d3;
}

.blog-sidebar .widget.widget_search input {
  height: 55px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 9px 58px 9px 20px;
  width: 100%;
}

.blog-sidebar .widget.widget_search .search-form {
  position: relative;
}

.blog-sidebar .widget.widget_search .search-form [type=submit] {
  color: #000;
  background: transparent;
  border: 1px solid  transparent;
  padding: 12px 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}

.blog-sidebar .widget.widget_search .search-form [type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li {
  text-transform: capitalize;
  padding: 5px 0px;
  font-size: 16px;
  overflow: hidden;
  text-align: right;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li a {
  display: block;
  color: #647589;
  float: left;
}

.blog-sidebar .widget.widget_categories ul li a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_categories ul li a:hover {
  color: #0059d3;
}

/*==============
Recent post widget
====================*/
.recent-posts li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  flex-direction: column;

}

.recent-posts li:last-child {
  margin-bottom: 0px;
  border: 0px;
}

.widget-post-thumb {
  min-width: 80px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
}

.widget-post-body h6 {
  margin-bottom: 0px;
}

.widget-post-body span {
  font-size: 14px;
}

.widget_tweets ul li {
  margin-bottom: 25px;
}

.widget_tweets h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #666666;
}

.widget_tweets h6 span {
  color: #0099cc;
}

.widget_tweets .date {
  text-transform: uppercase;
  font-size: 12px;
}

.widget_tweets .btn-twwets {
  text-transform: uppercase;
  color: #999999;
  border-bottom: 1px solid #999999;
}

.widget_tweets .btn-twwets:hover {
  color: #ffe534;
  border-color: #ffe534;
}

/*==========================
Single Blog Page 
===========================*/
.single-blog-header {
  padding: 70px 0px;
}

.post-single h3, .post-single h4, .post-single h5, .post-single h6 {
  margin-bottom: 30px;
  line-height: 1.4;
}

.post-single .post-thumb img {
  margin-bottom: 50px;
}

.post-single img {
  width: 100%;
  margin-bottom: 42px;
}

.post-single h4 {
  font-size: 24px;
  font-weight: 600;
}

.post-single blockquote {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -.5px;
  text-align: center;
  color: #000;
  padding: 50px 120px;
}

.post-single .single-post-header .post-meta {
  margin-top: 45px;
  margin-bottom: 57px;
}

.post-single .post-content {
  padding-bottom: 55px;
}

.post-single strong {
  color: #000;
}

/*=====================
 Single Post Tags
==========================*/
.related-posts{
  margin-bottom: -52px;
}
.related-posts .blog-post-item{
  margin-bottom: 52px;
}

.single-tags {
  margin-bottom: 20px;
}

.single-tags span {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.single-tags a {
  display: inline-block;
  margin: 0px 5px;
  color: #999999;
  font-size: 16px;
}

.single-tags a:hover {
  color: #0059d3;
}

.post-share span {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.post-share a {
  color: #666666;
  display: inline-block;
  margin: 0px 5px;
}

.post-share a:hover {
  background: #0059d3;
  color: #fff;
}

/*=====================
 CommentS Area
==========================*/
.blog-comment-section {
  background: #f6f6f6;
}

.comments .commment-title {
  margin-bottom: 60px;
}

.comments .media .user-img {
  float: left;
  margin-right: 20px;
}

.comments .media .media-body {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.comments .media .media-body .media {
  margin-top: 35px;
}

.comments .media .media-body h5 {
  margin-bottom: 15px;
}

.comments .media .media-body h5 span {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}

.comments .media .reply-link {
  font-size: 12px;
  font-family: "Sarabun", sans-serif;
  text-transform: uppercase;
  color: #0099cc;
  display: block;
}

/*=====================
 Comment Forms
==========================*/
.comments-form {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.comments-form h3 {
  margin-bottom: 10px;
}

.comments-form .comment_form {
  margin-top: 30px;
}

.comments-form .comment_form .form-control {
  height: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  background: #ffff;
}

.comments-form .comment_form .form-group {
  margin-bottom: 30px;
}

.comments-form .comment_form textarea.form-control {
  height: auto;
}

.comments-form .comment_form .btn {
  margin-top: 20px;
}

/*=====================
 Single Post Navigation
==========================*/
.blog-navigation {
  margin: 60px 0px;
  padding: 50px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}

.blog-navigation a {
  color: #222;
  font-size: 20px;
}

.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #0059d3;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.blog-navigation .next-post {
  text-align: right;
  float: right;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 100px 0px 0px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #26282a;
}


.footer .footer-about .footer-logo {
  margin-bottom: 30px;
}


.footer-about h3{
  color: #fff;
}

.footer .footer-about h6 {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer .footer-about p {
  color: #999;
}

.footer .footer-widget .widget-title {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: #ffe534;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 5px 0px;
}

.footer .footer-links a {
  color: #7a7a7a;
  font-size: 15px;
}

.footer .footer-links a:hover {
  color: #ffe534;
}

.footer .footer-socials {
  margin-bottom: 20px;
}

.footer .footer-socials a {
  margin-left: 10px;
  font-size: 15px;
  color: #7a7a7a;
}

.footer .footer-socials a:hover {
  color: #ffe534;
}

.footer .footer-contact {
  padding-right: 30px;
  text-decoration: underline;
}

.footer-btm {
  margin-top: 60px;
  padding: 20px 0px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-btm .copyright a {
  color: #fff;
}

.footer-btm .copyright a:hover {
  color: #ffe534;
}

.subscribe-form {
  position: relative;
  margin-top: 40px;
}

.subscribe-form .form-control {
  height: 44px;
  border-radius: 3px;
  background: #48494a;
  border: none;
  color: #fff;
  padding-right: 60px;
}

.subscribe-form .form-control::placeholder{
  color: #999;
}

.subscribe-form button {
  position: absolute;
  font-size: 30px;
  top: 0;
  right:0 ;
  width: 50px;
  height: 100%;
  color: #ffe534;
  border: none;
  background: none;
}
.article-box{
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
}
.article-title{ height: 60px; border-bottom: 1px solid #cccccc; margin-bottom: 20px}
.article_img_alls{
  /*display: flex;*/
  /*flex-direction: row;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  width: 100%;
}
.article_img_alls a{
  width: 9%;
  padding: 0px;
  float: left;
  margin-left: 1%;
}
.article_img_alls a img{
  width: 100%;
  margin: 0px;
  float: left;
}
.footer-img-fluids{
  height: 130px;
}
.index-goods-right{
  padding-left: 25px;
}
@media (max-width: 576px) {

  .article_img_alls a{
    width: 32%;
    margin-left: 1%;
  }
  .footer-img-fluids{
    height: 100px;
  }
  .footer-more-a .col-lg-4{
    width: 33%;
  }
  #mobile-menu-offcanvas{
    display: block;
  }
  .article-box{
    padding: 20px;
  }
  .right-article{
    border-top: 1px solid #ccc;
    padding: 15px 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
  }
  .goods-box{
    justify-content: flex-end;
    display: flex;
    flex-direction: column-reverse;
  }
  .goods-container{
    width: 100%;
  }
  .section-fluid{
    padding: 0px;
  }
  .section-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
    padding-left: 25px;
    padding-right: 25px;
  }
  .index-goods-right{
    flex-direction: column-reverse;
    padding-left: 0px;
  }
  /*#mobile-menu-offcanvas .offcanvas-mobile-menu-section{*/
  /*  position: fixed;*/
  /*  background: #ffffff;*/
  /*  top: 0px;*/
  /*  left: 0px;*/
  /*  width: 100vw;*/
  /*  z-index: 999;*/
  /*}*/

}
.mainmenu{}
.offcanvas-menu-a{
  padding: 40px 30px;
}
.offcanvas-menu-a a{
  color: #ffffff;
  font-size: 16px;
}
.offcanvas-menu-a li{
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  padding: 5px 10px;
}