@import url("owl.carousel.css");
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("shortcodes.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("bootstrap.css");
@import url("animate.css");
@import url("responsive.css");
@import url("magnific-popup.css");

@import "../rev-slider/css/settings.css";
@import "../rev-slider/css/layers.css";
@import "../rev-slider/css/navigation.css";


html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  /* font-weight: inherit; */
  font-weight: 500;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

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

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

legend {
  white-space: normal;
}

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

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/30px "Open Sans", sans-serif;
  background-color: #fff;
  color: #565656;
}

a {
  text-decoration: none;
  color: #b19750;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

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

b,
strong {
  font-weight: 900;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  height: 64px;
  width: 160px;
  cursor: pointer;
  line-height: 65px;
  font-size: 18px;
  background-color: #3e483c;
  letter-spacing: 0px;

  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.search-submit-form {
  position: absolute;
  right: 2px;
  top: 7px;
  padding: 0px 10px;
  color: #999999;
  background-color: transparent;
  display: inline-block;
  height: 29px;
  line-height: 31px;
  font-size: 12px;

  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 5px 27px;
  color: #798883;
  font-size: 14px;
  background-color: #f7f0ea;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #798883;
  opacity: 1;
}

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

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #798883;
  opacity: 1;
}

/* bootstrap resetting elements */

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #798883;
}

.blog-single .entry p {
  margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #044168;
}

h1 {
  font-size: 40px;
  line-height: 86px;
}

h2 {
  font-size: 36px;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-size: 24px;
  line-height: 20px;
}

h5 {
  font-size: 100px;
  line-height: 70px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

h3 {
  color: #044168;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.button1 {
  background-color: #b19750;
  color: #4e6252;
}

.button3::before,
.button1::before {
  border: 0.1px solid #b19750 !important;
}

.button2 {
  background-color: #044168;
  color: white;
}

.button2::before {
  border: 0.1px solid #549775 !important;
}

.button:hover::before,
.button2:hover::before {
  border: 0.1px solid #b19750 !important;
}

.button3 {
  background-color: #b19750;
  color: rgb(2, 2, 2);
}

.button2:hover,
.button:hover {
  background-color: #b19750;
  color: rgb(0, 0, 0);
}

.button1:hover {
  background-color: #044168;
  color: white;
}

.button1:hover::before {
  border: 0.1px solid #fff !important;
  transition: 0.5s all;
}

.button3:hover {
  background-color: #2c332b;
  color: white;
}

.button3:hover::before {
  border: 1px solid #4e6252 !important;
}

.submit::before,
.button::before,
.button1::before,
.button2::before,
.button3::before {
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  cursor: pointer;
  height: 57px;
  width: 152px;
  border-radius: 3px 3px 3px 3px;

  border: 0.1px solid #565c55;
  content: "";
  position: absolute;
  top: 3.8px;
  left: 4px;
  right: 0;
  bottom: 0;
  transition: 0.5s all;
}

.submit::after,
.button::after,
.button1::after,
.button2::after,
.button3::after {
  content: "+";
}

/* Header 
---------------------------------------------------------------*/
#header {
  background: url("../images/background/sld-home.jpg") fixed no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}

#header-2 {
  background: url("../images/background/sld-home.jpg") fixed no-repeat;
  background-size: cover;
  position: relative;
  height: 360px;
  width: 100%;
}

#header .overlay,
#header-2 .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #5a6259;
  opacity: 0.7;
}

.header-wrap {
  position: absolute;
  width: 100%;
  height: 115px;
  background: none;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrap .col-md-6 {
  margin-left: -35px;
}

.header-wrap .col-md-3 {
  margin-left: -190px;
}

.list-social {
  display: flex;
  line-height: 120px;
  margin-right: 74px;
  z-index: 99;
}

.header-right {
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-right .fa {
  color: #fff;
  padding: 0px 26px 0 0px;
  font-size: 16px;
}

.list-social :hover {
  color: rgb(230, 255, 6);
}

#header .header-right .fa :hover {
  color: rgb(247, 10, 10);
  padding: 0px 30px 0 0px;
}

#header .icon-cart {
  font-size: 30px;
}

#header .header-title {
  text-align: center;
}

#header .title-two {
  padding: 15px 10px 0 0;
}

#header .heading-title-2-inner-page::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.text-18-style {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.title-32 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: rgb(0, 0, 0);
}

.title-24 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

