
  /* logo color -> #f07d00 */
  
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap');

*{
    min-height: 0;
    min-width: 0;
}
body {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
a {
    text-decoration: none;
}
li {
    list-style: none ;
    margin: 0px;
    padding: 0px;
}
.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}
.container {
    max-width: 1600px !important;
    padding: 0 30px;
}
.img-responsive {
    max-width: 100%;
}
h3{
    text-transform: uppercase;
    position: relative;
}
h3::before{
    position: absolute;
    content: '';
    background: #aa5d04;
    height: 1px;
    width: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}

.navbar-nav .nav-link{
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    padding: 24px 0;
    margin-left: 4px;
}
.navbar{
    padding: 0;
}
.navbar-nav ul li a {
    position: relative;
}
.menu-item{
    margin: 0px;
    position: relative;
}
.menu-item
.navbar-nav li:last-child a:hover {
    color: initial !important;
}

.home-page-navbar{
    position: relative;
    width: 100%;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
.fixed-top{
    background-color: #fff;
    -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed !important;
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
@keyframes fadeInDown{
    0%{
      opacity:0;
      -webkit-transform:translate3d(0,-100%,0);
      transform:translate3d(0,-100%,0)
    }
    to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
    }
  }
  .fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
  }
.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}
.sub-menu {
    background: #ffffff;
    padding: 0px 0;
    margin: 0 0 0;
    border: none !important;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.4);
    box-shadow: 0px 2px 9px 0px rgba(51, 51, 51, 0.4);
    min-width: 14rem;
    position: absolute;
    z-index: 1000;
    display: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
}
.dropdown span {
    display: inline-block;
    position: relative;
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
    color: #000;
    cursor: pointer;
    left: -2px;
    top: 0;
    margin-top: 5px;
}
.dropdown .nav-link {
    display: inline-block !important;
}
.navbar .sub-menu li {
    border-bottom: 1px solid #f07d00;
    line-height: 2;
}
.navbar .sub-menu li:last-child {
    border-bottom: none;
}
.navbar .sub-menu li a {
    font-size: 14px;
    text-transform: none;
    padding: 8px 1rem;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar ul .menu-item{
    position: relative;
    transition: 0.4s all ease-in-out;
}
.navbar .sub-menu li:hover{
    background: #505050;
}
.navbar ul .menu-item:hover, .navbar-nav .current-menu-item{
    background: #000000;
}
.navbar ul .menu-item:hover .nav-link, .navbar ul .menu-item:hover .dropdown-toggle, .navbar .sub-menu li:hover a , .current-menu-item .nav-link, .current-menu-item .dropdown-toggle{
    color: #ffffff !important;
}
.hide-default{
    display: none;
}
.hide-default img{
    height: 30px;
}
.top-nav-content {
    background: #505050;
    border-bottom: 1px solid white;
}
/* .top-nav-padding{
    padding: 0 !important;
} */
.top-nav-content ul {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.top-nav-content ul li{
    margin: 7px 8px;
    transition: .3s ease-in-out;
    padding: 5px 11px;
    background: #ffffff;
    border: 1px solid white;
}
.top-nav-content ul li:hover{
    background: #030303;
}
.top-nav-content ul li:hover a{
    color: #fff;
}
.top-nav-content ul li a{
    color: #000000;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.top-menu-social{
    margin-right: 20px;
}
.top-menu-social a {
    display: inline-block;
    margin: 0;
}
.top-menu-social{
    text-align: right;
    float: right;
}
.top-menu-social  a i{
    height: 32px;
    width: 32px;
    color: #ffffff;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    margin: 5px;
    transition: .4s;
}
.top-menu-social .fa-whatsapp:hover{
    color: #40c351;
    background: #fff;
}
.top-menu-social .fa-facebook-f:hover{
    color: #0866FF;
    background: #fff;
}
.top-menu-social .fa-twitter:hover{
    color: #1D9BF0;
    background: #fff;
}

/* banner section start  */

.home-page-navbar:hover {
    background-color: white;
    color: #000;
}

.banner-section{
    position: relative;
}
.perfect-uniform-main{
    position: relative;
    color: #fff;
}
.perfect-uniform-main .home-banner-btn{
    text-align: center;
}
.perfect-uniform-title h2{
    color: #fff;
}
.banner-overlay-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000c4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-right-overlay{
    background-color: #424140c9;
}
.banner-column{
    padding: 0;
}
.banner-overlay-content h2{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    animation-name: fade-left;
    animation-duration: 1.6s;
    animation-delay: .2s;
    animation-fill-mode: both;
  }
  .banner-right-overlay h2{
    animation-name: slide-right;
  }
  @keyframes fade-left{
    from {
      opacity: 0;
      transform: translateX(-300px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slide-right{
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .banner-overlay-content p {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
    animation-name: fade-right;
    animation-duration: 1.6s;
    animation-delay: 0s;
    animation-fill-mode: both;
  }
  @keyframes fade-right {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .banner-sub-title{
    margin: 30px 0;
  }
  .home-banner-btn a{
    background: #ffffff;
    color: #000;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: .3s;
  }
  .home-banner-btn a:hover{
    background: #000000;
    color: #ffffff;
  }
  .home-banner-btn{
    margin-top: 40px;
    animation-name: fade-up;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  .home-banner-btn button{
    background: #ffffff;
    color: #000;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: .3s;
  }
  .home-banner-btn button:hover{
    background: #000000;
    color: #ffffff;
  }
  @keyframes fade-up{
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* banner section end  */


/* home page who we are section start */

.who-we-are-section{
    position: relative;
    padding-top: 10px;
}
.who-we-title{
    text-align: left;
    margin-bottom: 25px;
}
.what-we-title{
    text-align: right;
    margin-bottom: 25px;
  }
.who-we-content{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.who-we-are-bg{
    position: relative;
    background: #ebebeb;
}
.what-we-do-bg{
    position: relative;
    background: #ebebeb;
}
.who-we-disc {
    position: relative;
    background: #0000008c;
    color: white;
    min-height: 240px;
    margin-top: 55px;
    padding: 20px 30px;
    margin-left: 14rem;
    margin-right: -14rem;
    text-align: justify;
    z-index: 9;
}
.who-we-are-section .row {
    --bs-gutter-x: 0;
}
.who-we-are-section .col-md-6{
    padding: 0;
}
.what-we-do-bg .who-we-disc{
    margin-left: -14rem;
    margin-right: 14rem;
}
  .who-we-image{
    position: relative;
  }
  .who-we-disc{
      font-weight: 400;
  }
  .who-we-disc h3::before, .who-we-disc h3::after{
    background: #ffffff;
  }
.who-we-disc h3::after{
    position: absolute;
    content: '';
    background: #ffffff;
    height: 7px;
    width: 7px;
    bottom: -8px;
    border-radius: 50%;
}
.who-we-title h3::before{
    left: 0;
    right: auto;
}
.what-we-title h3::after{
    right: 26px;
    left: auto;
}
.what-we-title h3::before{
    right: 0;
    left: auto;
}
.who-we-title h3::after{
    left: 26px;
    right: auto;
}
/* home page who we are section end  */


/* common section start  */

.common-banner-section{
    position: relative;
    height: 350px;
    overflow: hidden;
}
.common-banner-image{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}
.common-banner-image img{
    width: 100%;
}
.common-banner-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a4;
    height: 100%;
    width: 100%;
}
.common-banner-overlay{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

#top-btn {
    z-index: 9999;
    border: none;
    font-size: 20px;
    color: #a3a3a3;
    background-color: transparent;
    position: fixed;
    right: 30px;
    bottom: 90px;
    padding: 12px 15px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    border: 1px solid #a3a3a3;
}
#top-btn:hover {
    color: #ffffff;
    background-color: #727272;
    border: 1px solid #a3a3a3;
}
#whatsapp-btn {
    z-index: 9999;
    border: none;
    position: fixed;
    right: 20px;
    border-radius: 50%;
    bottom: 15px;
    padding: 10px;
    display: none;
    cursor: pointer;
    background: #40c351;
    transition: .2s ease-in-out;
}
#whatsapp-btn img{
    height: 30px;
    transition: .3s ease-in-out;
}
#whatsapp-btn:before {
    position: absolute;
    content: "";
    width: calc(100% + 13px);
    height: calc(100% + 13px);
    top: -7px;
    left: -7px;
    background-color: transparent;
    z-index: -1;
    border: 2px solid #40c351;
    border-radius: 50%;
}
#whatsapp-btn:hover img{
    height: 40px;
}
#request-quote, #appointment{
    position: fixed;
    z-index: 99;
    padding: 6px 10px;
    font-weight: 600;
    top: 32%;
    background: #000000;
    rotate: 270deg;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: none;
    transition: .3s ease-in-out;
}
#request-quote:hover, #appointment:hover{
    top: 30%;
}
#request-quote{
    left: -62px;
}
#appointment{
    right: -74px;
}
.only-q-button{
    left: 0px !important;
    rotate: 0deg !important;
}
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 36px;
    background: #000000;
    color: #ffffff;
    padding: 7px;
    border: none;
  }
  .sidepanel{
    width: 0;
    position: fixed;
    z-index: 1;
    height: 600px;
    top: 0;
    left: 0;
    background-color: #dfdfdf;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top:20px;
    color: #000000;
    max-width: 100%;
    z-index: 9999999;
  }
  .quote-main-title{
    text-align: center;
    margin-bottom: 20px;
}
.quote-main-title h3{
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
}
.quote-main-title h3::before{
    background: #000000;
}
.quote-main-title h3::after{
    display: none;
}
.quote-sub-title{
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #000000;
    text-align: center;
}
.appointment-sidepanel{
    left: auto;
    right: 0;
}
  .sidepanal-content{
    padding: 20px;
    position: relative;
  }
  .sidepanal-content .form-group{
    margin-bottom: 15px;
  }
  /*.request-form{
    padding-top: 30px;
  }*/
  
