*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

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

li{
    list-style:none;
}
p{
    color:#5f5f5f;
    line-height:26px;
}

button:focus{
    outline:0;
}

.mb20{
    margin-bottom: 20px;
}

.mt50{
    margin-top: 50px;
}

.mt35{
    margin-top: 35px;
}

.all-slider .owl-carousel .owl-nav{
    text-align:center;
}

.all-slider .owl-carousel .owl-nav button.owl-next, .all-slider .owl-carousel .owl-nav button.owl-prev, .all-slider .owl-carousel button.owl-dot{
    margin:0 10px;
}

section{
    transition: all .1s ease; 
}


.section-title{
    text-align:center;
    margin-bottom: 80px;
}

.title-inner{
    margin-bottom: 20px !important;
}

.section-title h2 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
    text-transform:uppercase;
}

.section-title h4 {
    font-size: 30px;
    color: #81c8b8;
    margin-bottom: 0;
    font-weight:700;
}

.about-title h4{
    text-align:left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

section{
    padding:80px 0;
}

.btn a{
    color:#000;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 16px;
}
.btn img{
    padding-right: 10px;
    vertical-align: top;
}

.page-title{
    background-image: url(../images/page-img.jpg);
    padding: 90px 0;
    background-position: center 50%;
    position: relative;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 60%);
}

