@charset "utf-8";
/* CSS Document */
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*{
    padding: 0;
    margin: 0;
}
.navbar-brand img{
    width:270px;
    height:70px;
}

html, body {
    scroll-behavior: smooth;
}


body {
    color: #616161;
      font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
	background: #FFFFFF;
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 22px);
}
ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}
p {
    font-weight: 400;
	font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   color:  #232323;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0px;
}

h1 {
    font-size:60px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
a{
    transition: all 0.3s ease-out 0s;
}
a{
	 color: #616161;
	text-decoration: none;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

.header-top-area {
    background: #b99764;
    overflow: hidden;
    position: relative;
}

.header-top-left-single-item {
    display: inline-block;
    margin-right: 20px;
}

.header-top-left-single-item a {
    color: #fff;
    font-size: 14px;
}

.header-top-left-icon i {
    margin-right: 8px;
}
.header-top-right-items ul {
    text-align: right;
}
.header-top-right-icon-area ul li {
    display: inline-block;
    margin-left: 8px;
}
.header-top-right-icon-area ul li a
 {
    color: #fff;
    font-size: 14px;
}
.header-top-area .align-items-center {
    padding: 12px 0;
}

.bg-body-tertiary {
        background-color: #FFFFFF !important;
}

    .navbar-expand-lg .navbar-nav .nav-link {
     padding: 28px 10px;
    transition: 0.5s;
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    }


.navbar-nav .nav-item:hover a {
    color: #b99764;
}
@media (min-width: 1170px) and (max-width: 1366px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
}

@media (min-width: 250px) and (max-width: 989px) {
    .navbar .nav-item .dropdown-menu {

        width: 100% !important;
    
    }
}
nav{
    height:96px;
}
    .navbar-expand-lg .navbar-nav .nav-link {
     padding: 10px;

    }

.navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 10px 0px 10px 25px;
    color: #151423;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #fff;
    padding-left: 35px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0060FF;
    transition: all .5s ease-in-out;
    z-index: -1;
  }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
}
    .navbar .nav-item .dropdown-menu {
        transition: .3s;
        margin-top: 8px;
        padding: 0px;
        border: none;
        border-top: 4px solid #b99764;
        border-radius: 0px;
        width: 250px;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    }

    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px solid #eee;
    }

     .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: #b99764;
        color: #fff;
        padding-left: 20px;
    }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #b99764;
}

.navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom:0;
    }

.about_section {
    background: #ffffff;
    position: relative;
}
.child_heading {
    font-size: 20px;
    color: #000000b5;
    letter-spacing: 3px;
    margin: 0;
}

.pt-100 {
    padding: 95px 0px;
}


@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
   left: 0px;
    bottom:0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #b99764;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}


.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #0eef87;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #01c369;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}




.padding_left {
    padding-left: 30px;
}

.main_heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
}
.main_heading span{
	color: #b99764;
}
.pairagraph {
    font-size: 16px;
    font-weight: 400;
    color: #000000b5;
    line-height: 26px;
}

.about-btn {
    margin-top: 43px;
}

.about-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 14px 32px;
    overflow: hidden;
    background-color: #b99764;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.about-btn a:hover {
    filter: hue-rotate(360deg);
}

.about-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.about-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.new-food-section {
    padding: 100px 0;
    background-color: rgba(249,233,209,0.2);
}
.organic-section-title h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: auto;
}

.new-food-desc {
    margin-top: 26px;
}

.about_elements img {
    max-width: 40px;
}

.content_box h3 {
    font-size: 20px;
	margin-top: 0px;
}

.our_services_section {
    background-color: rgba(249,233,209,0.2);
}

.features_box:hover {
    background: linear-gradient(-45deg, #b99764 20%, #d5b98f 50%, #b99764 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
}
.features_box {
    position: relative;
    background: #fff;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all linear 0.5s;
}

.why_choose_us img {
    width: 100%;
    border: 10px solid rgba(249,233,209,0.6);
    position: relative;
    z-index: 100;
    border-radius: 0px 20px;
}

.list_number {
    margin: 0;
    padding: 0;
}

.why_choose_content ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.list_number li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
}