.form-control{
    background: #fff !important;
}

.form-group-title{
    margin-bottom: 5px;
}
.form-group-title p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.request-form-main-content{
    margin-bottom: 2px;
}
.submit-btn{
    border: 1px solid rgb(0, 0, 0);
    padding: 10px 15px;
    background: transparent;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.submit-btn:hover{
    background: #000000;
    font-weight: 600;
    color: #ffffff;
}
.submit-btn-main{
    text-align: center;
}
.quote-checkbox label{
    font-weight: 500;
}
.request-form-main-content ul{
    padding: 0;
    display: block;
    float: right;
    margin: 0;
}
.request-form-main-content ul li{
    float: left;
    display: block;
    margin: 0 5px;
}
.quote-checkbox{
    float: left;
}
.owl-dot{
    display: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}
/* common section end */
/* home service section start */

.home-service-section{
    position: relative;
    padding: 50px 0;
}
.our-service-title{
    margin-bottom: 30px;
}
.service-overlay-inner h4{
    color: #fff;
}
.service-image{
    position: relative;
    overflow: hidden;
    margin: 10px 5px;
    border: 1px solid #9b9b9b;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}
.service-image:hover{
    box-shadow: 0px 2px 13px #252525;
    transition: 0.4s all ease-in-out;
}
.service-image img{
    transition: .4s ease-in-out;
}
.service-image:hover img{
    transform: scale(1.2);
}

.service-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000ad;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .service-image:hover .service-img-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .service-img-overlay h4{
    font-size: 28px;
  }
/* home service section end */

/* home page infograph section start  */
.home-infograph-section{
    position: relative;
    background: #faebd7;
}
.about-company {
    position: relative;
    padding: 60px 0px;
    z-index: 9;
}
.company-about-section-bg {
    background: transparent;
    position: relative;
    background-attachment: fixed;
}
.company-about-section-bg::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.home-about {
    position: relative;
    padding: 0 100px;
}
.about-key .numbers {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
}
.about-key{
    background: #ecfdfd;
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.274);
    padding: 50px 30px 50px;
    margin-bottom: 25px;
}
.about-key p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}
.about-key img {
    height: 100px;
    margin: 0 auto 10px;
    opacity: 0.09;
}
.info-image{
    position: absolute;
    right: 0;
    top: 28px;
}
/* home page infograph section end  */
/* home latest trends start */

