.header-top {
    background: #00598d;
    padding: 5px 0;
}
.owl-stage-outer .teashop-btn {
    display: none;
}
.nav.navbar-nav li a {
    color: #00598d;
    font-size: 18px;
    font-family: BitterSemi;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li a:hover{
    color: #ff2400;
}
#testimonial {
    display: none;
}
.navbar-nav li.active a, .navbar-nav li a:hover {
    background: none;
    color: #ff2400;
}
.navigation-area {
    padding: 0px 0;
}
#health {
    display: none;
}
.nav.navbar-nav li {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
}
.header-top i.fa {
    color: #ffffff;
    margin-right: 15px;
}
.header-top span {
    margin-left: 20px;
    position: relative;
    font-family: 'BitterMedium';
    color: #fff;
    font-size: 16px;
}
.header-top span:after {
    background: #ffffff;
}
.section-padding {
    padding: 30px 0;
}
.welcome_title {
    color:#00598d;
    font-size: 40px;
    font-family: 'BitterSemi';
    padding-bottom: 30px;
}
.col-sm-offset-2 {
    width: 100%;
    margin-left: 0;
}
.para p {
    font-size: 15px;
    color: #000;
    font-family: 'BitterMedium';
    line-height: 2.5;
    text-align: justify;
    margin-top: 20px;
}
.welimg {
    position: relative;
    display: initial;
    margin-top: 20px;
}
.para.fadeInLeft {
    visibility: visible;
    animation-delay: 0.25s;
    animation-name: fadeInLeft;
}
#featurs {
    /* background: #f1f1f1; */
    display: none;
}
#discount {
    display: none;
}




/*---------------------------------product page----------------------------------*/



.portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.portfolio-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transform: scaleX(0);
    transition: all 0.5s ease;
    z-index: -1;
    margin: 10px;
}

.portfolio-content:hover::before {
    transform: scaleX(1)
}

.portfolio-content::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #fff;
    transform: scaleY(0);
    transition: all 0.5s ease;
    z-index: -1;
    margin:10px;
}

.portfolio-content:hover::after {
    transform: scaleY(1)
}

.portfolio-info {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    margin: 10px;
}

.portfolio-content:hover .portfolio-info {
    opacity: 1;
    visibility: visible;
    bottom: 15px
}

.portfolio-subtitle {
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.portfolio-subtitle span {
    color: #fff;
}

.portfolio-title {
    color: #000;
    font-size: 22px;
    font-family: 'BitterMedium';
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}

.portfolio-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #ff2a00;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.insimgcard {
    padding: 10px;
}
.insimgcard img
{
height:375px;
}
.portfolio-btn:hover {
    background: #000;
    color: #fff;
}
.section-top-title .product_title {
    display: block;
}
.single-product-box {
    display: none;
}
.product_title {
    display: none;
}
#prod {
    display: block;
}
.lets {
    margin-top: 50px !important;
   font-family: 'BitterSemi';
    color: #00598d;
}
.section-header h2 span {
    font-family: 'BitterSemi';
    color: #fff;
    margin-top:15px;
}

/* Animation */

.welimg1 {
    animation: animName 4s linear infinite;
     position: absolute;
     height: 380px;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

#about, #product{
    display:none;
}
#wel-blk {
    margin-bottom: 0px;
    margin-top: 50px;
}
.pf-bg {
    position: relative;
    background: #23252d;
    padding: 60px 0;
}
.pf-bg::before {
    content: "";
    position: absolute;
    background:linear-gradient(45deg, #000000c9, #000000c9), url(../../images/images/images/probacik.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.site-heading {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #50b4cb;
     font-family: 'BitterMedium';
    position: relative;
    border-bottom: 2px solid #00598d ;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    color: #fff;
    font-family: 'BitterMedium';
}
.site-title span {
    color:#50b4cb;
     font-family: 'BitterMedium';

}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
#prod .row {
    display: flex;
}
.welcome-pg {
    padding-bottom: 70px;
}





/*----------------------------------about page----------------------------------*/

.about-left {
  position: relative;
  z-index: 1;
}