.list_number li i {
    width: 40px;
    height: 40px;
    background-color: #b99764;
    color: #FFFFFF;
    border-radius: 0px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.left {
    text-align: left;
	margin-top: 40px;
}



.single-features:hover {
    transform: translateY(-5px);
}

.single-features {
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 40px 5px;
    margin-top: 20px;
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 10px;
    transition: 0.4s;
}

.feature-icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    background: #b99764;
    border-radius: 100%;
    transition: 0.4s;
}

.single-features:hover .feature-icon i {
	transform: rotate(360deg);
}


.footer-area {
    position: relative;
    z-index: 1;
    background: #967748;
}

.footer-widget {
    position: relative;
    z-index: 1;
}
.pb-70 {
    padding-bottom: 70px;
}

.footer-widget-box {
    margin-bottom: 20px;
}


.footer-logo img {
    width: 220px;
    margin-bottom: 15px;
}

.footer-widget-box p {
    color: #FFFFFF;
    padding-right: 18px;
    margin-bottom: 20px;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-widget-title {
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background: #b99764;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #FFFFFF;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-right-color: transparent;
    bottom: 0;
    left: 0;
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #59421f;
    bottom: 0;
    left: 18px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.footer-list li a {
    color: #FFFFFF;
    transition: all .5s ease-in-out;
}

.footer-list li a i {
    margin-right: 5px;
    color: #59421f;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #59421f;
}

.copyright {
    position: relative;
    padding: 20px 0;
    background: #59421f;
    z-index: 1;
}

.copyright .copyright-text {
    color: #f5faff;
    margin-bottom: 0px;
    font-size: 16px;
}

.copyright .copyright-text a {
    color: #FFFFFF;
    font-weight: 500;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: #FFFFFF;
    color: #b99764;
    transition: all .5s ease-in-out;
}
.footer-widget-box p {
    color: #FFFFFF;
    padding-right: 18px;
    margin-bottom: 20px;
}

.subscribe-form .form-control {
    padding: 16px 20px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
}


.subscribe-form .theme-btn::before{
  background: #FFFFFF;
}

.subscribe-form .theme-btn:hover::after{
  border-color: #b99764;
}

.subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
}

.subscribe-form .theme-btn:hover {
  color: #b99764;
}



.subscribe-form .theme-btn:hover::after{
  border-color: #b99764;
}

.theme-btn:hover::before {
    width: 100%;
}
.theme-btn::before {
    content: "";
    position: absolute;
    height: 95%;
    width: 0;
    background: #b99764;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.theme-btn {
    font-size: 14px;
    color: #FFFFFF;
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #b99764;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.single-process {
    text-align: center;
}

.single-process-thumb {
    text-align: center;
    position: relative;
    display: inline-block;
    
    background: -webkit-linear-gradient(-9deg, #59421f 0%, #b99764 97%);
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    transition: .5s;
}

.process-number {
    position: absolute;
    top: 70px;
    margin: auto;
    transform: translateY(-50%);
    left: -11px;
    transition: .5s;
}

.process-number span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    
    background: -webkit-linear-gradient(-9deg, #59421f 0%, #b99764 97%);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.process-number span:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(-9deg, #59421f 0%, #b7925b 97%);
    border-radius: 50%;
    margin: auto;
    left: -5px;
    top: -5px;
    opacity: 0.6;
}

.process-number span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -10px;
    top: -10px;
    height: 60px;
    width: 60px;
    background: -webkit-linear-gradient(-9deg, #59421f 0%, #b7925b 97%);
    border-radius: 50%;
    opacity: 0.4;
    margin: auto;
}

.process-title h2 {
    font-size: 24px;
    margin-top: 25px;
    transition: .5s;
    margin-bottom: 12px;
        background: linear-gradient(to right, #59421f, #b99764, 50%, #1B1D21 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}


.single-process:hover .process-number{
    top:50px;
}
.single-process:hover .process-title h2 {
    background-position: 0;
}


.single-pricing-box {
    position: relative;
    text-align: center;
}
.features-area {
    padding: 95px 0px;
    background: #b99764;
}
.pb-100{
    padding-bottom: 95px;
}


.bread_img_6 {
    background: linear-gradient(#0000006e, #0000008a), url(..//images/breadcrumb-6.jpg);
    background-size: cover;
}

.bread_img_5 {
    background: linear-gradient(#0000006e, #0000008a), url(..//images/oem-auto-parts.jpg);
    background-size: cover;
}

.bread_img_7 {
    background: linear-gradient(#0000006e, #0000008a), url(..//images/banner-furniture.webp);
    background-size: cover;
}

.bread_img_8 {
    background: linear-gradient(#0000006e, #0000008a), url(..//images/banner-furniture1.webp);
    background-size: cover;
}

.bread_img_9 {
    background: linear-gradient(#0000006e, #0000008a), url(..//images/banner-pharma.webp);
    background-size: cover;
}

.breadcrumb_section {
      background-size: cover;
    padding: 120px 0px;
    position: relative;
}


.breadcrumb_heading h1 {
    color: #fff;
}
.breadcrumb_heading p {
    color: #ffffffc9 !important;
}

.breadcrumb_content ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_content ul li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
  }
.service-sidebar
 {
    position: sticky;
    top: 120px;
}
.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    color: #151423;
}

.service-single-wrapper .widget-title {
    font-weight: 500;
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #b99764;
    bottom: 0;
    left: 0;
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #b99764;
    bottom: 0;
    left: 22px;
}




.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #b99764;
}

.widget .category-list a i {
  margin-right: 5px;
  color: #b99764;
}

.widget .category-list a span {
  float: right;
}

.mb-30 {
    margin-bottom: 30px;
}

.service-details img {
    border-radius: 7px;
}

.mb-20 {
    margin-bottom: 20px;
}

.choose-area{
  position: relative;
  z-index: 1;
  
}

.choose-area::before{
  content: "";
  position: absolute;
  background: url(../images/09.jpg);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.choose-img {
    position: relative;
    z-index: 1;
}

.choose-img img {
    border-radius: 50% 50% 20px 50%;
}

.choose-img::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    background: #b99764;
    border-radius: 50% 50% 20px 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.contact-inner-form {
    margin-top: 34px;
}

.contact-inner-form input {
    height: 60px;
    border-radius: 5px;
    background-color: #f1f3ef;
    width: 100%;
    padding: 10px 20px;
    border: none;
}

.contact-inner-form input::placeholder,
.contact-inner-form textarea::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
}

.contact-inner-form textarea {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background-color: #f1f3ef;
    border: none;
    padding: 10px 20px;
    resize: none;
    margin-bottom: 14px;
}

.contact-inner-form button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #b99764;
    position: relative;
    z-index: 1;
    transition: .4s;
    border: none;
}

.contact-inner-form button:hover {
    filter: hue-rotate(360deg);
}

.contact-inner-form button::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.contact-inner-form button:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}
.contact-inner-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 56%;
    border-bottom: 1px solid #c6c6c6;
    padding: 31px 0 26px;
}

.contact-inner-item:nth-child(1) {
    margin-top: 14px;
}

.contact-inner-item-title h6 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.contact-inner-item-desc {
    margin: 8px 0 0;
}

.contact-inner-item-desc p {
    line-height: 26px;
    margin: 0;
}

.contact-inner-item-desc a {
    display: block;
    line-height: 26px;
    color: #797979;
}

.contact-inner-social ul li {
    display: inline-block;
    margin: 24px 2px;
}

.contact-inner-social a {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background-color: #797979;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.contact-inner-social a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b99764;
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
}

.contact-inner-social a:hover:before {
    transform: scale(1);
}

.contact-location {
    padding-bottom: 100px;
}

.contact-location iframe {
    width: 100%;
    height: 591px;
}

#portfolioc .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}


#portfolioc .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}


#portfolioc1 .portfolio-item {
   position: relative;
  vertical-align: middle;
  text-align: center;
}


#portfolioc1 .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc1 .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc1 .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.single-service:hover {
    border-color: #b99764;
}
.single-service {
    transition: .3s;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgb(50 50 50 / 10%);
    border: 2px solid #fff;
    position: relative;
}