
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');
@import url('./hover-min.css');
@import url('./mobile.css');
@import url('./button-contact.css');
/****
Basic Styles
********************/
/**
* Reset Styles
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
section ul{
	padding:0px 10px 0px 10px;
}
html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}
a {
  color: #76706e;
  text-decoration: none;
}

a:visited {
  color: #191514b0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/**
* Typography Styles
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  color: #eee;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

*::-moz-selection {
  background: #0283c5;
  color: #ffffff;
}

*::selection {
  background: #0283c5;
  color: #ffffff;
}

*::-moz-selection {
  background: #0283c5;
  color: #ffffff;
}

a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
}
.card-body{
  padding: 0.5rem 0.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 1.5;

}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,©
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 42px;
  }

  h2,
.h2 {
    font-size: 30px;
  }

  h3,
.h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 36px;
  }

  h2,
.h2 {
    font-size: 28px;
  }

  h3,
.h3 {
    font-size: 22px;
  }

  h4,
.h4 {
    font-size: 15px;
    margin-bottom: 0px !important;
  }
  h5,
.h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
.h1 {
    font-size: 28px;
  }

  h2,
.h2 {
    font-size: 12px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 500;
}
.card-text{
  overflow: hidden;
  max-height: 75px;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

input,
button,
select,
textarea {
  background: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
}
.border-end{
  border:none !important;
}
input,
select,
textarea {
  width: 100%;
}

input,
select {
  height: 45px;
  padding: 0 20px;
}

blockquote {
  font-size: 18px;
  color: #444444;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  border-left: 4px solid #0283c5;
  padding-left: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: left;
}

a{
  text-decoration: none;
}
section{
  overflow: hidden;
}
.fill{
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.text-blue-dark{
    color: #0e173e !important;
}
.text-orange{
  color:#F6951E;
}
ul li .active::before{
    content: "";
    position: absolute;
    z-index: -1;
    left:10%;
    right: 10%;
    bottom: 0;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-pills .nav-link{
  border-radius: 0px!important;
  text-transform: uppercase;
  border: 1px solid #0283c5 !important;
  margin-left: 5px;
}
.nav-pills .nav-link.active{
  border-radius: 0px!important;
  text-transform: uppercase;
  border:none;
  background: linear-gradient(to top, #015393 10%,#06adef 80%, #06adef 100%);
  font-weight: 900;
}
.card{
  margin-top: 1rem;
  border-radius: 0;
}

.card h5{
  font-size: 1rem;
}
.bg-blur{
  background-image: url(../backgound/1.jpeg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
}
#blog .card p {
  color: #070c10 ;
}
#field{
  padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
  }
.card:hover{
  background-color: orange;
}
.card:hover .card-title{
  color: #fff;
}
.card .card-body .card-title{
  color: #ed1b25;
}
p.card-text {
    color: #000;
    font-size: 13px;
}
.bg-blur .card{
  background: rgba(0,0,0,0.5) !important;
}
.bg-blur .card h5{
  color: #f69722 !important ;
  font-size: 1rem;
  -webkit-text-fill-color:#f69722 !important ;
}
.bg-blur .card p{
  color:#fffffff5 !important;
}
.border-yellow{
  border: 1px solid #0283c5 !important;
}
.about-area-images {
  display:flex;
  justify-content:start;
}
/* categorize */
.categorize .card{
  background-color: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  /* border: rgb(247 150 31) 1px solid; */
  -webkit-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.38);
  box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.38);
} 
.categorize .card:hover{
  transition: 0.5s;
  background-color: #0283c5 !important;
}
.card:hover .card-body h5 {
  -webkit-text-fill-color: #ffffff;
}