/* header-fixed */
.header-wrap.is-fixed {
  /* background-color: #2c332b; */
  background-color: #044168;
  position: fixed;
  top: -151px;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrap.is-fixed.is-small {
  top: 0;
  height: 115px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrap.is-fixed.is-small #logo img,
.header-wrap.is-fixed.is-small .time {
  height: 115px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrap.is-fixed.is-small .list-social,
.header-wrap.is-fixed.is-small #mainnav .menu>li>a {
  line-height: 120px;
}

.header-wrap.is-fixed.is-small .time .list-time-1 {
  padding: 20px 0 0 3px;
}

/* Main Menu
---------------------------------------------------------------*/
.nav-wrap {
  float: right;
  line-height: 60px;
  position: relative;
  z-index: 999;
}

#mainnav .menu>li {
  display: inline-block;
  position: relative;
}

#mainnav .menu>li>a {
  line-height: 120px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 17px;
}

#mainnav.tf-menu .menu>li>a {
  line-height: 138px;
}

#mainnav .menu li a {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 600;
}

#mainnav .menu>li>a:hover,
#mainnav .menu .current-menu-item a,
#mainnav-mobi .menu .current-menu-item>a,
#mainnav-mobi .menu .current-item>a {
  color: #b19750;
}

#mainnav .menu>li>a:hover {
  color: #b19750;
}

#mainnav .menu>li>a:hover:before {
  content: "";
  position: absolute;
  background: url("../images/generalico-1.png");
  background-size: 100%;
  width: 30px;
  height: 30px;
  bottom: 17px;
  left: 50%;
  margin-left: -15px;
}

#mainnav .menu>li:last-child a {
  padding-right: 0;
}

#mainnav .menu>li a i.fa {
  padding-left: 3px;
  font-size: 15px;
}

/* sub menu */
#mainnav .menu>li>.sub-menu {
  opacity: 0;
  font-size: 28px;
  position: absolute;
  width: 230px;
  color: #fff;
  background-color: #044168;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#mainnav .menu>li>.sub-menu:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 30px;
  border-bottom: 7px solid #044168;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

#mainnav .menu>li:hover>.sub-menu {
  opacity: 1;
  z-index: 1;
  left: 10px;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav .menu>li>.sub-menu>li>a {
  display: block;
  padding: 0px 0px 0px 15px;
  line-height: 45px;
  border-bottom: 1px solid #ffffff14;
  color: #fff;
  font-size: 17px;
}

#mainnav .menu>li>.sub-menu::before:hover {
  color: #fff;
  background-color: #fff;
}

#mainnav .menu>li>.sub-menu>li>a:hover,
#mainnav .menu>li>.sub-menu>li>.sub-item {
  color: #b19750;
}

.mainnav {
  margin: 2px 0 0 -14px;
}

.mainnav.home1 {
  margin: 2px 0 0 21px;
}

/* Time
---------------------------------------------------------------*/
.time {
  height: 120px;
  width: 365px;
  background-color: #044168;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;

  float: right;
  z-index: 999;
}

.time .list-time-1 {
  color: #ffffff;
  text-align: center;
  padding: 30px 0 0 3px;
}

.time .list-time-2 {
  color: #b19750;
  padding: 5px 0px 0 68px;
}

/* rev-slider
-------------------------------------------------------------- */

.slider-home {
  position: absolute;
  width: 100%;
}

.slider-home .swiper-container {
  width: 100%;
  height: 100%;
}

.bg-slider-1 {
  background-color: #5a6259;
  opacity: 0.5;
  width: 100%;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.bg-slider-1:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.7);
}

.button-slider,
.tp-img,
.title-55 {
  z-index: 30;
}

.slider-home .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-image: url("https://themesflat.com/html/gaingrower/stylesheet/images/sld-home.png");
  height: 850px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

.slider-home .swiper-slide .image-slider {
  margin: -100px 0px 0 22px;
  z-index: -1;
}

.title-55 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;

  color: #fff;
}

