/*
Theme Name: Shree Computers
Theme URI: https://www.google.com 
Author: Shree Computers
Author URI: https://www.google.com 
Description: Shree Computers theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: dsw-wp
*/
body {
    background: url(assets/images/bg.jpg) top center no-repeat #f5f5f5;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}


/*--------header menu-----------*/
/*Styling logo*/
.headermenu {
    background: url(assets/images/top-bg.png) bottom center repeat;
    border-bottom: 1px solid #431f12;
    width: 100%;
    padding: 0 0;
    margin: 0px auto;
    position: fixed;
    z-index: 100;
}
/*nav{
    height: 6rem;
    display: flex;
}*/
.logo{
    margin: 15px 0 15px 0;
}
.logo img {
    width: 100%;
    min-width: auto;
}

/*Styling Links*/
/*.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
}*/
ul.nav-links{
    text-align: center;
    margin: 25px 0 0 0;
}
.nav-links li a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    transition-duration: 0.5s;
    padding: 0px 0px;
    margin: 0 10px;
}

/*.nav-links li a:hover {
    text-decoration: none;
    margin: 0 40px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    background: #198286;
}*/
.nav-links li a:hover {
    color: #fff;
   /* -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #198286;*/
    padding: 0 0 6px;
    margin: 0 10px;
    background: url(assets/images/hover.png) bottom left no-repeat;
}

.nav-links li.current_page_item a {
    color: #fff;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #198286;*/
    padding: 0 0 6px;
    margin: 0 10px;
    background: url(assets/images/hover.png) bottom left no-repeat;
}

.nav-links li {
    position: relative;
    display: inline-block;
}

.headerSocialicon{
    text-align: right;
}
.headerSocialicon ul li {
        display: inline-block;
    padding: 8px;
    margin: 0;
    border-left: 1px solid #a7c2c4;
    border-right: 1px solid #a7c2c4;
    line-height: 50px;
}

.headerSocialicon ul li a i:first-child{
    color: #2185d5;
}

.headerSocialicon ul li a .fa-twitter{
    color: #a4a4a4 !important;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #ff4f00;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}


/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

/*-----Headrr Social CSS------*/
.headercallmail{
    margin: 25px 0 0 0;
}
.headerphoneicon {
    padding: 0px 10px 0 0;
    display: table-cell;
}
.headerphoneicon i {
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.headerphone {
    text-align: left;
    padding: 0px;
    display: table-cell;
}

.headerphone a {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.headercallmail ul li{
    display: inline-block;
    padding: 0 10px;
    vertical-align: bottom;
}

.headeremailicon a{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*.TopIcon{
    padding: 34px 0 0;
    margin: 0 0 0;
}

.CallIconBox{
    width: 80%;
    display: inline-block;
    margin: 0 10px 0 0;
}

.CallIconBoxImg{
    width: 10%;
    margin: 0 10px 0 0;
    display: inline-block;
}

.CallIconBoxTxt{
    font-weight: 600;
    color: #fff;
    width: 80%;
    display: inline-block;
}

.EmailIconBox{
    width: 10%;
    display: inline-block;
}*/

/*------hedader Banner css-------*/
.headerbanner {
    width: 100%;
    /* height: 100%; */
    padding: 0px 0 0px;
/*    background: url(assets/images/header-bg.png) bottom center repeat-x;*/
    background-size: cover;
}
.headerBannerimg {
    position: relative;
    text-align: center;
}
.headerBannerimg img{
    width: auto;
/*    min-width: 100%;*/
    text-align: center;
    margin: 0 auto;
}
.headerBannerContent{
    width: 945px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 20%;
}

.headerbanner .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.headerbanner .carousel-indicators .active {
    opacity: 1;
}

.headerbanner .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; 
    z-index: 2;
    display: block;
    justify-content: right;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 85%;
    width: 12px;
}

.headerTextMobile{
    display: none;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 20%;
    text-align: center;
}

.headerTextMobile h2{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 0px;
    margin-block: 0px;
    line-height: 40px;
}

.headerTextMobile h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 0px;
}

.headerButtonMore{
    width: 240px;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 40px auto 0;
}

.headerButtonMore a{
    color: #fff;
    background: #f58120;
    display: block;
}

.headerButtonMore a:hover{
    color: #fff;
    background: #120e0e;
    display: block;
    transition: all 0.6s ease-in-out;
}

.deskTopHeader{
    padding: 0;
    margin: 0;
    display: block;
}

.deskTopHeaderMobile{
    padding: 0;
    margin: 0;
    display: none;
}

/*.headerBannerContent h2{
    font-size: 50px;
    color: #518787;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    padding-bottom: 0px;
    margin-block: 0px;
    line-height: 40px;
}*/

/*.namebackground {
    width: 85%;
    background: url(assets/images/nameBg.png) bottom center repeat-x;
}
.namebackground h3 {
    font-size: 60px;
    color: #198286;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    padding-bottom: 0px;
}

.headerBannerContent p{
    font-size: 17px;
    text-align: left;
    color: #555658;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin: 30px 0 0 0;
}

.headerBannerContent a {
    color: #fff;
    background: #198286;
    padding: 5px 22px;
    border-radius: 15px;
    text-align: right;
    margin: 0 auto;
    float: right;
}
.headerBannerContent a  i{
    font-size: 20px;
}*/

/*------category-----*/

.categoryBox{
    padding: 50px 0 50px;
    margin: 0 auto;
}

.categoryBox ul{
    padding: 0;
    margin: 0;
}

.categoryBox ul li{
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 20px;
    color: #a8a8a8;
}

.categoryBox ul li img{
    width: 100%;
}

.categoryBox ul li a{
    color: #3c3c3c;
    font-weight: 500;
}

.categoryBox ul li a:hover{
    color: #f58120;
}

/*------welcome-----*/

.welcomeBox{
    padding: 0 0 80px;
}

.welcomeBox h1{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
    padding: 0 0 20px 0;
}

.welcomeBox h1 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.welcomeBox h2{
    font-size: 24px;
    font-weight: 800;
    color: #9a9a9a;
    text-align: center;
    padding: 0 0 10px 0;
}

.welcomeBox p{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 0 100px;
}

.ButtonMore{
    width: 200px;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 0 auto;
}

.ButtonMore a{
    color: #fff;
    background: #f58120;
    display: block;
    margin: 20px 0 0 0;
}

.ButtonMore a:hover{
    color: #fff;
    background: #120e0e;
    display: block;
    transition: all 0.8s ease-in-out;
}

/*------Mission-----*/

.missionvisionBoxBg{
    padding: 0 0 80px;
    position: relative;
}

.missionBox{
    width: 54%;
    padding: 20px;
    border: 1px dashed #ccc;
/*    position: absolute;*/
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.11); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.11);
}

