.posrel{
  position: relative;
}
.fw900{
  font-weight: 900;
}
.d-none{
	display: none;
}
.padding-right{
	padding-right: 20px;
}
.padding-left{
	padding-left: 20px;
}
.image_style img{
	border-radius: 10px;
}
.bg-white{
  background: #fff
}

.icon-text {
    margin-right: 35px;
}

.wm {
    color: rgba(0,0,0,.05);
    font-family: 'Poppins',Arial, Helvetica, sans-serif;
        width: 100%;
    position: absolute;
    font-size: 100px;
    text-align: center;
    font-weight: bold;
    top: -10px;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.sec-title {
    margin-top: -5px;
    padding-bottom: 40px;
    position: relative;
}
.sec-title h2 {
    color: #252525;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
}
.sec-title h2 span {
    color: var(--primarycolor);
}
.sec-title span.decor {
    background: #d5ac63 none repeat scroll 0 0;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    /*z-index: 1;*/
}

.sec-title span.decor:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #d5ac63;
    border-radius: 50%;
    content: "";
}
@media (max-width: 999px){
body .mt-res{
    margin-top:35px;
}
.padding-left{
    padding-left:0;
}
.padding-right{
    padding-right:0;
}
}
/* ============================================================== 
     # Header 
=================================================================== */
header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.top-bar a,
.top-bar a:hover {
    color: #fff;
}
a.navbar-brand .site-title {
    margin-bottom: 0;
}


a.navbar-brand:hover {
    color: var(--primarycolor);
}
#main_nav {
    transition: all 0.6s ease-in-out;
}
.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 0 15px;
    transition: 0.9s ease-in-out;
}
.menubar{
	padding: 15px 0;
}
#menubar li.nav-item.active a {
    
}
.navbar .container {
    display: contents;
        flex-wrap: nowrap;
    margin: auto;
    align-items: center;
    padding: 0;
}
#menubar{
	    justify-content: flex-end;
}
li.nav-item.active > a,
li.nav-item a:hover {
  color: var(--primarycolor);
  /*
  color:#fff;
   background:  var(--primarycolor);*/
   border-radius: 5px;
}
.navbar-nav > li.nav-item {
    margin: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link a
{
  padding: 10px 15px;
}
.navbar a{
	font-size: 0.9rem;
    line-height: 0.8;
     color: #555555;
        font-weight: 600;

        text-transform: uppercase;

}
.top-bar {
    background: var(--primarycolor);
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    color: #ffc800;
}
.top-bar ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
    justify-content: space-between;
    width: 100%;
}




ul.dropdown-menu li {
    padding-top: 15px;
    padding-bottom: 15px;
} 
ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px dashed;
}
ul.dropdown-menu {
    padding: 0;
}





/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li{ position: relative;  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }
  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{ display: block; }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
} 
/* ============ small devices .end// ============ */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner.banner-slider.slick-initialized.slick-slider {
    margin-top: 200px !important;
}
}




/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover > .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

}	









/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ 
    background-color: var(--primarycolor);

  }
	.dropdown-menu > li:hover > .submenu{ display: block; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;/*#212529*/
    background-color: transparent!important;
    transition: 0.5s;
}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  nav .navbar-nav .dropdown-menu {
    position: absolute!important;
    left: 70%;
    top: -3px;
}

}	
/* ============ small devices .end// ============ */


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 200, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  button.navbar-toggler {
    background: var(--primarycolor);
}



/********** top bar *************/
.top-bar i {
    color: #fff;
    padding-right: 15px;
}
/********** top bar *************/
@media only screen and (max-width: 575px){
  /********** top bar *************/
.top-bar li {
    width: 100%;
    flex: 0 0 100%;
    overflow: auto;
    padding: 5px 0;
}

.top-bar {
    overflow: auto;
}

.top-bar ul {
    flex-wrap: wrap;
}
/********** top bar *************/


header {
    padding-bottom: 100%;
    display: contents;
}
}