.about-left::before{
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 250px;
  height: 250px;
  background: #00598d;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.about-left::after{
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  left: 0;
  bottom: 0;
   border: 20px solid #fff;
  z-index: 1;
}

.about-left img{
  width: 100%;
}

.about-experience{
  position: absolute;
  top: 80px;
  left: -20px;
  text-align: center;
  background: #00598d;
  padding: 15px 20px 15px 15px;
  color:#fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
  z-index: 2;
}

.about-experience-icon{
  color: #000;
  font-size: 60px;
  width: 90px;
  height: 90px;
  line-height: 87px;
  text-align: center;
  margin: auto;
  background:#fff;
  border-radius: 50px;
  margin-bottom: 5px;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-content {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.about-item {
  display: flex;
  gap: 15px;
}

.about-item-icon {
  font-size: 45px;
  color: #000;
  line-height: 1;
}

.about-item-content {
  flex: 1;
}

.about-item-content h5 {
  margin-bottom: 5px;
  font-size: 22px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 500;
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family:'BitterMedium';
  color: #00598d;
}
.abtimg {
    padding: 10px;
}
.about-area {
    padding: 90px 0;
}
.theme-btn {
    font-size: 15px;
    font-family: 'BitterMedium';
    color: #fff;
    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:#00598d;
    z-index: 1;
}
.theme-btn:hover {
    color: #fff;
}
.text-start {
    font-family: 'BitterSemi';
    font-size: 18px;
    letter-spacing: 1px;
}
.about-area p {
    font-size: 15px;
    font-family: 'BitterMedium';
    line-height: 2;
    text-align: justify;
    color: #000;
}
a:active, a:focus, a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    background:#ff2c02;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.theme-btn:hover::after {
    width: 20px;
    height: 20px;
}
.theme-btn::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s ease-out ;
    z-index: -1;
}







/*----------------------------------Gallery page---------------------------------------*/
.proj_area {
    margin-top: -172px;
    margin-bottom: 0px;
}
.proj_area .slick-next {
    right: 385px;
}
.proj_area .slick-prev {
    left: 1320px;
}
.proj_area .slick-prev:before, .proj_area .slick-next:before {
    color: #DFA400;
}
.proj_area .slick-prev, .proj_area .slick-next {
    width: 80px;
    height: 80px;
    line-height: 80px;
    opacity: 11;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    top: -85px;
}
.tn_proj_area {
    background: linear-gradient(45deg, #000000c9, #000000c9), url("../../images/images/images/portback.png");
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 350px;
    padding-top: 70px;
}
.tn_proj_area .witr_section_title_inner h1, .tn_proj_area .witr_section_title_inner h2, .tn_proj_area .witr_section_title_inner h3 {
    color: #fff;
    font-family: 'BitterMedium';
    font-size: 45px;
}
.tn_proj_area .witr_section_title {
    margin-bottom: 0;
}
.witr_pslide3 .witr_single_pslide {
    margin-bottom: 100px;
    overflow: hidden;
}
.witr_single_pslide {
    position: relative;
    overflow: hidden;
}
.witr_pslide_image img
{
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #000000;
}
.toggle_pslide {
    display: flex;
    align-items: center;
}
.witr_pslide_image::before {
    position: absolute;
    content: '';
    background: #222429;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
    opacity: 0.5;
}
.witr_pslide .witr_pslide_custom a span:hover {
    background: #6f3ac7;
}
.witr_single_pslide:hover .witr_pslide_image img, .witr_single_pslide:hover .witr_pslide_image:before {
    transform: scale(1.2);
}
.witr_pslide .witr_pslide_custom {
    bottom: auto;
    top: 30px;
    left: 30px;
    right: auto;
    transform: scaleX(0);
    position: absolute;
    z-index: 9;
    transition: .5s;
}
.witr_pslide .witr_pslide_custom a span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px 100px 100px 100px;
    font-size: 30px;
    color: #dfa400;
    background: #fff;
    display: inline-block;
    transition: .5s;
    text-align: center;
}
.witr_pslide_image::before {
    position: absolute;
    content: '';
    background: #222429;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
    opacity: 0.5;
}
.witr_pslide .witr_pslide_custom a span:hover {
    background: #6f3ac7;
}
.witr_single_pslide:hover .witr_pslide_image img, .witr_single_pslide:hover .witr_pslide_image:before {
    transform: scale(1.2);
}
.witr_pslide .witr_pslide_custom {
    bottom: auto;
    top: 30px;
    left: 30px;
    right: auto;
    transform: scaleX(0);
    position: absolute;
    z-index: 9;
    transition: .5s;
}
.witr_pslide .witr_pslide_custom a span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px 100px 100px 100px;
    font-size: 30px;
    color: #dfa400;
    background: #fff;
    display: inline-block;
    transition: .5s;
    text-align: center;
}

