html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c0c0c;
    margin: 0 0 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c
}

p a {
    color: #363636
}

p a:hover {
    text-decoration: underline;
    outline: 0;
    color: #125f93;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 23px;
    font-size: 14px;
    color: #363636
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    color: white;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    color: white;
}

img {
    max-width: 100%
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0
}

textarea {
    border-radius: 0 !important;
    background: #fff;
    resize: none;
    height: 100px !important
}

textarea,
select,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="tel"],
input {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box
}

input[type="file"] {
    width: 100%;
    padding: 0;
    font-size: 12px;
    margin: 0;
    border: 0
}

.form-control::-moz-placeholder {
    color: #555
}

.form-control:focus::-moz-placeholder {
    color: #c00
}

.form-control:focus {
    border-color: #c00;
    box-shadow: none
}

h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold
}

h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative
}

h3 span::before {
    content: "";
    position: absolute;
    left: 100%;
    background: url(images/heading-pettren.png) repeat-x center center;
    height: 100%;
    width: 999px;
    top: 0
}

h4 {
font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    padding: 15px 0;
    color: #333;
}

h5 {
font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    padding: 15px 0;
    color: #333;
}
td a {
    color: #333;
}
.btn {
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 12px;
    color: #fff
}

.btn:hover {
    color: #fff
}

.btn i {
    margin: 0 8px 0 0
}

.facebook {
    color: #3c5899
}

.twitter {
    color: #5ea9dd
}

.youtube {
    color: #ee1c1b
}

.pinterest {
    color: #ee1c1b
}
 
 

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%
}

.carousel-indicators .active {
    width: 30px;
    height: 8px;
    border-radius: 0 !important;
    margin: 0;
    position: relative;
    background: #175493;
    border: 0;
    border-radius: 0
}

.carousel-indicators li {
    background: #fff;
    border: 0;
    width: 30px;
    height: 8px;
    border-radius: 0 !important;
    margin: 0 4px 0 3px
}

.carousel-indicators {
    bottom: 10px
}

span.glyphicon.glyphicon-chevron-left.custom-l-arrow {
    color: #fff;
    font-size: 20px
}

span.glyphicon.glyphicon-chevron-right.custom-r-arrow {
    color: #fff;
    font-size: 20px
}

.service_feature {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative
}

.service_feature .single {
    text-align: center;
    padding: 100px 30px 86px 30px;
    position: relative
}

.service_feature .single .hdtext {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-top: 16px;
    position: relative;
    transition: .5s;
    font-weight: bold
}

.service_feature .single p {
    color: #333;
    position: relative
}

.service_feature.image {
    min-height: 100px;
    position: relative
}

.service_feature .single .image img {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.service_feature .single:hover .image img {
    -webkit-transform: rotateY(180deg) scale(1.1);
    transform: rotateY(180deg) scale(1.1)
}

.service_feature .single {
    position: relative
}

.service_feature .single .image:after {
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
    height: 150px;
    content: "";
    opacity: 1;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.service_feature .single .image:before {
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
    height: 150px;
    content: "";
    opacity: 1;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.service_feature .single:hover .image:before {
    width: 150px;
    height: 150px;
    opacity: 1;
    border-color: #175493
}

.service_feature .single:hover .image:after {
    width: 150px;
    height: 150px;
    opacity: 1;
    border-color: #175493
}

.service_feature .single:after {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 150px;
    height: 150px;
    content: "";
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1
}

.service_feature .single:hover:after {
    width: 150px;
    height: 150px;
    opacity: 1;
    border-color: #175493
}

.service_feature .single.active {
    margin-top: -5px;
    padding-top: 105px;
    box-shadow: 0 1px 0 #175493
}

.service_feature .single.active::before {
    background: rgba(9, 190, 224, 0.88)
}

.welcome_content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee
}

.about-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee
}

.about-area .title h1 {
    display: inline-block;
    font-size: 24px;
    position: relative;
    padding: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-area .title h1:before {
    border: 2px solid #175493;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 55px
}

.about-area .title p {
    padding: 10px 0 20px;
    margin: 0
}

.about-page-content h2 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px
}

.about-page-content h2 i.fa {
    margin-right: 5px;
    font-size: 18px;
    color: #fac012
}

.about-page-content p {
    line-height: 24px
}

.about-page-content p:last-child {
    margin: 0
}

.about-top {
    margin: 0 !important
}

.about-content-top {
    padding: 65px 0
}

.about-content-overflow {
    margin-top: 30px;
    overflow: hidden
}

.about-img img {
    width: 100%
}

.about-content h2 {
    font-size: 20px;
}

.about-content ul {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0
}

.about-content ul li {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    list-style: none
}

.about-content ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px
}

.about-content ul li a {
    color: #333 !important;
    text-decoration: none
}

.about-content ul li a:hover {
    color: #175493
}

.read_more {
    float: left;
    width: auto;
    margin-bottom: 15px;
    padding: 6px 18px;
    background: #333;
    color: #fff;
    margin-right: 8px
}

.read_more:hover {
    background: #175493;
    color: #fff
}

.product_area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff
}

.product_area .title h3,
.product_area .title .hd3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

#products {
    float: left;
    width: 100%
}

#products .item {
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 30px;
    transition: opacity .3s ease;
    top: 0;
    left: 0
}

#products .item .image {
    position: relative;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc
}

#products .item .image img {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#products .item:hover .image img {
    transform: scale(1.1)
}

.products_describe {
    display: block;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0
}

.products_describe h4 {
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #175493;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 23px
}

.products_describe p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    text-align: left;
    float: left
}

.products_describe .read_more {
    float: none;
    display: inline-block
}

#products .item:hover .products_describe h3 a {
    color: #175493
}