.slider-home .button-prev {
  cursor: pointer;
  position: absolute;
  top: 52.8%;
  left: 40px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  z-index: 99;
  width: 70px;
  padding: 24px 0px 0 30px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.slider-home .button-next {
  cursor: pointer;
  position: absolute;
  top: 52.8%;
  right: 40px;
  height: 70px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  z-index: 99;
  padding: 24px 0px 0 30px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.slider-home .fa {
  font-size: 20px;
  color: #fff;
  z-index: 999;
  position: absolute;
}

.slider-home .button-prev:hover,
.slider-home .button-next:hover {
  background-color: #044168;
  color: rgb(255, 255, 255);
  opacity: 1;
}

.button-prev:hover,
.button-next:hover .fa {
  opacity: 1;
  color: rgb(255, 255, 255);
}

/*End rev-slider
-------------------------------------------------------------- */
.section-about {
  padding-top: 130px;
  padding-bottom: 130px;
}

.tf-about .title-about {
  margin-bottom: 25px;
}

.tf-about .img-about {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -60px;
}

.tf-about .inner-title-about {
  font-size: 18px;
  color: #044168;
  font-weight: 700;
  letter-spacing: 9px;

  padding-left: 10px;
  margin-bottom: 35px;
}

.tf-about .text-about {
  margin-bottom: 60px;
  line-height: 28px;
  padding: 0 200px 0 200px;
  text-align: center;
}

.tf-about .img-video {
  position: relative;
}

.tf-about .img-video img {
  height: 100%;
}

.img-video .video-play {
  height: 100px;
  width: 100px;
  background-color: #b19750;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 20px;
}

.img-video .video-play::after {
  height: 90px;
  width: 90px;
  background-color: #b19750;
  position: absolute;
  border-radius: 5px;
  font-size: 20px;
  border: 0.1px solid #044168;
  content: "";
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
}

.img-video .video-play .bi {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  color: #044168;
  height: 52px;
  width: 52px;
  z-index: 99;
  opacity: 0.8;
}

.img-video .video-play:hover {
  opacity: 0.6;
}

/* counter home */
.section-counter {
  padding: 110px 0 115px 0;
}

.subtitle-history,
.subtitle-portfolio,
.subtitle-counter {
  font-size: 14px;
  color: #044168;
  font-weight: 700;
  letter-spacing: 7px;

  margin-bottom: 11px;
}

.heading-counter .title-counter {
  padding-right: 100px;
  color: #3e483c;
}

.title-portfolio {
  color: #3e483c;
}

.tf-wrap {
  margin: 40px 0px 0 0;
}

.counter-style72 {
  color: #044168;
  font-size: 72px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.sub-text-counter {
  margin: 18px 0 0px 0;
  font-size: 14px;
  font-weight: 700;
  padding-right: 52px;

  line-height: 24px;
}

.color-black {
  color: black;
}

/* service home */

.section-service {
  background-color: #f9f9f9;
  padding: 110px 0 110px 0;
}

.heading-service .title-service {
  margin-bottom: 12px;
  position: absolute;
  z-index: 998;
}

.heading-service .img-service {
  margin-bottom: 0;
}

.box-service {
  box-shadow: 0 20px 35px -5px rgba(101, 102, 99, 0.25);
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all;
}

.box-service img {
  width: 100%;
}

.box-service .inner-box-service {
  padding: 20px 30px 30px 30px;
}

.wrap-title {
  width: 105px;
  height: 30px;
  background-color: #044168;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s all;
}

.box-service .inner-box-service .bottom20 {
  margin-bottom: 20px;
}

.box-service h3:hover {
  color: #b19750;
}

.box-service .wrap-title:hover {
  background-color: #b19750;
}

.box-service h3 {
  margin-bottom: 8px;
  transition: 0.5s all;
}

.box-service .subtext-service {
  line-height: 29px;
}

.box-service .icon-right {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 35px;
  border: #d9d9d9 solid 2px;
  position: absolute;
  bottom: -20px;
  right: 15px;
  line-height: 32px;
  font-size: 16px;
  color: #a2a8a3;
  transition: 0.5s all;
}

/* active service*/
.box-service:hover {
  margin-top: -20px;
}

.box-service:hover .wrap-title,
.box-service.active .wrap-title {
  color: rgb(0, 0, 0);
  background-color: #b19750;
  transition: 0.5s all;
}

.box-service:hover h3:hover,
.box-service.active h3:hover {
  color: #b19750;
  transition: 0.5s all;
}

/* end color service*/

/* portfolio home */

.section-portfolio {
  padding: 110px 0 110px 0;
  background-color: #f9f9f9;
}

.button-portfolio {
  text-align: center;
  margin: 110px 0 0px 0;
}

.img-box {
  position: relative;
  transition: 0.5s ease;
}

.img-box .img-tf-1,
.img-tf-2,
.img-tf-3,
.img-tf-4,
.img-tf-5,
.img-tf-6 {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.img-box .img-tf-4 {
  margin: -35% 0 0 0;
}

.img-box .img-tf-5 {
  margin: 6.3% 0 0px 0;
}

.img-box .img-tf-6 {
  margin: -33% 0 0 0;
}

.img-box .tf-cat-portfolio {
  width: 105px;
  height: 30px;
  background-color: #044168;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  top: -15px;
  left: 20px;
  position: absolute;
  transition: 0.5s ease;
}

.img-box .tf-cat-portfolio:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}

.img-box .tf-cat-portfolio a {
  color: #fff !important;
}

.img-box .tf-wrap-content-portfolio {
  left: 0;
  right: 0;
  width: 100%;
  background-color: #b19750;
  position: absolute;
  padding: 10px 30px 10px 30px;
  transition: 0.5s ease;
  bottom: -0.1%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-box.active .tf-wrap-content-portfolio,
.img-box:hover .tf-wrap-content-portfolio {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #b19750;
  position: absolute;
  padding: 10px 25px 10px 25px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-box .tf-readmore-portfolio {
  border-radius: 35px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 25%;
  right: -9%;
  line-height: 70px;
  overflow: hidden;
  transition: 0.5s ease;
}

.img-box .tf-readmore-portfolio::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 20px;
  color: #9da19d;
}

.img-box .tf-readmore-portfolio:hover {
  background-color: #044168;
  opacity: 0.8;
}

.img-box .tf-readmore-portfolio:hover:before {
  color: #fff;
}

.img-box .tf-wrap-content-portfolio .tf-title-portfolio a {
  color: #ffffff;
}

.img-box .tf-wrap-content-portfolio .tf-title-portfolio a:hover {
  color: #ffffff;
}

/* banner home */

.section-banner {
  background: url("../images/background/banner.jpg") no-repeat fixed center;
  width: 100%;
  height: auto;
  display: block;
  padding: 6.5% 0 6.2% 0;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.overlay-banner {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #444644;
  opacity: 0.6;
  position: absolute;
}

.tf-banner img {
  margin-bottom: 22px;
}

.tf-banner .title-banner {
  margin-bottom: 42px;
  padding: 0 10px 0 10px;
  line-height: 44px;
  color: #ffffff;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

/* team home */

.section-team {
  padding: 120px 0 0 0;
}

.heading-team h1 {
  margin-bottom: 10px;
}

.heading-team img {
  margin-bottom: 70px;
}

.team-box {
  background-color: #f7f0ea;
  border-radius: 3px;
}

.team-box .list-team-box {
  padding: 20px 30px 20px;
}

.team-box .list-team-box h3 {
  color: #4a5348;
  margin-bottom: 3px;
  transition: 0.5s;
}

.team-box .list-team-box:hover .icon-team .fa:hover,
.team-box .list-team-box:hover .title-team-box:hover {
  color: #b19750;
  transition: 0.5s;
}

.team-box .icon-team .fa {
  padding: 0px 13px 0 0px;
  color: #3e483c;
  transition: 0.5s;
}

.tf-gallery .hover-gallery,
.team-box .hover-team {
  overflow: hidden;
}

.tf-gallery .hover-gallery .img-galery,
.team-box .hover-team .img-team-box {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.tf-gallery .hover-gallery .img-galery:hover,
.team-box .hover-team .img-team-box:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

.team-box .list-team-box:hover {
  background-color: #044168;
  transition: 0.5s;
}

.team-box .list-team-box:hover .title-team-box,
.team-box .list-team-box:hover .icon-team .fa {
  color: #fff;
}

/* history home */

.section-history {
  padding: 106px 0 261px 0;
  position: relative;
  background-image: url("../images/background/history.png");
  background-repeat: no-repeat;
  background-position: 950px;
}

.tf-img-history .img-1-history {
  float: right;
}

.tf-img-history .img-2-history {
  float: left;
  margin: -362px 0px 0 0px;
}

.tf-img-history .img-3-history {
  float: right;
  margin: -370px 0 0px 0;
}

.tf-img-history .img-4-history {
  margin: -61% 0 0 18%;
}

.heading-history {
  margin: 162px 0 0 0;
}

.heading-history.tf-heading2 {
  margin: 114px 0 0 0;
}

.heading-history .subtitle-history {
  margin-bottom: 18px;
}

.heading-history .title-history {
  margin-bottom: 27px;
}

.heading-history .text-history {
  line-height: 29px;
  margin-bottom: 37px;
}

.history-box {
  margin-bottom: 22px;
  display: flex;
}

.history-box li {
  display: flex;
  width: 50%;
}

.history-box .icon-tf.icon-mon {
  margin-left: 30px;
}

.history-box .title-icon {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;

  line-height: 57px;
  margin: 0px 0 0 20px;
  color: #000;
}

.button-history {
  margin: 67px 0 0px 0;
}

/* testimonials home */

.section-testimonials {
  background-color: #044168;
  width: 100%;
  height: 100%;
}

.section-testimonials .container {
  background: url("../images/map.png") no-repeat center right;
  background-size: 55%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-testimonials p {
  color: #b19750;
}

.heading-testimonials h2 {
  color: #fff;
  line-height: 64px;
}

.heading-testimonials h3 {
  color: #dadada;
  padding: 0px 110px 0 0px;
  font-size: 20px;
  line-height: 33px;
}

.button-testimonials {
  float: right;
  margin: 84px 0 0 0;
}

.tf-testi {
  box-shadow: 0 20px 35px -5px rgba(101, 102, 99, 0.25);
  width: 100%;
  background-color: #ffff;
  margin-top: -213px;
  padding: 120px 0px 20px 0px;
}

.tf-testi .testi-box img {
  width: 100px !important;
  height: 100px !important;
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}

.tf-testi .testi-box h3 {
  padding: 0px 20px 30px 20px;
  color: #798883;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
}

.tf-testi .design {
  display: flex;
}

.tf-testi .design .name-design {
  padding-left: 22.5%;
  font-size: 16px;
  color: #000000;
  font-weight: 700;

}

.tf-testi .design .work-design {
  margin-left: 15%;
  font-size: 14px;
}

/* brand */

.section-brand {
  padding: 120px 0 120px 0;

  position: relative;
}

/* blog home */

.heading-our-news h1 {
  margin-bottom: 10px;
}

.heading-our-news img {
  margin-bottom: 70px;
}

.our-news-box {
  position: relative;
  margin-bottom: 80px;
}

.our-news-box.style-2 {
  position: relative;
  margin-bottom: 50px;
}

.our-news-box .img-news-box {
  position: relative;
}

.our-news-box .img-news-box img {
  width: 100%;
}

.our-news-box .img-news-box:hover .overlay-news {
  opacity: 0.5;
  background-color: #000000;
}

.our-news-box .overlay-news {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}

.our-news-box .list-news {
  background-color: #f5f5f5;
  padding: 30px 45px 43px 30px;
}

.our-news-box .list-news .wrap-title-news {
  width: 105px;
  height: 30px;
  background-color: #044168;
  position: absolute;
  color: white;
  left: 30px;
  top: 30px;
  text-align: center;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-radius: 5px;
}

.our-news-box .list-news h3 {
  color: #5a6f68;
  margin-bottom: 15px;
}

.our-news-box .list-news h3:hover {
  color: #044168;
}

.our-news-box .list-news .subtext-blog {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.our-news-box .list-news .list-icon-news .fa {
  padding: 0 15px 0px 0;
}

.our-news-box .list-news .icon-right-box {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 35px;
  border: #d9d9d9 solid 2px;
  position: absolute;
  bottom: -30px;
  right: 30px;
  line-height: 55px;
}

.our-news-box .list-news .icon-right-box:hover {
  background-color: #b19750;
  border: #b19750 solid 2px;
}

.our-news-box .list-news .icon-right-box:hover .fa {
  color: #fff;
}

.our-news-box .list-news .icon-right-box .fa {
  font-size: 20px;
  color: #bababa;
}

/* instagram-home */

.section-instagram {
  padding-top: 120px;
}

.box-instagram img {
  display: block;
  width: 100%;
  height: 200px;
}

.box-instagram:hover .overlay-instagram {
  height: 0%;
}

.box-instagram .overlay-instagram {
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.5s ease;
  background-color: #b19750;
  position: absolute;
  opacity: 0.9;
  z-index: 1;
}

.box-instagram .text-instagram {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #044168;
  z-index: 9999;
  height: 40px;
  width: 130px;
  text-align: center;
  line-height: 40px;
}

/* end body home 01 */

/* Footer 
---------------------------------------------------------------*/
#footer {
  /* background-color: #2e2e2e; */
  background-color: #044168;
  color: #aaa;
  margin-top: 0;
  height: auto;
  font-size: 15px;
  padding: 100px 0 0px 0;
}

#footer .container-fluid {
  max-width: 1550px;
}

.tf-footer img {
  margin-bottom: 47px;
}

.copy-right,
.tf-footer ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 238, 0);
}

.tf-footer ul li a {
  color: #fff;
  margin-right: 15px;
}

.contact-social {
  display: inline-block !important;
}

.contact-social .icon-contact {
  padding-left: 0px !important;
}

.contact-social .icon-contact a {
  margin-right: 15px;
}

.tf-footer .copy-right {
  margin-bottom: 16px;
  text-decoration: none;
  list-style-type: none;
  color: white;
}

.tf-footer .icon-footer .fa {
  padding: 0 20px 0 0px;
  color: #aaa;
  font-size: 18px;
}

.tf-footer .icon-footer .fa:hover {
  color: #b19750;
}

.link-footer a:hover {
  color: #b19750;
}

.link-footer .list-link-1 {
  margin-left: 0px;
}

.link-footer .list-link-2 {
  margin-left: 8px;
}

.link-footer .list-link-3 {
  margin-left: 0px;
}

.link-footer ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
  line-height: 40px;
  text-decoration: none;
}

.link-footer h6 {
  color: white;
  margin-bottom: 5px;
}

.payment {
  float: right;
  margin-right: 4px;
}

.payment .img-payment {
  margin-top: 50px;
}

/* Footer Bottom
---------------------------------------------------------------*/

.footer-bottom {
  width: 100%;
  height: auto;
  background-color: #044168;
  padding: 80px 0 80px 0px;
  border-bottom: 1px solid #b19750;
}

/* 
.footer-bottom::after {
	content: '';
	display: block;
 	width: 120px;
  	height: 2px;
  	background: #000;
  	left: 0;
  	top: 50%;
  	position: absolute;
} */
.title-footer-bottom {
  padding: 0px 50px 0px 0;
}

.title-footer-bottom i {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: white;
  line-height: 70px;
  float: left;
}

.button-footer {
  float: right;
  line-height: 40px;
  margin-top: 30px;
}

/* End Footer Bottom */

/* fotter home 2 */
#footer.home2 {
  background-image: url("../images/background/footer-home2.jpg");
  margin-top: -5px;
  height: auto;
  padding: 121px 0 50px 0;
  position: relative;
  background-size: cover;
}

#footer.home2 .container-fluid {
  max-width: 1550px;
}

.footer-bottom.home2 {
  width: 100%;
  height: auto;
  background-image: url("../images/background/bottom-home2.jpg");
  padding: 80px 0 70px 0px;
}

.overlay-footer.home2 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  position: absolute;
}

.tf-footer.home2 .copy-right {
  margin-bottom: 16px;
  text-decoration: none;
  list-style-type: none;
  color: rgb(0, 0, 0);
}

.copy-right.home2,
.tf-footer.home2 ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #044168;
}