.missionBox h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: left;
    padding: 0 0 20px 0;
}

.missionBox h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.missionBox p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-align: left;
    padding: 0 0 40px 0;
}

.visionBox{
    width: 50%;
    padding: 20px 20px 20px 70px;
    margin: 0px 0 0;
    border: 1px dashed #ccc;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 98;
    background: #fff;
}

.visionBox h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: right;
    padding: 0 0 20px 0;
}

.visionBox h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.visionBox p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-align: right;
    padding: 0 0 40px 0;
}

/*------Values-----*/

.ValuesBoxBgBottom{
    margin-bottom: 50px;
}

.ValuesBoxBg{
    padding: 0 0 0px;
}

.ValuesBoxBg h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
}

.ValuesBoxBg h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.ValuesBoxBg p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 150px;
    margin: 0 0 20px 0;
}

.ValuesBoxBgLeft{
    padding: 0;
    margin: 30% 0 0;
}

.ValuesBoxBgLeft h3{
    font-size: 17px;
    font-weight: 400;
    color: #f58120;
    padding: 0 0 0px 0;
    text-align: right;
}

.ValuesBoxBgLeft p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 0 40px 0;
    text-align: right;
}

.ValuesBoxBgRight{
    padding: 0;
    margin: 30% 0 0;
}

.ValuesBoxBgRight h3{
    font-size: 17px;
    font-weight: 400;
    color: #f58120;
    padding: 0 0 0px 0;
    text-align: left;
}

.ValuesBoxBgRight p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 0 40px 0;
    text-align: left;
}

.ValuesBoxImg{
    width: 90%;
    margin: 0 auto 40px;
}

/*------Brands-----*/
.productcontainer{
    margin-bottom: 50px;
}

/*

.BrandsBoxBg{
    padding: 0 0 0px;
    margin: 0 0 50px;
}*/
/*
.BrandsBoxBg h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}*/

/*.BrandsBoxBg h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}
*/
/*.BrandsBoxBgProduct{
    padding: 0 0 0px;
    margin: 0 0 40px;
}*/

