* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Titillium Web';
}

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

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

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


/*---------------------- Font Face ------------------*/
/*
  font-family: 'Titillium Web';
*/
/*---------------------- Font Face ------------------*/
.header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0px 0;
	margin: 0;
	transition: all 300ms ease-in-out;
  background: #fff;
}
.header .header-wrap{
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 113px;
    display: flex;
    align-items: center;
}

.header .logo {
  padding: 0;
  width: 151px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width:768px){
  .stellarnav.dark, .stellarnav.dark ul ul {
    background: transparent;
  }
}

.stellarnav.dark a,
.stellarnav.dark li a {
	color: #000;
}

.stellarnav>ul>li>a {
	position: relative;
	display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height:1.2;
  color: #5A5757;
  padding: 0;
  transition: all 300ms ease-in-out;
}
.stellarnav>ul>li>a:hover{
  color: #0055A5;
}

.stellarnav>ul>li>a:hover:after,
.stellarnav ul li.active a {
	width: 80%;
}

.stellarnav>ul {
	width: 100%;
  line-height: 0;
}

.stellarnav>ul>li {
	margin-right:60px;
}
.stellarnav>ul>li:nth-child(5){
  margin-right: 320px;
}

.stellarnav>ul>li:last-child {
	margin-right: 0;
}

.banner {
	position: relative;
	padding: 0;
	margin: 0;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner .desc {
	background: rgba(0, 0, 0, 0.64);
	max-width: 735px;
	padding:60px 100px 60px 60px;
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.banner .desc h1{
  font-weight: 700;
  font-size: 64px;
  line-height: 69px;
  color: #F9F9F9;
  text-shadow: 0px 54px 24px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0 0 30px;
}
.banner .desc h1 span{
  font-weight: 400;
}
.banner .desc strong{
  display: block;
  font-weight: 600;
  font-size: 26px;
  line-height:1.2;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
}
.banner .desc p{
  font-weight: 400;
  font-size: 21px;
  line-height:1.2;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

#banner-slider .owl-nav button {
	border: none;
	box-shadow: none;
	outline: none;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background: #009de1;
	padding: 10px !important;
}

#banner-slider .owl-nav button.owl-prev {
	left: 20px;
}
#banner-slider .owl-dots{
    position: relative;
    bottom: 0;
    max-width: 1240px;
    margin: -54px auto 0;
    padding: 0 15px 30px;
}
#banner-slider .owl-dots button{
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0 8px 0 0;
}
#banner-slider .owl-dots button span{
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
}
#banner-slider .owl-dots button.active span{
  background: #fff;
  width: 32px;
  border-radius: 10px;
}

#banner-slider .owl-nav button.owl-next {
	right: 20px;
}

.banner-slider-wrap .item img{
  width: 100%;
  height: calc(100vh - 113px);
  object-fit: cover;
}