.link-footer.home2 h6 {
  color: #044168;
  margin-bottom: 5px;
}

.link-footer.home2 ul li a:hover {
  color: #044168;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
  display: block;
  background-color: #044168;
  z-index: 100000;
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid #3e483c;
  cursor: pointer;
}

#mainnav-mobi ul>li>a {
  text-decoration: none;
  padding: 0 15px;
  color: #fff;
}

#mainnav-mobi ul li a {
  line-height: 60px;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  background-color: #252c24;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
  border-top: 1px solid #3e483c;
  background-color: #252c24;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
  padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu>li>a {
  display: block;
  text-decoration: none;
  padding: 0 30px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
  color: #fff;
}

.btn-menu {
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  top: 50px;
  right: 15px;
  width: 26px;
  height: 16px;
  z-index: 100;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #ffffff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
  position: absolute;
  right: 10px;
  top: 5px;
  font: 20px/50px "FontAwesome";
  text-align: center;
  cursor: pointer;
  width: 70px;
  height: 44px;
}

.btn-submenu:before {
  content: "\f107";
  color: #fff;
}

.btn-submenu.active:before {
  content: "\f106";
}

/* GoTop
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: -35px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #b19750;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  right: 15px;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top i {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}

.go-top:hover {
  background-color: #044168;
}

.go-top:hover i {
  color: #b19750;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clear-loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loading-effect-2 {
  width: 100px;
  height: 100px;
}

.loading-effect-2>span,
.loading-effect-2>span:before,
.loading-effect-2>span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #044168;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-effect-2>span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.loading-effect-2>span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.loading-effect-2>span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.box-service .icon-right:hover {
  background: #b19750;
  color: #fff;
  border: #b19750 solid 2px;
}

.heading-service {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-service .img-service {
  /* left: 45%;
  top: -14px; */
  opacity: 0.5;
  z-index: 1;
}