/**** header responsive ****/
@media only screen and (max-width: 991px){

  nav .navbar-nav {

    background: #fff;
    padding: 10px 15px;
        box-shadow: 0 5px 5px #c3c3c3;

            position: absolute;
    right: 0;
    top: 20px;
}

nav .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px dotted var(--primarycolor);
}
nav .navbar-nav .nav-item.active a{
  color: var(--primarycolor);
}
nav .navbar-nav .nav-item a{
  color: #858585;
    font-size: 12px;
    font-weight: 500;
        padding-right: 50px;
}
nav.sticky .nav-item a
{
  font-size: 12px;
}
}


@media only screen and (min-width: 992px){

  nav.sticky {
    background: #fff;
    box-shadow: 0px 5px 5px #b3b3b3;
}
}
body .navbar-toggler:focus {

    box-shadow: none;
}
/********* sticky header ********/
nav.sticky {
    
    position: fixed;
    top: 0;
    width: 100%;
    /* background: #fff; */
    transition: 0.9s ease-in-out;
    padding: 10px 15px;
}
#sticky_header:not(.sticky) .bg-white {
    display: none;
}
nav.sticky #main_nav{
  padding: 0;
}
nav.sticky .nav-item:not(.active) a {
    color: #000;

}
nav.sticky{

}
nav.sticky .bg-white {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    /* transform: translate(0px, -89%); */
    box-shadow: 0 5px 5px #929090;
    transition: all 1s ease;
    /* transition-delay: 1s; */
}
/* ============ desktop view .end// ============ */
body .breadcrumb {
    background: url(../images/banner2.jpg);
    color: #555555;
    position: relative;
    /*height: 300px;*/
    margin-bottom: 0;
}
.breadcrumb .container {
    padding:0;
}
.breadcrumb-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
}
.breadcrumb h1 {
        color: white;
        font-size: 40px;
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center;
}
.breadcrumb-grid {
    display: grid;
    align-items: center;
    height: 100%;
    padding: 250px 0 50px 0;
}
/************************************************** Home ********************************************/
/* ============================================================== 
     # Banner 
=================================================================== */
.banners
{
	/*background-color: var(--primarycolor);*/
	height: 550px;
	display: grid;
	align-items: center;
	background-repeat: no-repeat!important;
	background-size: 100% auto!important;
	background-position: center;
	position: relative;
	z-index: 1;
}
.banners:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.15);
	/*z-index: -1;*/
}
.banner .container {
    position: absolute;
    top: 33%;
    text-align: center;
    max-width: 100%;

}
.banner-left {
    margin: auto;
}
.banner h1{
	font-size: 3.8rem;
    line-height: 1.1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
    margin-bottom: 2rem;
    font-weight: 900;
    text-transform: uppercase;
}
.banner h6{
  line-height: 1.5;
  font-size: 18px;
}
.banners img{
  width: 100%;

  object-fit: cover;


}


/* ==============# About ============== */
.about-us{
	align-items: center;
}
/* ==============# Why choose Us ============== */
#why_choose_us {
    /*background-color: #000;*/
    padding-top: 85px;
    padding-bottom: 85px;
        z-index: -1;
    background:  url(../../assets/images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}
#why_choose_us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
}
.why_choose_us_grid {
    display: grid;
}
#why_choose_us h4/*, 
#why_choose_us p, 
#why_choose_us h5 */{
    color: #fff;
}
.icon-box {
    border-width: 0;
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px #adadad;
    padding: 25px 25px;
    margin: 15px 0;
}

.why_choose_us-icon .image-part .main-img {
    height: 70px;
    width: 70px;
}
.icon-text{
  margin-top: 20px;
}

.why_choose_us-icon svg
{
    height:60px;
}
.why_choose_us-icon svg .bg1{
    fill:var(--primarycolor);
}
.why_choose_us-icon svg .bg2{
    fill:var(--secondcolor);
}
/* ==============# projects ============== */
body.home .projects-image{
    border-radius:10px;
}
body.home .projects-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius:10px;
    transition:1s;
}
body.home .projects-image:hover img{
    transform:scale(1.2);
    border-radius:10px;
    transition:1s;
}