.banner-contact{
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 60px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.banner-contact .banner-contact-wrap{
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.banner-contact .banner-contact-wrap .form-wrap{
  background: rgba(0,85,165,.92);
  padding: 40px 15px 30px;
  max-width: 385px;
  width: 100%;
}
.banner-contact .banner-contact-wrap .form-wrap h2{
  text-align: center;
  font-weight: 700;
  font-size: 41px;
  line-height:1.2;
  color: #FFFFFF;
  text-shadow: 0px 54px 24px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0 0 10px;
}
.banner-contact .banner-contact-wrap .form-wrap > p{
  font-weight: 600;
  font-size: 20px;
  line-height:1.2;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 54px 24px rgba(0, 0, 0, 0.15);
  padding: 0 0 10px;
  margin: 0 0 30px;
  position: relative;
}
.banner-contact .banner-contact-wrap .form-wrap .btn-wrap p{
  position: relative;
}
.banner-contact .banner-contact-wrap .form-wrap > p:after{
  content: '';
  width: 70px;
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
}
.banner-contact .banner-contact-wrap .form-wrap .btn-wrap .wpcf7-spinner{
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-contact .banner-contact-wrap .form-wrap .form-control{
  background: rgba(4, 27, 49, 0.7);
  border: 1px solid #5B96CD;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 6px 15px;
  height: 46px;
  color: #fff;
}
.banner-contact .banner-contact-wrap .form-wrap textarea.form-control{
  height: 120px;
  resize: none;
}
.banner-contact .banner-contact-wrap .form-wrap .btn{
  font-weight: 700;
  font-size: 22px;
  line-height:1.2;
  color: #302D2D;
  padding: 12px 30px;
  background: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  transition: all 300ms ease-in-out;
}
.banner-contact .banner-contact-wrap .form-wrap .btn:hover{
  background: #e40613;
  color: #fff;
}

.home-about{
  padding: 40px 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.home-about::after{
  content: '';
  background: #0055A5;
  left: 0;
  top: 0;
  width: 35%;
  height: 75%;
  position: absolute;
  z-index: 1;
}
.home-about .tham-img{
  position: relative;
  padding: 0 10px 10px 0;
  margin: 0;
  z-index: 2;
}
.home-about .tham-img:after{
  content: '';
  width: 215px;
  height: 215px;
  border-right: 2px solid #47637D;
  border-bottom: 2px solid #47637D;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-about .tham-img img{
  width: 100%;
  height: auto;
}
.home-about .text-block{
  padding: 0;
  margin: 0;
}
.home-about .text-block h3{
  font-weight: 700;
  font-size: 58px;
  line-height:1.2;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
}
.home-about .text-block h4{
  font-weight: 300;
  font-size: 42px;
  line-height:1.2;
  color: #302D2D;
  padding: 0;
  margin: 0;
}
.home-about .text-block h2{
  font-weight: 700;
  font-size: 83px;
  line-height:1;
  color: #1F2932;
  padding: 0;
  margin: 0 0 20px;
}
.home-about .text-block h2 span{
  font-weight: 400;
  color: #E72530;
  font-size: 53px;
}
.home-about .text-block p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #454141;
  padding: 0 0 15px;
  margin: 0;
}
.home-about .text-block a{
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height:1.2;
  color: #FFFFFF;
  padding: 10px 25px;
  margin: 0;
  transition: all 300ms ease-in-out;
  background: #E40613;
}
.home-about .text-block a:hover{
  background: #0055A5;
}
.mid-logo-sec{
  position: relative;
  padding: 0;
  margin: 0;
}
.mid-logo-sec > img{
  width: 100%;
  height: auto;
  padding: 0 0px;
  margin: 0;
}
.mid-logo-sec .logo-icon{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.constaruction-sec{
  padding: 0px 0;
  margin: 0;
}
.constaruction-sec .row:nth-child(even){
  flex-direction: row-reverse;
}
.constaruction-sec .img-block{
  padding: 0;
  margin: 0;
}
.constaruction-sec .img-block img{
  width: 100%;
  height: auto;
}
.constaruction-sec .text-block{
  padding: 0 0 0 30px;
  margin: 0;
}
.constaruction-sec .text-block h3{
  font-weight: 700;
  font-size: 58px;
  line-height:1;
  color: #1F2932;
  padding: 0 0 30px;
  margin: 0;
}
.constaruction-sec .text-block p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #454141;
  padding: 0;
  margin: 0 0 20px;
}
.constaruction-sec .text-block ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #454141;
  padding: 0;
  margin: 0 0 10px;
}
.constaruction-sec .text-block h4{
  font-weight: 400;
  font-size:33px;
  line-height:1;
  color: #1F2932;
  padding: 0 0 30px;
  margin: 0;
}
.constaruction-sec .text-block .desc{
  max-width: 560px;
  padding: 0;
  margin: 0;
}
.constaruction-sec .row:nth-child(even) .text-block{
  display: flex;
  justify-content: flex-end;
  padding: 0 30px 0 0;
}

.building-constaruction-sec{
  background: #0055A5;
  padding: 40px 0 10px;
  margin: 0;
}
.building-constaruction-sec .ttl{
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
.building-constaruction-sec .ttl h3{
  font-weight: 400;
  font-size: 33px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.building-constaruction-sec .ttl h2{
  font-weight: 700;
  font-size: 49px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0;
  margin: 0 0 30px;
}
.building-constaruction-sec .ttl p{
  font-weight: 400;
  font-size: 19px;
  line-height:26px;
  color: #FFFFFF;
  padding: 0;
  margin: 0 0 15px;
}
.building-constaruction-sec .building-box{
  position: relative;
  padding: 0;
  margin: 0 0 30px;
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.25);
}
.building-constaruction-sec .building-box .tham-img{
  padding: 0;
  margin: 0;
}
.building-constaruction-sec .building-box .tham-img img{
  width: 100%;
  height: auto;
}
.building-constaruction-sec .building-box .text-block{
  background: #fff;
  padding: 15px 15px;
  text-align: center;
}
.building-constaruction-sec .building-box .text-block a {
  font-weight: 400;
  font-size: 31px;
  line-height: 1.2;
  color: #000000;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  height: 83px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.corp-gallery{
  padding: 0;
  margin: 0;
  position: relative;
}
.corp-gallery img{
  width: 100%;
  height: auto;
}
.corp-gallery .gallery-text{
  padding: 0 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.corp-gallery .gallery-text h2{
  font-weight: 700;
  font-size: 61px;
  line-height:1.2;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.corp-gallery .gallery-text h3{
  font-weight: 400;
  font-size: 49px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.cat-list-sec{
  padding: 50px 0;
  margin: 0;
}
.cat-list-sec .list-box{
  position: relative;
  padding: 0;
  margin: 0;
}
.cat-list-sec .list-box .img-box{
  padding: 0;
  margin: 0;
}
.cat-list-sec .list-box .img-box img{
  width: 100%;
  height: auto;
}
.cat-list-sec .list-box .text{
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cat-list-sec .list-box .text a{
  font-weight: 600;
  font-size: 31px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0 0 30px;
  margin: 0;
  display: block;
  transition: all 300ms ease-in-out;
}
.cat-list-sec .list-box .text a span{
  display: block;
  text-align: center;
}
.cat-list-sec .list-box .text a:hover{
  color: #0055A5;
}
.qualified-sec{
  padding: 60px 0;
  margin: 0;
  background: #F2F2F2;
}
.qualified-sec .qualified-text{
  text-align: center;
  padding: 0;
  margin: 0;
}
.qualified-sec .qualified-text h2{
  font-weight: 700;
  font-size: 68px;
  line-height:1.2;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
}
.qualified-sec .qualified-text  span{
  font-weight: 400;
  font-size: 58px;
  line-height: 1.2;
  display: block;
}
.qualified-sec .qualified-text p{
  font-weight: 400;
  font-size: 19px;
  line-height: 38px;
  color: #454141;
  padding: 0;
  margin: 0;
}
.variety-sec{
  padding: 40px 0 0;
  margin: 0;
}
.variety-sec .ttl{
  text-align: center;
  padding: 0 0 40px;
  margin: 0;
}
.variety-sec .ttl h2{
  font-weight: 700;
  font-size: 68px;
  line-height: 78px;
  color: #1F2932;
  padding: 0 0 30px;
  margin: 0;
}
.variety-sec .ttl p{
  font-weight: 400;
  font-size: 19px;
  line-height: 38px;
  color: #454141;
  padding: 0;
  margin: 0;
}
.variety-sec .img-tham{
  padding: 0;
  margin: 0;
}
.variety-sec .img-tham img{
  width: 100%;
  height: auto;
}
.variety-sec .text-block{
  max-width: 560px;
  padding: 0 0 0 30px;
  margin: 0;
}
.variety-sec .text-block h2{
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
}
.variety-sec .text-block p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #454141;
  padding: 0;
  margin: 0 0 30px;
}
.variety-sec .text-block h3{
  font-weight: 700;
  font-size: 29px;
  line-height: 37px;
  color: #1F2932;
  padding: 0;
  margin: 0 0 20px;
}

.footer{
  background: #042543;
  padding: 30px 0;
  margin: 0;
}
.footer .footer-wrap{
  padding: 0;
  margin: 0;
}
.footer .footer-wrap .ft-logo{
  padding: 0;
  margin: 0;
}

.footer .footer-wrap .ft-box{
  padding: 0;
  margin: 0;
}

.footer .footer-wrap .ft-box ul li{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 14px;
  line-height:1.2;
  color: #FFFFFF;
}
.footer .footer-wrap .ft-box ul li a{
  color: #FFFFFF;
}
.footer .footer-wrap .ft-box ul li:last-child{
  margin-bottom: 0;
}

.footer .footer-wrap .ft-box ul li span{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E40613;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 6px 0 0;
}
.copyright{
  background: #042543;
  border-top: 1px solid #496E8F;
  padding: 30px 0;
  margin: 0;
}
.copyright p{
  font-weight: 400;
  font-size: 15px;
  line-height:1.2;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.inner-banner{
  position: relative;
  padding: 0;
  margin: 0;
}
.inner-banner img{
  width: 100%;
  height: auto;
}
.inner-banner .desc{
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.inner-banner .desc .text{
  background: rgba(0, 0, 0, 0.64);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 351px;
  margin: 0 auto;
  padding: 0 15px;
}
.inner-banner .desc .text h2{
  font-weight: 700;
  font-size: 64px;
  line-height: 69px;
  color: #F9F9F9;
  text-shadow: 0px 54px 24px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
}

.common-para p{
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #454141;
  padding: 0;
  margin: 0 0 15px;
}

.gallery-sec{
  padding: 60px 0;
  margin: 0;
}
.gallery-sec .gallery-wrap {
  column-count: 3;
  column-gap: 15px;
}
.gallery-sec .view-all-btn{
margin-top: 30px;
}
.gallery-box {
  position: relative;
  padding: 0;
  margin: 0 0 15px;
}
.gallery-box  a > img{
  width: 100%;
  height: auto;
}

.gallery-box .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(4,37,67,.67);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 0%;
  margin: auto;
  transition: all 300ms ease-in-out;
}
/* .gallery-box .overlay-box::after{
  content: '';
  width: 90%;
  height: 90%;
  border: 10px solid rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
} */
.gallery-box .overlay-box .icon{
  width: 80px;
}
.gallery-box .overlay-box .icon img{
  width: 0%;
  transition: all 300ms ease-in-out;
}
.gallery-box:hover .overlay-box{
  width: 100%;
  height: 100%;
}
.gallery-box:hover .overlay-box .icon img{
  width: 100%;
}
.fancybox-thumbs__list a{
  line-height: 0;
  margin: 0;
}
.gallery-sec h2{
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: 77px;
  line-height: 1.2;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
.gallery-sec h2 span{
  font-weight: 400;
}
.view-all-btn{
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height:1.2;
  color: #FFFFFF;
  background: #E40613;
  border: 1px solid #E40613;
  padding: 10px 30px;
  transition: all 300ms ease-in-out;
}
.view-all-btn:hover{
  color: #E40613;
  background: #fff;
}





#faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.faq-sec {
  padding: 60px 0;
  margin: 0;
}

.faq-sec a.btn.btn-header-link {
  display: block;
  text-align: left;
  padding: 0;
}

.faq-sec .card{
  margin: 0 0 15px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.faq-sec .card-header{
  background: #FFFFFF;
  border: none;
  
}
.faq-sec .card-header{
  padding: 0;
}
.faq-sec .card-header .btn-header-link.collapsed{
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height:1.2;
  color: #433D3D;
  padding: 0;
  margin: 0;
  padding: 15px;
  display: block;
  background: #FFFFFF;
}

.faq-sec .card-header .btn-header-link {
  color: #fff;
  padding: 15px;
  display: block;
  background: #0055A5;
  border-radius: 5px;
  font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
}
.contact-sec{
  padding: 0;
  margin: 0;
}
.contact-sec .contact-box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  height: 100%;
}
.contact-sec .contact-box .contact-box-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}
.contact-sec .contact-box .contact-box-wrap .icon{
  height: 110px;
  width: 110px;
  background: #E40613;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.contact-sec .contact-box .contact-box-wrap .text{
  padding:40px 0 0 0;
  margin: 0;
}
.contact-sec .contact-box .contact-box-wrap .text p{
  font-weight: 400;
  font-size: 23px;
  line-height:1.2;
  color: #433D3D;
  padding: 0;
  margin: 0;
}
.contact-sec .contact-box .contact-box-wrap .text .number{
  font-weight: 600;
  font-size: 26px;
  line-height:1.2;
  color: #433D3D;
  padding: 0;
  margin: 0;
}
.contact-sec .contact-box .contact-box-wrap .text a{
  font-weight: 600;
  font-size: 14px;
  line-height:1.2;
  color: #433D3D;
  padding: 0;
  margin: 0;
}
.contact-sec .col-lg-3:nth-child(odd) .contact-box{
background: #F9F9F9;
}
.remodeling-slider-sec {
  padding: 50px 0;
  margin: 0;
}
.remodeling-sl-text .tham-img img{
  width: 100%;
  height: 100%;
}
.remodeling-sl-text .text-box{
  padding: 0;
  margin: 0;
}
.remodeling-sl-text .text-box h3{
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
}
.remodeling-sl-text .text-box p{
  font-weight: 400;
  font-size: 16px;
  line-height:1.6;
  color: #454141;
  padding: 0;
  margin: 0 0 15px;
}

.slick-prev {
  left: 0px;
  top: inherit;
  bottom: 40%;
}
.slick-next {
  left: 0px;
  top: 40%;

}

.slick-prev, .slick-next{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #fff !important;
  z-index: 2;
}

.slick-prev:before, 
.slick-next:before {
  font-family: FontAwesome;
  color: #564D4D;  
  font-size: 30px;
}
.slick-prev:before{
  content: "\f104";
}
.slick-next:before{
  content: "\f105";
}

.slick-dots {
  bottom: -30px;
}
a.dot{
padding:0;
}
a.dot:hover{
background:transparent;
}
.slick-dots li{
  display: none;
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li.slick-active,.slick-dots li:last-child{
  display: inline-block;
}
.slick-dots li a{
font-weight: 400;
font-size: 15px;
line-height:1.2;
color: #5A5757 !important;
}
.slick-dots li.slick-active a{
  font-size: 55px;
}
.slick-dots {
  bottom: 32px;
  width: auto;
  left: 10px;
}
.remodeling-slider-sec .remodeling-sl-text .tham-img{
  position: relative;
  padding: 0 0 40px 60px;
  margin: 0;
  z-index: 2;
}
.remodeling-slider-sec .remodeling-sl-text .tham-img:after{
  content: '';
  background: #F8F8F8;
  height: 160px;
  left:-40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.our-project-sec{
  background: #F2F2F2;
  padding: 60px 0;
  margin: 0;
}
.our-project-sec h2{
  font-weight: 300;
  font-size: 37px;
  line-height:1.2;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
.our-project-sec .our-project-box{
  position: relative;
  padding: 0;
  margin: 0;
}
.our-project-sec .our-project-box .tham-img{
  position: relative;
  padding: 0;
  margin: 0;
}
.our-project-sec .our-project-box .tham-img:after{
  content: '';
  background: rgba(1, 18, 34, .7);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.our-project-sec .our-project-box .tham-img img{
  width: 100%;
  height: auto;
}
.our-project-sec .our-project-box .text{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 0 0 30px;
}
.our-project-sec .our-project-box .text span{
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  color: #FEB5B5;
  padding: 0 0 10px;
  margin: 0;
}
.our-project-sec .our-project-box .text h3{
  font-weight: 600;
  font-size: 29px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 0 0 15px;
  margin: 0;
}
.our-project-sec .our-project-box .text a{
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  color: #FEB5B5;
  padding: 0;
  margin: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
.our-project-sec .our-project-box:hover .text a{
  visibility: visible;
}


.blog-sec {
  background: #F2F2F2;
  padding: 60px 0;
  margin: 0;
}
.blog-sec h2 {
  font-weight: 300;
  font-size: 37px;
  line-height: 1.2;
  color: #1F2932;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
.blog-post-box{
  padding: 0;
  margin: 0 0 30px;
}
.blog-post-box .tham-box{
  padding: 0;
  margin: 0;
  height: 275px;
}
.blog-post-box .tham-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-box .text-box{
  padding:15px;
  margin: 0;
  background: #fff;
}
.blog-post-box .text-box span{
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #E40613;
  padding: 0;
  margin: 0 0 10px;
}
.blog-post-box .text-box h3{
  font-weight: 400;
  font-size: 22px;
  line-height:1.2;
  color: #000000;
  padding: 0;
  margin: 0 0 10px;
}
.blog-post-box .text-box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #454141;
  padding: 0;
  margin: 0 0 15px;
}
.blog-post-box .text-box a{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #E40613;
  padding: 0;
  margin: 0;
}
.remodeling-slider-sec .remodeling-sl-text .tham-img .half-tham{
  height: 260px;
  position: relative;
}
.remodeling-slider-sec .remodeling-sl-text .tham-img .half-tham img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.remodeling-slider-sec .remodeling-sl-text .tham-img .half-tham span{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(4, 37, 67, .75);
  display: block;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  font-size: 29px;
  line-height:1.2;
  color: #FFFFFF;
}
.remodeling-slider-sec.main-slider-sec .remodeling-sl-text .tham-img{
  padding: 0 60px 40px 0px;
}
.remodeling-slider-sec.main-slider-sec .remodeling-sl-text .tham-img:after{
  left: inherit;
  right: 0;
}

.remodeling-slider-sec.main-slider-sec .slick-dots {
  bottom: 32px;
  width: auto;
  right: 10px;
  left: inherit;
}
.remodeling-slider-sec.main-slider-sec .slick-next {
  right: 0;
  left: inherit;
}
.remodeling-slider-sec.main-slider-sec .slick-prev {
  left:inherit;
  right: 0;
  top: inherit;
  bottom: 40%;
}