/*.BrandsBoxBgProductImg{
    width: 260px;
    height: 260px;
    padding: 0 0 0px;
    margin: 0 auto 20px;
    background: url(assets/images/productBoxBg.png) center no-repeat;
}*/
/*.BrandsBoxBgProduct:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.6s ease-in-out;
}*/

.BrandsBoxBgProductImg{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 10px;
    margin: 10px 0;
}
.BrandsBoxBgProductImg:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    transition: all 0.5s ease-in;
}
.BrandsBoxBgProductImg img{
    width: 100%;
    height: 100%;
/*    border-radius: 50%;*/
    padding: 15%;
}

.BrandsBoxBgProductTxt{
    font-size: 17px;
    font-weight: 600;
    color: #959595;
    text-align: center;
    height: 50px;
}

/*.BrandsBoxBgProductTxt a{
    color: #959595;
}*/

.BrandsBoxBgProductTxt h3{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.BrandsBoxBgProductTxt a:hover{
    color: #f58d36;
}

/*------Director-----*/

.DirectorBgFluid{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.DirectorBg{
    padding: 4px 0 4px;
    margin: 0;
    background: #f58120;/*
    background-repeat: repeat-y;
    background-size: 50% auto;*/
}

.DirectorBgInner{
    padding: 50px 0;
    margin: 0;
    background: #fff;
}

.DirectorBgInner h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: left;
}

.DirectorBgInner h2 span{
    font-weight: 800;
    color: #a8a8a8;
}

.DirectorBgInner p {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
}

.DirectorBgColorPic{
    background: #f58120;
    margin: 0 0px;
    border-right: 1px solid #fff;
}

.directorimages img{
    width: auto;
    min-width: auto;
        box-shadow: rgb(139 139 139 / 40%) 5px 5px, rgb(92 92 92 / 30%) 10px 10px, rgb(58 58 58 / 20%) 15px 15px, rgb(34 34 34 / 10%) 20px 20px, rgb(18 18 18 / 5%) 25px 25px;
        border-radius: 10px;
}

/*------Testimonials-----*/

.TestimonialsBoxBgOuter{
    margin-bottom: 50px;
}

.TestimonialsBoxBg{
    padding: 50px 0px;
    margin: 0 0 0px;
}

.TestimonialsBoxBg h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}

.TestimonialsBoxBg h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

/*------Testimonials slider-----*/
.testimonialscontainer{
    margin: 50px 0;
}

.testimonialscontainer h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}
.testimonialscontainer h2{
        font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}


.testimonialsbox{
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    margin: 40px 0;

    border: 1px dashed #c2c2c2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    height: 220px;
}

.clienttesticontent{
        margin: 50px 0 0 0;
}

.testimonialsboxImg img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonialsboxImg{
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 1px dashed #c2c2c2;
    border-radius: 50%;
}
.clienttesticontent h3{
    font-size: 17px;
    font-weight: 600;
    color: #f58120;
    text-align: center;
    margin: 0 0 3px;
    padding: 0;
}

.clienttesticontent h4{
    font-size: 17px;
    font-weight: 600;
    color: #959595;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
}

.clienttesticontent p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
    line-height: 25px;
}

.client-testimonials .owl-nav button.owl-prev{
  position: absolute;
  top: 80%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  float: left;
}

.client-testimonials .owl-nav button.owl-prev span{
    color: #cfcfcf;
    font-size: 50px;
}
.client-testimonials .owl-nav button.owl-next {
  position: absolute;
  top: 80%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  float: right;
}

.client-testimonials .owl-nav button.owl-next span{
    color: #cfcfcf;
    font-size: 50px;
}


/*------Testimonials slider-----*/

/*------Newsletter-----*/

.NewsletterBoxBg{
    background: url(assets/images/NewsletterBg.jpg) top center repeat-x ;
    background-attachment: scroll;
    padding: 50px 0;
    margin: 0 0 50px;
}

.NewsletterBoxBgHeading{
    padding: 0;
    margin: 0;
}

.NewsletterBoxBgHeading h2{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    padding: 8px 0 0;
    text-align: left;
}

.NewsletterBoxBgHeading h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.NewsletterBoxBgTxt{
    padding: 0;
    margin: 0;
}

.NewsletterBoxBgTxt p{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 0;
    text-align: left;
    line-height: 29px;
}

.NewsletterBoxBgNewsletterField{
    padding: 24px 0 0;
    margin: 0;
}