.categorize.card .card-body h5{
  color:green !important;
}
.card .card-body h5{
      -webkit-text-fill-color: #015494;
}
.categorize a:hover .card .card-body{
  background-color: #0283c5 !important;
  color: #ffffff;
  transition: 0.5s;
}
.categorize .nav.nav-pills .nav-item button{
  border-radius: 0px;
  text-transform: capitalize;
  background-color: #cce3ef;
  color: #09164ca3;
  margin: 0 5px 0 5px;
  font-weight:500;

}
.categorize .nav.nav-pills .nav-item button.nav-link:active{
  color: white !important;
  background: #0283c5;
  background: -moz-linear-gradient(90deg, #0283c5 0%, rgb(248 166 67) 50%, rgb(246 151 34) 100%);
  background: -webkit-linear-gradient(90deg, #0283c5 0%, rgb(248 166 67) 50%, rgb(246 151 34) 100%);
  background: linear-gradient(90deg, #0283c5 0%, rgb(248 166 67) 50%, rgb(246 151 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e39522",endColorstr="#e39522",GradientType=1);
}
.categorize .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: white !important;
  background: rgb(237,219,27);
  background: rgb(227,149,34);
  background: -moz-linear-gradient(90deg, #0283c5 0%, rgb(248 166 67) 50%, rgb(246 151 34) 100%);
  background: -webkit-linear-gradient(90deg, #0283c5 0%, rgb(248 166 67) 50%, rgb(246 151 34) 100%);
  background: linear-gradient(90deg, #0283c5 0%, rgb(248 166 67) 50%, rgb(246 151 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e39522",endColorstr="#e39522",GradientType=1);
}
#price-list .item{
  border:1px solid #0283c5;
  color: #ffffff ;
  border-radius: 0px;
  margin-top: 20px;
  box-shadow: 0 .5rem 1rem rgba(255, 251, 251, 0.233)!important;
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
}
#price-list .item a{
  color: #ffffff !important;
}
#price-list .item .item-icon{
    font-size: 35px;
    transition: 0.3s;
    background: #0283c5;;
    color: #fff;
    display: flex;
    max-width: 66px;
    min-width: 66px;
    width: 66px;
    height: 66px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 900;
}
#price-list .item .item-icon svg{
  font-size: 2.2rem;
}
#price-list .item .item-icon i{
  font-size: 2.2rem;
}
#price-list .item .item-description{
  padding: 2px;
}
#price-list .item .item-title{
  text-transform: uppercase;
    font-size: 14px;
    color: black;
    padding: 0px 10px;
    line-height: 22px;
    -webkit-line-clamp: 2!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    vertical-align: middle;
    justify-items: center;
    align-items: center;
    display: flex;
    font-weight: 800;

}
#price-list .list-about{
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
}

#price-list .list-about .item{
  background-color:rgba(0,0,0,0.0);
  box-shadow: none !important; 
}
#price-list .list-about .item-title{
  color: #0d6efd !important;
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}
#price-list .list-about .item-icon{
  color: #ffffff !important;
}
#price-list .list-about .item-content{
  color: #cce3ef !important;
  padding-left: 25px;
}
#price-list .title-2{
  font-weight: 600;
  font-size: 1.4rem;
}
#price-list .title-2 span{
  padding: 0 20px;
}

