@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body{
    font-family: 'Roboto', sans-serif;
}
ul{
	margin: 0 !important;
	padding: 0;
}
li{
    list-style: none;
}
p{
    font-size: 14px;
    line-height: 2;
}
button{
    outline: none !important;
    border: 0;
    border-radius: 0;
    background: none;
}
/* topbar start here */
.top-bar{
    background: #e2cba0;
    padding: 8px;
}
.top-bar>.container>.row{
    align-items: center;
}
.top-bar .top-l p{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}
.top-bar .top-l p a{
 color: #434e6e;
 text-decoration: none;
}
.top-bar .top-r ul li{
    display: inline-block;
    margin: 0 10px;
}
.top-bar .top-r ul li a{
    color: #434e6e;
    font-size: 16px;
}
.top-bar .top-r ul li a{
     text-decoration: none;
     transform: translateY(0);
}
.top-bar .top-r ul li a i {
    transform: translate(0px, 0px);
    transition: all ease .7s;
}
.top-bar .top-r ul li:hover i {
    transform: translate(0px, -10px);
}
/* topbar ends here */
434e6e

/*header start here*/
header.sticky-top {
    background: #e2cba0;
}

.navbar-expand-lg ul.navbar-nav li a.nav-link{
	padding: 10px 10px;
    margin: 3px;
    color: #494949;
    font-size: 16px;
    transition: all 0.4s ease;
    /*text-transform: uppercase;*/
}
.navbar-expand-lg ul.navbar-nav li.nav-item.active a {
    color: #e2cba0;
    text-decoration: underline;
    text-underline-position: under;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a:hover{
    color: #e2cba0;
}
input.form-control.insearch-btn {
    position: relative;
    z-index: 12;
}
button.btn-search.my-2.mr-sm-2 {
    position: absolute;
    z-index: 14;
}
.dropdown-toggle::after{
    display: none !important;
}
.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
#navbarDropdownMenuLink:hover .dropdown-menu{
    display: block !important;
}

.header-nav:before, .header-nav:after {
  content: "";
  display: table;
}
.header-nav:after {
  clear: both;
}

.search-button a i {
    color: #494949;
    padding: 11px;
    font-weight: 400;
    font-size: 18px;
}
.navbar-toggler{
    padding: 0;
}
.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 4px;
    color: #333;
    vertical-align: middle;
    margin: 4px 0;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background: #333;
}


/*.search-toggle {
  position: relative;
  display: block;
}
.search-toggle::before, .search-toggle::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}
.search-toggle::before {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #fff;
  top: 10px;
  left: 7px;
  transform: rotate(45deg);
}
.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  height: 12px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}
*/

.search-button form{
    position: absolute;
    top: 50%;
    right: 14%;
    transform: translate(0,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding: 5px;
}

.search-button input{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;;
    height: 40.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.search-button .fa{
    padding: 10px;
    position: absolute;
    top: 3px;
    right: 2px;
    color: #07051a;
}

.search-button form:hover{
    width: 250px;
    cursor: pointer;
    box-shadow: 0 4px 8px #00000040;
}

.search-button form:hover input{
    display: block;
}






.search-input:focus {
  outline: none;
}

#header-1 {
  box-shadow: 0 4px 8px #00000024;
  background: #fff;
}
#header-1 #search-box {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #0097bf;
  transition: all 0.3s;
}
#header-1 #search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #fff;
}
#header-1 #search-box .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header-1.show #search-box {
  max-height: 40px;
}
#header-1.show #search-box .search-input {
  opacity: 1;
}

button.btn-phone.my-2.mr-sm-2 {
    outline: none;
    background: #004050;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
}
button.btn-user.my-2.mr-sm-2{
    outline: none;
    color: #494949;
    font-size: 16px;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid #494949;
    border-radius: 0;
    background: transparent;
}
.projectsdd .card .btn.btn-next i {
            color: #fff;
        }
/*button.btn-user.my-2.mr-sm-2:hover{
    background: #fff;
    color: #184d90;
    border: 2px solid #184d90;
}*/