.NewsletterBoxBgNewsletterField .fromfield{
    width: 401px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.NewsletterBoxBgNewsletterField .fromfield input{
    width: 101%;
    height: 40px;
    background: none;
    border-top: 1px dashed #fff;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    font-style: italic;
    outline: none;
    color: #fff;
    padding: 0 10px;
}

.NewsletterBoxBgNewsletterField .fromsubmitbtn{
    width: 140px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.NewsletterBoxBgNewsletterField .fromsubmitbtn input{
    width: 100%;
    height: 40px;
    background: #f58120;
    border: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/*------Client-----*/


.brandwedealcontainer h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.brandwedealcontainer h2{
        font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}

.ClientBoxBgBox img{
    border: 1px dashed #b6b6b6;
    width: auto;
    min-width: auto;
}


.brands-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 80%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  float: left;
}

.brands-carousel .owl-nav button.owl-prev span{
    color: #cfcfcf;
    font-size: 50px;
}
.brands-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 80%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
  float: right;
}

.brands-carousel .owl-nav button.owl-next span{
    color: #cfcfcf;
    font-size: 50px;
}

.footerBgcontainer {
    background: #212121;
    padding: 50px 0 10px 0;
    margin: 50px 0 0 0;
}

.footerlogo h3{
    font-size: 20px;
    color: #f58120;
    font-weight: 800;
    line-height: 28px;
    margin: 0px 0 0 0;
}

.footerlogo p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0 0px 0;
}

.footermenu h3{
    font-size: 20px;
    color: #f58120;
    font-weight: 800;
    line-height: 28px;
    margin: 0px 0 0 0;
}

/*.footermenu ul{
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: top;
}
*/
.footermenu ul li a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.footermenu ul li a:hover{
    color: #b7b7b7;
    transition: all 0.6s ease-in-out;
}

.footermenu ul li{
    line-height: 30px;
}

.footersocial h3{
    font-size: 20px;
    color: #f58120;
    font-weight: 800;
    line-height: 28px;
    margin: 0px 0 0 0;
}

.footercontacticon{
    padding: 0px 15px 0 0;
}

.footercontactdetails{
    text-align: left;
    padding: 0px;
}

.footercontacticon i{
    font-size: 20px;
    color: #fff;
}

.footercontactdetails p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.footercontactdetails p a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.FooterSocialBgBox ul li a{
    color: #f58120;
    padding: 0 10px 0 0;
}

.copyrightText p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
    text-align: center;
    margin: 10px 0 0 0;
}

.copyrightText p a{
    color: #fff;
}

.footerBgcontainer hr {
    color: #fff;
    border-top: 2px solid #fff;
    margin: 40px 0 0 0;
}

.FooterSocialBgBox{
    padding: 0px 0;
}