#products .item:hover .products_describe .read_more {
    background: #175493;
    color: #fff
}

.pipes_tubes {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    background: url(../images/1.jpg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.pipes_tubes .title h2,
.pipes_tubes .title .hd2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

.pipes_tubes p {
    color: #fff
}

.pipes_tubes .read_more {
    float: none;
    margin-bottom: 20px;
    display: inline-block
}

.pipes_tubes:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.cat_list {
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center
}

.cat_list li {
    width: auto;
    padding: 0;
    margin: 0 10px 10px 0;
    display: inline-block
}

.cat_list li a {
    width: auto;
    padding: 0 25px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: transparent;
    border: 1px solid #fff;
    display: inline-block
}

.cat_list li a:hover {
    background: #fff;
    color: #333;
    text-decoration: none
}

.client {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}

.client .title .h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

#client {
    float: left;
    width: 100%
}

#client .item {
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 30px;
    transition: opacity .3s ease;
    top: 0;
    left: 0
}

#client .item .image {
    position: relative;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc
}

#client .item .image img {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#client .item:hover .image img {
    transform: scale(1.1)
}

.blogs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee
}

.blogs .title .h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

#blog {
    float: left;
    width: 100%
}

#blog .item {
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 30px;
    transition: opacity .3s ease;
    top: 0;
    left: 0
}

#blog .item .image {
    position: relative;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 100%;
    height: 150px
}

#blog .item .image img {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 100%;
    width: auto !important
}

#blog .item:hover .image img {
    transform: scale(1.1)
}

.blog_describe {
    display: block;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0
}

.blog_describe .hd4 {
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 23px;
    min-height: 50px;
}

.blog_describe .hd4 a {
    color: #333;
}

.blog_describe p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    text-align: left !important;
    float: left
}

.blog_describe .read_more {
    float: none;
    display: inline-block
}

#blog .item:hover .blog_describe h3 a {
    color: #175493
}

#blog .item:hover .blog_describe .read_more {
    background: #175493;
    color: #fff
}

footer {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    margin: 0;
    background: url(../images/footer-bg.png) #0b1832
}

.widget {
    margin-bottom: 20px
}

.widget.dark .widget-title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase
}

.widget-title.line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.widget-title.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    background: #fff
}

.widget-title.line-bottom {
    border-bottom: 1px solid #444
}

idget-title.line-bottom:after {
    border: 1px solid #fff
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0
}

.widget ul.list li {
    margin-bottom: 5px;
    padding-bottom: 5px
}

.widget ul.list li a {
    color: #eee
}

.widget ul.list li a:hover {
    color: #5197e0
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #193c63
}

.widget p {
    color: #fff
}

.widget p a {
    color: #fff
}

.widget p a:hover {
    color: #5197e0
}

.widget p strong {
    text-transform: uppercase
}

.social-icons {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0
}

.social-icons li {
    list-style: none;
    display: inline-block;
    float: left
}

.social-icons li a {
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #777;
    color: #808080;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons li a:hover {
    border: 1px solid #fff;
    color: #fff
}

.footer-bottom {
    border-top: 1px solid #283f59;
    padding: 10px 0
}

.footer-bottom p {
    color: #fff
}

#scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 45px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
    display: none;
    background: #222
}

#scroll-up:hover {
    background: #175493
}

.enquiry {
    position: fixed;
    z-index: 8030;
    bottom: 20px;
    left: 25px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.enquiry i {
    float: left;
    z-index: 999;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #175493;
    transition: .5s
}

.enquiry span {
    background: #fff;
    color: #175493;
    padding: 8px 20px;
    border-radius: 3px;
    height: 40px;
    float: left;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 36px;
    border: 1px solid #175493;
    border-left: none;
}

.enquiry strong:hover {
    color: #fff;
    background: #175493
}

#myModal {
    margin: 0;
    padding: 0 !important
}

.modal-dialog {
    margin: 70px auto
}

.modal-content {
    border-radius: 0
}

.modal-header {
    padding: 0;
    background: #175493;
    color: #fff
}

h4.modal-title,
h5.modal-title,
h6.modal-title {
    text-align: left;
    padding: 10px 15px
}

.close {
    float: right;
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: .7
}

.modal-header .close {
    margin-right: 10px
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=90);
    opacity: .9
}

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="number"] {
    width: 100%;
    padding: 7px 12px;
    border-radius: 0;
    border: 1px solid #ccc
}

.modal-body textarea {
    width: 100%;
    padding: 7px 12px;
    border-radius: 0;
    border: 1px solid #ccc
}

.auto-pop-sub {
    width: auto;
    background: #333;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 0;
    cursor: pointer
}

.auto-pop-sub:hover {
    background: #175493;
    color: #fff
}

.inner-banner2 {
    float: left;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 80px;
    background: #125f93 url(../images/stainless-steel-pipes-and-tubes-background.jpg) center center no-repeat;
    background-size: cover
}

.inner-banner2 h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: center
}

.inner-banner2 div {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 30px
}

.breadcumb-wrapper {
    float: left;
    width: 100%;
    background: #f2f4f6;
    border-bottom: 1px solid #e6e8e9;
    padding-top: 15px;
    padding-bottom: 5px
}

.breadcumb-wrapper .breadcumb {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.breadcumb-wrapper ul.breadcumb li {
    display: inline-block;
    margin-right: 6px
}

.breadcumb-wrapper ul.breadcumb li:last-child a:after,
.breadcumb-wrapper ul.breadcumb li:last-child span:after {
    display: none
}

.breadcumb-wrapper ul.breadcumb li a {
    display: inline-block;
    color: #125f93;
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize;
    display: block
}

.breadcumb-wrapper ul.breadcumb li span {
    display: inline-block;
    color: #909aa2;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    display: block
}

.breadcumb-wrapper ul.breadcumb li a i,
.breadcumb-wrapper ul.breadcumb li span i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px
}

