@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital@1&family=Montserrat:ital,wght@0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

@font-face {
  font-family: harlowsolid;
  src: url(../fonts/HarlowSolidItalicItalic.ttf);
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Quicksand, sans-serif;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}
summary {
    display: list-item;
}
body,
html {
    height: 100%;
}
html {
    font-size: 100%;
}
body {
    line-height: 1.4;
}
p {
    font-size: 15px;
    color: #000;
    line-height: 1.55;
    margin-bottom: 1rem;
    font-weight: 500;
}
a {
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: Montserrat, sans-serif;
}
/*=========Button Area==============*/
.btn-theme {
    display: inline-block;
    position: relative;
    /* background-color: #038ecb; */
    border: 1px solid #038ecb !important;
    padding: 6px 30px;
    color: #038dcb;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.btn-theme:hover{
    color: #fff;
    background-color: #006e9f;
    border: 1px solid #006e9f ;
   -webkit-transition: all 500ms ease;
   -o-transition: all 500ms ease; 
  transition: all 500ms ease;
}


.tittle_area {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    display: block;
    z-index: 1;
}
.tittle_area .sub_head {
    position: relative;
    font-size: 15px;
    color: #2c2f31;
    font-weight: 600;
    padding: 0 60px;
    text-transform: uppercase;
}
.tittle_area .sub_head:after,
.tittle_area .sub_head:before {
    content: "";
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: rgb(106 47 131);
}
.tittle_area .sub_head:after {
    left: auto;
    right: 0;
}
.tittle_area .heading {
    font-size: 45px;
    color: #038ecb;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}
.tittle_area .heading span {
    color: #15262d;
    font-family: Montserrat, sans-serif;
}
.tittle_area p{
    width: 85%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
}

.custom-font{  
    font-family: harlowsolid;
    color: #038ecb;
   
    font-size: 20px;
}
.section_padding {
    padding: 60px 0;
}
.over_lay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    top: 0;
    left: 0;
}
.main_header {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 333;
}
.main_header .top_header {
    position: relative;
    padding: 8px 0;
    width: 100%;
    height: auto;
    background-color: #061722;
}
.top_header .contact_top {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.top_header .contact_top span {
    margin-right: 0;
}
.top_header .contact_top span i {
    border: 1px solid #fff;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 14px;
}
.top_header .contact_top a {
    color: #fff;
    font-size: 16px;
    padding: 5px 22px;
    /* border-right: 1px solid #244772; */
    display: inline-block;
}
.top_header .contact_top a i {
    color: #038ecb;
    font-size: 17px;
    margin-right: 10px;
    float: left;
}
 
.top_header .social_top {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: right;
    float: right;
    z-index: 1;
}
.top_header .social_top li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.top_header .social_top li a {
    position: relative;
    width: 30px;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
}
.top_header .social_top li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.top_header .social_top li a:hover {
    color: #0d4590;
}
.top_header .social_top li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}
.main_header .bottom_header {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: rgb(255 255 255);
}
.main_header .bottom_header.sticky {
    display: block;
    position: fixed;
    z-index: 99;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255);
    box-shadow: 0 0 30px 0 #0000004d;
    -webkit-box-shadow: 0 0 30px 0 #0000004d;
    -ms-box-shadow: 0 0 30px 0 #0000004d;
    -moz-box-shadow: 0 0 30px 0 #0000004d;
    -o-box-shadow: 0 0 30px 0 #0000004d;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}
.bottom_header .navbar-brand {
    display: block;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

.header-right .btn-theme{ padding-right: 50px;line-height: 25px;}
.header-right .btn-theme i{  
    font-size: 22px;
    font-weight: normal;
    float: left;
}
.header-right .btn-theme::after{
    content: '\F30A';
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 4px;
    top: 4px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    background-color: #061720;
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
}


/* Owl Nav */
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: #038ecb !important;
    color: #fff !important;
    font-size: 30px !important;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
   transition: all 500ms ease;
}
.owl-next{    left:auto;    right: 5px;}

.owl-prev:hover, .owl-prev:focus, 
.owl-next:hover, .owl-next:focus{
    outline: none;
    background-color: #fff !important;
    color: #038ecb !important;
    border: 1px solid #038ecb !important;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
   transition: all 500ms ease;
}