/*banner start here */
.banner {
    background-image: url(../images/bg-banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    z-index: 7;
    padding: 30px 0 !important;
}

.banner-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #23263b;
}
.carousel-item .view img {
    width: 100%;
}
.carousel-item{min-height:300px;z-index: 999;}
.carousel-item .carousel-caption .row {
    display: flex;
    align-items: center;
}
.carousel-item .carousel-caption .row>div>img{
    width: 70%;
}
.carousel-item .carousel-caption .row .bgban{
    
    width: 100%;
    background-size: cover;
    background-position: center;
}
/*.carousel-inner .item.active.col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.banner .carousel-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: 1;
    background: #000;
}
.carousel-caption{
    z-index: 99;
    overflow: hidden;
}
.carousel-caption {
    position: absolute;
    
    transform: translate(-50%, -50%);
    left: 50% !important;
    z-index: 10;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    color: #fff;*/
    /*background: rgb(0 0 0 / 0.5);*/
/*}
.carousel-caption button{
    z-index: 999;
    overflow: hidden;
}
.carousel-caption p{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 30px 0;
}
.carousel-caption button.get-strated-btn{
    background: #184d90;
    padding: 10px 45px;
    margin: 10px 0 10px 40px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    cursor: pointer;
    z-index: 99;
}
.carousel-caption h1{
    text-transform: uppercase;
    font-size: 36px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 30px !important;
    height: 30px !important;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 99;
}*/


.carousel-cstmcls {
    position: unset;
}
img.img-back-4 {
    position: absolute;
    right: 30px;
    width: 250px;
    bottom: 10px;
}
img.img-back-3 {
    position: absolute;
    left: 28px;
    width: 120px;
    bottom: 16px;
}
img.img-back-2 {
    position: absolute;
    right: 0;
    width: 270px;
    top: 44px;
    z-index: 0;
    left: 0;
    margin: auto;
}
img.img-back-1 {
    position: absolute;
    right: 30px;
    width: 220px;
    top: 25px;
    z-index: 9;
}
img.img-chng {
    width: 80%;
    margin: 60px 0 50px 0;
    position: relative;
    z-index: 99;
    left: 0px;
}
.carousel-control-prev {
    left: 0;
    z-index: 9999999;
    height: 50px;
    width: 50px;
    background: #fff;
    opacity: 0.7;
    border-radius: 100%;
    color: #383b4e;
    top: 50%;
}
.carousel-control-prev:hover{
    color: #383b4e;
}
.carousel-control-next {
    right: 0;
    z-index: 9999999;
    height: 50px;
    width: 50px;
    background: #fff;
    opacity: 1;
    border-radius: 100%;
    color: #383b4e;
    top: 50%;
}
.carousel-control-next:hover{
    color: #383b4e;
}
aside.banner h1 {
    font-size: 42px;
    color: #e2cba0;
    text-align: left;
    padding-left: 50px;
    text-transform: initial;
    font-weight: 500;
}
aside.banner p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 50px;
    text-transform: initial;
    font-weight: normal;
}
.img-crsl {
    margin-right: 20px;
    position: relative;
}

/*banner ends here */




/* about us start here */
.about{
    padding: 90px 0 0 0;
    margin-top: -40px;
}
.about .about-contentmd h3{
    margin-left: 90px;
    color: #e2cba0;
    font-size: 34px;
}
.about .about-contentmd h3 span{
    color: #434e6e;
}
.about .about-contentmd p:before{
    content: "";
    width: 80px;
    height: 3px;
    position: relative;
    background: #434e6e;
    display: block;
    bottom: 30px;
}
.about .about-contentmd p{
    color: #6b6b6b;
}
.about .about-img img{
    width: 80%;
    position: relative;
    z-index: 99;
    margin-top: 30px;
}
.about .about-img .bor{
    left: 20%;
    position: absolute;
    z-index: -1;
    border: 3px solid #434e6e;
    height: 430px;
    width: 267px;
    top: 13%;
}
/* about us ends here */