.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: -170px;
    left: 20px;
    right: 20px;
    transition: .5s;
    opacity: 1;
    z-index: 2;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 65px 0 #00000017;
    background: #fff;
}
.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: 20px;
}
.witr_pslide4 .witr_single_pslide:hover .witr_pslide_custom {
    transform: scaleX(1);
    bottom: 0;
}
.witr_content_pslide_text h3 {
    margin-bottom: 0;
}
.witr_content_pslide_text p {
    margin-bottom: 4px;
}
.all_pslides_color p {
    color: #00598d;
    margin-bottom: 4px;
    font-family: 'BitterMedium';
}
.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    transition: .5s;
    width: 100%;
}
.witr_pslide_btnb a {
    color: #dfa400;
    background: #dfa40029;
    font-size: 14px;
    border-radius: 100px 100px 100px 100px;
    margin: 19px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
}
.witr_pslide_btnb a:hover {
    color: #fff;
    background: #dfa400;
}
.witr_pslide .witr_single_pslide:hover .witr_pslide_custom {
    bottom: auto;
    transform: scaleX(1);
}
.ps1 .witr_content_pslide_text a:hover{
    color:#dfa400
}
.witr_single_pslide:hover .witr_pslide_custom {
    bottom: -20px; 
}

.witr_content_pslide_text a {
    color: #222429;
    margin-bottom: 3px;
    font-family: 'BitterMedium';
    font-size: 20px;
}
.witr_pslide_custom {
    position: absolute;
    bottom: auto;
    top: 38%;
    z-index: 1;
    transform: scaleX(0);
    right: 40%;
    left: 40%;
    transition: .5s;
}
.witr_pslide_custom a span {
    color: #DFA400;
    background: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 0 65px 0 #00000014;
    display: inline-block;
    transition: .5s;
}
.witr_pslide_custom a span:hover {
    color: #fff;
    background: #DFA400;
}

.witr_content_pslide_text {
    padding: 20px !important;
}
.witr_pslide .witr_single_pslide:hover .witr_pslide_custom {
    bottom: auto;
    transform: scaleX(1);
}
.ps1 .witr_content_pslide_text a:hover {
    color: #fc2c03;
}
.witr_single_pslide:hover .witr_pslide_custom {
    bottom: -20px; 
}
.witr_pslide4.witr_pslide3 .witr_pslide_custom {
    position: absolute;
    bottom: auto;
    top: 38%;
    z-index: 1;
    transform: scaleX(0);
    right: 40%;
    left: 40%;
    transition: .5s;
}
.witr_pslide_custom a span {
    color: #00598d;
    background: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 0 65px 0 #00000014;
    display: inline-block;
    transition: .5s;
}
.witr_pslide_custom a span:hover {
    color: #fff;
    background: #00598d;
}

.proj_area .owl-prev, .proj_area .owl-next {
    width: 80px;
    height: 80px;
    opacity: 11;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    margin: 0 58px;
}
.qc-slider-nav-gal.owl-nav {
    display: flex;
    justify-content: end;
    position: relative;
    top: -30px;
}
.qc-slider-nav-gal .fa {
    font-size: 40px;
    font-weight: 900;
}
.owl-nav button:hover {
    background: #00598d;
    color: #fff;
}
.witr_pslide4.witr_pslide3.all_pslides_color.ps1.ps3 {
    position: relative;
    bottom: 90px;
    height: 420px;
}