.breadcumb-wrapper ul.breadcumb li a:after,
.breadcumb-wrapper ul.breadcumb li span:after {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #909aa2;
    font-size: 13px;
    margin-left: 13px
}

.about_us1 {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0
}

.open-title {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    background: #eee
}

.left-title {
    padding: 10px;
    line-height: 20px;
    background: #125f93;
    color: #FFF;
    font-size: 18px !important;
    font-weight: 500;
    border-bottom: 1px dotted #292929;
    margin: 0;
    text-transform: uppercase
}

.brown-bg {
    background: #175493 !important
}

.brown-bg:hover {
    color: #fff !important
}

.menu_head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee
}

.menu_head a {
    width: 100%;
    display: inline-block;
    color: #333;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 10px;
    background: #ccc
}

.menu_head a:hover {
    background: #175493;
    color: #fff
}

.left-title:hover {
    color: #fff;
    text-decoration: none !important
}

.submenu-list {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 168px;
    top: 0;
    z-index: 200;
    background: #fff;
    width: 150px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75)
}

.submenu:hover .submenu-list {
    display: block;
    transition: all 2s
}

.submenu {
    position: relative
}

.submenu-list li:hover a {
    color: #fff !important
}

.left-title:hover {
    background: #757e88;
    color: #000
}

ul.left-list {
    margin: 0 !important;
    padding: 0
}

.left-list li {
    border-top: 1px solid #CCC;
    list-style-type: none;
    background: #eee;
    line-height: 20px
}

.left-list li a {
    display: block;
    color: #333;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
    background: #eee
}

.left-list li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px
}

.left_form {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 15px 0;
    background: #eee
}

.left_form input {
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box
}

.left_form select {
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box
}

.left_form textarea {
    height: 100px;
    width: 100%;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc
}

.left_form .submit {
    width: auto;
    padding: 8px 25px;
    height: auto;
    line-height: normal;
    border-radius: 0;
    background: #333;
    font-size: 14px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.left_form .submit:hover {
    background: #175493
}

.logos {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 0
}

.logos ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px
}

.logos ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.33%
}

.logos ul li img {
    width: 100%;
    border: 1px solid #ebebeb;
    transition: all 1s ease
}

.page_heading {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0
}

.page_heading h2, .page_heading .cmTitle {
    background: #175493;
    color: #fff;
    padding: 10px;
    line-height: 20px;
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 0 10px
}

.about_us1 .about_content {
    width: 100%;
    margin: 0 0 15px;
    padding: 0
}

.about_us1 .about_content p {
    float: left;
    text-align: justify;
    margin-bottom: 25px
}

.about_us1 .about_content h2 {
    font-size: 16px;
    font-weight: 500;
    color: #175493;
    margin-bottom: 10px
}

.about_us1 .about_content p img {
    float: left;
    margin: 0 15px 15px 0;
    width: 200px;
    border: 4px solid #eee
}

.sub-category-box {
    margin-bottom: 18px;
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 10px;
    text-transform: capitalize;
    border: 1px solid #ccc
}

.sub-category-box h4 {
    color: #fff;
    margin: 0;
    padding: 7px 10px;
    background: #125f93;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    font-weight: normal
}

.sub-category-box h4 a {
    color: #fff
}

.cotent_desc {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0
}

.content-area .des {
    text-align: justify;
    color: #000;
    font: 13px/1.5em "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    padding-bottom: 10px
}

.content-area .des a {
    color: #351b7f;
    font-weight: bold
}

.content-area .des a:hover {
    text-decoration: underline
}

.detail {
    float: left;
    width: 100%;
    font-weight: bold !important;
    color: #000;
    font-size: 19px !important;
    margin-bottom: 15px !important
}

.read_more:focus,
.read_more:hover {
    color: #fff;
    background: #125f93
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 15px
}

th {
    padding: .4rem .5rem;
    font-size: .8rem
}

td {
    padding: .5rem .5rem;
    font-size: 12px
}

tr {
    background: #f6f6f6
}

tr,
td {
    transition: .4s ease-in;
    border: 1px solid #999
}

.about_us1 .about_content tr td p {
    margin: 0;
    padding: 0
}

tr:first-child {
    background: #125f93;
    color: #fff;
    font-weight: bold
}

tr:first-child p {
    color: #fff
}

.firstrow {
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #666
}

tr:nth-child(even) {
    background: #e9e9e9
}

td:empty {
    background: #ccc
}

tr:hover:not(#firstrow),
tr:hover td:empty {
    pointer-events: visible
}

/*.table-responsive{width:100%;height:350px;overflow:scroll}
.table-responsive:hover{overflow:scroll;width:100%;height:350px}*/
.table-striped tbody>tr:nth-child(odd)>th {
    background: #125f93;
    color: #fff;
    font-weight: bold
}

tr th {
    background: #125f93;
    color: #fff;
    font-weight: 500;
    font-size: 14px !important;
}

.table-responsive tr th {
    font-size: 14px
}

.catpage {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0
}

.catpage .about_content {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0
}

.catpage .about_content p {
    text-align: justify;
    margin-bottom: 25px
}

.catpage .about_content h2 {
    font-size: 16px;
    font-weight: 500;
    color: #175493;
    margin-bottom: 10px
}

.catpage .sub-category-box h4 {
    color: #fff;
    margin: 0;
    padding: 7px 10px;
    background: #125f93;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    font-weight: normal
}

.catpage .sub-category-box h4 a {
    color: #fff;
}

.catpage .sub-category-box .cotent_desc p {
    margin-bottom: 10px
}

.catpage .about_content tr td p {
    margin: 0;
    padding: 0
}

.details-image {
    float: right;
    width: 300px;
    margin: 0 0 15px 15px;
    text-align: center
}

.details-image a {
    display: block
}

.details-image img {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px
}

.details-en {
    width: auto;
    background-color: #333;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    padding: 6px 20px;
    margin: 0;
    display: inline-block !important;
    border: 0
}

.details-en:hover {
    background: #175493 !important;
    color: #fff !important
}

.image-enquire {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.image-enquire img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc
}

.image-enquire h4 {
    color: #175493;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
    padding: 0
}

.image-enquire p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: justify;
    margin-bottom: 15px
}