/* our service start here */
.ourservice{
    margin: 50px 0;
    position: relative;
    background: #ecedf0;
    padding: 110px 0 200px 0;
    z-index: 9;
}
.ourservice .about-contentmd h3{
    margin-left: 90px;
    color: #e2cba0;
    font-size: 34px;
}
.ourservice .about-contentmd h3 span{
    color: #434e6e;
}
.ourservice .about-contentmd p:before{
    content: "";
    width: 80px;
    height: 3px;
    position: relative;
    background: #434e6e;
    display: block;
    bottom: 30px;
}
.ourservice .about-contentmd p{
    color: #6b6b6b;
}
.ourservice .our-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0px 0px 12px 0px #56565675;
}
.ourservice .ser-icon img{
    margin-top: 20px;
}
.ourservice .ser-icon P{
    color: #434e6e;
}
.ourservice .ser-icon.col-sm-4:nth-child(1) {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ourservice .ser-icon.col-sm-4:nth-child(2) {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ourservice .ser-icon.col-sm-4:nth-child(3) {
    border-bottom: 1px solid #ccc;
}
.ourservice .ser-icon.col-sm-4:nth-child(4) {
    border-right: 1px solid #ccc;
}
.ourservice .ser-icon.col-sm-4:nth-child(5) {

    border-right: 1px solid #ccc;
}
.ourservice .ser-icon.col-sm-4:nth-child(6) {
    border-bottom:0;
    border-right: 0;
}

.ourservice .service-icons{
    position: absolute;
    width: 50%;
    top: 45%;
    z-index: 99;
    left: 40%;
    background: #fff;
    padding: 20px 40px;
    text-align: center;
}
.ourservice .service-icons img{
    width: auto;
    height: 90px;
}
/* our service ends here */

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 420px !important;
    object-fit: cover;
}
.owl-carousel .owl-item .product .pro-img{
    position: relative;
}
.owl-carousel .owl-item .product .pro-con {
    width: 300px;
    box-shadow: 0 4px 12px #88888829;
    padding: 20px;
    position: relative;
    z-index: 33;
    bottom: 150px;
    background: #fff;
}
.owl-carousel .owl-item .product .pro-con h4{
    color: #434e6e;
}
.owl-carousel .owl-item .product .pro-con a.btn-read {
    /*background: #434e6e;*/
    color: #fff;
    padding: 10px 25px;
    font-weight: 400;
    text-decoration: none;
    border:0;
}
.owl-theme .owl-nav {
    margin-top:0px !important;
    position: absolute;
    top: -85px;
    right: 35px;
    font-size: 80px;
}
.owl-theme .owl-nav [class*=owl-]{
    margin-left: 10px !important;
    color: #434e6e !important;
    background:none !important;
    font-size: 39px !important;
    border-radius: 50% !important;
    line-height: 27px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .nav-button {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 20px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: -35px;
}

.owl-carousel .owl-next {
  right: -35px;
}
.nav-button.owl-prev {
    transform: scaleX(-1);
}

div#productpage1 {
    padding: 90px 0 0 0;
    margin-top: -80px;
}
.our-product .about-contentmd h3{
    margin-left: 90px;
    color: #e2cba0;
    font-size: 34px;
    margin-bottom: 25px;
}
.our-product .about-contentmd h3 span{
    color: #434e6e;
}
.our-product .about-contentmd h3:before{
    content: "";
    width: 80px;
    height: 3px;
    position: relative;
    background: #434e6e;
    display: block;
    top: 21px;
    left: -85px;
}


    .vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.product:hover .banner-overlaytt {
    opacity: .9;
}

.banner-overlaytt{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0;
    background: #23263b;
    transition: all .3s ease;
}
/*** our product ends here ***/



/* contact us start here */

.contact-from .about-contentmd h3{
    margin-left: 80px;
    color: #e2cba0;
    font-size: 34px;
    margin-bottom: 25px;
}
.contact-from .about-contentmd h3 span{
    color: #434e6e;
}
.contact-from .about-contentmd h3:before{
    content: "";
    width: 80px;
    height: 3px;
    position: relative;
    background: #434e6e;
    display: block;
    top: 25px;
    left: -88px;
}


.form-control{
  border-radius: 0px;
  padding:12px;
    color: #434e6e;
    background-color: #ffffff;
    border-color: #e2e2e2;
}

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border:1px solid #b5b6b3;
    outline: 0;
    box-shadow: none;

}