body.home .serial-number{
  background: var(--primarycolor);
  font-size: 25px;
  border-radius: 5px;
    color: #ffc800;
}
body.home .services-text{
  top: 45%;
    display: grid;
    position: relative;
  /* position: absolute;
    left: 0px;
    bottom: 25px;
    background: var(--primarycolor);
    border-radius: 0 10px 10px 0;
    padding: 15px 80px;*/
}
body.home .services-text a,.services-text h5{
 /* color: #fff!important;*/
}


/****** projects page ******/
body.projects #works .row > div {
    display: flex;
    flex-wrap: wrap;
}
.projects-item {
    margin: 15px 15px;
   /* padding: 60px 35px 60px 35px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px #1f1f1f;*/
    position: relative;
    text-align: left;
        display: grid;
    /*align-content: space-between;*/
    position: relative;
     /*   width: 100%;*/
        transition: 0.5s;
        overflow: hidden;
}
.projects-item:hover{
  background-position: right!important;
  transition: 0.5s;
}
.serial-number {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 70px;
    font-weight: 600;
        /* line-height: 75px; */
    padding: 15px;
    border-radius: 5px;
    color: #02010108;/*#02010108*/
    margin-bottom: 10px;
    

}
body.home  .projects-item:hover .projects-content
{
  /*display: block;*/
  bottom: 0;
}
body.home .projects-content {
    padding: 0px 0px 0px 0;
    /*position: relative;*/
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 100%;
    /*top: 0;*/
    text-align: center;
    /*display: none;*/
    background-color: rgba(0,0,0,0.6);
    transition: .5s ease;
    overflow: hidden;
}
.copyright a{
  color: var(--primarycolor);
}
body.home  p{
  margin-bottom: 0;
    text-align: justify;
}






.why_choose_us_grid .icon-text {
    margin-right:0
}

.projects-item img{
 /* height: 50px;
  transform: translate(30px,30px);
  margin-bottom: -10px;
  position: absolute;
  top: 0;
  left: 0;*/
}

.services-text {
       
    
    margin-bottom: 20px;
    
}

.services-text h5{
  margin-bottom: 5px;
}


/**** services ***/
#services {
  position: relative;
}

#services p {
    margin-bottom: 0;
}
#services img {
    height: 170px;
    width: 100%;
    object-fit:cover;
}
/* ============================================================== 
     # About Us page
=================================================================== */






.service-grid{
      box-shadow: 0 0 46px 0 rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    border-radius: 15px;
}

.service-grid .services-content{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}



/*************************************** services page *********************/
#AluminumPartition img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
/* ============================================================== 
     # Projects page
=================================================================== */
#works > div > div:nth-child(2) > div {
    padding: 0;
}





body.services .services_grid{
  display: flex;
  align-items: center;
}
.services_image img, .services_image {
    height: 100%;
    object-fit: cover;
}
.services_grid > div {
    height: 100%;
    display: grid;
   /* align-content: center;*/
}
/* ============================================================== 
     # Contact Us page
=================================================================== */
.contact-page-section .rs-contact-box .address-item {
    /* padding: 50px 40px 50px 40px; */
    /* background: #ffffff; */
    /* box-shadow: 0 0 30px #f2f2f2; */
    /* text-align: center; */
    /* margin: 0px 20px 0px 0px; */
    /* border-radius: 5px 5px 5px 5px; */
    display: flex;
    /* height: 100%; */
    margin: 15px 0;
}
.address-item i {
    border: 1px dashed var(--primarycolor);
    padding: 15px;
    border-radius: 100%;
    color: var(--primarycolor);
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 17px;
    color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}
.contact-page-section  a{
  color: var(--primarycolor);
}




.address-text {
    text-align: left;
    margin-left: 50px;
}



.contact-page-section .contact-comment-box .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}
/* ============================================================== 
     # Map 
=================================================================== */
iframe {
        display: grid;
}
/* ============================================================== 
     # Footer 
=================================================================== */
footer{
    position :relative;
}