/*-------------------------------------Why Choose  Us----------------------------------------------------------*/
.feature-area {
  padding: 50px 0 0px;
}
.feature-single-box {
    background: #00314e;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 325px;
}
.feature-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00598d;
    z-index: -1;
    transition: .5s;
}
.feature-single-box:hover:before{
  transform: rotateX(90deg);
}
.feature-single-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00598d;
    z-index: -1;
    transition: .5s;
}
.feature-single-box:hover:after{
  transform:rotateY(90deg);
}
.feature-box-content-title h4 {
  font-size: 22px;
  color: #ffffff;
    font-family: 'BitterMedium';
  font-weight: 600;
  padding: 25px 0 18px;
  transition: .5s
}
.feature-single-box:hover .feature-box-content-title h4 {
    color: #ffffff;
    font-family: 'BitterMedium';
    font-size: 23px;
}
.feature-box-content-discription p {
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
    font-family: 'BitterMedium';
  font-weight: 400;
  transition: .5s;
  text-align: justify !important;
}
.feature-single-box:hover .feature-box-content-discription p{
 color: #ffffff;
    font-family: 'BitterMedium';
    font-size: 13px;
        text-align: justify !important;
}
.feature-box-icon-thumb img {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}
.whychserw{
    padding-bottom: 50px;
}
.whychscolblk h4 {
    text-align: center;
    font-family: 'BitterMedium';
    color: #00598d;
    font-size: 45px;
    font-weight: 700;
    margin-top: auto;
    padding-bottom:30px;
}
.whychscolblk h2{
   font-size: 35px;
    text-align: center;
    line-height: 1.6;
    font-family: 'BitterMedium';
    color: #ff633b;
}

/*--------------------------------contact page------------------------------------*/

.contact_pg.pg_mar .col-md-6 {
    width: 100%;
}
.g-map {
    height: 300px !important;
}
.contact_card_inner .all_color_service {
  padding: 50px 30px 30px 30px;
 box-shadow: 2px 2px 7px -2px #000;
     height: 308px;

}

.contact_card_inner .service-item span {
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  background: #00598d;
  transition: 0.5s;
  color: #fff;
}

.contact_card_inner .service-item h3 {
  padding: 15px 0 10px;
}

.contact_card_inner .service-item p {
  padding-top: 0;
}