.quick-contact-btn {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 0;
    background: #333;
    font-size: 14px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.quick-contact-btn:hover {
    background: #175493
}

.catpage .about_content ul {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0
}

.catpage .about_content ul li {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    list-style: none
}

.catpage .about_content ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px
}

.img-box {
    margin-bottom: 20px
}

.img-box img {
    width: 100%;
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc;
    background: #fff
}

.img-box p a {
    color: #111
}

.gallerys1 {
    width: 100%;
    background: #222;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    margin: 0 !important;
    padding: 5px 2px;
    line-height: 20px !important;
    height: 50px;
    text-align: center !important;
    text-decoration: none;
    border: 0
}

.gallerys1 a {
    color: #fff !important
}

.gallerys1 a:hover {
    text-decoration: none
}

.gallerys1:hover {
    background: #175493
}

.img-box p {
    text-align: center !important
}

.contactpage {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    text-align: justify
}

.contactpage h2 {
    padding: 10px;
    margin: 0 0 10px;
    line-height: 24px;
    background: #175493;
    font-size: 18px;
    color: #fff;
    font-style: italic
}

address p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.contactpage p {
    font-size: 14px;
    text-align: justify
}

.contactpage input[type="text"],
.contactpage input[type="email"],
.contactpage select,
.contactpage input[type="tel"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 0;
    border: 1px solid #ccc
}

.contactpage textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 0;
    border: 1px solid #ccc
}

.contactpage address h3 {
    margin-bottom: 5px
}

.market-list {
    background: #fcfcfc none repeat scroll 0 0;
    height: auto;
    overflow: hidden;
    padding: 10px !important;
    border: 1px solid #dedede
}

.market-list li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    line-height: 20px;
    width: 23%;
    margin: 0 0 0 2%;
    float: left
}

.market-list li a {
    display: block;
    font-weight: bold;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px
}

.market-list li:before {
    float: left;
    content: "" !important;
    margin: 0
}

.market-list li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px
}

.market-list li a:hover {
    background: #125f93;
    color: #fff
}

.market-list h2 {
    float: left;
    width: 100%;
    margin: 0 !important;
    background: #125f93;
    color: #fff !important;
    padding: 10px 15px
}

.single_blog_post {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.post-heading {
    float: left;
    width: 100%;
    background: #125f93
}

.post-heading h5 {
    float: left;
    width: auto;
    margin: 10px 0;
    margin-left: 10px;
    color: #fff
}

.post-heading h4 {
    float: left;
    width: auto;
    margin-left: 10px;
    color: #fff
}

.post-heading ul {
    float: left !important;
    width: auto !important;
    margin: 0 !important
}

.post-heading ul li {
    float: left;
    width: auto;
    margin: 6px 0;
    margin-left: 20px
}

.post-heading ul li:before {
    content: "" !important;
    float: left;
    margin: 0 !important
}

.post-heading h5 a {
    color: #fff
}

.post-heading ul li a {
    color: #fff
}

.single_blog_post .img_holder {
    float: left;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
}

.single_blog_post .img_holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
}

.post ol,
.post ul {
    float: left;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0 !important
}

.post ol,
.post ul li {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    list-style: none !important
}

.post ol,
.post ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px
}

.product_box_1 {
    float: left;
    width: 100%;
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 0px 30px;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
}