.owl-carousel .owl-prev, .owl-carousel .owl-next{
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
   transition: all 500ms ease;
}
 
.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next{
    opacity:1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
   transition: all 500ms ease;
}

/* Home Slider Area */
.home_slider{position: relative;}
 
.slider_caption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.caption_wraper{
    width: 50%;
    position: relative;
    padding-bottom: 40px;
}
.caption_wraper h2{
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
}
.caption_wraper h2 span{
     font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.caption_wraper p{
    color: #fff;
    font-size: 16px;
}

.main-carousel .active .caption_wraper h2 {
    -webkit-animation-duration:1000ms;
    animation-duration:1000ms ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInDown;
    animation-delay: 0.5s;
} 
.main-carousel .active .caption_wraper p {
    -webkit-animation-duration:1200ms;
    animation-duration:1200ms ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInLeft;
    animation-delay: 0.5s;
}
.main-carousel .active .caption_wraper .btn-theme {
    -webkit-animation-duration:1500ms;
    animation-duration:1500ms ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceInUp;
    animation-delay: 0.5s;
} 



/* Why US area */

.range_sec{
    /*position: relative;*/
    width: 100%;
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.range_sec::before{ 
     content: '';
     top: -17px;
     left: 0;
     position: absolute;
     width: 50%;
     height: 50px;
     background-color: #e9efef;
     -webkit-transform: skewY(2deg);
     -ms-transform: skewY(2deg);
             transform: skewY(2deg);
}
.range_sec::after{
    content: '';
    top: -17px;
    right: 0;
    position: absolute;
    width: 50%;
    height: 50px;
    background-color: #e9efef;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
            transform: skewY(-2deg);
}

 .range_wraper{
     position: relative;
    border: 1px solid #038ecb;
    height: 100%;
}
.industriesServe_sec .range_wraper{  border:0;}
.industriesServe_sec .range_wraper .range_imageBox{
    padding: 5px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 54%);
            box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 54%);
        }