/* ý kiến khách hàng */
#customer-reviews{
  position: relative;
}
#customer-reviews .over{
  background-color: rgba(0, 0, 0, 0.79);
  align-items: center;
}
#customer-reviews .over-fill{
  background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-image: url('../backgound/2.jpeg');
    opacity: 1;
}
#customer-reviews .card img{
  border-radius: 50%;
  width: 150px;
  height: auto;

}
#customer-reviews .card{
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important; 
}
#customer-reviews .card .card-body{
  background-color: transparent !important;
}
#customer-reviews .card .card-title{
  color: #f69722;
}
#customer-reviews .card .card-text{
  color: #ffffffdb;
}
/* tin tức và sự kiện */
#blog .card{
  background-color: #f4f9ff26;
  border-radius: 0px;
  overflow: hidden;
  border: rgb(255 192 16) 1px solid;
  color:#0e173e;
}
#blog .card .card-title{
  font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    text-transform: capitalize;
    color: #fddd0d;
}
#blog .card p.card-text{
  color:#0e173e ;
}
/* phong thuỷ */
#feng-shui .card {
  background-color: #f4f9ffe6 !important;
  border-radius: 10px;
  overflow: hidden;
  border: rgb(247 150 31) 2px solid;;
  color: #0e173e;
}
/* footer */
footer{
  background: url(/bg-footer.jpg) no-repeat center;
  background-size: cover;
}
footer h4{
  text-transform: uppercase;
  text-align: center;
  color: #ffffff !important;
  font-weight: 700;
  -webkit-text-fill-color:white;
}
footer ul li{
  list-style-type:none;
  padding: 5px;
  display: flex;
  align-items: center;
  
}
footer ul li a{
  color: rgb(233, 231, 201);
  text-transform: capitalize;
}
footer ul li a:hover{
  color: #ed1925;
}
footer p svg{
  padding: 7px;
  color: #fff;
  background-color: #015393;
  border-radius: 2px;
}
footer i~svg~span{
  color: rgb(233, 231, 201);
}
footer p{
  display: flex;
    align-items: center;
    padding: 4px;
}
footer p span{
  padding: 0px 0px 0px 5px;
  color: aliceblue !important;
}
footer .tags span{
  padding: 3px;
  border: 1px solid #cce3ef;
  word-wrap: break-word;
  margin: 3px;

}
footer .tags ul li{
    list-style: none;
    padding: 2px 15px;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.footer{
  text-align:center;
  padding: 20px;
  color: #ffffff;
  background-color: #015393;
}
/* backtotop */
#btn-backtotop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 41px;
  text-align: center;
  background: #0283c5;
  color: #ffffff;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid #0283c5;
  -webkit-animation: crSlideInRight 0.8s ease-in-out 1 both;
          animation: crSlideInRight 0.8s ease-in-out 1 both;
  z-index: 1000 !important;
}

#btn-backtotop:hover {
  background-color: #555;
}
@-webkit-keyframes crSlideInRight {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes crSlideInRight {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* estimates */
.button-estimates{
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom:25px;
 
}
.button-estimates button{
  background-color:#c31d1d  ;
  color: #ffffff;
  font-size: 1.5rem;  
  border: none  ;
  padding: 10px;
border-radius: 10px;

}


/* title-1 */
.title-1{
  font-size: 30px;
  color: #1c1b1b;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700; 
  
    
}
.title-1 span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(#015393, #06adef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: system-ui;
}
.title-1 span::before{
  position: absolute;
  content: '';
  background: url(/title-1.png) no-repeat;
  width: 137px;
  height: 16px;
  top: calc(50% - 6px);
  right: 100%;
}
.title-1 span::after{
  position: absolute;
    content: '';
    background: url(/title-1.png) no-repeat;
    width: 137px;
    height: 16px;
    top: calc(50% - 6px);
    left: 100%;
    transform: rotate(180deg);
}
/* title-2 */
.title-2{
  font-size: 30px;
    color: #f69722;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.title-2 span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(#015393, #06adef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: system-ui;
  font-weight: 900;
  font-size: 1.4rem;
  text-align: center;
}
.title-2 span::before{
  position: absolute;
  content: '';
  background: url(/title-1.png) no-repeat;
  width: 137px;
  height: 16px;
  top: calc(50% - 6px);
  right: 100%;
}
.title-2 span::after{
  position: absolute;
    content: '';
    background: url(/title-1.png) no-repeat;
    width: 137px;
    height: 16px;
    top: calc(50% - 6px);
    left: 100%;
    transform: rotate(180deg);
}
.title-3{
  color:#ffc10b;
  text-align: center;
  text-transform: uppercase;
}
.title-3 a{
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#015393, #06adef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: system-ui;
}
/**
* About Styles
*/
.about-area-content img {
  margin-bottom: 20px;
}
.about-area-content h5 {
  font-weight: 700;
  margin-bottom: 28px;
}
.about-area-content p {
  margin-bottom: 30px;
}
.about-area-content .cr-btn {
  margin-top: 30px;
}
.about-area-content.about-area-content-2 h5 {
  margin-top: -4px;
  margin-bottom: 20px;
}
.about-area-content.about-area-content-2 .cr-btn {
  margin-top: 0;
}

.about-area-timeline-2 {
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  padding-top: 20px;
}
.about-area-timeline-2 .about-timeline-single {
  padding-top: 30px;
}
.about-area-timeline-2 .about-timeline-single:last-child {
  padding-top: 30px;
}

.about-timeline-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 25px;
}
.about-timeline-single .about-timeline-icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: auto;
  max-width: 70px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  font-size: 90px;
  color: #0283c5;
}
.about-timeline-single .about-timeline-icon svg {
  width: 100%;
}
.about-timeline-single .about-timeline-content {
  -ms-flex-negative: 100;
      flex-shrink: 100;
  padding-left: 20px;
}
.about-timeline-single .about-timeline-content h5 {
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 1.5rem;
  color: #3b5998;
}
.about-timeline-single:last-child {
  padding-bottom: 0;
}
.about-timeline-single:hover .about-timeline-icon i {
  -webkit-animation: crBounceIn 0.5s ease-in 1;
          animation: crBounceIn 0.5s ease-in 1;
}

