@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@charset "utf-8";
/* CSS Document */
body{
    font-family: 'Roboto', sans-serif;
}
html{
     scroll-behavior: smooth;
}
::selection {
color: #fff;
background-color: green;
}
ul, li {
    padding:0px;
    margin:0px;
    list-style:none;
    font-family: 'Roboto', sans-serif;
}
p, li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
}   
.img-responsive{
    width: 100%;
}
.portfolio {
    position: relative;
}
.portfolio .port-details {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    position: absolute;
    text-align: center;
    opacity: 0;
    background: rgba(51, 51, 51, 0.75);
    color: #FFF;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.service_border {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid #F47629;
}
.portfolio:hover .port-details {
    visibility: visible;
    opacity: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.port-data {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.port-data>h2{
    font-size: 21px;
}
.port-data>p{
    font-size: 14px;
    padding: 0px 11px;
    text-align: justify;
    text-align-last: center;
    line-height: 20px;
}
.proreadmore>a{
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-top: 11px;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.proreadmore>a:hover{
    background: #034f8b;
    border: 1px solid #034f8b;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.thumbnail{
    margin-bottom: 6px;
}
.PRPL{
    padding-right: 3px;
    padding-left: 3px;
}
.mB20{
    width:100%;
    display:inline-block;
    margin-bottom:20px;
}
.mB10{
    width:100%;
    display:inline-block;
    margin-bottom:10px;
}
.menuzord-menu>li:hover>a{
    display:block;
}
.red{
    width: 100%;
    padding: 0 8%;
    box-shadow: 0px 0px 1px 0px #4c4c4c;
    z-index:999;
}
.sticky{
    position: fixed !important;
    z-index: 99;
    background-color: #fff;
}
.content{
    width: 100%;
    position: absolute;
}
.menuzord-menu li a{
    font-family: 'Oswald', sans-serif;
}
.slider{
    width:100%;
}
.slider img{
    width:100%;
}
.welcame{
    margin-top:59px;
}
.welcame h3{
    font-family: 'Oswald', sans-serif;
    color: #052a69;
    font-size: 33px;
    }
.welcame p{
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.welcame a{
    text-decoration: none;
    border: 4px double #052a69;
    padding: 3px 15px;
    border-radius: 3px;
    color: #052a69;
    margin-top: 16px;
    display: inline-block;
    transition: all 0.6s ease 0s;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}
.welcame a:hover{
    
    background: #052a69;
    border: 4px double #fff;
    transition: all 0.6s ease 0s;
    color: #fff;
}
.welcame>ul>li{
    margin-top: 3px;
    position: relative;
    padding-left: 31px;
}
.welcame>ul>li:before {
    content: "";
    width: 25px;
    height: 25px;
    background: transparent url(../img/arror.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: -32px;
    position: absolute;
}

.welcame-about h3{
    font-family: 'Oswald', sans-serif;
    color: #052a69;
    font-size: 33px;
    }
.welcame-about p{
    font-family: 'Roboto', sans-serif;
}
.welcame-about a{
    text-decoration: none;
    border: 4px double #052a69;
    padding: 3px 15px;
    border-radius: 3px;
    color: #052a69;
    margin-top: 16px;
    display: inline-block;
    transition: all 0.6s ease 0s;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}
.welcame-about a:hover{
    
    background: #052a69;
    border: 4px double #fff;
    transition: all 0.6s ease 0s;
    color: #fff;
}
.welcame-about>ul>li{
    margin-top: 3px;
    position: relative;
    padding-left: 31px;
}
.welcame-about>ul>li:before {
    content: "";
    width: 25px;
    height: 25px;
    background: transparent url(../img/arror.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: -32px;
    position: absolute;
}

.border_st{
    width: 8px;
    position: relative;
    display: inline-block;
    border-left: 3px solid #034d89;
    border-right: 3px solid #034d89;
    height: 15px;
    padding: 7px 0px;
    margin-bottom: 19px;
}
.border_st:before{
    content: '';
    position: absolute;
    width: 55px;
    border-bottom: 3px solid #034d89;
    top: 6px;
    left: 5px;
}
.border_st:after {
    content: '';
    position: absolute;
    width: 55px;
    border-bottom: 3px solid #034d89;
    top: 6px;
    right: 5px;
}
.borderst{width:100%; text-align:center;}
.product{
    margin-top: 4px;
    padding-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 21px;
    background-color: #f3f3f3;
}
.productlist{
    width:100%;
    margin-top: 19px;
}
.productlist ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.productlist ul li{
    width:25%;
    float: left;
}
.productlist h3{
    margin: 0px 0px 9px;
    text-align: center;
}
.service{
    text-align: center;
    width: 98%;
    border: 1px solid #dadada;
    margin-bottom: 17px;
    transition: all 0.6s ease 0s;
}
.nav{
    display: inline-block;
}
.bor2{
    border-bottom: 2px solid #ccc;
    padding-bottom: 19px;
}
.nav-tabs{
    border-bottom: 0px;
    border: 1px solid #e2e2e2;
    
}
.nav-tabs>li{
    padding-right: 42px;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    background-color: #333f95;
    border: 0px;
    color: #FFF;
    border-radius: 0px;
    box-shadow: 0px 7px 6px 1px #969595;
}
.service h4{
    text-align: center;
    margin-bottom: 1px;
    box-shadow: 0px 3px 3px 0px #ccc;
    padding-bottom: 5px;
}
.service p{
    padding: 7px 10px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 15px;
}
.service img{
    width:100%;
}
.service>a{
    display: inline-block;
    background: #333f95;
    padding: 0px 14px;
    border: 4px double white;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.6s ease 0s;
}
.service:hover{
    transition: all 0.6s ease 0s;
    box-shadow: 0px 3px 3px 0px #ccc;
    transform: translateY(-5px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.1);
}
.service>a:hover{
    transition: all 0.6s ease 0s;
    color: #000;
    border: 4px double #8c082b;
    background-color: transparent;
    text-decoration: none;
}
.productlight{
    width: 100%;
    margin: 0px 0px 32px;
    padding: 11px 0px;
}
.productrange{
    width:100%;
}
.productrange ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.productrange ul li{
    width: 20%;
    float: left;
    border: 1px solid #ececec;
}
.productrange ul li img{
    width:100%;
}
.productimg{
    position:relative;
}
.producthover{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    visibility:hidden;
}
.productname{
    position: absolute;
    top: 38%;
    width:100%;
    text-align:center;
    z-index:999;
}
.productname i{
    background: #000b63;
    padding: 6px;
    font-size: 24px;
    color: #FFF;
}
.producthed{
    width:100%;
    position:absolute;
    bottom:10%;
}
.producthed h3{
    text-align:center;
    color: #c3c3c3;
}
.productimg:hover .producthover{
    visibility:visible;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
    transition:background 2s;
    
}
.producthover:after {
    position: absolute;
    width: 80%;
    height: 80%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.producthover:after {
    top: 10%;
    left: 10%;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
.productimg:hover .producthover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.footersec{
    background: url(../img/tradelink-footer-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFF;
    padding: 60px 0px 20px;
    position: relative;
    padding: 40px 0 6px;
}
.footersec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(9, 19, 93, 0.7);
}
.footerhed{
    width:100%;
}
.footerhed h3{
    margin: 0px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbdbd;
    color: #fff;
}
.footerhed > h3 > span{
    border-bottom: 1px solid #ff6e6e;
}
.footerlinks{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footerlinks li{
    margin-bottom: 4px;
    width: 100%;
}
.footerlinks li i{
    padding-right: 3px;
    color: #fff;
}
.footerlinks li span{
}
.footerlinks li span a{
    color:#fff;
}
.footeraddress{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footeraddress li{
    color: #292927;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 2px;
}
.footeraddress li i{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 9px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #ffffff;
    color: #fff;
}
.footeraddress li span{
    width: 85%;
    float: left;
    font-family: 'Roboto', sans-serif;
    line-height: 19px;
    font-size: 15px;
    color: #fff;
}
hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #dedede;
}
.copyright{
    font-family: 'Oswald', sans-serif;
    color: #fff;
}
.copyright a{
    color:#000;
}

@media only screen and (max-width: 768px) {
    .productlist ul li{
        width:50%;
        padding:6px;
    }
   /* .dm-msg-wrapper{
        margin-top: 100px;
    }*/
    .dr-msg-box-img{
    margin: 86px 0px;
}
.welcame p{
        font-family: 'Roboto', sans-serif;
    text-align: center!important;
}
.msg-boxx {
    width: 100%;
    margin-top: 100px;
}

    .service{
        width:100%;
        margin-bottom:0px;
    }
    .productrange ul li{
        width: 50%;
    }
    .content{
        position: static;
    }
    .slider{
        padding-top: 50px;
    }
    
}

@media (min-width: 768px)
{
 
 .switch-produt img{
    width:100%;
 }
}
@media only screen and (max-width: 480px) {
    .productlist ul li{
        width:100%;
    }
    .productrange ul li{
        width: 99%;
        margin:10px 5px;
    }
.hpl-list>ul a>i{
    display: block;
}
.hpl-list>ul li{
display: inline-block;
    background: steelblue;
    color: #fff;
    padding: 7px;
    margin: 5px 14px!important;
    border: 1px solid green;
    text-align: center;
}
.breadcrumb{  
        position: relative!important;
            background-color: #f5f5f500!important;
                border: 1px solid #619bd300!important;
                box-shadow: none!important;
                margin-top: -20px!important;
}
 .switch-produt img{
    width:100%;
    height:230px;
 }
}
.sponsors-style-one li{
    text-align:center;  
}
.sponsors-style-one li img{
    display:inline-block !important;
    width:auto !important;
    max-width:99% !important;
    background:#FFF;
}
.sponsors-style-one .owl-controls{
    margin:0px !important;  
}
.sponsors-style-one .owl-theme .owl-controls .owl-dots{
    display:none !important;    
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav{
    margin:0px ;
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
    position:absolute;
    left:-40px;
    top:50%;
    display:inline-block;
    margin:-21px 0px 0px 0px ;
    width:42px ;
    height:42px ;
    padding:0px ;
    /*border:1px solid #ebebeb ;*/
    font-size:20px ;
    line-height:40px ;
    text-align:center ;
    border-radius:0px;
    background:none ;
    color:#222222;  
}
.sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"]{
    position:absolute;
    right:-40px;
    top:50%;
    display:inline-block;
    margin:-21px 0px 0px 0px ;
    width:42px ;
    height:42px ;
    padding:0px ;
    /*border:1px solid #ebebeb ;*/
    font-size:20px ;
    line-height:40px ;
    text-align:center ;
    border-radius:0px ;
    background:none ;
    color:#222222;
}
.sponsors-style-one .owl-controls .owl-nav .owl-prev:hover,
.sponsors-style-one .owl-controls .owl-nav .owl-next:hover{
    background:#2196F3 !important;
    /*border-color:#2196F3;*/
    color:#ffffff !important;   
}
@media only screen and (max-width: 599px){
    .sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"] { left:-5px;}
    .sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"] { right:-5px;}
}
@media only screen and (max-width: 499px) {
    .sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-prev"] { left:-10px;}
    .sponsors-style-one .owl-theme .owl-controls .owl-nav [class*="owl-next"] { right:-10px;}
}

.slider-container{width:100%;position:relative;padding:0;}

.slider-container img {
    width: 100%;
   
}

.ptb {
    padding-top: 40px;
    padding-bottom: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}
.pt-30 {
    padding-top: 30px!important;
}
.contact .icon-circle {
    border: 1px solid #2E2E72;
    color: #2E2E72;
}
.mt-15 {
    margin-top: 15px;
}
.contact-form {
    position: relative;
    background: #fff;
    text-align: center;
}
.contact-form {
    position: relative;
    background: #fff;
    text-align: center;
}
.mt-45 {
    margin-top: 45px;
}
.contact-form input[type="text"] {
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #aaa;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form textarea {
    height: 202px;
    width: 100%;
}

.head-office-box-quotation:hover {
    /*transform: scale(1.01);
    border: 1px solid #fff;
    box-shadow: 0px 3px 9px 3px #ccc;
    cursor: pointer;
    background-color: #619bd3;*/
}
.head-office-box-quotation {
    border: 1px solid #a9acbb;
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px;
    background-size: 100% 100%;
    min-height: 167px;
    /*margin-top: 54px;*/
    border-bottom: 0px;
}
.head-office-box-quotation:hover h3 {
    /*margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #0f1f0beb;
    padding-bottom: 5px;
    color: #000;*/
    margin: 0; */
    /* font-weight: 400; */
    /* font-size: 20px; */
    text-transform: uppercase;
    /* margin-bottom: 10px; */
    /* display: inline-block; */
    /* border-bottom: 1px solid #0f1f0beb; */
    /* padding-bottom: 5px; */
    color: #000;
}
.head-office-box-quotation:hover p {
    color: #fff;
}
.head-office-box-quotation p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.head-office-box-quotation >h3>strong>i{
    font-size: 70px;
    color: #333f95;
}
.head-office-box-quotation >h3>strong>i:hover{
    /*font-size: 70px;*/
    color: #000;
}
.map {
    margin-bottom: 30px;
}
.border-responsive h3{
    padding: 20px 20px 20px 20px;
    background: #333;
    color: #fff;
}

/*.border-responsive p{
    text-align: justify;
    background: #333;
    color: #fff
}*/

.tab {
  /*overflow: hidden;
  border: 1px solid #ccc;
  background-color:     #000;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 7px;
  height:80px;*/
}


.tab button {
  background-color: inherit;
  /*float: left;*/
  /*border: none;*/
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  padding-left: 33px;
  width: 33%;
}

.tab button.active {
    background-color: #034d89;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.prod-heading p{
    margin-left: 27px;
    
}

.grid {
    background: #f7f7f7;
    padding: 10px;
    border: 4px double #ccc;
}
.grid h4 {
   font-size: 14px;
    /* border-bottom: 1px dashed #272F72; */
    line-height: 25px;
    margin: 2px 0 0 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #333f95;
    padding: 5px;
}
.mb-30 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
.tab button {
    width: 32% !important;
}}
@media screen and (max-width: 768px){
.tab button {
    background-color: inherit;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 1px;
    transition: 0.3s;
}}

.tab h3{
    font-size: 23px;
}

@media screen and (max-width: 768px){
.tab h3{
    font-size: 18px;
}
}
.breadcrumb {
    padding: 3px 10px;
    margin-bottom: 20px;
            margin-top: -63px;
    list-style: none;
    background-color: #f5f5f5bf;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    border: 2px solid #619bd3;
    box-shadow: -4px 1px 6px 0px #00000080;
}
.patti img{
    border-radius: 10px;
width: 174px;
    margin: 24px auto;
}
.patti h3{
    text-shadow: 0px 0px 3px #800000;
}
.patti{
    background: none repeat scroll 0 0 rgb(36, 94, 148);
    float: left;
    height: 100%;
    border-top: 1px solid;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    padding-bottom: 11px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.clicable-product-name{
    background-image: linear-gradient(to right top, #0a9941, #00a080, #00a3b1, #00a0ce, #619bd3);
    color: #fff;
    padding: 4px;
}
.clicable-product-name p{
    text-transform: capitalize;
        color: #fff;
}

.mai-wrapper{
    border: 8px solid #0368a4;
    border-style: double;
    padding: 4px;
    margin: 22px 0px;
    transition:ease 0.5s;
}
.mai-wrapper:hover{
    margin-top:10px;
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     transform: scale(1.1);
}
.mai-wrapper a{     
    text-decoration: none;
    font-weight: 500;
}
#about-product
{
    text-align: center;
}
.left-sidebar {
    background-color: transparent;
    border: 1px solid #dde0e4;
}

.left-sidebar-heating {
    background-color: transparent;
    border: 1px solid #dde0e4;
}

.left-sidebar h5 {
    border-bottom: 2px solid #2170a8;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}
.left-sidebar-heating ul {
    margin-bottom: 0px;
    background-color: #efeeed;
    list-style-type: none;  
}
.left-sidebar-heating ul li {
    font-weight: bold;
    border-bottom: 1px solid #d8d8e6;
    padding: 6px;
    /* margin-left: 15px; */
    border-bottom: 1px solid #d4dce2;
    padding-left: 15px;
}

.left-sidebar-heating ul li a {
    color: #000000cf;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
}
.left-sidebar-heating ul li:hover{
    background-color:green;
    color:#fff!important;
}
.left-sidebar-heating ul li:hover a{
    color:#fff;
}
.left-sidebar h5 {
    border-bottom: 2px solid #2170a8;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}
.left-sidebar ul {
    margin-bottom: 0px;
    background-color: #efeeed;
    list-style-type: none;  
}
.left-sidebar ul li {
    font-weight: bold;
    border-bottom: 1px solid #d8d8e6;
    padding: 6px;
    /* margin-left: 15px; */
    border-bottom: 1px solid #d4dce2;
    padding-left: 15px;
}
.left-side-image img{
    margin-top:20px;
    transition:ease 0.5s;
}
.left-side-image img:hover{
    transform: scale(1.2);
}
.left-sidebar ul li a {
    color: #000000cf;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
}
.right-side-content h3 {    border-bottom: 2px solid #fff;
    display: inline-block;
    text-transform: capitalize;
    font-size: 21px;
}
.buttton1{
    margin-top: 10px;
    background: red;
    color: #fff;
    border: 2px solid #619bd3;
    background: #333f95;
    padding: 4px 19px;
}

.buttton1:hover{
   
   background: #333f95de;
   border: 2px solid #619bd3;
}
.activ:after{
     font-family: FontAwesome;
  content:"\f064";
        font-size: 18px;
    font-weight: 100;
    float: right;

}
.breadcrumb li:nth-child(2)
{
    -webkit-column-rule: #89888D;
    -moz-column-rule: #89888D;
    -o-column-rule: #89888D;
    column-rule: #89888D;
}/**/
.fold-right{
    
    border: 1px solid #619bd3;
    margin-bottom: 103px;
}
.downloadlink {
    width: 100%;
    background: #0a3886;
    text-align: center;
    padding: 2.8px;
}
.downloadlink a {
        text-decoration: none;
    font-size: 14px;
    color: #fff;    

    padding: 4px 0;
    min-height: 84px;
     text-align:center;
}
.ajmera-image-content{
    margin-bottom: 50px;
        margin-top: -50px;
}
.container-fluid{
        background-image: radial-gradient(circle, #dadde2, #e4e5e9, #edeef0, #f6f6f8, #ffffff)!important;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: red;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: bold;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
.enq-button2{
text-align: center;
}

.bottom-img {
    margin-bottom: 150px;
    margin-top: 50px;
}
.conte-box{
    border-bottom: 2px solid red;
}
.nav-tabs>li>a:hover{
    color:#fff!important;
}
#about-product{
    text-align: justify;
}
.menuzord-menu ul.dropdown li a:hover{
    background-color:#619bd3;
    color:#fff!important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* max-width: 400px; */
    background: #fff;
    /* margin: 0 22px; */
    text-align: center;
    /* min-width: 300px; */
    margin-left: -12px;
    /* padding: 0px 0px; */
        transition-duration: 0.3s;
}
.card:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #619bd3;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
.card >h4{
    text-transform: capitalize;
    border-bottom: 1px soid red;
    border-top: 1px solid #619bd3;
    padding: 7px;
    font-size: 15px!important;
    display: inline-block;
    background-color: white;
    border-bottom: 1px solid #619bd3;
}

}
.card button:hover {
  opacity: 0.7;
}
.card button > a{
    color:#fff;
    text-decoration: none;
}
.categories{
        margin-top: 51px;
    border: 2px solid #333f95;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0px 2px 4px #1b1b1b;
}
.detail-contain {
    padding: 25px 0;
        margin-top: -60px;
}
.categories h3 {
    margin: 0;
    font-size: 16px;
    background: #333f95;
    color: #fff;
    /* border-radius: 36px; */
    padding: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 18px;
    /* border-bottom-left-radius: 0px; */
    text-align: center;
}
.categories ul {
    padding-bottom: 5px;
    padding-top: 15px;
    margin: 0;
    text-align: center;
}.categories ul li {
    display: inline-table;
    border: 6px solid #b0cff3;
    font-size: 12px;
    border-style: double;
    color: #fff;
    padding: 5px;
    background: #333f95;
    margin: 0px 10px 10px 0;
    border-radius: 16px;    
}
.categories ul li a{
    color:#fff;
    text-decoration: none;
font-weight: bold;
}
.product-descr-ajmera-pro{

    width: 100%;
    /*box-shadow: 0px 2px 4px #1b1b1b;*/
}
.main-ajmera-child-product-desc{

   
    margin: 0;
    font-size: 16px;
    /* background: #0e5aaf; */
    color: #0e0707;
    padding: 10px;
    
}
.main-ajmera-child-product-desc h3{
    
    padding: 6px 1px;
    color: #000;
    text-align: center;
}
.main-ajmera-child-product-desc ul{ 
    border: 1px solid #e4e4e4;
    margin-top: -4px;
    min-width: 520px;
    float: left;
}
.main-ajmera-child-product-desc ul>li{
    margin-left:10px;
}
.main-ajmera-child-product-desc ul>li:before{
    content: "\25BA";
  color: #000;
  font-size:20px;
}
.title {
    background: #0e5aaf;
    color: #fff;
}

.separator1 {
    border: 2px solid #0e5aaf;
    position: relative;
    width: 10px;
    /*background: rebeccapurple;*/
    height: 11px;
    border-radius:50%;
    background-color:#fff; 
    margin: 0 auto 20px;
}
.separator1:before {
    content: '';
    position: absolute;
    background: red;
    width: 33px;
    top: 2px;
    height: 3px;
    margin-left: 17px;
    display: inline-block;
}

.separator1:after {   
 content: '';
    position: absolute;
    background: red;
    width: 33px;
    height: 3px;
    display: inline-block;
    margin-left: -44px;
    top: 2px;
}
.buttton5{    
    margin-top: 10px;
    background: red;
    color: #fff;
    border: 2px solid #619bd3;
    background: #333f95;
    padding: 7px 19px;
    text-align: center;
    margin: 14px 25%;
}
    .card-5
    { background: #fff;
    text-align: center;
    margin-left: -12px;
    }
    .card-5>h4{
    text-transform: capitalize;
    border-bottom: 1px solid red;
    border-top: 1px solid #619bd3;
    padding: 2px;
    display: inline-block;
    background-color: white;
    border-bottom: 1px solid #619bd3;
    text-align: center;
}
.paragaraph-table p{
    text-align: justify;
    padding: 12px;
    border: 1px solid #dddddd;
}  
.paragaraph-table h5{
    border-bottom:2px solid #000;
    display: inline-block;
}
.pro-details-table {
    float: left;
    width: 100%;
    overflow: auto;
}
.pro-details-table-in {

    background: #dbe6f3;
    border: 1px solid #dadada;
}
.even {
    background: #ebf0f59e;
    text-align: center;
    color: #666;
}
.odd {
    background: #f9fdf8;
    text-align: center;
    color: #666;
}
.table-responsive{
        overflow-x: hidden!important;
}
.title th {
    padding: 7px 10px;
    font-weight: 400;
    font-size: 16px;
}
.even td.left, .odd td.left{

    text-align: left;
    padding: 7px 20px 7px 24px;
}
#headding{
    text-align: center;
}
#headding h3{
    border-bottom: 1px solid #333f95;
    text-align: center;
    display: inline-block;
    border-width: 2px;
    padding-bottom: 10px;

}
.headdin{
   text-align: left; 
}
.headdin h3{
    border-bottom: 1px solid #333f95;
    display: inline-block;
    border-width: 2px;
    padding-bottom: 10px;
}
.glands-heading{
text-align: center;
}
.glands-heading h3{
    border-bottom: 2px solid #034d89;
    display: inline-block;
    margin-top: -20px;
}
.enqu-btn{
    text-align: center;
}
.right-side-content ul {
    border: 1px solid #a9aaaf4d;
    background-color: #f9f9f9;
}
.right-side-content ul li {
    padding: 0px 10px;
    border-bottom: 1px solid #dad7d5;
}
.name-tab{
    background-color: #fff;
    color:#ec2932;
    font-weight: bold;
    margin-bottom: -10px;
}
.name-tab p{
        margin-left: 18px;
        font-size: 19px;
}
.underline-design{
    height:2px;
    width:40px;
    background:red;
    margin-top:-10px;
}
.note {
    float: left;
    width: 96%;
    margin: 15px 0 0 0;
    line-height: 22px;
    padding: 10px 2%;
    background: #333f950d;
}
/*pricelist tab*/
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 20px;
}
.tab .nav-tabs li a{
       padding: 10px 10px;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #fcd0a1;
    text-transform: uppercase;
    background: #333f95;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    width: 20%;
    height: 3px;
    background: #0f4c5c;
    position: absolute;
    top: -5px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
    top: auto;
    left: auto;
    bottom: -5px;
    right: 0;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:after{ width: 100%; }
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    background: #9a031e;
    color: #fcd0a1;
    border: none;
}
.tab .tab-content{    
        padding: 30px;
    background: #f2f9ff;
    outline: 3px solid #619bd3;
    outline-offset: -11px;
    font-size: 17px;
    color: #fcd0a1;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

    @media (min-width: 1200px)
    {
    .container {
        width: 1136px;
    }
    }
    #pro-margin{
        margin-top:-10px;
    }
    /*wires and cables styles*/
   
#list3 ul {display: block;}
#list3 ul li {
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 14px;
    text-transform: capitalize;
    border-left: 4px solid #245e94;
    padding-bottom: 2px;
    padding-left: 31px;
    border-bottom: 1px solid #245e9414;
    border-top: 1px solid #e3e5e6;
    border-right: 1px solid #6633991a;
    font-weight: bold;
    position: relative;
}
#list3 ul li{
    text-transform: capitalize;
}

#list3 ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #0a99419e;
    margin: 1px -31px;
    font-size: 52px;
    position: absolute;
    text-align: center;
    }
    .product-headder{
    margin: 22px 0px;
    }
    /*l$t*/
    #list2 ul {display: block;}
#list2 ul li {
    line-height: 15px;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 2px;
    padding-left: 31px;
    font-weight: bold;
    position: relative;
}
#list2 ul li{
   text-transform: capitalize;
    margin-left: 27px;
}

#list2 ul li:before {
    content: "\f192";
    font-family: FontAwesome;
    color: #0a99419e;
    margin: 1px -31px;
    font-size: 17px;
    position: absolute;
    text-align: center;
    }
    /*scnider*/

    #list5 ul {display: block;}
#list5 ul li {
    line-height: 15px;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 2px;
    padding-left: 31px;
    font-weight: bold;
    position: relative;
}
#list5 ul li{
   text-transform: capitalize;
    margin-left: 27px;
}

#list5 ul li:before {
    content: "\f192";
    font-family: FontAwesome;
    color: #0a99419e;
    margin: 1px -31px;
    font-size: 17px;
    position: absolute;
    text-align: center;
    }
    .product-headder{
    margin: 22px 0px;
    }
    /*divider line on wires and cable*/
    .divi1{
    text-align: center;
    height: 2px;
    background: red;
    margin: 7px auto;
    width: 98px;
    }
    .divi2{
    text-align: center;
    height: 2px;
    background: #619bd3;
    margin: 0 auto;
    width: 50px;
    }
    .hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
   
}
.hvr-rectangle-out:hover{
    outline: 1px solid #fff;
    outline-offset: -5px;
    color: #fff;
    border:1px solid red;

}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background-image: linear-gradient(to right, #1f6bda, #007bd6, #2289cf, #4794c5, #699ebb);
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.crd-wrapper1{
    background-color: #fff;
    padding: 16px 12px;
    /* border: 1px solid #cccccc36; */
    text-align: justify;
    outline: 1px solid #aca5a5;
    outline-offset: -9px;
}

.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.product-view-area{
      margin-top: 87px;
  }
  .after-effect:after{
    content: '';
    display: block;
    height: 2px;
    background-color: #245e94;
    width: 43px;
    margin-top: 4px;
  }
  .lt-produ{
        font-size: 18px;
    display: inline-block;
    padding: 10px;
    background-color: #7d7b7b14;
        min-width: 262px;
  }
  
  .scnider-produ{
    font-size: 18px;
    min-width: 325px;
    display: inline-block;
    padding: 10px;
    background-color: #7d7b7b14
  }/*

.about-grid1 {
    /* background: #13b3bb; */
    /* padding: 2em 2em 2em 10em; */
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.about-grid1 h4 {
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0;
    color: #fff;
}
.luker-list{
    margin-top:10px;
}.luker-list > li {
    width: 50%;
    float: right;
    font-size: 14px;
}
.about-grid2 p{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2477c3;
    border-bottom: 2px solid #8e878eaa;
}
.about-grid2{
    min-height: 241px;
}

.about-grids{
    margin-top: 13px;
}
.container-fluid{
    background-color:#fff!important;
}
.footer_links h4 {
    display: inline-block;
    border-bottom: 1px solid #388bd1;
}
.footer_links ul {
    margin-top: 14px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000!important;
    content: "\00BB";
    font-size: 20px;
}
.imgae-holder-div{
    background-image: radial-gradient(circle, #ffffff, #d3d3e6, #a5a9ce, #7282b6, #335e9f);
    padding: 12px;
    margin-top: 39px;
        transform: translateX(8px);
    transition: ease 0.9;

}
   .imgae-holder-div:hover{ display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.nam-button{
        color: #fff;
    font-weight: 600;
}
.nam-button a{
    margin-top: 10px;
    margin-left: 11px;
    background: #089051;  
}
.blog-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.detail {
    display: table;
    
    background-image: linear-gradient(to right top, #c5e0f1,#c2e9fb00);
    }
    .detail h4{
               border-bottom: 1px dotted #4a3333;
           
    }
    .pf-list {
    line-height: 30px;
    font-size: 12px;
}
.pf-img img{
    width:100%;

}
.full-container{
        background-color: #8c86861f;
    padding: 20px;

}
.image-round img {
   border-radius: 50%;
    border: 5px solid #0a9941;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.prd-bg {
    background: #FFF;
}
.prd-desc h2 {
    font-size: 20px;
    margin: 4px 54px 31px 64px;
}
.channel_partner li img{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;
      display: inline-block;
}
.card-5 img:hover{
    margin-top: -2px;
    transition: all .8s ease-in-out;
     transform: scale(1.1);
}
.enq-buttonn a{
    color:#fff;
}
.enq-buttonn a:hover
{
text-decoration: none;
color:#fff;
}
.space{
    background-color: #fff;
    height: 50px;
}
.hpl-product-card-wrpr{
    border:1px solid red;
}
.hpl-card{
    border:1px solid red;
}
.hpl-list{

}
.hpl-list>ul{

}
.hpl-list>ul li{
    display: inline-block;
    background: steelblue;
    color: #fff;
    padding: 7px;
    margin: 0px 7px;
    border: 1px solid green;
    text-align: center;
}
#hp-pro-heading{
        
    text-decoration: underline;
    text-decoration-style: dashed;
    font-size: 21px;
    text-underline-position: under;
    text-decoration-color: #0a9941;
    color: #ca5050;
    transition: ease 0.5s;
}
.line{
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: #2f5a82;
    height: 1px;
}
.hpl-btn{
        margin-top: 10px;
    background-color: #0a9941!important;
    border-radius: 0px!important;
}
.hpl-final-pro{
    border: 2px solid #619bd3;
    border-style: solid;
    margin-top: 10px;
}
  .hpl-final-pro img{

    border-bottom: 2px solid;
    border-bottom-color: #619bd3;

  } 
 .heating-img{
padding: 13px;

 }
 .heating-img:hover img{
border-top-left-radius:  20px;
border-top-right-radius: 20px;
 }
 .heating-img img{
    width: 100%;
    transition:0.5s ease;
 }
 .product-enqs{
    background: #0a9941;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold;
 }
 .product-enqs:hover{
    background-color: #2e4180;
    /* border: 0px solid #0a9941; */
    outline: 4px solid #0a9941;
    outline-offset: -4px;
 }
 /*aboutus page timeline*/
 
.timeline {
   position: relative;
   max-width: 800px;
   margin: 0 auto;
   padding-top: 20px;
   background-color: inherit;
}

.timeline:after {
   content: '';
   position: absolute;
   width: 5px;
   background-color: #3290B1;
   left: 50%;
   top: 0;
   bottom: 0;
   margin-left: -2px;
}

.timeline--first:after {
   top: 20px;
}

.era {
   text-align: center;
   position: relative;
   z-index: 1;
   padding-bottom: 20px;
}

.era__title {
   background-color: #3290B1;
   color: #EEEEEE;
   display: inline-block;
   padding: 10px 20px;
   border-radius: 4px;
   cursor: default;
}

.entry {
   padding: 10px 30px 40px 30px;
   width: 50%;
   position: relative;
   background-color: inherit;
}

.entry--right {
   margin-left: 50%;
}

.entry__content {
    padding: 20px 30px;
    background-color: #ffffff;
    position: relative;
    border-radius: 4px;
    border-radius: 2px solid red;
    border: 2px solid #0a9941;
    cursor: default;
    transition: all 0.3s ease 0s;
    box-shadow: 6px 8px 0px 0px rgba(0, 0, 0, 0.2);
}

.entry__content:hover {
   background-color: #FFFFFF;
}

.entry:before {
   content: " ";
   height: 0;
   position: absolute;
   top: 20px;
   width: 0;
   z-index: 1;
}

.entry:after {
   content: '';
   position: absolute;
   width: 24px;
   height: 24px;
   right: -17px;
   background-color: #EEEEEE;
   border: 4px solid #3290B1;
   top: 20px;
   border-radius: 50%;
   z-index: 1;
}

.entry--right:after {
   right: auto;
   left: -16px;
}

h2 {
   color: #525252;
   margin-bottom: 0.5em;
   font-family: "Raleway", Helvetica, sans-serif;
   font-size: 22px;
   font-weight: bold;
}

p {
   color: #000;
   font-family: "Raleway", Helvetica, sans-serif;
   font-size: 15px;
   line-height: 1.4;
}

@media all and (max-width: 500px) {
   .timeline:after {
      left: 33.75px;
   }
   .era {
      text-align: left;
      padding-left: 31.875px;
   }
   .entry {
      width: 100%;
      margin-left: 0;
      padding-left: 64px;
      padding-right: 20px;
   }
   .entry:before {
      right: auto;
      left: 56px;
      margin-left: 0;
   }
   .entry:after {
      left: 15px;
   }
}
/*contact-us uppar info cards*/
.contactt {
    padding: 20px 15px;
    background-color: #b06f6a0d;
}
.enquiry h3, .contactt h3 {
    margin: 0px 0px 30px;
    color: #1b578b;
    border-bottom: 1px solid #1b578b;
    line-height: 25px;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact_left img {
    float: left;
    width: 54px;
    border: 2px solid #619bd3;
    padding: 10px;
}
.contact_data h5 {
    margin: 0px 0px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.contact_data p {
    margin: 0px;
    font-size: 16px;
}
.contact_data {
    padding-left: 80px;
}
.tax-detais-wrapper {
margin-bottom: 50px;
margin-top:50px;
}
.taxt{
        background-color: #619bd354;
    padding: 3px 0px;
}

.membership {
    padding: 1em 0;
}
.headings23{
        font-size: 1.6em;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.membership-grids {
    text-align: center;
    margin-top: 3em;
}
.membership-grids {
    text-align: center;
    margin-top: 3em;
}
.membership-grid .headings256 {
    background: #03518d;
    padding: .8em 0;
    font-size: 1em;
    color: #fff;
    text-align: center;
        border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.membership1 {
    padding: 16px 24px;
    border: 1px dotted #8E8B8B;
        min-height: 119px;
}
.meet-team-card {
    text-align: center;
    border: 1px solid #2d2a2a2e;
    padding: 27px;
    box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.18);
    /* padding: 86px; */
    margin: 30px 0px;
    width: 73%;
}
.meet-team-card p{
}
.meet-team-card img{

}
.meet-team-card h3{
    font-family: cursive;
    font-weight: bold;
}
.company-profile-wrapper{

}
.company-profile-para{
border: 1px solid #dadada;
    /* background-color: rgba(39, 59, 124, 0.01); */
    padding: 15px;
}
.company-profile-para-vm{
   /* border: 1px solid #dadada;
     background-color: rgba(39, 59, 124, 0.01); 
    padding: 15px;
    box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.18);*/

}
.company-profile-para-vm h3{
    position: relative;
    color: #0a9941;
    display: block;
    /*border: 1px solid #dadada;*/
    /* background-color: rgba(39, 59, 124, 0.01); */
    /*padding: 2px 32px;*/
    
}
.company-profile-para-vm h3::before {
 content: "";
    height: 2px;
    width: 50px;
    top: 28px;
    position: absolute;
    background-color: #1173a8;
}
.company-profile-para-vm h3::after {
content: "";
    height: 2px;
    width: 50px;
    top: 28px;
    left: 50px;
    position: absolute;
    background-color: #0a9941;
}


.company-profile-heading{

}
.company-profile-heading img{
    width: 67%;
    /*border: 11px solid #444040;*/
    /* padding: 142px; */
    margin: 27px auto;
    border-radius: 6%;
} 
.col-direct-msg{
    margin: 77px 0px;

}
.dr-msg-box{

}
.company-profile-para-vm >ul>li{
        display: list-item;
    list-style: circle;
    list-style-position: inside;
    font-size: 15px;

}
.dr-msg-box-img{
    margin: 86px 0px;
}
.heading-brw{
    
}
.brw-para p{
    color:#000;
}
.brw-other-product-box{
       box-shadow: 1px 1px 12px 0px #33333361;
    padding: 18px;
    margin: 10px 0px;}

    #footer-office{
        font-weight: bold;
    }