.section-our-news {
  padding: 110px 0px;
}

.link-footer {
  padding-left: 70px;
}

.link-footer.f-contact {
  padding-left: 20px !important;
}

.link-footer span {
  width: 35%;
}

.link-footer a {
  display: inline-block;
  width: 63%;
}

.footer-contact a {
  font-size: 15px !important;
}

.footer-bt {
  padding: 20px 0px;
  margin-top: 40px;
  /* background: #292929; */
  background: #043351;
}

.icon-footer {
  margin-top: 30px;
}

.img-logo1 {
  display: block;
}

.img-logo2 {
  display: none;
}

.footercopyright {
  font-size: 14px;
}

.header-wrap.fixed {
  background: #2c332b;
  position: fixed;
  border-bottom: 2px solid #2c332b;
}

/* .owl-item.active:hover {
  width: 500px !important;
  height: 500px !important;
  position: absolute;
} */
.header-wrap.fixed .img-logo1 {
  display: none;
}

.header-wrap.fixed .img-logo2 {
  display: block;
}

.header-wrap.fixed #mainnav .menu li a {
  color: #fff;
}

.header-wrap.fixed #mainnav .menu li a:hover {
  color: #b19750;
}

.incefikirler img {
  float: right;
  width: 100px;
  margin-top: 7px;
}