/* home latest trends end */

/* home brand section start */
.our-brand-section{
    padding: 50px 0;
    text-align: center;
}
.brand-img{
    position: relative;
    text-align: center;
    margin-top: -10px;
    overflow: hidden;
}
.brand-main-title{
    margin-bottom: 30px;
}
.brand-sub-title{
    position: relative;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 2px solid #000000;
    padding: 12px 16px;
    margin-bottom: -15px;
    z-index: 9;
}
.brand-sub-title h5{
    margin: 0;
}
.brand-main-content img{
    transition:0.4s all ease-in-out;
}
.brand-main-content:hover img{
    transform: scale(1.2);
}
.brand-main-content{
    margin-bottom: 30px;
}
/* home brand section end */

/* catalogue section start */
.catalogue-section{
    position: relative;
    background: #000000;
    padding: 60px;
    color: #fff;
}
.catalogue-img{
    float: right;
}
.download-btn{
    margin-top: 40px;
}
.catalogue-title{
    margin-top: 50px;
}
.catalogue-title h1{
    font-weight: 600;
}
.catalogue-title span{
    font-weight: 800;
    color: #f07d00;
}
.download-btn a{
    padding: 10px;
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #fff;
    transition: .3s ease-in-out;
}
.download-btn a:hover{
    background: #000;
    color: #fff;
}
.catalogue-img{
    position: relative;
	-webkit-animation: ImgBounce 3s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 3s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

/* catalogue section end */
/* facilities section start  */

.our-facilities-section{
    position: relative;
    padding: 40px;
    text-align: center;
}
.facilities-main-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.facilities-content{
    text-align: left;
    padding-top:80px ;
}
.facilities-content ul li{
    margin: 14px 0;
    font-size: 18px;
    font-weight: 400;
    list-style: disc;
}

#infra-carousel .owl-next,
#infra-carousel .owl-prev{
    position: absolute;
    top: 40%;
    background: black;
    border: none;
    font-size: 20px;
    border-radius: 50%;
    padding: 8px 12px;
  }