.contact_card_inner .all_color_service:hover span {
  background-color: #ff2a00;
}
.contact_card {
    margin-bottom: 70px;
}
.contact-form h4
{
text-align: center;
    font-family: 'BitterMedium';
    color: #00598d;
    font-size: 30px;
    font-weight: 700;
    margin-top: auto;
}
.contact-form .col-md-12 {
    display: flex;
    justify-content: center;
}
.read-btn, .teashop-btn {
    font-size: 15px;
    font-family: 'BitterMedium';
    color: #fff;
    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: #00598d;
    z-index: 1;
     width: 200px !Important;
}
.read-btn:hover::before, .teashop-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.read-btn:hover, .teashop-btn:hover {
    color: #fff;
}
.contact_card p {
    font-size: 15px;
    font-family: 'BitterMedium';
    line-height: 2;
    color: #000;
}
.ScrollToTop a {
    border: 1px solid #00598d;
    color: #ff2a00;
}
.ScrollToTop a:hover {
    background: #00598d;
}
.contact_card h3 {
    font-family: BitterMedium;
    color: #00598d;
}
.contact_card strong {
    color: #ff2a00;
    font-size: 20px;
    font-family: BitterMedium;
    letter-spacing: 1px;
}
.read-btn::before, .teashop-btn::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    background: #ff2c02;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.read-btn::after, .teashop-btn::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s ease-out;
    z-index: -1;
}
.contact-form {
    margin-bottom: 50px;
}
.contact_title, .about_title, .product_title, .gallery_title {
    color: #ffffff;
    font-size: 40px;
    font-family: 'BitterSemi';
    height: 250px;
    background: url(../../images/images/images/bread/5.png);
    padding-top: 120px;
    padding-right: 80%;
    background-size: cover;
}
.footer_content h4 {
    font-size: 20px;
    font-family: 'BitterMedium';
}
.footer_content p {
    font-family: 'BitterMedium';
}
.footer_content {
    line-height: 1.6;
}
.footer_content .fa {
    color: #00598d;
}
.contact-form {
    margin-bottom: 50px;
    line-height: 2.6;
}
.footer_content {
    line-height: 1.6;
    background:#ccd6dc;
    padding: 20px;
}
#contact {
    background: #00598d;
}
/*----------------------------------foooter-------------------------------*/
#footer {
    background: linear-gradient(45deg, #0000009c, #0000009c), url(../../images/images/images/bread/2.png) !important;
}
.filter {
    display: none !important;
}
.cart-price1 img {
    height: 292px;
    border: 2px solid #000;
    padding: 20px;
}
.social-icons .fa-facebook {
    background: #3b5998 !important;
    border-radius: 10px !important;
    color: #fff !important;
        padding: 10px;
}
.social-icons .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    border-radius: 20% !important;
    color: #fff !important;
        padding: 10px;
}
.social-icons .fa-youtube {
    background: #df0000 !important;
    border-radius: 10px !important;
    color: #fff !important;
        padding: 10px;
}
.social-icons .fa-whatsapp {
    background: #28D146 !important;
    border-radius: 10px !important;
    color: #fff !important;
        padding: 10px;
}
.social-icons span {
    color: #fff;
    font-size: 15px;
    font-family: 'BitterMedium';
    letter-spacing: 1px;
}
.copyright p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'BitterMedium';
    margin-bottom: 0;
}
.copyright a {
    color: #ddd;
    text-decoration: underline;
    font-size: 10px;
    font-family: 'BitterSemi';
}
.footer-bottom {
    color: #000;
    padding: 15px 0;
    margin-top: 131px;
    background: #00598d;
}
.pro_title {
    color: #00598d;
    font-size: 20px;
    font-family: 'BitterSemi';
    text-align: center;
    margin-bottom: 20px;
}
.pro-content p {
    color: #000;
    font-size: 15px;
    font-family: 'BitterMedium';
    text-align: justify;
    line-height: 2;
}
.prodpsr {
    font-size: 20px !important;
    color: #fd2600;
    letter-spacing: 1px;
}
.pro-content li {
    font-size: 15px;
    font-family: 'BitterMedium';
    line-height: 2;
    color: #000;
}
.pro-content .fa {
    color: #ff2a00;
}




/*----------------------------------------mobile responsive----------------------------------------*/


@media(max-width:767px){
    .header-top span {
    margin-left: 24px;
    position: relative;
    font-family: 'BitterMedium';
    color: #fff;
    display: flex;
}
.header-top span:after {
    background: #00598d;
}
.contact_title, .about_title, .product_title, .gallery_title {
    padding-top: 156px;
    padding-right: 0;
}
.service-item.all_color_service.text-center {
    margin-bottom: 20px;
}
.nav.navbar-nav li {
    display: flex;
    margin-right: 0;
    margin-top: 10px;
}
.pro-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.site-heading {
    margin: 35px 0;
}
.about-right {
    padding-left: 0px;
}
.about-area {
    padding: 50px 0;
}
.welcome_title {
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 0;
}
.welimg1 {
    height: 285px;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 30px;
    line-height:1.5;
}
.tn_proj_area .witr_section_title_inner h1, .tn_proj_area .witr_section_title_inner h2, .tn_proj_area .witr_section_title_inner h3 {
    font-size: 35px;
}
.footer_content {
    margin-bottom: 20px;
}
.qc-slider-nav-gal.owl-nav {
    display: none;
}
.witr_pslide4.witr_pslide3.all_pslides_color.ps1.ps3 {
    bottom: 0px;
}
.tn_proj_area .witr_section_title_inner h2{
    text-align:center;
}
}