.footer_design svg {
    /* display: inline-block; */
    position: relative;
    top: 210px;
    margin-top: -240px;
    left: 0;
    z-index: -1;
    width: 100%!important;
    /* height: 100%; */
    /* transform: rotate(180deg); */
}
.footer_design svg {
    background: #f7f7f7;
}
/*
        .footer_design {
            display: inline-block;
            position: absolute;
            width: 100%;
            padding-bottom: 330px;
            vertical-align: middle;
            overflow: hidden;
            top: 0;
            left: 0;
        }*/
        
        /*
.footer_top_design {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  overflow: hidden;
}

.footer_design {
  width: 1000px;
  height: 1025px;
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -500px;
  margin-top: -500px;
  border-radius: 35%;
  background: rgba(255, 255, 255, .75);
  animation: wave 15s infinite linear;
}
*/
@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(360deg);}
}
/*
.footer_design{
    display: inline-block;
            position: absolute;
            width: 100%;
            padding-bottom: 100%;
            vertical-align: middle;
            overflow: hidden;
            top: 0;
            left: 0;
}
.footer_design svg{
    display: inline-block;
            position: absolute;
            top: 0;
            left:0;
            z-index: -1;
            fill:var(--primarycolor);
}
*/
.footer-top {
    background-color:#000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-title h5 {
    text-transform: uppercase;
}
.footer-top .row > div{
  padding-left: 25px;
  padding-right: 25px;
}

.footer-top p, 
.footer-top .footer-contact a, 
.footer-top li, 
.footer-top h5 {
    color: #fff;
}




footer svg {
    fill: #fff;
    width: 15px;
    position: relative;
    left: -30px;
    margin-right: -20px;
}
#footer-links li:hover {
    position:relative;
   translate: 15px;
   transition: .5s all linear;
}
#footer-links li{
    translate: 0px;
    transition: .5s all linear;
}
/**** Footer column 1 ****/
footer .logo img {
    margin-bottom: 15px;
    height:50px;
}
.footer-about p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
}


/************* column 3 *************/
#footer_services li
{
    list-style-type: auto;
}
#footer_services li::marker {
    color: #fff;
}
/************* column 3 *************/


.footer-services ul {
    list-style-type: none;
}
.footer-services li {
    margin: 10px 0;
    
}
.footer-services a {
    text-transform: capitalize;
    color:#fff;

}
footer a:hover,
.footer-contact a:hover{

    color:var(--primarycolor);

}


.footer-links ul{
  padding-left: 18px;
}


@media only screen and (min-width: 300px) and (max-width: 999px)   {
.footer-top > div > div > div:not(:last-child) {

    border-bottom: 1px dashed #969696;
    padding-bottom: 20px;
}
.footer-top > div > div > div
{
        margin: 20px 0 0 0;
}
.footer-top > div > div > div h5 {
    /*text-align: center;*/
    font-size: 17px;
}


}
@media (min-width: 1000px) { 
    .footer-top > div > div > div{
        width:25%;
    }
}
@media (max-width: 1400px) { 
    .footer-top > div > div > div .footer-contact li {
    display: grid;
    
}
}





.footer-contact span {
    color: var(--primarycolor);
}
.footer-contact ul {
    list-style-type: none;
    padding-left: 0;
        margin-bottom: 0;
}

.footer-contact li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 10px;
}
.footer-contact li span {
    margin-top: 0;
}
.footer-contact a {
  color: #fff;
}

.footer-contact span {
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 10px;
}




.copyright{
	padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    border-top: 1px dashed #FFF;

}
body .copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
}




#works .slick-track {
    display: flex;
}


/************************ chat icon ************************/
.chat-icon {
   /* position: relative;*/
}
.chat-icons{
    position: fixed;
    left: 0;
    bottom: 33%;
    background:/* #000188*/rgba(0,0,0,0.9);
    padding: 15px;
    border-radius: 0 15px 15px 0;
}
/*
.whatsapp
{
    left: 50px;
    bottom: 10px;
    position: fixed;
}
.phone{
    position: fixed;
    left: 50px;
    bottom: 10px;
}
*/
.chat-icons img {
    width: 40px;
    margin:10px 0;
}

/*==========Back To Top CSS Start==========*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    background-color: #5956e9;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\f062';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #ffffff;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
/*==========Back To Top CSS End==========*/