#infra-carousel .owl-next{
   right: -27px;
}
#infra-carousel .owl-prev{
   left: -27px;
}
.facilities-column{
    background-color: #f0f8ff;
}
.facilities-title{
    margin-bottom: 30px;
}
/* facilities section end  */

/* product range section start */
.product-range-section{
    padding: 50px 80px;
    position: relative;
}
.product-banner{
    position: relative;
}
.product-range-title{
    margin-bottom: 30px;
}
.slider_content{
    position: absolute;
    top: 37%;
    left: 28%;
    background: #000000c4;
    color: #ffffff;
    padding: 20px 15px;
}
.slider_content h2{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#banner .owl-item.active .slider_content h2{
    animation-name: fade_down;
    animation-duration: 1.4s;
    animation-delay: .8s;
    animation-fill-mode: both;
}
@keyframes fade_down{
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #banner .owl-item.active .slider_content .download-btn{
    animation-name: fade_up;
    animation-duration: 1.4s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
@keyframes fade_up{
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #banner .owl-next,
  #banner .owl-prev{
    position: absolute;
    top: 40%;
    background: transparent;
    border: none;
  }
  #banner .owl-next{
    right: -50px;
  }
  #banner .owl-prev{
    left: -50px;
  }
/* product range section end */

/* home partner section start  */

  /*Partners Section Start*/
  .our-partner-section {
    padding: 40px 0;
    background: #f1f1f1;
  }
  .our-partner {
    background-color: #f1f3f4;
  }
  .clients-img img {
    border: 1px solid #9da2a5;
    width: 200px;
    height: 75px;
  }
  .partners {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    padding: 10px 36px;
  }
  .our-partner-section .owl-carousel {
    padding: 0px 36px 36px 36px;
  }
  .our-partner-img .owl-prev,.our-partner-img .owl-next {
    top: -2% !important;
  }
  .our-partner-img .owl-prev, .our-partner-img .owl-next {
    top: -2% !important;
}
.our-partner-section .owl-prev, .our-partner-section .owl-next{
  top: -20px;
  background: transparent;
}
.our-partner-section .owl-prev{
  left: -5px;
}
.our-partner-section .owl-next{
  right: -5px;
}
.owl-prev {
    height: 100px;
    position: absolute;
    top: -10px;
    left: -17px;
    display: block !important;
    border: 0px solid black;
    cursor: pointer;
}
.owl-next {
height: 100px;
position: absolute;
top: -10px ;
right: -17px;
display: block !important;
border: 0px solid black;
cursor: pointer;
}
.owl-dots{
    display: none;
}
  /*Partners Section End*/