.about-area-images .large-image {
  /* margin-left: auto; */
  margin-right: 0;
  display: block;
  position: relative;
  z-index: 2;
}
.about-area-images .small-image {
  margin-right: auto;
  margin-left: 0;
  display: block;
  margin-top: -275px;
  position: relative;
  z-index: 1;
}
/* Shine */
.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-content .cr-btn {
    margin-top: 0;
  }

  .about-area-images .large-image {
    width: 60%;
  }

  .about-area-images .small-image {
    margin-top: -130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-content .cr-btn {
    margin-top: 0;
  }

  .about-area-images {
    margin-top: 30px;
    display:flex;
    justify-content:start;
  }
  .about-area-images .large-image {
    margin: inherit;
    float: left;
  }
  .about-area-images .small-image {
    margin: inherit;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-content .cr-btn {
    margin-top: 0;
  }

  .about-area-images {
    margin-top: 30px;
    display:flex;
    justify-content:center;
  }
  .about-area-images .large-image {
    margin: inherit;
    float: left;
  }
  .about-area-images .small-image {
    margin: inherit;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .about-timeline-single .about-timeline-icon {
    max-width: 40px;
    line-height: 40px;
  }
}
/* About Page Styles */
.about-page-skill-content {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}
.about-page-skill-content > h3 {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}
.about-page-skill-content > h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #2b2b35;
}
.about-page-skill-content .progress-bars {
  padding-top: 40px;
}

.pg-about-content {
  padding: 0 35px;
  margin-bottom: 30px;
}
.pg-about-content h2 {
  font-size: 30px;
  font-weight: 800;
}
.pg-about-content p {
  font-size: 16px;
  line-height: 35px;
  font-family: "Lato", sans-serif;
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-page-skill-content {
    width: 85%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page-skill-content {
    width: 85%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  .about-page-skills-image {
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-skill-content {
    width: 90%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }

  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .pg-about-content p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-skill-content {
    width: 90%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .pg-about-content p {
    margin-top: 0;
  }

  .pg-about-content h2 {
    font-size: 25px;
  }

  .pg-about-content p {
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .pg-about-content {
    padding: 0;
  }

  .about-page-skill-content > h3 {
    font-size: 21px;
  }
}
/*  */
/**
* Section Title
*/
.section-title {
  padding-bottom: 25px;
}
.section-title h1{
  letter-spacing: 0.5px;
  padding-left: 35px;
  position: relative;
  z-index: 0;
  padding-top: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#015393, #06adef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: system-ui;
  font-weight: 900;
  font-size: 1.4rem;
}
.section-title h1::before {
  content: "";
  height: 40px;
  width: 25px;
  background: #0283c5;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 33%;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2b2b35;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  height: 3px;
  width: 46px;
  background: #2b2b35;
  display: inline-block;
}
.section-title h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#015393, #06adef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: system-ui;
}
.section-title h3::before {
  content: "";
  height: 40px;
  width: 25px;
  background: #0283c5;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 33%;
  
}
.section-title p {
  margin-top: 25px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #666666;
}
.section-title.text-center h2::after {
  left: 50%;
  margin-left: -23px;
}
.section-title.text-end h2::after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.section-title.section-title-2 {
  padding-bottom: 35px;
}
.section-title.section-title-2 h2 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 0;
}
.section-title.section-title-2 h2::after {
  display: none;
}
.section-title.section-title-2 p {
  margin-top: 20px;
}
/* Single Project Styles */
.single-project {
  margin-bottom: 10px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  border: 1px solid #0283c5;
}
.single-project .single-project-thumb {
  overflow: hidden;
}
.single-project .single-project-thumb img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-project .single-project-content {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-project .single-project-content h5 {
  margin-bottom: 0;
  color: #a50710;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-text-fill-color:#a50710;
  font-size: 14px;
}
.single-project .single-project-content h5 a {
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-project .single-project-content h5 a:hover {
  text-decoration: underline;
}
.single-project .single-project-content .loadmore-btn-holder {
  padding-top: 15px;
  display: none !important;
}
.single-project .single-project-content a.cr-loadmore-btn {
  background: #2b2b35;
  border-color: #2b2b35;
  color: #ffffff;
  font-size: 12px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
}
.single-project .project-tags {
  margin-bottom: 0;
  font-size: 0;
}
.single-project .project-tags p {
  display: inline-block;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    color: #041a75;
    font-style: italic;
    font-family: "Lato", sans-serif;
    max-height: 75px;

}
.single-project .project-tags p:last-child::after {
  display: none;
}
.single-project .project-tags p a {
  display: inline-block;
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-project .project-tags p a:hover {
  color: #0283c5;
}
.single-project:hover .single-project-content {
  background: #0283c5;
}
.single-project:hover .single-project-thumb img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.single-project:hover .project-tags p a {
  color: #2b2b35;
}
.single-project:hover .project-tags p a:hover {
  text-decoration: underline;
}
.single-project.single-project-2 .single-project-thumb {
  position: relative;
}
.single-project.single-project-2 .single-project-thumb::before {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  background: #0283c5;
  color: #ffffff;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 100px;
  text-align: center;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-project.single-project-2:hover .single-project-thumb::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  cursor: pointer;
}

.bg-grey .single-project {
  background: #ffffff;
}
.bg-grey .single-project:hover {
  background: #444444;
}

.bg-white .single-project {
  background: #f5f5f5;
}
.bg-white .single-project:hover {
  background: #444444;
}

.sa-projects-slider-active {
  padding-left: 30px;
  padding-right: 30px;
}
.sa-projects-slider-active .single-project {
  margin-bottom: 0;
}
.sa-projects-slider-active.slider-navigation-style-1 {
  padding-bottom: 95px;
}
.sa-projects-slider-active.slider-navigation-style-1 .cr-navigation {
  top: auto;
  bottom: 0;
}
.sa-projects-slider-active.slider-navigation-style-1 .cr-navigation.cr-navigation-prev {
  right: calc( 50% + 5px );
  left: auto;
}
.sa-projects-slider-active.slider-navigation-style-1 .cr-navigation.cr-navigation-next {
  left: calc( 50% + 5px );
  right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-project .single-project-content {
    padding: 20px;
  }
  .single-project .single-project-content h5 {
    font-size: 16px;
  }

  .sa-projects-slider-active.slider-navigation-style-1 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects-filters, .projects-filters-tab {
    margin-bottom: 50px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .projects-filters, .projects-filters-tab {
    margin-bottom: 30px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
  }
  
  .projects-filters button, .projects-filters a, .projects-filters-tab button, .projects-filters-tab a {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 12px 25px;
  }
  .projects-filters button:first-child, .projects-filters a:first-child, .projects-filters-tab button:first-child, .projects-filters-tab a:first-child {
    margin-left: 10px;
  }
  .single-project .project-tags p{
    display: none;
  }
  .single-project .single-project-content {
    padding: 10px;
  }
  .single-project .single-project-content h5 {
    font-size: 12px;
  }

  .projects-tab-content {
    max-width: 485px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .projects-filters, .projects-filters-tab {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .projects-filters, .projects-filters-tab {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .sa-projects-slider-active {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.small-title {
  font-weight: 900;
  margin-top: -3px;
  margin-bottom: 30px;
}
/**
* Button Styles 
*/
.cr-btn,
a.cr-btn,
button.cr-btn {
  display: inline-block;
  background: #0283c5;
  font-size: 14px;
  border-width: 2px;
  border-color: #0283c5;
  border-style: solid;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 13px 25px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  /* Size Variations */
  /* Color Variations */
}
.cr-btn i,
a.cr-btn i,
button.cr-btn i {
  padding-right: 5px;
  line-height: 1;
  font-size: 18px;
  vertical-align: bottom;
}
.cr-btn:before, .cr-btn:after,
a.cr-btn:before,
a.cr-btn:after,
button.cr-btn:before,
button.cr-btn:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.cr-btn:before,
a.cr-btn:before,
button.cr-btn:before {
  left: 0;
  top: 0;
}
.cr-btn:after,
a.cr-btn:after,
button.cr-btn:after {
  bottom: 0;
  left: 0;
}
.cr-btn span,
a.cr-btn span,
button.cr-btn span {
  position: relative;
  z-index: 2;
}
.cr-btn:hover,
a.cr-btn:hover,
button.cr-btn:hover {
  background: #0283c5;
  border-color: #0283c5;
  color: #ffffff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.cr-btn:hover::before,
a.cr-btn:hover::before,
button.cr-btn:hover::before {
  height: 100%;
}
.cr-btn:hover:after,
a.cr-btn:hover:after,
button.cr-btn:hover:after {
  height: 100%;
}
.cr-btn:active,
a.cr-btn:active,
button.cr-btn:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.cr-btn.cr-btn-lg,
a.cr-btn.cr-btn-lg,
button.cr-btn.cr-btn-lg {
  padding: 20px 40px;
  font-size: 18px;
  letter-spacing: 0;
}
.cr-btn.cr-btn-xs,
a.cr-btn.cr-btn-xs,
button.cr-btn.cr-btn-xs {
  padding: 7px 26px;
}
.cr-btn.cr-btn-theme-black,
a.cr-btn.cr-btn-theme-black,
button.cr-btn.cr-btn-theme-black {
  color: #2b2b35;
}
.cr-btn.cr-btn-yellow,
a.cr-btn.cr-btn-yellow,
button.cr-btn.cr-btn-yellow {
  background: #0283c5;
  border-color: #0283c5;
}
.cr-btn.cr-btn-blue,
a.cr-btn.cr-btn-blue,
button.cr-btn.cr-btn-blue {
  background: #0283c5;
  border-color: #0283c5;
}
.cr-btn.cr-btn-green,
a.cr-btn.cr-btn-green,
button.cr-btn.cr-btn-green {
  background: #0283c5;
  border-color: #0283c5;
}
.cr-btn.cr-btn-white,
a.cr-btn.cr-btn-white,
button.cr-btn.cr-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b2b35;
}
.cr-btn.cr-btn-black,
a.cr-btn.cr-btn-black,
button.cr-btn.cr-btn-black {
  background: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}
.cr-btn.cr-btn-transparent,
a.cr-btn.cr-btn-transparent,
button.cr-btn.cr-btn-transparent {
  background: transparent;
  border-width: 2px;
  color: #0283c5;
}
.cr-btn.cr-btn-transparent:hover,
a.cr-btn.cr-btn-transparent:hover,
button.cr-btn.cr-btn-transparent:hover {
  background: #0283c5;
  color: #ffffff;
}
.cr-btn.cr-btn-transparent.cr-btn-white,
a.cr-btn.cr-btn-transparent.cr-btn-white,
button.cr-btn.cr-btn-transparent.cr-btn-white {
  color: #ffffff;
}
.cr-btn.cr-btn-transparent.cr-btn-white:hover,
a.cr-btn.cr-btn-transparent.cr-btn-white:hover,
button.cr-btn.cr-btn-transparent.cr-btn-white:hover {
  background: #ffffff;
  color: #2b2b35;
}
.cr-btn.cr-btn-transparent.cr-btn-black,
a.cr-btn.cr-btn-transparent.cr-btn-black,
button.cr-btn.cr-btn-transparent.cr-btn-black {
  color: #2b2b35;
}
.cr-btn.cr-btn-transparent.cr-btn-black:hover,
a.cr-btn.cr-btn-transparent.cr-btn-black:hover,
button.cr-btn.cr-btn-transparent.cr-btn-black:hover {
  background: #2b2b35;
  color: #ffffff;
}
.cr-btn.cr-loadmore-btn,
a.cr-btn.cr-loadmore-btn,
button.cr-btn.cr-loadmore-btn {
  padding: 12px 25px;
  letter-spacing: 1.8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.cr-btn.cr-loadmore-btn:hover,
a.cr-btn.cr-loadmore-btn:hover,
button.cr-btn.cr-loadmore-btn:hover {
  background: #0283c5;
  border-color: #0283c5;
}
/* menu */
#menu .nav-item {
  margin: 0 1px;
}
#menu .nav-item .nav-link{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: 'Bai Jamjuree', sans-serif;
	  padding-right: 0.3rem;
    padding-left: 0.3rem;
}
#menu .nav-item:before {
      background: -webkit-linear-gradient(#015393, #06adef);
  border-radius: 8px;
}
#menu .nav-item:hover:before {
   background: -webkit-linear-gradient(#015393, #06adef);
}
#menu .nav-item .nav-link:hover{
  color: #ffffff !important;
}

#menu ul li .active{
   background: -webkit-linear-gradient(#015393, #06adef);
  color: #ffffff !important;
  border-radius: 8px;
}
/* button search */
.input-box {
    position: relative;

}

.input-box i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ced4da
}
.input-box svg {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ced4da
}
.input-box input{
    border-radius: 1.5rem;
    font-size:0.8rem;
}
/* estimates-right */
#estimates-right{
  border: 1px solid #F6951E;
    border-radius: 2px;
    padding-top: 0px !important;
}
#estimates-right .container{
  padding:0;
}
#estimates-right .title-3{
  background-image: linear-gradient(to right,#FAB560,#F6951E);
  color:#ffffff;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;;
}
/* stip */
.stip {
  color: #555;
  padding: 5px;
  border: 1px solid #F6951E;
  border-radius: 0px;
  background: #F9F9F9;
  text-indent: 10px;
}
.form-label{
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.main-left {
  min-height: 1500px;
  margin-bottom: 10px;
}
.main-left .content{
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}
.main-right{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.make-me-sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  padding: 0 15px;
}
/* menu offcanvas */
@media (min-width : 992px) {
  #menu .offcanvas {
      visibility      : visible;
      position        : relative;
      background      : none;
      border          : none;
      justify-content : end;
      color           : #0e173e;
    }
  }
  @media (max-width : 992px) {
    .offcanvas {
      width : 80vw !important;
    }
   .offcanvas-start-lg {
      top          : 0;
      left         : 0;
      border-right : 1px solid rgba(0, 0, 0, .2);
      transform    : translateX(-100%);
    }
  }
  .navbar-nav li a {
    color: #015393 !important;
  }
  /* plus */
  /**
* Widget Styles
*/
.widgets:not(.footer-widgets) {
  overflow: hidden;
}
.widgets:not(.footer-widgets) .widget-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #015393;
}
.widgets:not(.footer-widgets) .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 48px;
  background: #868686;
}
.widgets:not(.footer-widgets) .single-widget {
  margin-bottom: 50px;
}
.widgets:not(.footer-widgets) .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .single-widget ul li {
  list-style: none;
}
.widgets:not(.footer-widgets) .single-widget:last-child {
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul {
  background: #f7f7f7;
  padding: 20px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 22px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li + li {
  margin-top: 23px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li:before {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #0283c5;
  font-size: 16px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li p {
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet {
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a {
  color: #0283c5;
  display: inline-block;
  padding-right: 4px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a:hover {
  opacity: 0.7;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a {
  color: #666666;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a:hover {
  color: #0283c5;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .interact {
  display: none;
}
.widgets:not(.footer-widgets) .widget-popular-post ul {
  margin-bottom: 0;
  padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li {
  list-style: none;
  position: relative;
  min-height: 58px;
  border-top: 1px solid #f5f5f5;
  padding: 20px 0;
  padding-left: 100px;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb {
  position: absolute;
  display: inline-block;
  width: 85px;
  left: 0;
  top: 20px;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 179, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::after {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 {
  margin-top: -2px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #2b2b35;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a {
  color: #2b2b35;
  display: block;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a:hover {
  color: #0283c5;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li span {
  color: #666666;
  font-style: italic;
  font-size: 11px;
  display: inline-block;
  line-height: 1.1;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child .widget-popular-thumb {
  top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:last-child {
  padding-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::before, .widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::after {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
  display: block;
  background: #f7f7f7;
  font-size: 14px;
  color: #666666;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 10px;
  border-top: 1px solid #ebebeb;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
  color: #0283c5;
}
.widgets:not(.footer-widgets) .widget-categories ul li:first-child a {
  border-top: none;
}
.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
  padding: 20px;
  background: #f7f7f7;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 0;
  float: none;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select::after {
  display: none;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current {
  display: block;
  position: relative;
  color: #666666;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding: 0 20px;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current::after {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 0px 12px;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select .list {
  width: 100%;
  border-radius: 0px;
  margin-top: -1px;
  max-height: 280px;
  overflow-y: auto;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select.open span.current::after {
  content: "";
}
.widgets:not(.footer-widgets) .widget-tags ul {
  background: #f7f7f7;
  padding: 10px 10px 20px 20px;
  font-size: 0;
}
.widgets:not(.footer-widgets) .widget-tags ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 9px;
  font-size: 13px;
}
.widgets:not(.footer-widgets) .widget-tags ul li a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 3px;
}
.widgets:not(.footer-widgets) .widget-tags ul li a:hover {
  color: #ffffff;
  background: #0283c5;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 0;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 100px;
  background: #c2c2c2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li.slick-active, .widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li:hover {
  background: #141414;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li button {
  display: none;
}
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single {
  text-align: center;
}
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single span {
  font-size: 12px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 15px;
  padding-bottom: 30px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
    width: 100%;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets:not(.footer-widgets) {
    margin-top: 20px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px;
    width: 100%;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .widgets:not(.footer-widgets) {
    margin-top: 1px;
  }
}
/* menu-content-right */
.menu_content_fix {
  position: fixed;
  width: 320px;
  height: 100%;
  right: -320px;
  top: 0px;
  z-index: 999999;
  transition: all 0.4s ease-out 0s;
}
.menu_content_fix_icon {
  text-align: center;
  background: #f6f6f6;
  border-radius: 5px;
  border: 1px solid #ccc;
  opacity: 0.8;
  position: absolute;
  width: 45px!important;
  height: 45px!important;
  top: 49%;
  left: -50px;
  z-index: 999998;
  display: block;
  overflow: hidden;
}