.product_box_1 .image {
    position: relative;
    padding: 10px 10px 0px;
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_box_1 .image img {
    margin: 0px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product_describe {
    padding: 0 15px;
    text-align: center;
}

.product_box_1 h3 {
    margin: 10px 0 0px;
    line-height: 24px;
    font-size: 19px;
    color: #333;
    text-align: center;
    padding: 5px 10px;
}

.product_box_1:hover h3 a {
    color: #27497b;
}

.product_btn {
    background: #333;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.product_btn:hover,
.product_btn:focus {
    background-color: #27497b !important;
    color: #fff;
}
 
@media(max-width:650px) {
    .pr-li .tx-bx {
        padding: 10px;
    }

    .pr-li .tx-bx .info {
        height: auto;
        max-height: 290px;
    }

    .header {
        float: left;
        width: 100%;
        position: relative;
        z-index: 99
    }

    .nav-menu {
        width: 100%;
        margin-top: -60px
    }

    .navigation>.menu ul>li {
        float: left;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 0;
        display: block !important
    }

    .sub-category-box img {
        margin-bottom: 15px
    }

    .details-image {
        float: right;
        width: 100%;
        margin: 0 0 15px 0;
        text-align: center
    }

    .details-image img {
        width: 100%;
        border: 1px solid #333;
        margin-bottom: 15px
    }

    .contact-info {
        padding: 40px 0 40px 0;
        border-right: 0;
        border-bottom: 1px solid #dcdcdc;
        text-align: center
    }

    .market-list li {
        width: 100%;
        margin: 0
    }
}

@media(max-width:480px) {
    .nav-menu {
        width: 100%
    }

    .navigation>.menu ul>li {
        float: left;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 0;
        display: block !important
    }

    .navigation_bar .logo {
        position: absolute;
        top: 8px;
        z-index: 100;
        width: 230px
    }

    .navigation .menu ul>li:hover a,
    .navigation .menu ul>li.active a {
        color: #fff;
        background: #1868bb
    }

    .navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
        left: 100%;
        margin-top: 0 !important
    }
}

.pac-container {
    z-index: 10000 !important;
}

.label {
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

#contact-formh label.error,
.output {
    color: red;
    font-weight: bold;
}

.label {
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

#contact-form2 label.error,
.output {
    color: red;
    font-weight: bold;
}

.label {
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

#contact-form label.error,
.output {
    color: red;
    font-weight: bold;
}

.label {
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

#contact-form1 label.error,
.output {
    color: red;
    font-weight: bold;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 22px;
    bottom: 110px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn i {
    font-size: 30px;
}

#whatsapp .modal-dialog {
    margin-top: 17%;
}

.modal_btn {
    display: inline-block;
    width: auto;
    background: #333;
    color: #fff;
    padding: 8px 30px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    border: 1px solid #f4f4f4;
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #ffe600;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0
}

.sitemap li {
    list-style: none !important;
    background: transparent url("images/sitemap/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0
}

.sitemap ul li:before {
    display: none;
    content: '';
}

.sitemap li:before {
    display: none;
    content: '';
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block
}

.sitemap li a:hover {
    color: #175493
}

.text-center {
    text-align: center !important
}

.f14 {
    font-size: 14px !important
}

.modal-title {
    text-align: left;
    padding: 10px 15px;
}

.pipes_tubes .title .h2 {
    color: #fff;
}

.doc-bx {
    box-shadow: 0px 0px 1px #444;
    transition: 0.3s ease-in;
    margin-bottom: 30px;
}

.doc-bx:hover {
    border-color: transparent;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    border: 0;
}

.doc-bx .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 1;
}

.doc-bx .des {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
}

.doc-bx .des svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.doc-bx .des .tt {
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

.pr-li {
    transition: 0.2s;
    background: white;
    height: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.pr-li .row {
    margin-right: -8px;
    margin-left: -8px;
}

.pr-li .g_col {
    padding-inline: 8px;
}

.pr-li .img_bx {
    padding: 0;
    border-right: 1px solid #eee;
    height: 100%;
}

.pr-li .img_bx img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.pr-li .g_100 .img_bx {
    border: 0;
}

.pr-li .tx-bx {
    padding: 0;
    padding-right: 10px;
}

.grid.pr_view .pr-li .tx-bx {
    padding-top: 0;
}

.pr-li .tx-bx .title {
    color: white;
    padding: 0;
    text-align: left;
    font-weight: 500;
    margin: 10px 0;
    font-size: 14px;
    padding: 5px 10px;
    background: #125f93;
}

.grid.pr_view .pr-li .tx-bx .title {
    text-align: center;
    border: none;
    margin: 0;
}

.grid.pr_view .pr-li .tx-bx .bt_bx {
    text-align: center;
}

.pr-li .tx-bx .title a {
    font-size: 20px;
    color: #222;
    transition: 0.4s;
}

.pr-li:hover .tx-bx .title a {
    color: #175493;
}

.pr-li .tx-bx .info {
    max-height: 160px;
    overflow: auto;
    padding-right: 10px;
    margin-bottom: 0px;
}

.grid.pr_view .pr-li .tx-bx .info {
    display: none;
}

.pr-li .tx-bx .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.pr-li .bt_bx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.pr-li .bt_bx .read_more {
    border: 0;
}

.pr-li .tx-bx .info::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb {
    background-color: #aaa;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.pr-li table {
    margin: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}

.multi-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.multi-imgs .imgs {
    border: 1px solid #e3e3e3;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

.multi-imgs .imgs.youTube a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f70000;
}

.multi-imgs .imgs.youTube a svg {
    width: 30px;
    height: 30px;
    color: white;
}

.multi-imgs .imgs.active {
    border: 1px solid #175493;
}

.multi-imgs .imgs img {
    object-fit: contain;
    object-position: center;
}

.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #cdcdcd;
    padding: 5px 8px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 15px;
}

.productBrochureandvideo a svg {
    color: #b90000;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: #444;
    border: 1px dashed #444;
}

.v-btn svg {
    width: 42px;
}

caption {
    color: #222;
}

@media(max-width:650px) {
    .pr-li .tx-bx {
        padding: 10px;
    }

    .pr-li .tx-bx .info {
        height: auto;
        max-height: 290px;
    }
}

.about-content h2, .about-content h3, .about-content h4 {
    font-size: 22px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    display: flow-root;
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
}


.cmTitle {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px;
    color: #1b1b1b;
}


/* Content */


.scrollbar-with p {
    font-size: 15px;
    color: #363636;
    line-height: 26px;
}

.scrollbar-with ul {
    padding-left: 0;
}

.scrollbar-with ul li {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
    color: #363636;
    position: relative;
    padding-left: 18px;
}



/* Scroll on Desktop */
@media (min-width: 1024px) {
    .scrollbar-with {
        max-height: 550px;
        overflow-y: auto;
        padding-right: 15px;
    }
}




.post-heading h3 {
    float: left;
    width: auto;
    margin: 10px 0;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    padding: 15px 0;
    font-weight: bold;
}
.d-flex{
    display: flex;
}
.topbar .d-flex.justify-content-end {
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: end;
}


/* new footer start */
.footer-sect {
    color: #e8e8e8; 
}
.bg3 {background: #0b3b6c;
    /* background-image: url(../images/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top; */
}

.footer-sect .footer-contact-desc {
    background: #173c6f;
    text-align: left;
    padding: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -65px auto 0;
    z-index: 111;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.footer-sect .footer-contact-desc .contact-inner {
    position: relative;
}
.footer-sect .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: 1px solid #e2e2e2;
}
 
.footer-sect .footer-contact-desc .contact-inner i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #79bbff;
}
.footer-sect .footer-contact-desc .contact-inner .contact-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
}
.footer-sect .footer-contact-desc .contact-inner .contact-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 15px;
}
.footer-sect .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
    left: 3px;
}
.footer-sect .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
    left: -5px;
}
.footer-sect .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before, .footer-sect .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
    content: '';
    position: absolute;
    height: calc(100% - 40px);
    width: 1px;
    background-color: #e2e2e2;
    top: 50%;
    transform: translateY(-50%);
}
.footer-sect .footer-top {
   padding-bottom: 40px;

}
.footer-sect .footer-top .about-widget img {
    margin-bottom: 10px;
}
footer ul.social li.twitter a { 
    border: 1px solid #eeeeee21;
}
.margin-remove {
    margin: 0 !important;
}
.footer-sect .footer-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-sect .footer-title:after {
     content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 25px;
    background-color: #ffffff;
}
.footer-sect .footer-top .recent-post-widget .post-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-sect .footer-top .recent-post-widget .post-item .post-date {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    text-align: center;
    float: left;
    background-color: #ffffff;
    color: #0b3b6c;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}
.footer-sect .footer-top .recent-post-widget .post-item .post-date svg {
    fill: #0b3b6c;
    width: 25px;
    height: 25px;    padding: 2px;
}
.footer-sect .footer-top .recent-post-widget .post-item .post-date span {
    display: block;
}
.footer-sect .footer-top .recent-post-widget .post-item .post-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.footer-sect ul li{list-style: none;}
.footer-sect .footer-top .sitemap-widget li {
    width: 45%;
    float: left;
    line-height: 24px;
    list-style: circle;
    margin-left: 15px;
    margin-bottom: 12px;
    margin-right: 8px;
}
.footer-sect .footer-top .sitemap-widget li a {
    color: #fff;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.about-widget.text-white p {
    color: #ffffff;
    font-size: 14px;
}
.footer-sect .footer-top .sitemap-widget li a i {
    padding-right: 10px;
}
.widget .list-border li {
    padding: 10px 0;
    display: flex
;
    border-bottom: 1px dashed #5d5d5d;
    justify-content: space-between;
    color: #c1c1c1;
}
.footer-sect .list-border1 li a { 
    color: #fff;    padding: 3px;
}
.fw-bold.fs-5.text-start.mb-2.text-blue {
    color: #393939;
}
/* new footer end */
.wps_copy {     width: 100%;
    background: #0b3b6c;
    line-height: 20px;
    color: #fff;
    padding: 10px 0px;
    border-top: 1px solid #cccccc30;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;} 
.wps_copy .row { align-items: center; } 
.wps_copy a { color: #ffffff; display: inline-block; } 
.wps_copy a:hover, .footer-sect .footer-top .sitemap-widget li a:hover{ color: #79bbff; } 
.social-icons {  overflow: hidden; margin: 0; } 
.text-right{ text-align: right; } 
#web-pulse-scroll-up {position: fixed;z-index: 9;bottom: 70px;right: 10px;width: 46px;height: 46px;border-radius: 50%;color: #fff;line-height: 46px;text-align: center;text-decoration: none;cursor: pointer;transition: all 0.25s;display: none;background: #175493;} 
#web-pulse-scroll-up svg { width: 24px; height: 24px; } 
#web-pulse-scroll-up:hover { background: #0b3b6c; color: #fff; } 
.web-pulse-india address {  width: 100%; } 
.web-pulse-india address .title_6 { font-size: 17px; color: #bae2ff; margin: 0 0 10px; padding: 0; text-transform: capitalize; font-weight: 600; } 
.popular_tag { margin: 0 0 20px; padding: 0;  width: 100%; } 
.popular_tag li { list-style: none; display: inline-block; margin-right: 5px; margin-bottom: 5px; } 
.popular_tag li a { border: solid 1px rgba(255, 255, 255, 0.5); display: inline-block; text-decoration: none; transition: all .3s ease; color: #fff; border-radius: 50px; padding: 4px 15px; } 
 .whatapp_btn { background: #01e675; width: 45px; height: 45px; color: #fff; position: fixed; left: 5px; bottom: 70px; cursor: pointer; z-index: 9; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16); } 
a.whatapp_btn.whatapp_btn2 {bottom: 10px;right:5px;left: inherit;background: #0b3b6c;} 
.whatapp_btn svg { width: 24px; height: 24px; } 
.whatapp_btn:focus, .whatapp_btn:hover { background: #01e675; color: #fff; } 
#whatsapp .modal-dialog { margin-top: 12%; } 
.send_enquiry {background: #ffffff;border-radius: 40px;bottom: 10px;color: #ffffff;display: table;height: 45px;left: 5px;min-width: 45px;position: fixed;text-align: center;z-index: 9;transition: all 0.2s linear;background: #175493;display: flex;align-items: center;justify-content: center;} 
.send_enquiry svg { width: 24px; height: 24px; line-height: 50px; } 
.send_enquiry:hover { color: #fff; padding: 0 20px; } 
.send_enquiry:focus { color: #fff; } 
.send_enquiry span { display: table-cell; vertical-align: middle; font-size: 15px; letter-spacing: -15px; opacity: 0; line-height: 50px; transition: all 0.5s; text-transform: uppercase; } 
.send_enquiry:hover span { opacity: 1; letter-spacing: 1px; padding-left: 10px; } 
.modal-content { border-radius: 0; } 
.modal-header {     padding: 0 15px;
    background: linear-gradient(rgb(23 84 147), rgb(27 72 118));
    color: #fff;
    border-radius: 0;}  
.modal-header .modal-title { text-align: left; font-size: 17px; line-height: 18px; color: #fff; padding: 15px 0; text-transform: initial; letter-spacing: 0.2px; } 
.btn-close { width: 1em; height: 1em; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; outline: 0; } 
.send_p { font-size: 13px; line-height: 18px; text-align: center; } 
.g-recaptcha { transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0 } 
footer .nav-box {
    position: relative;
    padding-top: 20px;    display: flow-root;
    margin-top: 0px;
}
footer .nav-box .inner {
    position: relative;
    padding: 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 48px;
    display: flow-root;
}
footer .nav-box .inner .footer-nav {
    padding: 10px 20px;
    display: flex;
    width: auto;
    float: left;margin:0px;
}
.footer-sect ul li {
    list-style: none;
}
ul.sitemap-widget {
    padding: 0px;
}
footer .nav-box .inner .footer-nav li a {
    color: #fff;
    padding-right: 20px;
    font-size: 15px;
}
footer .nav-box .inner .footer-nav li a:hover{color:#79bbff}
.footer_bttn {
    float: right;
}
footer a.read_more {
    border: 1px solid #dddddd59;    margin-top: 5px;
    display: inline-block;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    margin: 0px;
    display: inline-block;
}
/* ul.social li.facebook a {
    background: #fff;
} */
    footer ul.social li a svg {
    color: #ffffff;}
ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262b2f;
    background: #ffffff;
}
.footer-sect .footer-top .about-widget img {
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}
/* footer end */
   /* Header*/ 
.bg-orange{background-color:  var(--primary-orange);}
.text-blue{color:#175493}
.header {  width: 100%; position: relative; top: 0; left: 0; z-index: 999; padding: 0; } 
.skewed-header {
    position: absolute;
    height: 100%;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    padding-left: 0px;
    right: 0px;
    width: 75%;
    top: 0px;
    z-index: 0;
    background:linear-gradient(rgb(23 84 147), rgb(27 72 118));
}
header p.mb-0.text-white img {
    width: 30px;
}
header .input-group.shadow.rounded-pill.overflow-hidden, header input.form-control.border-0 {
  height: 33px;
    font-size: 14px;
    background: #ffffff14;
    border: 1px solid #eeeeee40;
    color: #fff;
}
header input.form-control.border-0::placeholder{color:#fff;}
header p.mb-0.text-white.me-2 img {
    width: 30px;
}
button.btn.btn-primary.px-4 {
       height: 31px;
    width: 50px;
    text-align: center;
    padding: 0px !important;
    background: #ffffff;
    border: none;
    color: #184f87;
}
.topbar .d-flex.justify-content-end {
    position: relative;
    z-index: 1;
    align-items: center;
}
.topbar {
    width: 100%;
    margin: 0;
    padding: 7px 0px 7px;
    background: linear-gradient(180deg, #717076, #676472);
    } 
.top_right {  width: 100%; display: flex; justify-content: flex-start; align-items: center; margin: 0; } 
.search { max-width: 330px; width: 100%; margin: 0 0px; padding: 0; position: relative; margin-left: auto; } 
.search_btn { position: absolute; top: 0; right: 0; height: 100%; padding: 0 15px; line-height: 40px; background: #175493; color: #fff; border: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0px 4px 4px 0; height: 40px; display: flex; align-items: center; justify-content: center; } 
.search_btn:hover { background: #164178; color: #175493; } 
.phone_call { display: inline-block; list-style: none;padding: 0 } 
.phone_call a { color: #175493; text-decoration: none; font-size: 17px; font-weight: 600; } 
.phone_call a svg { width: 24px; height: 24px; margin-right: 3px; vertical-align: middle } 
.phone_call a:hover { color: #175493} 
.navbar .phone_call { margin: 10px 0; } 
.navbar .phone_call a { color: #fff; } 
.search-toggle-group .btn {
  margin: 0 5px;
  border-radius: 25px;
}
.search-toggle-group input[type="radio"] {
  display: none;
}
.search-toggle-group input[type="radio"]:checked + label {
  background-color:var(--primary-orange); /* Active color */
  color: #fff;
}
.navbar .phone_call a:hover, .navbar .phone_call a:focus { color: #eadd89; } 
ul.social {  margin: 0; padding: 0; } 
.top_right ul.social {  margin: 0; list-style: none; padding: 0px; width: auto; display: flex
    ;
        align-items: center;} 
header ul.social li a {
       transition: background 400ms ease-in-out;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    border: 0px solid #ffffff;
    /* background: #ffffff !important; */
}

ul.social li { margin: 0px; display: inline-block; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 35px; height: 35px; border-radius: 100%; display: flex; align-items: center; justify-content: center;     color: #262b2f;
    background: #ffffff;} 
ul.social li a svg { color: #fff; width: 15px; height: 15px; margin: 0; padding: 0; } 
ul.social li.facebook a { background: #3C5B9B; } 
ul.social li.twitter a { background: #000000 } 
ul.social li.linkedin a { background: #027ba5; } 
ul.social li.youtube a { background: #f70000; } 
ul.social li.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } 
.menubar {
    width: 100%;
    position: relative;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
    left: inherit;
    border-radius: 10px;
    top: 0px;
    } 
/* .menubar .container { background: #fff; border-radius: 0px 0px 12px 12px; position: relative;    width: 94%;     max-width: 94%;}  */
.topbar .list-style-none li a { color: #fff;    letter-spacing: 0px; font-size: 17px;    font-weight: 500; } 
/* .menubar .container:before { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='77px' height='77px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M49 947 c-38 -29 -49 -88 -28 -144 6 -15 88 -163 182 -327 116 -202 189 -318 224 -356 53 -57 153 -120 192 -120 l21 0 0 480 0 480 -287 0 c-211 -1 -292 -4 -304 -13z'/></g></svg>"); position: absolute; left: -51px; z-index: -1; top: 0px; } 
.menubar .container:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='77px' height='77px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M0 480 l0 -480 21 0 c39 0 139 63 192 120 35 38 108 154 224 356 94 164 176 312 182 327 21 56 10 115 -28 144 -12 9 -93 12 -303 13 l-288 0 0 -480z'/></g></svg>"); position: absolute; right: -51px; z-index: -1; top: 0px; }  */
.menubar.stricky-fixed {border-radius: 0px;position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; background: #fff; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } to { opacity: 1; transform: none } } 
.menubar .logo { padding: 0px; display: flex; height: 100%; align-items: center; } 
.navigation .nav-header { display: none; padding: 12px 20px } 
.call-now { display: flex; align-items: center; transition: all 0.3s linear; } 
.call-now .img-bx {width: 26px;height: 26px;margin-right: 10px;background: #fff0;display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: all 0.3s ease;border: 1px dashed #fff;} 
.call-now:hover .img-bx { border-style: solid; transform: scale(1.05); } 
.call-now .img-bx svg {height: 13px;width: 13px;color: #fff;} 
.call-now .con-bx { text-align: left; } 
.w-100{width: 100%;}
.call-now .con-bx span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    } 
    .topbar p.mb-0.ms-2.text-white {
       font-size: 16px;
    letter-spacing: 0.5px;
}
.call-now .con-bx span a {    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 2px;
    letter-spacing: 1px;} 
    header input.form-control.border-0 {
    width: 225px;
}
header .btn-primary:hover {
    color: #fff;
    background-color: #0253ae;
    border-color: #939393;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between { width: 100%; height: 100%; } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: #fff; font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 
.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: #164178; border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
/* .navigation .navbar button span:nth-child(1) { top: 8px; } 
.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 
.navigation .navbar button span:nth-child(4) { top: 28px; } 
.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 
.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 
.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }  */
.navigation .menu { display: block } 
.navigation .menu ul {  width: 100%; margin: 0; padding: 0; text-align: right; display: flex; position: relative; justify-content: end;    padding-left: 18px; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a {    padding: 24px 8px;
    display: block;
    color: #383838;
    transition: all 0.3s ease;
    font-size: 15px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
     font-family: 'Montserrat', sans-serif;} 
.navigation .menu ul li.active a, .navigation .menu ul li:hover a {color: #175493;background: transparent;} 
.navigation .menu ul li ul.cs-dropdown { top: 100%; left:-85px; text-align: left; border: 0; } 
.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { left: 100%; margin-top: -36px } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown { left: -100%; margin-top: -31px } 
.navigation .menu ul li ul.cs-dropdown { position: absolute; width: 315px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; transition: all .3s ease } 
.navigation .menu ul li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; transition: all .3s ease; } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100% } 
.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 
.navigation .menu ul li ul.cs-dropdown li:last-child a:after { display: none } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: #fff; background: #175493; } 
/* .navigation .menu ul li ul.cs-dropdown li:hover a { color: #fff !important; background: #175493}  */
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: #fff; color: #333 } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: #175493; } 
.navigation .menu ul li ul.cs-dropdown li a {     color: #1a1a1a;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px; } 
    .navigation .menu >ul >li.secondmenu >ul.cs-dropdown {
        width: 300px;
    }
    .navigation .menu >ul >li.secondmenu >ul.cs-dropdown li {
        width: 100%;
    }
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: #333; } 
.navigation ul li.cs-submenu a button svg { width: 16px; height: 16px; } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: #175493; } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: #242424 } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg { color: #fff; } 
.navigation .navbar { display: none; padding: 12px 0; margin: 0 } 
.menubar .logo img { width: 215px; max-width: 215px; } 
.hidden-lg{display: none !important;} 
.list-style-none li{list-style: none;} 
/* .navigation .menu ul li:nth-child(4) ul.cs-dropdown{width: 650px;border: 1px solid #eee;} 
.navigation .menu ul li:nth-child(4) ul.cs-dropdown li { width: 50%;  margin: 0px 0px; border-left: 1px solid #eee; } 
.navigation .menu ul li:nth-child(10) ul.cs-dropdown {left: -95%;}  */
header .btn-primary {
    color: #fff;
    background-color:  var(--primary-orange);
    border-color:  var(--primary-orange);
    border-radius: 21px;
    padding: 0px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0px;
    line-height: 24px;
    text-transform: uppercase;
}
.navigation .menu .instagram1 {
    width: 190px;
}
.navigation .menu .instagram1 button.btn.fw-bold {
    color: #fff;
    font-family:   "Afacad Flux", sans-serif;
    font-size: 19px;
    font-weight: 500 !important;
    background: #175493;
    border-radius: 50px;
}
.box-title a.text-blue {
        font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    line-height: 17px;
}
@media (min-width: 1024px) {
    .navigation .menu >ul >li >ul.cs-dropdown { 
    width: 630px;}
    .navigation .menu ul >li >ul.cs-dropdown li { 
    width: 50%;
    float: left;
}
.features-section-two .inner-box { 
    min-height: 120px; 
}
    .scrollbar-with {
        max-height: 450px;
        overflow-y: auto;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .property-values-1-counter p {
    height: 75px;
}
    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        left: -100%;
        max-height: 310px; 
        overflow-y: auto;
        border-radius: 0px;
    }
    .navigation .menu ul >li >ul.cs-dropdown li ul li {
    width: 100%;
}
        .navigation .menu ul li ul.cs-dropdown li:nth-child(even) ul.cs-dropdown {
        left: 100%;
    }
}