/* home partner section end  */

    /* home testimonial section start */
    .testimonial-section{
        text-align: center;
        background: #1a1a1a;
        padding: 40px 55px;
    }
    .testimonial-heading{
        text-align: center;
        margin-bottom: 30px;
        color: #fff;
    }
    .testimonial-heading h3::before,
        .testimonial-heading h3::after{
            background: #fff;
    }
    .single-testimonial {
        border: 7px solid #fff;
        text-align: center;
        border-radius: 45px;
        position: relative;
        z-index: 2;
        min-height: 350px;
        padding: 30px 20px 20px 20px;
    }
    .client-massage{
        position: relative;
        min-height: 200px;
        font-family: 'Roboto', sans-serif;
    }
    .testimonial-column {
        padding: 0 20px;
    }
    .single-testimonial::before {
        content: '\f10d';
        position: absolute;
        left: -35px;
        top: -35px;
        font-family: 'FontAwesome';
        font-size: 50px;
        background: #1a1a1a;
        width: 94px;
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
        text-align: center;
        height: 92px;
    }
    .single-testimonial::after {
        content: '\f10e';
        position: absolute;
        right: -35px;
        font-family: 'FontAwesome';
        font-size: 50px;
        bottom: -35px;
        background: #1a1a1a;
        color: #fff;
        width: 94px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 92px;
    }
    .cliant-info .client-img {
        padding-right: 15px;
    }
    .cliant-info .client-img img {
        width: 110px;
        border-radius: 50%;
        height: 110px;
    }
    .cliant-info{
        display: flex;
    }
    .client-details {
        z-index: 9;
    }
    .cliant-info .client-details h6 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .cliant-info .client-details span {
        display: inline-block;
        color: #afafaf;
        font-style: italic;
        font-size: 14px;
    }
    .single-testimonial p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        padding: 0px 20px 0px 20px;
        position: relative;
        z-index: 3;
    }
#testimonial-carousel .owl-prev, #testimonial-carousel .owl-next{
    display: block;
    position: absolute;
    top: 46%;
    height: 40px;
    width: 40px;
    font-size: 30px;
}
#testimonial-carousel .owl-prev{
    left: -25px;
}
#testimonial-carousel .owl-next{
    right: -25px;
}
    /* home testimonial section end */

/* footer section start */
.footer-middle-area {
    position: relative;
    z-index: 9;
    padding-top: 30px;
    background-color: #2c2c2c;
    color: #fff;
}

.footer-wrapper {
    padding: 0 21px;
}
.footer-link ul{
    padding: 0;
    margin: 0;
}
.footer-link li {
    margin: 15px 0;
}
.footer-link li a {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    transition: .2s all ease-in-out;
  }
  .footer-link i{
    color: #CF842B;
  }
  .footer-title{
    min-height: 50px;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
  }
  .footer-sub-title{
    font-size: 16px;
    color: #ffa500;
    text-transform: capitalize;
  }
  .footer-link li i{
    transition: .2s all ease-in-out;
  }
  .footer-link li a:hover{
    color: #ffa500;
    font-weight: 400;
  }
  .footer-link li:hover i {
    padding-left: 10px;
    color: #ffa500;
  }
  .footer-wrapper{
    padding: 0 21px;
  }
  .footer-wrapper p{
    text-align: justify;
  }
  .footer-bottom {
    padding-top: 10px;
    border-top: 1px dashed #cacaca;
    margin-top: 30px;
  }
  .footer-bottom p {
    color: #b4b4b4;
  }
  .footer-bottom .footer-bottom-copyright {
    text-align: right;
  }
  .footer-social{
    display: inline-block;
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #c5c5c5ad;
  }
  .footer-social a {
    display: inline-block;
    margin: 0;
  }
  .footer-link a i{
    margin-right: 8px;
  }
  
  .copyright-text a{
    color: #ffa500;
  }
  .copyright-text a:hover{
    text-decoration: underline;
  }
  
  .footer-image-wrapper ul{
    padding: 0;
  }
  .footer-image-wrapper ul li {
    width: 86px;
    height: 76px;
    line-height: 60px;
    text-align: center;
    margin-left: 6px;
    margin-bottom: 6px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: .5s ease-in-out;
}
.footer-image-wrapper ul li img {
    border-radius: 2px;
    width: 85px;
    height: 76px;
    transition: .3s all ease-in-out;
}
.footer-image-wrapper ul li:hover img{
    transform: scale(1.2);
}
.footer-image-wrapper ul li:hover{
    opacity: 1;
}
.footer-image-wrapper:hover li{
    opacity: .5;
}
/* footer section end */

.wpcf7 form .wpcf7-response-output{
    margin-top: -10px !important;
}