.FooterSocialBgBoxIcon{
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.FooterSocialBgBoxIcon a{
    color: #f58120;
}
.FooterSocialBgBoxIcon a:hover{
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.mobilegetintouch{
    display: none;
}

.getintouchSection img{
    width: 100%;
}
.healthgrowthImg img{
    width: 100%;
}

.footerlogo img {
    min-width: 50%;
    width: 60%;
}
.fromfield{
    width: 100%;
    display: flex;
}
.innerBanner img{
    width: 100%;
}
.innerbodycontainer{
    margin: 30px 0;
}

.innerbodycontainer h2{
    font-size: 30px;
    color: #363c3c;
    font-family: "Playfair Display", serif;
    padding-bottom: 0px;
    font-weight: 700;
}

.innerbodycontainer p{
        font-size: 17px;
    color: #555658;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0
    line-height: 28px;
}

/*.headerBannerContent a:hover {
    background: #fff;
    color: #198286;
    border: 1px solid #198286;
    transition: 0.9s ease-out;
}*/
.contactuscontainer{
    margin: 30px 0 0 0;
}

.contactuscontainer h2{
    font-size: 30px;
    color: #363c3c;
    font-family: "Playfair Display", serif;
    padding-bottom: 0px;
    font-weight: 700;
}
.contactaddress h3{
    color: #f58120;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.contactaddressBox h3{
    color: #157278;
    font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.contactaddressBox p{
    font-size: 17px;
    color: #555658;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 28px;
}
.contactaddressBox{
    margin-bottom: 10px;
}

.contactFormContainer ul li .contactformSmfield{
    width: 100%;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.contactFormContainer ul li{
    padding-bottom: 10px;
}

.contactFormContainer ul li .contactformBgfield{
    width: 100%;
    height: 100px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.contactpageBtn{
    text-align: right;
}
.contactpageBtn input{
    background: #157278;
    color: #fff;
    padding: 10px 30px;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.contactmap{
    margin: 30px 0 0 0;
}

/*---common css---*/
.innerbodycontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}



.innerbodycontainer p{
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
}

.innerbanner img{
    width: 100%;
}

/*contact Us page css*/

.contactusconteiner{
    margin: 30px 0;
}
.contactusbanner img{
    width: 100%;
}

.contactusconteiner h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
}
.contactmap {
    padding: 0px 10px 0 0;
    display: table-cell;
}

.contactaddress{
    text-align: left;
    padding: 0px;
    display: table-cell;
}

.contactaddress p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.contactmap i {
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #f58120;
    color: #fff;
    border-radius: 50%;
}

.contactdetails ul li{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 20px;
    margin: 0 0 10px 0;
}

.contactdetails ul li:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    transition: all 0.6s ease-out;
}

.contactform ul li .homesmfield{
    width: 100%;
    height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    outline: none;
}

.contactform ul li .homebgfield{
    width: 100%;
    height: 100px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    outline: none;
}

.contactform ul li label{
        font-size: 17px;
    color: #959595;
}

.contactform ul li{
    margin: 0 0 10px 0;
}

.contactformsubmitbtn{
        color: #fff;
    background: #f58120;
    display: block;
    padding: 5px 25px;
    text-align: right;
    border: none;
    float: right;
    border: 1px solid #f58120;
}

.contactformsubmitbtn:hover{
    background: #fff;
    border: 1px solid #f58120;
    transition: all 0.6s ease-out;
    color: #000;
}

.mapcontainer{
    margin: 30px 0 0 0;
}

.carousel-caption h2{
    padding-bottom: 0px;
}
.headerbanner .carousel-caption{
    bottom: 7.25rem;
}

.aboutvaluecontainer{
    margin: 50px 0 0 0;
}

.aboutvaluecontainer h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}
.aboutvaluecontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
}

.aboutvaluecontainer p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 0 40px 0;
}

.valueleftbox h3{
        font-size: 17px;
    font-weight: 400;
    color: #f58120;
    padding: 0 0 0px 0;
    text-align: right;
}

.valueleftbox p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 0 40px 0;
    text-align: right;
}

.valuerightbox h3{
        font-size: 17px;
    font-weight: 400;
    color: #f58120;
    padding: 0 0 0px 0;
    text-align: left;
}

.valuerightbox p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 0 40px 0;
    text-align: left;
}

.valuemiddleimage{
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whychooseuscontainer{
    margin: 50px 0 0 0;
}

.whychooseuscontainer h2 span{
    font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}
.whychooseuscontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}

.chooseussec ul li {
    min-height: 280px;
    margin: 5px;
    padding: 15px;
    display: inline-block;
    width: 18%;
    vertical-align: text-top;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.chooseussec ul{
    text-align: center;
}

.chooseussec ul li .singlewhychooseus h3{
    font-size: 17px;
    font-weight: 400;
    color: #f58120;
    padding: 0 0 0px 0;
    text-align: center;
}

.chooseussec ul li .singlewhychooseus p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 0 0 0px 0;
    text-align: center;
}


.misisonvisioncontainer{
    margin: 50px 0 0 0;
}

.aboutuscontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
}

.aboutuscontainer p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-align: left;
}

.aboutuscontainer{
    margin: 30px 0;
}


/*------Product Single Page CSS---*/

.productpagecontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
}

.productdetailscontainer tbody tr td{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 5px 10px;
}

.productdetailscontainer tbody tr:nth-child(even){
    background-color: #dfdfdf;
}

.table-resp {
  border-collapse: collapse;
  margin-left: 1em;
}
.table-resp caption {
  text-align: left;
  width: 95vw;
}




.ourproductscontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}

.ourproductscontainer h2 span{
        font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.produimagebg{
    width: 100%;
    height: 100%;
    padding: 0 0 0px;
    margin: 0 auto 20px;
    background: url(assets/images/productBoxBg.png) center  center no-repeat;
}

.productimagetitle h3{
        font-size: 17px;
    font-weight: 600;
    color: #959595;
    text-align: center;
}

.careercontainer{
    margin: 30px 0;
}

.careercontainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
}

.careercontainer p{
        font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
}