.industriesServe_sec .range_wraper .range_contentBox{
    width: 90%;
    margin: -25px auto 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range_wraper:hover .range_contentBox{
        background-color: #038ecb;
    border-color: #15262d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.industriesServe_sec .range_wraper:hover .range_contentBox{ 
    background-color: #038ecb;
    border-color: #15262d;
    margin-top: -30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
 }
 
 .range_contentBox{
    padding: 20px 10px;
    background-color: #15262d;
    color: #fff;
    text-align: center;
    border: 7px solid #038ecb;
    border-bottom: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
 .range_contentBox h3{
     font-size: 20px;
     color: #fff;
    margin: 0;
}

.range_carousel .owl-prev, .range_carousel .owl-next{
    position: absolute;
    top: -20%;
    opacity: 1;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    left: auto;
    right: 0px;
    width: 30px;
    height: 30px;
    background-color: #ffffff !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid #000 !important;
    font-size: 20px !important;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.range_carousel .owl-prev{right:40px;}
.range_carousel .owl-prev:hover, .range_carousel .owl-next:hover{
    background-color: #038ecb !important;
    color: rgb(255 255 255) !important;
    border: 1px solid #038ecb !important;
}

.service_sec {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    position: relative;
}
.service_wrap {
    background-color: #fff;
    position: relative;
    height: 100%;
    padding: 50px 20px 20px;
    -webkit-box-shadow: 0px 4px 7px 0 rgb(0 0 0 / 45%);
    box-shadow: 0px 4px 7px 0 rgb(0 0 0 / 45%);
    text-align: center;
    border-radius: 10px;
}
.service_img{ 
    width: 180px;
    height: 180px;
    padding: 5px;
    margin: -140px auto 0;
    position: relative;
    z-index: 1;
}
  
.service_img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 179px;
    height: 90px;
    background-image: url(../images/home/icon-shape.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: -1;
}



.service_cnt {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.service_cnt h3 {
    color: #051721;
    font-weight: 700;
    position: relative;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.service_cnt h3 span {
    display: block;
}
.service_cnt p {
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    font-weight: 500;
    -webkit-box-orient: vertical;
    color: #040404;
}

.service_cnt.service_cntInner p {text-align: justify;-webkit-line-clamp: initial;}
.rm_service-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 33px;
    line-height: 35px;
    font-size: 20px;
    color: #038dcb;
    background-color: #051721;
    text-transform: uppercase;
    display: inline-block;
    border-bottom-right-radius: 10px;
}
 
.rm_service-btn:hover {
    color: #ffffff;
    background-color: #038ecb;
}
.about_sec {
    position: relative;
    width: 100%;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about_wrap {
position: relative;
}
.about_sec .about_img {
    position: relative;
    width: 80%;
    padding-top: 50px;
    margin-left: auto;
    padding-right: 50px;
}
.about_sec .about_img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 85%;
    border: 10px solid #038ecb;
    z-index: -1;
}


.aboutInner_wrap{position: relative;}
.aboutInner_wrap p{    text-align: justify;}
.aboutInner_img{
    position: relative;
    width: 80%;
    padding-top: 50px;
    margin-left: auto;
    padding-right: 50px;
}
.aboutInner_img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 85%;
    border: 10px solid #038ecb;
    z-index: -1;
}
.aboutInner_img img{position: relative;}


.video_play {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
    height: 80px;
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 80px;
    color: #038ecb;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.video_play::before, .video_play::after{
    content: '';
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: animate 2s linear infinite
}
.video_play:after {
    animation-delay: 1s;
}

@keyframes animate {
    0% {
        transform: scale(2.0);
    }

    100% {
        transform: scale(0.7);
    }
}

.about_wrap p {
    text-align: justify;
    font-weight:500;
    color: #fff
}
   
/* Production Area */

.production_sec{
    position: relative;
    width: 100%;
    background: url(../images/bg/4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.production_area .nav{    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;    border-bottom: 0;}
.production_area .nav .nav-link{
    position: relative;
    padding: 15px 30px;
    background-color: #15262d;
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #038ecb;
    z-index: 1;
    -webkit-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
    transition: all 500ms ease;
}
.production_area .nav .nav-link.active{
        background-color: #038ecb;
       -webkit-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
    transition: all 500ms ease;
}
.production_area .nav .nav-link.active::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #038ecb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 500ms ease; 
            -o-transition: all 500ms ease; 
            transition: all 500ms ease;
    z-index: -1;
}
.production_area .nav .nav-link:hover{ 
    background-color: #038ecb;
       -webkit-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
    transition: all 500ms ease;
}
.production_area .nav .nav-link:focus{outline: none; box-shadow: none;}

.productionBox_wrap{    border: 1px solid #858484;}


.innerPage_wraper{
    min-height: 468px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
        }
.inner-caption{
    position: relative;
    width: 35%;
    z-index: 1;
}
.inner-caption::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(45px); 
    filter: blur(45px);
    background: #000;
    z-index: -1;
}
.caption-title{
        font-weight: 600;
    color: #fff;
    position: relative;
}

 
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active{ 
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {color: #ffffff;}

.contactForm_wrap{position: relative;}

.contact_map iframe{    height: 530px;}

.contact_info{
    background: -ms-linear-gradient(89deg, rgb(255 255 255 / 73%), rgb(255 255 255 / 69%)), url(../images/bg/info-bg.jpg);
    background: -moz-linear-gradient(89deg, rgb(255 255 255 / 73%), rgb(255 255 255 / 69%)), url(../images/bg/info-bg.jpg);
    background: -o-linear-gradient(89deg, rgb(255 255 255 / 73%), rgb(255 255 255 / 69%)), url(../images/bg/info-bg.jpg);
    background: linear-gradient(1deg, rgb(255 255 255 / 73%), rgb(255 255 255 / 69%)), url(../images/bg/info-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 23%);
            box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 23%);
}
.contact_info h4{
    position: relative;
    padding-left: 40px;
    padding-top: 3px;
    font-size: 25px;
    font-weight: 600;
    color: #038ecb;
}
.contact_info h4 i{
    top: 0;
    color: #038ecb;
    font-size: 30px;
    position: absolute;
    left: 0;
}
.contact_info a{
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.newsletter_sec{
    position: relative;
    width: 100%;
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.newsletter_sec::before {
    content: '';
    top: -17px;
    left: 0;
    position: absolute;
    width: 50%;
    height: 50px;
    background-color: #e9efef;
    -webkit-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}

.newsletter_sec::after {
    content: '';
    top: -17px;
    right: 0;
    position: absolute;
    width: 50%;
    height: 50px;
    background-color: #e9efef;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.newsletter_sec .subscribe_weights{}


 /* Main Footer */
.main_footer {
    position: relative;
    padding: 0px 0 0;
    background: url(../images/bg/footer-bg.png) #fff9e8;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.footer_title {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.subscribe_weights form{position: relative;}
.subscribe_weights form .form-control {
    height: 50px;
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    background-color: #038ecb;
    border-color: #038ecb;
}
.subscribe_weights form .form-control::placeholder{color:#fff;}
.subscribe_weights form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 25px;
    color: #15262d;
}
.subscribe_weights form .btn:hover, .subscribe_weights form .btn:focus{outline: none; box-shadow: none;;}
.link_weights,
.social_weights {
    padding: 0;
    margin: 0;
}
.link_weights.columns-2{ -webkit-columns: 2;    -moz-columns: 2;    columns: 2;}


.link_weights li,
.social_weights li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    padding-left: 28px;
}


.link_weights li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.link_weights li a:hover {
    color: #fea01f;
}
.link_weights li,
.social_weights li {
    padding-left: 0;
}
.social_weights li {
    display: inline-block;
    margin: 0;
}
.social_weights li a {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    overflow: hidden;
    font-size: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    z-index: 1;
}
.social_weights li a:hover {
    color: #0d4590;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social_weights li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.social_weights li a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
} 
 
.footer_bottom {
    position: relative;
    padding: 10px 0;
   
    background-color: rgb(18 36 46 / 63%);
}
.copyright_text p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.copyright_text p a {
    color: #fb8718;
}
.scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
    line-height: 40px;
    display: none;
    z-index: 11;
}
.scrollToTop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #038ecb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 31%);
    box-shadow: 0 0 20px rgb(0 0 0 / 31%);
}
.scrollToTop i {
    position: relative;
}
.scrollToTop:hover {
    color: #fff;
    text-decoration: none;
}
.product-image p {
    margin-top: 13px;
}
/*.product-image img{border: 1px solid #e3e3e3; box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);}*/
.pro-image img{border: 1px solid #e3e3e3; box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);}
.product-tittel{       text-align: center !important;
    font-weight: bold;
    font-size: 29px;
    color: #038ecb;
}

.tittle_section .product-heading {
  font-size: 21px;
    color: #038ecb;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
}


.tittle_section .product-heading span {
    color: #15262d;
    font-family: Montserrat, sans-serif;
    font-size:16px;
}

.tittle_section {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    display: block;
    z-index: 1;
}
.features-list{padding:0px; position:relative;}
.features-list.colums{column-count: 3;}
.features-list li{
	list-style: none;
    color: #000;
    padding-bottom: 5px;
    font-size: 15px;
    color: #000;
    line-height: 1.55;
    font-weight: 500;
	
}
.features h4{
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 13px;
    
}
.features-list li i{
	    color: #038ecb;
    padding-right: 9px;
    font-size: 12px;

}

.features-list li span{
     font-family: harlowsolid;
    color: #038ecb;
    font-size: 18px;
}

.heading-brochure{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.service_cnt img{margin-bottom: 8px;}

.brochure-section a{
  color: #000000;
    font-weight: 600;
    border: 1px solid #038ecb;
    padding: 10px 20px;
    border-radius: 5px;
}


.brochure-section a i{
    color: red;
    font-size: 20px;
    font-weight: bold;
  
}

.breadcrumb{display:none;}

.btm-section{margin-top:30px;}

.fil-pumps-section{margin-top:40px;}
.nav-link{}

.tabs-button{font-weight: bold;
    border: 1px solid #038dcb !important;
    color: #038dcb !important;
    border-radius: 10px;
        margin-right: 13px;
}


.accordion-button:not(.collapsed) {
    color: #048ccc !important;
    background: none !important;
    border: 1px solid #038dcc !important;
    font-weight: bold !important;
}


.accordion-header{
      color: #048ccc !important;
    background: none !important;
    border: 1px solid #038dcc !important;
    font-weight: bold !important;
}


.reciprocating{
   font-size: 17px;
    color: #048ccb;
    font-weight: bold;
  
    border: 3px solid #038ecb;
    padding: 8px 4px;
    text-align: center;
    border-radius: 13px;}


.bttm-border{border-bottom: 1px solid #bebebe;
    z-index: 9;}

.superior{padding-bottom:40px;}


.top-img{margin-top:30px}


/*new product add*/
.range_contentBox1{margin-top:10px;     position: relative;}

.range_contentBox1 a h3{
    font-weight: bold;
    font-size: 18px;
      color: #000;
      margin-top:17px;
}


.range_wraper1{
    position: relative;
    border: 2px solid #058ccb !important;
    height: 100%;
    padding: 20px 10px;
    /* box-shadow: 0px 0px 4px; */
    min-height: 460px;
    margin-right: 40px;
}


.all_product .owl-prev {
    right: 40px;
}


.read_more{
   /*float: right; */
    background: #038dcb;
    padding: 5px 13px;
    border-radius: 14px;
    color: #fff;
    border: 1px solid #038dcb;
    font-weight: bold;
    font-size: 14px;
}

.product_button {
    position: absolute;

    top: 12rem;}
    
.product_button a{}


/*innerpage screw  start*/



.tittle_area .heading-in {
    font-size: 33px;
    color: #038ecb;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

.tittle_area .heading-in span {
    color: #15262d;
    font-family: Montserrat, sans-serif;
}

.content-blocks p{
        font-weight: bold;
    font-size: 16px;
    width: 100%;
}

.bootom-brd{
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 42px;
}

.pt-100{padding-bottom:30px;}
.pt-200{padding-top:60px;}
/*innerpage screw  end*/

.efficient{
        font-size: 19px;
    font-weight: bold;
      color: #038ecb;
}


.capacity{position: relative;}
.capacity-range-box {
   
background: #8ed8f8;
    padding: 9px 23px;
    border-radius: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -37px;
    width: 217px;
    float: right;
}
.capacity-range-box h4 {
 color: #0b65a4;
    font-weight: 800;
    font-size: 21px;
    text-transform: uppercase;
}

.capacity-range-box h6 {
 text-transform: lowercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.capacity-range-box p{font-size: 14px;
    text-align: center;
        color: #0b64a0;
}





.intermeshing h4{
    font-weight: bold;
    font-size: 17px;
}

/*Reciprocating Compressors*/

.features h3{    font-weight: bold;
    font-size: 18px;
    color: #038ecb;
    text-transform:uppercase;
    
}

.special-feature{padding-top:15px; padding-bottom:15px;}
.special-feature h4 {
    font-weight: bold;
    font-size: 17px;
}



.created img {}


.manufacturing{
    
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;

}

.features p span{
font-family: harlowsolid;
    color: #038ecb;
   
    font-size: 18px;
}


.order{
   font-size: 18px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: center;
}


.order-form{
        border: 1px solid #d7d7d7;
    padding: 20px;
    
    background: #f8f8f8;
}


.order-image{
    margin-bottom: 30px;
    margin-top: 31px;
}

.product-padding img{padding-bottom:10px;}
.easily{padding-bottom:20px;}

.bottom-border{border-bottom:1px solid #d2d2d2;}
.tb-padding{padding-top:40px; padding-bottom:40px;}
.coils-section{}

.pt400{padding-top:40px;}

.tube{margin-bottom:30px;}

.intermeshing h3{
    font-weight: bold;
    font-size: 18px;
    color: #038ecb;
}

.coling-coil img{padding-top:54px;}
.spare-parts img{}

.capacity{position: relative;}
.capacity-range {
   
    background: #038dcb;
    padding: 16px 31px;
    border-radius: 16px;
   
    text-align: center;
    text-transform: uppercase;
    margin-top: 27px;
}
.capacity-range h4 {
  color: #fff;
    font-weight: 600;
    font-size: 21px;
    text-transform: none;
}

.capacity-range h6 {
 text-transform: lowercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.capacity-range p{font-size: 14px;
    text-align: center;
        color: #0b64a0;
}

.right-brd{border-right: 1px solid #038ecb;}