.contact-from form button.btn-contact{
    background: #434e6e;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: 0;
}
.contact-from form input::placeholder {
  color: #434e6e;
  opacity: 1; /* Firefox */
}
.contact-from form textarea::placeholder {
  color: #434e6e;
  opacity: 1; /* Firefox */
}

.contact-image img{
    width: 100%;
    height: 400px;
}
.contact-from .form-group select#sel1 {
    padding: 10px;
    height: 50px;
}
.contact-from .form-group textarea{
  resize: none;
  height: 100px;
}
/* contact us ends here */

/* footer start here */
footer{
    background: #434e6e;
    padding: 30px 0;
}
footer .row.foot{
    align-items: center;
}
footer .foot-icon .foot-icon-list li{
    display: inline-block;
    margin: 8px;
    padding: 5px;
    color: #e2cba0;
}
footer .foot-icon .foot-icon-list li a{
     color: #e2cba0;
     text-decoration: none;
     transform: translateY(0);
}
footer .foot-icon .foot-icon-list li a i {
    transform: translate(0px, 0px);
    transition: all ease .7s;
}
footer .foot-icon .foot-icon-list li:hover i {
    transform: translate(0px, -10px);
}
footer .foot-logo .foot-logo-img img{
    width: 150px;
}
footer .foot-term .foot-term-set h6{
    color: #bab3ab;
}

/* footer ends here */



/*** our project start here ****/
.projectsdd {
    background:#e3cca1;
    position: relative;
    padding: 70px 0 0 0;
    margin-top: -70px;
}
.projectsdd:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #23263b;
}
.projectsdd .card{
  border-radius: 20px;
  background: transparent;
  width: 100%;
  border: none;
}

.projectsdd .carousel-item{
  z-index: 2;
  /*padding: 10px 25px;*/
}
.projectsdd .carousel-item > .row{
  margin: 0;
}
.projectsdd .title{
  color: #000;
  text-align: center;
}
.projectsdd .bgTitle{
    position: absolute;
    z-index: 1;
}

.projectsdd .bgTitle{
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }
.projectsdd .bgTitle h3{
    position: relative;
    margin-left: 150px;
    color: #fff;
    font-size: 34px;
    margin-top: 10px;
}
.projectsdd .bgTitle h3 span{
    color: #434e6e;
}
.projectsdd .bgTitle h3:before{
    content: "";
    width: 120px;
    height: 3px;
    position: relative;
    background: #434e6e;
    display: block;
    top: 25px;
    left: -130px;
}

/*-- vertical bootstrap slider --*/
.projectsdd .carousel .carousel-item-next.carousel-item-left,
.projectsdd .carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.projectsdd .carousel .carousel-item-next,
.projectsdd .carousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.projectsdd .carousel .carousel-item-prev,
.projectsdd .carousel .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.projectsdd .carimg.col-lg-5.content img{
    height: 400px;
    width: auto;
}
.projectsdd .carimg.col-lg-5.content img{
    animation-duration:3s;
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    -ms-animation-duration:3s;
    -o-animation-duration:3s;
    visibility:visible;
    opacity:1;
        animation-delay: 0.6s;
    transition:all 0.3s ease;
    margin-bottom: 30px;
}
.projectsdd  .about-contentmd a.btn-read {
    background: #434e6e;
    color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    text-decoration: none;
}
/*-- vertical carousel indicators --*/