.careerformsec h3{
        font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
    text-align: center;
}

.careerformsec h3 span{
    color: #f58120;
}
.careersecleft h4{
    color: #f58120;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-weight: 600;
}

.careersecleft h5{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: 500;
}

.careersecleft p{
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
}

.careersecleft{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.careersecright ul li .careerformsmfield{
    width: 100%;
    height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    padding: 0 10px;
}

.careersecright ul li .careerbgfield{
    width: 100%;
    height: 100px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    padding: 0 10px;
}

.careersubmitbtn {
    color: #fff;
    background: #f58120;
    display: block;
    padding: 5px 25px;
    text-align: right;
    border: none;
    float: right;
    border: 1px solid #f58120;
}

.gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.big-image-container {
    position: relative;
}
.big-image {
    width: 400px;
    height: 300px;
    object-fit: cover;
    cursor: zoom-in;
}
.zoom-window {
    position: absolute;
    top: 0;
    left: 420px;
    width: 400px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
    display: none;
    background: #fff;
}
.zoom-window img {
    position: absolute;
    width: 800px;
    height: 600px;
}
/*.thumbnails {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  justify-content: center;
}*/
.thumbnails img {
    width: 30px;
    height: 40px;
    object-fit: cover;
    cursor: pointer;
    margin: 0 0 5px 0;
    border: 2px solid transparent;
}
.thumbnails img.active {
    border-color: #f58120;
}

@media (max-width: 768px) {
    .zoom-window {
        position: static;
        width: 100%;
        max-width: 400px;
        margin-top: 1rem;
    }
    .gallery-container {
        width: 100%;
        padding: 1rem;
    }
}

.productboxtitle h3{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 10px 0;
    height: 55px;
}

.productboxcontainer img{
    width:100%;
    min-width: 100%;
}

.productboxcontainer{
    margin-bottom: 20px;
    padding: 0 10px;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset; 
}

.productboxcontainer:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.6s ease-in-out;
}

.testimonialsrating{
    text-align: center;
}

.testimonialsrating span{
    color: #f58120;
}

.blogpageContainer{
    margin: 30px 0;
}
.blogpageContainer h2{
    font-size: 30px;
    font-weight: 800;
    color: #f58120;
    text-align: center;
}

.postEntry h2{
    text-align: left;
    line-height: 25px;
}

.postEntry h2 a{
    font-size: 20px;
    font-weight: 600;
    color: #f58120;
}

.postauthor p small{
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.postEntry p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

p.postmetadata{
    padding-bottom: 0px;
}

.postauthor p{
    padding-bottom: 0px;
}

.blog-sidebar ul li a{
        font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.blog-sidebar h2.wp-block-heading{
    font-size: 20px;
    font-weight: 600;
    color: #f58120;
    padding-bottom: 0px;
    text-align: left;
}

.blog-sidebar ul li:before{
    font-family: "Font Awesome 5 Free";
   content: "\f105";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

.blog-sidebar ul li{
    padding-bottom: 5px;
}

.wp-block-search__inside-wrapper {
    margin: 0 0 10px 0;
}

.blog-sidebar input{
    outline: none;
}

.wp-block-search__button{
    color: #fff;
    background: #f58120;
}

.blog-sidebar{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.singleBlogtag h2{
    font-size: 20px;
    font-weight: 600;
    color: #f58120;
    padding-bottom: 0px;
    text-align: left;
}

.singleblogContainer{
    margin: 30px 0;
}

.commentBlock input{
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
}

.commentBlock h3{
    font-size: 20px;
    font-weight: 600;
    color: #f58120;
    padding-bottom: 0px;
    text-align: left;
}

.commentBlock textarea{
    height: 100px;
    width: 100%;
    outline: none;
}

.commentBlock input#submit{
        color: #fff;
    background: #f58120;
    border: none;
    width: auto;
}

.chooseussec ul li:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: all 0.6s ease;
}

.productcontainer h2{
        font-size: 30px;
    font-weight: 800;
    color: #f58120;
    padding: 0 0 20px 0;
    text-align: center;
}

.productcontainer h2 span{
        font-size: 20px;
    font-weight: 400;
    color: #a8a8a8;
}

.productpagecontainer{
    margin: 30px 0;
}

.blogFeaturedImage img{
    width: 100%;
    min-width: 100%;
}
.categoryBox ul{
    padding: 10px;
}
.categoryBox ul:hover{
    transition: all 0.8s ease;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}