html
{
    text-rendering: optimizeLegibility;
}
body
{
    margin: 0 auto;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    max-width: 1366px;
    color: #666;
}
a
{
    text-decoration: none !important;
}
p
{
    line-height: 1.7;
}
.rm-padding
{
    padding: 0;
}
.rmr-padding
{
    padding-right: 0;
}
.rml-padding
{
    padding-left: 0;
}
.relative
{
    position: relative;
}

/*-------External Fonts-----------*/

@font-face
{
    font-family: 'YaldeviColomboBold';
    src: url('../fonts/YaldeviColomboBold.eot');
    src: url('../fonts/YaldeviColomboBold.eot') format('embedded-opentype'), url('../fonts/YaldeviColomboBold.woff2') format('woff2'), url('../fonts/YaldeviColomboBold.woff') format('woff'), url('../fonts/YaldeviColomboBold.ttf') format('truetype'), url('../fonts/YaldeviColomboBold.svg#YaldeviColomboBold') format('svg');
}
@font-face {
    font-family: 'GothamBookRegular';
    src: url('../fonts/GothamBookRegular.eot');
    src: url('../fonts/GothamBookRegular.eot') format('embedded-opentype'),
         url('../fonts/GothamBookRegular.woff2') format('woff2'),
         url('../fonts/GothamBookRegular.woff') format('woff'),
         url('../fonts/GothamBookRegular.ttf') format('truetype'),
         url('../fonts/GothamBookRegular.svg#GothamBookRegular') format('svg');
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
         url('../fonts/GothamLight.woff2') format('woff2'),
         url('../fonts/GothamLight.woff') format('woff'),
         url('../fonts/GothamLight.ttf') format('truetype'),
         url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

/*------------General------------*/
.general_row
{
    display: block;
    margin: 0;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.general_button
{
    margin-top:50px;
}
.grayBG
{
       background: #d6c8c4;
}

.tag_line
{
        font-size: 18px;
    color: black;
    margin: 0;
    font-family: calibri;
    text-align: center;
}
.flexslider .slides::before
{
    content:'';
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
  /*  background-image: url('../images/shape-1.jpg'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 225px;
    width: 425px;
}
.mobile_banner
{
    display: none !important;
}

/*----------Menu------------------*/
.navbar-inverse
{
    background-color: transparent;
    border: 0;
    /* position: absolute; */
        position: relative;
    z-index:11;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;
}
.navbar-nav
{
  /*  float: right; */
}
.navbar-brand
{
    height: auto;
    padding: 5px 15px;
}
.navbar-inverse .navbar-nav > li > a
{
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    letter-spacing:0.05rem;
    line-height: 1;
       padding: 20px 15px;
    font-family: 'Hind Guntur', sans-serif;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover
{
       color: black;
    background-color: #d8d8d8a6;
}
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover
{
 color: black;
    background-color: transparent;
}
.fixed-header
{
    position: fixed;
    top: 0;
    z-index: 111;
    
       background: #f9532f;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
}

.fixed-header .navbar-brand
{
    display:block;
}
.fixed-header .navbar-brand img
{    
    height:60px;
}
.fixed-header .navbar-nav > li > a
{
    padding: 20px 15px;
}
/*----------required field label--------------*/
.requirefieldLbl {
  padding: 3px 5px;
  position: absolute;
  bottom: -10px;
  left: 15px;
  color: white !important;
  display: block;
  z-index: 1000;
  background-color: #a8518a !important;
  border-radius: 3px;
  font-size: 12px !important;
  letter-spacing:.02rem;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .2);
  animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
  -webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
  -moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
  transform-origin: left top
}

@keyframes shoReq {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}

.requirefieldLbl::after {
  position: absolute;
  content: '';
  top: -6px;
  left: 5px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #a8518a !important;
  z-index: 95
}
/*------------------block group--------------------*/
.blockgroup_row
{
    padding:0;
}
.bg_color1
{
    background:#55aa0b;
}
.bg_color2
{
    background:#70be2b;
}
.bg_color3
{
    background:#8bc726;
}
.bg_color4 
{
    background: #85da3a;
}
 .block
{
    display:block;
    width:100%;
    margin:0;
    padding:50px 20px;
    text-align:center
}
.block img
{
    margin:0;
    padding:0;
    display:inline-block;
    width: 60px;
}
.block h2
{
    margin:30px 0 20px;
    padding:0;
    display:inline-block;
    color:#fff;
    font-size:3rem;
    text-transform:capitalize;
    font-family: 'Hind Madurai' , sans-serif;
    font-weight: 600;
letter-spacing: .05rem;
}
.block a
{
   display: inline-block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Cabin', sans-serif;
    margin: 0;
    padding: 0;
}
.block a:hover
{
    color:#f9532f;
}
/*---------------------------*/
.tip_block
{
 
  margin:35px 0 0;
  padding:15px 10px;
  overflow:hidden;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px dashed #ccc;
  transition:all .7s ease-in-out;
    -webkit-transition:all .7s ease-in-out;
}
.boxicon {
    position: relative;
    width: 70px;
    height: 50px;
    background-color: #55aa0b;
    margin: 15px 15px 15px 0;
    text-align:center;
}
.boxicon::before, .boxicon::after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}
.boxicon::before 
{
    left:0;
    bottom: 100%;
    border-bottom: 16.09px solid #55aa0b;
}
.boxicon::after {
    top: 100%;
    width: 0;
    border-top: 16.09px solid #55aa0b;
    left: 0;
}
.boxicon img
{
    width:50px;
}
.tip-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 25px;
}
.tip-content h2
{
    display:block;
    margin:0 0 15px;
    font-size:20px;
    color:#333539;
    text-transform:capitalize;
    font-family: 'Cabin', sans-serif;
}
.tip-content p
{
    margin:0
}
.tip_block:hover
{
    border-color:#fff;
    box-shadow:0 7px 15px rgba(0,0,0,.15);
    background: #fff;
    transition:all .7s ease-in-out;
    -webkit-transition:all .7s ease-in-out;
}
/*----------------diet plan row----------------*/

.owl-carousel .owl-item .item img {
   margin-bottom:30px
}
  .owl-carousel .owl-item .item h2 {
    display: block;
    margin: 10px 0 30px;
    font-size: 24px;
    color: #333539;
    font-weight:600;
    text-transform: capitalize;
    font-family: 'Hind Madurai' , sans-serif;
}
.owl-carousel .owl-item .item h3 {
    display: block;
    text-align:left;
    margin: 10px 0 20px;
    font-size: 16px;
    color: #333539;
    text-transform: capitalize;
    font-family: 'Cabin', sans-serif;
}
/*--------------testimonial--------------*/
.testimonial_row
{
    background:url('../images/testimonialBG.jpg')no-repeat left center;
    background-size:cover;
    min-height:500px
}
.testimonial_row .testimonial {
    display: block;
    margin-top: 0;
    padding: 80px 50px 15px;
position: relative;
text-align: center;
border-radius:10px;
background: rgba(255,255,255,.8);
}
.testimonial::before {
    content: "\"";
    font-size: 9em;
    position: absolute;
    color: #fe5530;
    z-index: 100;
    top: 2%;
    left: 3%;
    line-height: 1;
}
.testimonial_row .testimonial p {
    font-size: 1.7em;
    font-family: Quicksand,sans-serif;
}
.testimonial .testimonial-title
{
    display: inline-block;
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    color: #fe5530;
    font-family: 'Hind Madurai' , sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.testimonial .testimonial-title::before
{
    content: "";
    position: absolute;
    background: #fe5530;
    width: 50px;
    height: 2px;
    top: 50%;
    left: -50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/*-------------footer-----------------*/
.blockgroup_row .add_block
{
    height:265px
}
.blockgroup_row .add_block h2
{
    font-size: 2rem;
}
.blockgroup_row .add_block img
{
    width:50px;
}
.blockgroup_row .add_block p
{
    color: rgba(255,255,255,.8);
}
.footer_row
{
    background:#2e3e53;
    text-align:center;
        padding: 15px;
}
.footer_nav {
    display: inline-block;
    width: auto;
    list-style-type:none
}
.footer_nav > li 
{
    display: inline-block;
    margin: 0px 0;
    border-right: 1px solid #76869a;
}
.footer_nav > li:last-child
{
    border-right:0
}
.footer_nav > li a
{
    display:block;
    font-size: 13px;
    text-transform: uppercase;
    color: #76869a;
    padding: 0 10px;
    letter-spacing:5px
}
.footer_nav > li a:hover
{
    color:#fff
}
.social {
    display: block;
    padding: 0;
    margin: 30px 0 40px;
    text-align: center;
}
.social a {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    line-height: 1.8;
    vertical-align: middle;
    padding: 0px;
    margin-right: 0px;
    width: 50px;
    height: 50px;
}
.social a:last-child
{
    margin-right:0
}
.copyright p,.copyright a
{
    font-size:14px;
    color: white;
    margin:0;
    letter-spacing:.05rem
}
/*---------------Back To Top------------------*/
.cd-top
{
 display: inline-block;
 height: 40px;
 width: 40px;
 position: fixed;
 bottom: 5%;
 right: 3%;
 overflow: hidden;
 background: transparent;
 visibility: hidden;
 opacity: 0;
 line-height: 1;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
 z-index: 999;
 padding: 8px 5px;
 text-align: center;
 border-radius: 50%;
 border: 2px solid #fe5530;
}
.cd-top i
{
  font-size: 20px;
  color:#fe5530;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover
{
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible
{
  visibility: visible;
  opacity: 1;
}
.cd-top:hover
{
background:#fe5530;
 border-color:#fe5530;
}
.cd-top:hover i
{
  color: #fff;
}



/* om pipe traders */

.main_logo
{
    padding: 20px;
}
.full_border
{
    border-top: 1px solid #edecef;
        background-color: #f9532f;
}

.image-container {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.image-container .text-container
{
  font-size: 20px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    letter-spacing: 0.3px;
       bottom: 0px;
    left: 10px;
    right: 10px;
    padding: 26px 5px;
    background:#f9532fbd;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;  
}
.image-container .text-container span {
       padding: 10px 20px;
    color: white;
}
.image-container:hover .text-container {
    background: #272727;
}
.image-container:hover .text-container span {
    color:White;
    
    
}
.home-title {
      position: relative;
    text-align: center;
    font-size: 46px;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 33px;
    margin-top: 0;
    font-weight: 500;
    color: #f9532f;
    font-family: 'Roboto Condensed', sans-serif;
}
.home-title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    /*background-color: #999999;*/
    bottom: -5px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.product_img_BG
{
   /*    
    height: 370px;
    background-color: #efefef; */
        height: 352px;
    background-color: #f7f0f0;
   /* object-fit: cover; */
    margin-bottom:0px !important;
     width: 370px;
 
}
.block-contact .block {
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    cursor: pointer;
    text-align: left;
    background: transparent;
    position: relative;
    margin: 0 auto;
       display: flex;
        padding: 2px;
}
.block-contact .block .icon {
    content: "";
    margin: 0 6px 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    float: none;
}

.block-contact .address .icon i {
    font-size: 24px;
    line-height: 40px;
}
.block-contact .block .content {
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    float: none;
}
.block-contact
{
       padding: 29px;
}
#social-container {
   
}
#social-container ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
#social-container ul li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 3px 3px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#social-container ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    color: #000000;
    background: #666666;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#social-container ul li .facebook {
    background-color: #3b5999;
    color: #ffffff;
}
#social-container ul li .twitter {
    background-color: #00aced;
    color: #ffffff;
}
#social-container ul li .instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
}

#social-container ul li .whatsapp{
    background-color:#25D366;
    color: #ffffff;
}
#social-container ul li a:hover {
    padding: 0 !important;
        background: #a5a5a5;
}