.page-title h1{
    color:#fff;
    font-size: 44px;
    font-weight:bold;
    text-align: center;
    background: linear-gradient(to top, #ffffff 50%, #CFD0CA 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content{
    margin-top: 50px;
    margin-bottom: 50px;
}

.owl-carousel .owl-stage-outer{
    overflow:initial;
}

.owl-item{
    opacity:0;
}

.owl-item.active{
    opacity:1;
}

.all-slider .owl-carousel .owl-nav{
    margin-top: 50px;
}

.owl-dots{
    display:none;
}

.whatsapp {
  position: fixed;
  right: 25px;
  bottom: 90px;
  font-size: 38px;
  color: green;
  padding: 5px 7px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-grid;
  transition: 500ms;
  border: 1.5px solid green;
  z-index:1;
}
.whatsapp:hover {
    color: #fff;
    background-color:green;
}


/*Form control start*/


.form-control {
    height: 50px;
    color: #f76649;
    border: 0 none;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-bottom: 32px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #333;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  border-radius:0;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}

.form__field:focus ~ .form__label {
  color: #009788;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #009788;
}
.form-control:focus{
    box-shadow:none;
}
.theme-btn{
    background: transparent;
    border-radius: 50px;
    padding: 10px 40px;
    border: 2px solid #f58220;
    font-weight: 600;
    transition: 500ms;
    color:#fff;
}
.theme-btn:hover{
    background: #fff;
    color:#f58220;
}
/*Form control end*/

nav{
    height:60px;
    display:flex;
    justify-content:space between;
    padding: 1rem 2rem;
    z-index:100;
    position:fixed;
    width:100%;
}

.navbar-toggler{
    position:absolute;
    top:0;
    right:0;
    transform: translate(-50%, 25%);
}

.navbar-light .navbar-nav .nav-link:focus{
    color:#fff;
}

/* Header */

.main-header {
    top: 0px;
    left: 0;
    z-index: 150;
    width: 100%;
    transition: 500ms;
    background-color:#4a4949;
}

.navbar-fixed-top{
    background-color: #4a4949;
    padding: 0px;
    transition: 500ms;
    position: fixed;
}

.header-content {
    /*display: flex;
    justify-content: space-between;*/
    padding: 20px 0;
}
.header-left {
    display: flex;
    flex: 1;
}
.header-right {
    position: relative;
    align-items: center;
}

.header-logo{
    padding-right: 50px;
}

.header-logo img{
    width:145px;
}
.navbar-light .navbar-nav .nav-item
{
    margin: 0 18px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0 12px;
    transition:500ms;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link i{
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #81c8b8;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #81c8b8;
    -webkit-transition: 500ms;
    transition: 500ms;
}


/* Home Slider*/

.slider-section{
    padding: 0;
}

.main-slider .main-slider-block{
    background-position:0  100%;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    position: relative;
    z-index:1;
    height:90vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-slider .main-slider-block h1, .main-slider .main-slider-block p{
    color:#fff;
}

.main-slider-bg-1{
    background-image: url(../images/slider1.jpg);
    
}

.main-slider-bg-1 .slider-content{
    text-align:center;
}

.main-slider-bg-1 .slider-content h1{
    font-size: 70px;
    margin-bottom: 0px;
    font-weight:900;
}
.main-slider-bg-1 .slider-content p{
    font-size: 37px;
    margin-bottom: 35px;
}

.main-slider-bg-2{
    background-image: url(../images/slider2.jpg);
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-slider-bg-2 .slider-content h1{
    background-color: #2e3134;
    display: inline-block;
    padding: 5px 5px;
    font-size: 36px;
    font-weight: 800;
}

.main-slider-bg-2 .slider-content p{
    background-color: #2e3134;
    padding: 10px 5px;
    font-size: 36px;
    display: table;
    font-weight: 800;
}

.main-slider-bg-3{
    background-image: url(../images/slider3.jpg);
}

.main-slider-bg-3 .slider-content{
    text-align:right;
    margin-top: 34%;
}

.main-slider-bg-3 .slider-content h1{
    font-size: 37px;
    margin-bottom: 0;
}

.main-slider-bg-3 .slider-content p{
    font-size: 45px;
    font-weight: 900;
}

.main-slider-block .slider-content{
    text-transform:uppercase;
}

.main-slider .owl-nav{
    margin-top: 0;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
}

.main-slider .owl-nav .owl-prev{
    position: absolute;
    left:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i{
    color:#fff;
    font-size: 21px;
    line-height:50px;
    transition: all 0.5s;
}

.main-slider .owl-nav .owl-next{
    position: absolute;
    right:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-slider .owl-nav .owl-prev:focus, .main-slider .owl-nav .owl-next:focus{
    outline:0;
}


/* Testimonial */

.why-area {
   background-color: #fff;
}

.why-area .why-slider .slick-list {
   margin: 0 -25px;
   padding: 0 10px;
}

.why-area .why-slider .slick-dots {
   bottom: inherit;
}

.why-area .why-slider .slick-dots li.slick-active button {
   background-color: #5d5d66;
   border-color: #5d5d66;
}

.why-area .why-slider .single-client {
    padding: 60px 25px 20px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin:15px 15px;
    border-radius: 10px;
    text-align:center;
    transform: translate(0px, 0px);
}

.why-area .why-slider .single-client:hover{
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, 20px);
}

.why-area .why-slider .single-client:hover {
    box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}

.why-area .why-slider .single-client .why-img{
    margin-bottom: 25px;
    background-color: #edf8f6;
    height: 100px;
    width: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin:0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -42px;
    z-index: 113;
}

.why-area .why-slider .single-client img {
    width: 62%;
    display: inline;
}

.why-1{
    border-radius:0 0 0 45px;
}

.why-2{
    border-radius:0 0 45px 45px;
}

.why-3{
    border-radius:0 0 45px 0;
}

.why-area .why-slider .single-client h4{
    font-weight:700;
    color:#000;
    text-transform:capitalize;
    margin-top: 25px;
    font-size: 20px;
    height:52px;
}

.why-area .why-slider .single-client .quote {
    font-size: 16px;
    font-weight: 400;
    color: #5d5d66;
    margin: 25px 0 15px 0;
    position: relative;
    text-align:center;
    min-height: 104px;
}

/* About Css */

.about{
    background-image: url(../images/about-bg.jpg);
}

.about-img{
    position: relative;
}

.about-img .about-img-2{
    position: absolute;
    left: 0;
    padding: 7px;
}

.about .about-logo{
    position: absolute;
    bottom: -15px;
    right: 0;
}

.about .about-logo img{
    width:80%;
}

.about h3{
    color: #fff;
    font-weight: 800;
    margin-bottom: -5px;
}

.about-content{
    position: relative;
}

.about-text-img{
   background-image: url(../images/about-text-img.png);
   background-position: center;
   background-repeat: no-repeat;
   position: absolute;
   width: 100%;
   height: 80%;
   z-index: 0;
   opacity: 0.1;
}

.about p{
    color:#5f5f5f;
    line-height:32px;
}

.about a{
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 16px;
}
.about a img{
    padding-right: 10px;
    vertical-align: top;
}


/* About Page */

.mission{
    background-color: #48b5a3;
    padding: 30px;
    margin-top: 50px;
}

.vision{
    background-color: #b7b3b2;
    padding: 30px;
}

.mission .col-md-7, .vision .col-md-7{
    display:flex;
}

.mission .col-md-8, .vision .col-md-8{
    display:flex;
}

.about-inner-info{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.mission h2, .vision h2{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.mission p, .vision p{
    font-size: 16px;
    color: #fff;
    line-height:30px;
}

.testimonial{
    margin-top: 60px;
}

.testimonial-slider{
    margin-top: 85px;
}

.testimonial-slider.owl-carousel .owl-nav {
    margin-top: 80px;
}

.testimonial .owl-item .testimonial-block{
    background-color: #eeeef0;
    text-align: center;
    padding: 20px;
    position: relative;
    border-radius:10px;
    transform: translate(0px, 0px);
    opacity:0.4;
    transition: all 0.3s ease-out 0s;
}

.testimonial .owl-item .testimonial-block:hover{
    transform: translate(0px, -27px);
}

.testimonial .owl-item.active.center .testimonial-block{
    background-color: #48b5a3;
    opacity:1;
    transform: translate(0px, -27px);
}

.testimonial .owl-item.active {
    opacity: 1;
}

.testimonial .owl-item .testimonial-block img{
    width:10%;
    display: initial;
    margin-bottom: 20px;
}

.testimonial .owl-item .testimonial-block p{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 30px;
}
.testimonial .owl-item .testimonial-block .testi-img
{
    position: absolute;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: -56px;
}
.testimonial .owl-item .testimonial-block .testi-img img{
    width:20%;
}




/* Product */

.product-block{
    background-image: url(../images/product-bg.jpg);
}

.product-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.product-slider.owl-carousel .owl-nav {
    margin-top: -45px;
}

.product-slider .owl-nav .owl-prev {
    position: absolute;
    left: -99px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .5s;
}

.product-slider .owl-nav .owl-next {
    position: absolute;
    right: -85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .5s;
}

.product-info{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 50px;
}

.product-content{
    color: #fff;
}

.product-content h2{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 14px;
}

.product-content h6{
    color:#d5d4d4;
    font-size: 16px;
    line-height:25px;
}

.product-content ul li{
    olor:#d5d4d4;
    font-size: 16px;
    line-height:30px;
}

.product-btn{
    position: absolute;
    right: 35px;
    bottom: 10px;
}

.product-btn a{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 16px;
}
.product-btn a img{
    padding-right: 10px;
    vertical-align: top;
    width: 45px !important;
    display: inline-block !important;
}

.product .owl-nav{
    margin-top: 60px;
}

.product-page{
    margin-top: 80px;
}

.product-list{
    display:flex;
}

.product-list li{
    background-color: #eeeeee;
    padding: 10px 24px;
    margin: 0 10px 0 0;
    border-radius: 7px;
}

.product-page .row{
    margin-top: 100px;
}

.product-page h5{
    color:#333;
    margin-bottom: 15px;
    margin-top: 30px;
}

.product-page .product-content h1{
    color:#48b5a3;
    font-weight:bold;
}

.product-page .product-content h6, .product-page .product-content ul li{
    color:#808080;
}


/* Inquiry */

.inquiry-block{
    background-color: #f5f5f5;
    position: relative;
    overflow:hidden;
}

.inquiry-block .inquiry-img-block{
   position: absolute;
   right: 0;
   bottom: 0;
}

.inquiry-block .section-title{
    text-align:left;
    margin-bottom: 20px;
}

.inquiry-block .section-title h2{
    font-size: 40px;
}

/* Contact */

.contact-inner{
    background-image:url(../images/contact-bg.png);
}

.contactus iframe{
    border: 3px solid #f1f1f1;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px #dfdfdf;
}

.contact-info li a img{
    float: left;
    margin-right: 20px;
}

.contact-right{
    overflow: hidden;
    font-size: 20px;
}

.contact-info li a{
    font-weight: 500;
    color: #000;
    font-size: 26px;
    vertical-align: top;
    line-height: 27px;
}

.contact-info li a p{
    font-size: 18px;
}

.social-media{
    display:flex;
    margin-top:40px
}

.social-media li{
    margin:0 20px 0 0
}

.social-media li a{
    color: #fff;
    background-color: #808080;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    transition:500ms;
}

.social-media li a.fb:hover{
    background-color: #1877f2;
}

.social-media li a.insta:hover{
    background-color: #c32aa3;
}

.social-media li a.twitter:hover{
    background-color: #1da1f2;
}

.social-media li a.whatsapp-icon:hover{
    background-color: #25d366;
}


/* Contact Page */

.conatct-detail{
    margin-top: 60px;
}

.conatct-detail ul{
    display:flex;
}

.conatct-detail ul li{
    padding: 0 20px;
    width:32%;
    display: inline-block;
    height: 46px;
}

.conatct-detail ul li:first-child{
    border-right: 1px dashed #777;
}

.conatct-detail ul li:last-child{
    border-left: 1px dashed #777;
}

.conatct-detail ul li img{
    float:left;
}
.conatct-detail ul li .contact-detail-right
{
    margin-left: 40px;
    display: block;
}

.conatct-detail ul li .contact-detail-right span{
    display:block;
    font-size: 14px;
    color: #e2e2e2;
    font-weight: 600;
}

.conatct-detail ul li .contact-detail-right a{
    color:#777777;
}

.contact-form{
    margin-top: 130px;
}

.contact-form h1{
    font-weight: 600;
    font-size: 46px;
    border-bottom: 1px dashed #777676;
    color: #4a4949;
    margin-bottom: 30px;
}

.contact-form .form-control{
    border-radius: 50px;
    background-color: #f3f3f3;
}

.contact-form textarea.form-control{
 border-radius: 10px;
}

.contact-btn{
    padding: 0;
    margin-top: 10px;
}

.contact-btn a{
    border: 1px solid #eaeaea;
    border-radius: 50px;
    padding: 5px 30px 13px 35px;
    text-align: center;
    transition:500ms;
}

.contact-btn a:hover{
    background-color: #f3f3f3;
}

footer{
    background-color:#7f7f7f;
    text-align: center;
    padding: 10px;
}

footer a{
    color: #fff;
    font-weight: 400;
}

footer a:hover{
    color:#fff;
}

footer p{
    margin-bottom: 2px;
    color: #fff;
    font-weight: 500;
}