.sub_banner {
  width: 100%;
  height: auto;
  padding: 210px 0px 138px;
  position: relative;
}

.sub_banner::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.wrap-banner {
  width: 100%;
}

.heading-title-page {
  font-size: 36px !important;
  line-height: 60px !important;
}

.heading-title-content,
.heading-title-content a {
  font-size: 16px !important;
}

.returnmsg {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 22222;
}

.row.cst-product-detail {
  padding: 50px 0 50px;
}

.row.cst-product-detail .heading-history.style-05 {
  margin-top: 0px;
}

.main-post.cst-product-sub-detail .heading-post p em {
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: #044168;
}

.main-content.cst-product-sub-detail-content {
  padding: 120px 0 0px
}

.cst-product-sub-detail-content .heading-post ul li {
  padding: 10px 0px 10px 0px;
  list-style: disc;
  margin-left: 18px;
}

.cst-product-sub-detail-content .heading-post ul li::marker {
  color: #044168;
}

.cst-product-sub-detail-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.post-wrap .cst-product-sub-detail .img-box-blog img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.post-wrap .img-box-blog img.cst-project-detail-img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

em {
  font-style: italic;
}

.sidebar .widget {
  height: auto !important;
}

.widget-categories .widget-title-01 {
  position: relative;
  display: inline-block;
}