.social_container_header 
{
       padding: 35px;
    text-align: center;
}
.block-contact .block .icon i{
        color: #2763ae;
}
.btnall
{
        border-radius: 5px;
    background-color: #00405a;
    padding: 10px 15px 10px 15px;
    color: white;
}
.btnall:hover
{
      color:White;
      background-color:#f9532f;
}



/*References start hear*/

.References{
text-align: center;
background-color: #fcfcfc;
border-bottom: 6px solid #00405a;
position: relative;
padding-bottom: 60px;
padding-top: 50px;
}



/* client Slider  css */
.abs_position{
   position: absolute;
}
.client_btn .clintbtndesign {
    padding: 10px 20px 10px 20px !important;
       background-color: #00405a!important;;
    color: white;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.gallery .owl-carousel .owl-item .item
{
    margin:0px;
}
.gallery  .owl-carousel .owl-item .item img
{
    margin-bottom:10px;
}
.gallery-title {
    margin-bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 370px;
    padding: 41px 20px;
       top: 40%;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    color: #000000;
    background: rgba(255, 255, 255, 0.85);
        z-index: 1111;
}
.gallery-title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #999999;
    bottom: -5px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.gallery-title a {
    line-height: 40px;
    color: #000000;
}

.main_footer
{
    background-color:Gray;
    
}
.footer_block
{
       background-color: White;
    margin-top: -20%;
    position: relative;
    z-index: 999999999;
    margin-bottom: 20px;
    padding: 20px;
        border-radius: 12px;
}


div.et_pb_section.et_pb_section_10 {
    background-image: url(https://unicorn.divi-den.com/wp-content/uploads/2017/05/map.png)!important;
}
.copyright_footer
{
    padding:20px;
}
.footer_color
{
        background-color: #292726;
}
.main_footer strong{
    color: #000000!important;
    font-size: 25px;
}
.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:0;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:2px;
    bottom:2px;
    left:2px;
    right:2px;
      border-radius: 12px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.fixed-header .navbar-nav
{
    margin-left:30%;
}
.et_pb_blurb_description a
{
        color: #666;
}
.second_title{
        font-size: 58px;
    background: -webkit-linear-gradient(#cedcec, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_bg {
    background-image: url(../images/about_bg.jpg);
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
       padding-top: 100px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}
.about_bg::before {
    background: rgba(0,0,0,.65);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo_part {
    position: absolute;
    z-index: 9;
    top: 45%;
    transform: translate(0%, -50%);
    padding: 0px;
    display: block;
    text-align: center;
    width: 100%;
}
.page_heading h2 {
    font-size: 45px;
    color: #ffecec;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-weight: 300;
    font-size: 16px;
}
.breadcrumb>li {
    display: inline-block;
}
.highlightlinks a, .ds .highlightlink {
    color: #1fb987;
}
.breadcrumb > .active {
    color: #ec5c42;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}



/* vison misson value */
.tab
{
        margin-top: 50px;
        border: 1px solid #e4d9d9;
    padding-top: 20px;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 80px 20px 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
       color: black;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #fe5530;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.tab .nav-tabs li.active a span{
    background: #29335c;
    color: #fff;
}
.tab .nav-tabs li a span i{
    transform: rotate(-45deg);
}
.tab .nav-tabs li.active a{
       color: #f9532f;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li a:hover
{
        color: #29335c;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li.active a{
    border-bottom: 2px solid #29335c;
}
.tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
       color: #000000;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}


/* gallry page  */

.img_block
{
    display:block;
    margin:10px 0 0;
    padding:0;
    overflow:hidden;
    height:200px;
     border-radius:5px;
         background-color: #f1f1f1;
    border: 1px solid gainsboro;
}
.img_block .pic
{
    width:100%;
    height:200px;   
    object-fit:cover;
    transition:ease-in-out .7s;
    -webkit-transition:ease-in-out .7s;
}
.img_block:hover .pic,.gallery_album:hover .album-img .pic
{
    transform:scale(1.1);
     transition:ease-in-out .7s;
    -webkit-transition:ease-in-out .7s;
}
#client_main .img_block {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
    height: auto;
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 1px solid gainsboro;
    text-align: center;
    padding: 10px;
}
#client_main .img_block .pic {
    width: 180px;
    height: 90px;
    object-fit: cover;
    transition: ease-in-out .7s;
    -webkit-transition: ease-in-out .7s;
}
.sidebar .sidebar-box {
    margin-bottom: 50px;
}
.sidebar .sidebar-box h2 {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1;
}
.sidebar .sidebar-box .menu-sidebar ul li {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.sidebar .sidebar-box .menu-sidebar ul li a {
    display: block;
    color: #222222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar .sidebar-box:last-child {
    margin-bottom: 0;
}
.sidebar .sidebar-box .download {
    background: #222222;
    padding: 35px;
}
.sidebar .sidebar-box .download h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}
.sidebar .sidebar-box .download h3 span {
    font-weight: 500;
}
.sidebar .sidebar-box .download .button-dow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.sidebar .sidebar-box .download .button-dow a {
    background: ##007fd8;
    color: #ffffff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .download .button-dow i {
    color: #555555;
    font-size: 55px;
    padding-left: 20px;
}
.detail-item .item-header {
    margin-top: 30px;
}
.detail-item h2 {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.detail-item h2:after {
    background: #012da9;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin: 0 auto;
    height: 4px;
    width: 50px;
}
.item-content p {
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.fa-stack2 {
    line-height: 1.5em;
}
.color-blue {
    color: #3260e0;
}
.fa-stack-2-5x {
    font-size: 1.5em;
}
.fa-sm-font {
    font-size: 10px;
}
.sidebar .sidebar-box .menu-sidebar ul li a i {
    color: ##007fd8;
    padding-right: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ul
{
    list-style-type:none;
        padding-left: 0px;
}


/* contact us page design */
.contact_bg {
    background-image: url(../images/Contact-Us-banner.jpg);
  /*  background-attachment: fixed; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
       padding-top: 100px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}
.contact_bg::before {
    background: rgba(0,0,0,.65);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
    width: 100%;
} 

.form-control {
  border-radius: 0;
    margin-bottom: 20px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #8e7575;
    color: #8e7575;
}
#contact_page h2
{
    padding: 20px;
    color: black;
}
.submit_btn{
    background-color: #f9532f;
    color: white;
    padding: 8px 10px 8px 10px;
}
.product_description .main_heading
{
   padding: 10px;
    background-color: #2763ae;
    color: white;
    margin-top: 20px; 
}


@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px)
{
 .block-contact
 {
     display:none;
 }
  .main_logo
  {
      text-align:center;
  } 
  .social_container_header
  {
      display:none;
  } 
  .navbar-nav {
    background: transparent;
}
.client_btn
{
    margin-left:20%;
}
.home-title {
   
    font-size: 33px;
    line-height: 36px;
 
}
.fixed-header .navbar-nav {
    margin-left: 0px;
}
}