/* Media Querys */
/* Small devices (landscape phones, 576px and up)*/ 
@media (min-width: 576px) {
  .projectsdd .bgTitle{
    height: 30%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    top: 0;
  }
  .projectsdd .content{
    padding: 15px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .projectsdd .bgTitle{
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
  }
}


button.btn.btn-prev {
    width: 40px;
    position: absolute;
    z-index: 9;
    right: 0%;
    top: 42%;
    background: #ccc;
    border-radius: 50%;
    color: #fff;
}
button.btn.btn-next {
    width: 40px;
    position: absolute;
    z-index: 9;
    right: 0%;
    color: #434e6e;
    bottom: 47%;
    box-shadow: none;
    background: #fff;
    border-radius: 50%;
}

/**** our project ends here ***/

/*** buttons animation css start here ***/
a.wow-button.thar-three {
  color: #fff;
  background: #434e6e;
  cursor: pointer;
  /*display: block;*/
  position: relative;
  border: 2px solid #434e6e;
  border-radius: 0px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
a.wow-button.thar-three:hover {
  color: #434e6e !important;
  background-color: transparent;
  text-shadow: nthree;
}
a.wow-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
a.wow-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #434e6e !important;
  background: #e3cca1;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}




button.wow-button.thar-three {
  color: #fff;
  background: #434e6e;
  cursor: pointer;
  /*display: block;*/
  position: relative;
  border: 2px solid #434e6e;
  border-radius: 0px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
button.wow-button.thar-three:hover {
  color: #434e6e !important;
  background-color: transparent;
  text-shadow: nthree;
}
button.wow-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
button.wow-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #434e6e !important;
  background: #e3cca1;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

/*** button animation css ends here ***/

.contact-from .about-contentmdcon h3{
    display: none;
}
.contactbg{
    background: linear-gradient(90deg, #434e6e, #e3cca1);
    padding: 40px 0;
}
.banner-content h1 {
    margin: 0;
}

/*** media query start here ***/
@media (max-width: 767px){
    .top-bar .top-l p {
        display: block;
        text-align: center;
        margin: 0;
    }
    .top-r.col-md-4.text-right {
        text-align: center !important;
        margin-top: 5px;
    }
    .search-button form {
        position: absolute;
        top: 105%;
        left: 0;
        transform: translate(0,-50%);
        transition: all 1s;
        width: 50px;
        height: 50px;
        background: white;
        box-sizing: border-box;
        border-radius: 25px;
        border: 4px solid white;
        padding: 5px;
    }
    aside.banner h1{
        font-size: 30px;
        padding-left: 30px;
    }
    aside.banner p{
        padding-left: 30px;
    }
    img.img-back-4 {
        position: absolute;
        right: 15px;
        width: 160px;
        bottom: 30px;
    }
    img.img-back-3 {
        position: absolute;
        left: 7px;
        width: 70px;
        bottom: 26px;
    }
    img.img-back-2 {
        position: absolute;
        right: 0;
        width: 180px;
        top: 44px;
        z-index: 0;
        left: 0;
        margin: auto;
    }
    img.img-back-1 {
        position: absolute;
        right: 15px;
        width: 150px;
        top: 30px;
        z-index: 9;
    }


    .ourservice {
        margin: 100px 0 50px 0;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .ourservice .service-icons {
        position: unset;
        width: 100%;
        top: 40%;
        z-index: 99;
        left: 0;
        background: #fff;
        padding: 20px 40px;
        text-align: center;
        margin-top: 20px;
    }
    .projectsdd:after{
        display: none;
    }
    .ourservice .our-img img{
        display: none;
    }
    .ourservice .ser-icon.col-sm-4:nth-child(2) {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    .ourservice .ser-icon.col-sm-4:nth-child(1) {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    .ourservice .ser-icon.col-sm-4:nth-child(4) {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    .ourservice .ser-icon.col-sm-4:nth-child(5) {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    .our-product .about-contentmd h3{
        margin-bottom: 70px;
    }
    .projectsdd {
        margin-top: -80px;
    }
    .projectsdd .bgTitle{
        position: unset;
        width: 100%;
    }
    .projectsdd .bgTitle h3{
        margin-left: 80px;
        z-index: 9;
        color: #434e6e;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .projectsdd .bgTitle h3 span {
        color: #ffffff;
    }
    .projectsdd .bgTitle h3:before {
        content: "";
        width: 60px;
        height: 3px;
        position: relative;
        background: #434e6e;
        display: block;
        top: 21px;
        left: -65px;
    }
    .projectsdd .about-contentmd a.btn-read{
        margin-bottom: 30px;
    }
    .projectsdd .card .btn.btn-next i {
        color: #434e6e;
    }
    .projectsdd .carimg.col-lg-5.content img {
        height: 300px;
        width: 100%;
    }
    .contact-from .about-contentmdcon h3 {
        display: block;
    }
    section#contactpage1>.container>.row {
        margin: 0 !important;
    }
    .contact-from .about-contentmd h3{
        display: none;
    }
    .contact-from .about-contentmdcon h3{
        margin-left: 80px;
        color: #e2cba0;
        font-size: 34px;
        margin-bottom: 25px;
    }
    .contact-from .about-contentmdcon h3:before {
        content: "";
        width: 80px;
        height: 3px;
        position: relative;
        background: #434e6e;
        display: block;
        top: 25px;
        left: -88px;
    }
    .contact-from .about-contentmdcon h3 span {
        color: #434e6e;
    }
    .contact-image img {
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }
    .contact-image.col-md-10.ml-auto{
        padding: 0;
    }
    .foot-icon-list {
        text-align: center;
    }
    .foot-term-set.text-right{
        text-align: center !important;
        margin-top: 20px;
    }
    footer {
        background: #434e6e;
        padding: 20px 0;
    }


}



@media (min-width: 320px) and (max-width: 568px) {
    .about .about-img .bor {
        left: 16%;
        position: absolute;
        z-index: -1;
        border: 3px solid #434e6e;
        height: 380px;
        width: 260px;
        top: 19%;
    }
}
@media (min-width: 411px) and (max-width: 731px) {
    .about .about-img .bor {
        left: 20%;
        position: absolute;
        z-index: -1;
        border: 3px solid #434e6e;
        height: 470px !important;
        width: 270px !important;
        top: 18%;
    }
}
@media (min-width: 375px) and (max-width: 667px){
    .about .about-img .bor {
        left: 26%;
        position: absolute;
        z-index: -1;
        border: 3px solid #434e6e;
        height: 425px;
        width: 240px;
        top: 15%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .about .about-img img {
        width: 90%;
        position: relative;
        z-index: 99;
        margin-top: 30px;
    }
    .about .about-img .bor {
        left: 20%;
        position: absolute;
        z-index: -1;
        border: 3px solid #434e6e;
        height: 270px;
        width: 180px;
        top: 9%;
    }
    .ourservice .service-icons {
        position: absolute;
        width: 70%;
        top: 52%;
        z-index: 999;
        left: 28%;
        background: #fff;
        padding: 10px 30px;
        text-align: center;
    }
    .ourservice .service-icons img {
        width: auto;
        height: 50px;
    }
    .ourservice {
        padding: 50px 0 230px 0;
    }
    .projectsdd{
        margin-top: -60px;
    }
    .projectsdd .carimg.col-lg-5.content img {
        height: 350px;
        width: auto;
        margin-bottom: 0;
    }
    .col-lg-7.d-flex.justify-content-center.align-items-start.title {
        width: 60% !important;
        padding: 90px 0 50px 0;
    }
    .projectsdd .content {
        padding: 15px;
        width: 40%;
    }
    .projectsdd .card{
        width: 95%;
    }
    button.btn.btn-prev{
        right: -9%;
        top: 35%;
    }
    button.btn.btn-next{
        right: -9%;
        bottom: 35%;
    }
    .projectsdd .bgTitle h3:before{
        left: -130px;
    }
    .projectsdd .bgTitle h3{
        margin-left: 130px;
    }
    .projectsdd .card .btn.btn-next i {
            color: #fff;
        }

        img.img-back-1 {
        position: absolute;
        right: 15px;
        width: 150px;
        top: 35px;
        z-index: 9;
    }
    img.img-back-2 {
        position: absolute;
        right: 0;
        width: 150px;
        top: 50px;
        z-index: 0;
        left: 0;
        margin: auto;
    }
    img.img-back-4 {
        position: absolute;
        right: 10px;
        width: 140px;
        bottom: 35px;
    }
    img.img-back-3 {
        position: absolute;
        left: 14px;
        width: 60px;
        bottom: 30px;
    }
    aside.banner h1{
        font-size: 32px;
    }



}
/*-----4-4-23----*/
.item {
    height: 825px;
}
.pro-nam {
    padding-top: 20px;
}