.widget-categories .widget-title-01::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 40%;
  height: 2px;
  background: #044168;
  transition: .3s;
}

.widget-categories ul li:hover a {
  color: #044168;
}

.sidebar-active {
  color: #044168;
  font-weight: 600;
}

.box-instagram {
  position: relative;
}

.box-instagram .magic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  line-height: 200px;
  color: #fff;
  z-index: 2222;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
}

.box-instagram:hover .magic {
  opacity: 1;
}

.fancybox__container {
  z-index: 2222222 !important;
}

.comment-respond .comment-respond-text {
  width: 100%;
  display: inline-block;
}

.cst-product-detail-text {
  padding-top: 30px;
  padding-bottom: 100px;
}

.cst-product-detail-text p {
  text-align: center;
}

.cst-product-detail-p-strong p strong {
  color: #044168;
}

.cst-product-sub-detail-pb60 {
  padding-bottom: 60px;
}

.cst-product-sub-detail-pt60 {
  padding-top: 60px;
}

.cst-product-sub-detail-mb60 {
  margin-bottom: 60px;
}

.cst-product-sub-detail-mt60 {
  margin-top: 60px;
}

.product-detail-slider.cst-product-sub-detail-content .instagram1-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 0px;
}

.cst-product-detail-title {
  margin-bottom: 20px;
}