* {
	margin:0px;
	padding:0px;
	outline:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p,b,span,strong,ul,li {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
}
button{
    outline: none !important;
}
body {
	font-size:14px;
	color:#464646;
	font-family: 'Poppins', sans-serif;
	box-sizing:border-box;
	overflow-x:hidden;
}
/***********************/
.mtb30{
    margin: 30px 0;
}
.mt60{
    margin-top: 60px;
}
.align-center{
    align-items: center;
}
/***********************/
.fixed-top {
    position:fixed;
    top:0px;
    display:block;
    background: #01a0b0;
    box-shadow: 0 0 2px 2px #00000014;
}
.header-scrolled{
    box-shadow: 0 0 2px 2px #00000014;
}
.header_menu {
  padding: 0px 0 0px;
  display: flex;
  position: relative;
} 
.logo{
  position: relative;
  top: 0px;
}
.logo:after{
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 500px;
    right:  -20px;
    top: 0;
    z-index: -1;
}
#header .logo img {
    width:auto;
    height:auto;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 185px;
}
.header-scrolled .logo img {
    width: 162px !important;
    height:auto;
    display:block;
    -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.header-scrolled .logo{
  top: 0px;
}
.main-nav > ul {
    margin-top: 22px;
}
.header-scrolled .main-nav > ul {
    margin-top: 15px;
    -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    padding: 5px;
}
.main-nav > ul > li:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    top: -57px;
    left: 50%;
    background: #f5ae15;
    transition: 0.2s;
}
.main-nav > ul > li:hover:after{
    top: -35px;
}
.main-nav > ul > li:last-child:after{
    display: none;
}
.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0px 12px;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.main-nav a:hover, .main-nav li:hover > a {
    color: #fff;
    text-decoration: none;
}
.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    /*width: 285%!important;*/
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}
.bg li{
    background: #fff;
}
.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-nav .dropdown-width-175{
  min-width: 175px !important;
}
.main-nav .dropdown-width-200{
  min-width: 200px !important;
}
.main-nav .drop-down li {
    min-width: 240px;
    position: relative;
}
.main-nav .drop-down ul li a {
     padding: 12px 12px;
   font-size: 14px;
   color: #66707f;
   border-bottom: 1px solid #eeeeee94;
}
.main-nav .drop-down ul li:last-child a{
  border-bottom: none;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
    color: #01a0b0;
}
.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  margin-top: 10px;
}
.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.cont-call {
    margin: 0 0px 0 60px;
    position: relative !important;
    top: -10px;
}
.cont-call span {
    display: block;
    line-height: 20px;
    margin-right: 0;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
   /* padding: 4px;*/
    /*box-shadow: 0px 0px 60px 0px rgb(88 88 88 / 20%);*/
    position: absolute;
    left: -55px;
    top: 0px;
}
.cont-call a{
  font-weight: 500;
  font-size: 14px;
  padding: 0 0;
}

/*******************/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #01a0b0;
    transition: 0.4s;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #74b5fc;
    text-decoration: none;
}
.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}
.mobile-nav .drop-down > a {
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 24px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 20px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}
/***********************/
/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.hm-slider .owl-dots{
    margin-top: -66px;
    position: relative;
}
.hm-slider .owl-theme .owl-nav{
    margin-top: 0 !important;
    display: none;
}
.hm-slider .item {
    height: 93vh;
    position: relative;
}
.hm-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm-slider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.218);
    display: flex;
    align-items: center;
}
.header-content p{
    font-size: 21px;
    color: #fff;
    width: 70%;
}
.hm-slider .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: 18px;
}
.hm-slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 6%;
    height: 80%;
    left: 26px;
    top: 20px;
    position: absolute;
    border: 6px solid rgba(242, 242, 242, 0.32);
}
.hm-slider .item .cover .header-content h4 {
    font-weight: 300;
    font-size: 42px;
    color: #fff;
}
.hm-slider .item .cover .header-content h2 {
    font-size: 48px;
    font-weight: 600;
    /* margin: 5px 0 20px;*/
    word-spacing: 3px;
    color: #fff;
    line-height: 1.1;
}
/*.hm-slider .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}*/
.hm-slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.hm-slider .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
/*.hm-slider .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}*/
 .hm-slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.hm-slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.hm-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 55px;
    line-height: 45px !important;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    border: none;
}
.hm-slider .owl-nav .owl-prev span {
    font-size: 3rem;
    color: #fff;
}
.hm-slider .owl-nav .owl-prev:focus {
    outline: 0;
}
.hm-slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.hm-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 55px;
    line-height: 45px !important;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    border: none;
}
.hm-slider .owl-nav .owl-next span {
    font-size:3rem;
    color: #fff;
}
.hm-slider .owl-nav .owl-next:focus {
    outline: 0;
}
.hm-slider .owl-nav .owl-next:hover {
    background: #000 !important;
}
.hm-slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.hm-slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}
.owl-dots{
    display: block !important;
}
.owl-theme .owl-dots .owl-dot{
    border: none  !important;
    border-radius: 50% !important;
    background: #0000 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #01a0b0 !important;
}
/***********************/
.hm-about{
    padding: 80px 0 180px;
    background: #fff;
}
.HeadBox {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.HeadBox .main_head {
    transform: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    transition: .6s all;
}
.HeadBox .main_head span {
    background: #01a0b0;
    line-height: 20px;
    color: #fff;
    padding: 0 2px;
    position: relative;
    margin-left: 18px;
}
.HeadBox .main_head span i{
    position: absolute;
    top: 0;
    left: -20px;
    color: #f5ae15;
    font-size: 19px;
}
.HeadBox .bg_head{
    top: -43px;
    font-size: 70px;
    transform: none;
    left: -30px;
    color: rgb(38 37 37 / 7%);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    transition: .7s all;
}
.hm-abt-head{
    margin-bottom: 20px;
}
.hm-abt-head h1{
    font-weight: 400;
    font-size: 31px;
    color: #51596a;
}
.hm-abt-head h1 span{
    font-weight: 600;
}
.hm-about-dtl p{
    color: #51596a;
    font-size: 1rem;
    padding-bottom: 10px;
    line-height: 28px;
}
.link {
    font-size: 1rem;
    color: #01a0b0;
    font-weight: 500;
    border-bottom: 1px solid #01a0b0;
    transition: all .5s ease-out;
}
.link:hover {
    color: #01a0b0;
    border-bottom: 1px solid #01a0b0;
    letter-spacing: 2px;
}

.img_otr {
    position: relative;
}
.img_otr::before {
    height: 187.5px;
    bottom: -14px;
    left: -10px;
    width: 106%;
}
.img_otr::before {
    content: "";
    background: #01a0b03b;
    position: absolute;
    left: -10px;
    right: 0;
    margin: auto;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
}
.img_otr .img_bx {
    border-radius: 50%;
    position: relative;
    margin: auto;    
}
.img_otr .img_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}    
.img_otr .img_bx::after {
    transform: none;
    bottom: 0px;
    content: "";
    position: absolute;
    height: 53px;
    width: 53px;
    background: #01a0b0;
    border-radius: 50%;
    left: 60px;
    transition: .4s all;
}
.align-cntr{
    align-items: center;
}
/***********************/
.hm-prod{
    padding: 80px 0 0;
    background: #f6f6f7;
    overflow: hidden;
}
.HeadBox_prod{
    margin-top: 12px;
    margin-bottom: 10px;
}
.hm-prod .title_bx {
    padding: 35px 60px;
    margin-left: 0px;
    margin-top: -192px;
    background: #f4c13b;
    position: relative;
}
.hm-prod .title_bx::after {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    background: #f4c13b;
    height: 100%;
    top: 0;
}
.hm-prod .prod_bx{
    padding: 60px 50px 60px;
    /*margin-right: 80px;
    margin-left: 140px;*/
    background: #f6f6f7;
    position: relative;
    box-shadow: 0px 0px 60px 0px rgb(20 27 39 / 10%);
}
.hm-prod .prod_bx::after {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    background: #f4c13b;
    height: 100%;
    top: 0;
    z-index: 1;
}
.hm-prod .col-md-3, .hm-prod .col-md-12{
    padding-right: 5px;
    padding-left: 5px;
}
.prod_bx_head h3{
    font-weight: 400;
    font-size: 25px;
    color: #51596a;
    margin-bottom: 15px;
}


.productbox {
    text-align: left;
    background-color: #fff;
    padding: 10px;
    margin: 15px 0px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*border-top: 3px solid #567c85 !important;*/
}
.productbox:hover{
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.featured-thumbnail{
    position: relative;
    overflow: hidden;
}
.productbox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.productbox:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.featured-content{
    padding: 10px 10px;
    padding-right: 38px;
    background-color: #5e5f62 !important;
    margin: 0;
    position: relative;
    height: auto;
}

.featured-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    display: -webkit-box;
    letter-spacing: 0.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.featured-title > h3 > a {
    color: #fff;
}
.ttm-details-link {
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    right: 2px;
    font-size: 20px;
    padding-top: 0 !important;
    font-weight: 400;
}
.ttm-details-link i{
    color: #fff;
    transform: rotate(320deg);
    transition: transform .3s,color .3s;
}
.productbox:hover .ttm-details-link i{
    transform: rotate(1deg);
}

/*.grid-prod-wrapper{
    position: relative;
}
.gallery-item-thumbnail{
    position: relative;
    margin: 15px 0;
}
.gallery-item-thumbnail::before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    transition: .1s ease-in-out;
}
.grid-prod-wrapper:hover .gallery-item-thumbnail::before{
    content: "";
    background-image: linear-gradient(to top, rgb(1 160 176 / 91%), rgb(1 160 176 / 91%));
}
.gallery-item-content{
    position: absolute;
    bottom: 15px;
    padding: 7px;
    z-index: 1;
}
.gallery-item-content .head{
    color: #fff;
    font-size: 1.2rem;
}
.gallery-item-content .subtitle{
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.gallery-item-content .head span{
    position: relative;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-shadow: -1px 1px 1px #00000029;
}
.gallery-item-content .head span:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #01a0b0;
    left: 0;
    bottom: -5px;
}
.grid-prod-wrapper:hover .gallery-item-content .head span:after{
    background: #f4c13b;
}*/
/***********************/
.hm-cetified{
    background-image: url(../images/f_bg.jpg);
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
    padding: 80px 0;
}
.hm-cetified-dtl{
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px;
    height: 100%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #0000001f;
}
.elementor-icon{
    background-color: #01a0b0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    transition: all .3s;
    position: relative;
    display: block;
    margin: 0 auto 15px;
    display: table;
}
.hm-cetified-dtl:hover .elementor-icon{
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
.hm-cetified-dtl h4{
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
}
.hm-cetified-dtl p{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
}
/***********************/
.hm-indury{
    padding: 60px 0;
}
.indsutry-list-image {
    width: 110px;
    height: 113px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: url(../images/indsutry-list-background.png) no-repeat center center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
}
.indsutry-list-image img {
    margin: 0 auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    left: -5px;
}
.indsutry-box{
    margin: 15px 0;
}
.indsutry-box h6{
    text-align: center;
    letter-spacing: 0.5px;
}
/***********************/
footer{
    background: #5e5f62;
    margin-top: 80px;
}
.ftr-dtl-bg{
    position: relative;
    margin: -20px 0 0;
    padding: 80px 40px 40px 40px;
    background: linear-gradient(to bottom, #018e9d 0%,#01a0b0 100%);
}
.ftr-dtl-bg:before {
    content: "";
    border-left: 18px solid transparent;
    border-bottom: 21px solid #20270f;
    position: absolute;
    left: -18px;
    top: 0;
}
.ftr-dtl-bg:after {
    content: "";
    border-right: 18px solid transparent;
    border-bottom: 21px solid #20270f;
    position: absolute;
    right: -18px;
    top: 0;
}
.ftr-logo{
    margin-top: 40px;
}
.footerTitle{
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f4c13b;
    letter-spacing: 1px;
}
.ftr-dtl ul li a {
    color: #fff;
    font-size: 1rem;
    padding-bottom: 10px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.ftr-dtl ul li a:hover{
    color: #f4c13b;
}
.ftr-dtl ul li{
    padding: 2px 0;
}
.socialIcons{
    margin-top: 30px;
}
.socialIcons h5{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}
/*.socialIcons ul{
    text-align: center;
    margin-top: 10px;
}
.socialIcons ul li{
    display: inline-block;
    padding: 0 7px;
}
.socialIcons ul li a{
    color: #fff;
}
.socialIcons ul li a:hover{
    color: #0191a0;
}*/

.social-icon ul {
    opacity: 1;
    text-align: center;
    margin-top: 10px;
}
.social-icon ul li {
    display: inline-block;
    margin: 0 2px;
}
.social-icon ul li a {
    opacity: 1;
}
.social-icon ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius:50%;
    font-size:20px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.icon2 i {
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366;
}
.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.icon4 i {
    background: #0092cb;
    color: #fff;
    border: 1px solid #0092cb;
} 
.icon6 i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}


.ftr-office ul li{
    padding: 5px 0;
    letter-spacing: 0.5px;
    color: #fff;
    padding-left: 30px;
    margin: 0 0 5px;
    position: relative;
}
.ftr-office ul li a{
    line-height: 23px;
}
.ftr-office ul li img {
    position: absolute;
    left: 0px;
    top: 9px;
    width: 20px;
}
.foot_dp_txt p {
    color: #464646;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.foot_dp_txt_lft p {
    text-align: right;
}
.foot_dp_txt_lft p a{
    color: #464646;
}
.footer-btm{
    background: #fff;
    padding: 10px 0;
}
/*------------------------*/
.product{
    background-color: #f6f6f7;
    padding: 60px 0;
}
.product-dtl h2{
    color: #51596a;
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
}
.product-dtl h2:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #f4c13b;
    left: 0;
    bottom: -8px;
}
.product-dtl p{
    color: #51596a;
    font-size: 1rem;
    padding-bottom: 10px;
    line-height: 26px;
}
.product-dtl ul{
    margin-top: 20px;
}
.product-dtl ul li{
    margin-right: 10px;
}
.product-dtl-contact{
    background-color: #01a0b0;
    color: #fff;
    float: left;
    font-size: 15px;
}
.product-dtl-contact:hover{
    color: #fff;
}
.product-dtl-contact i{
    color: #f4c13b;
}
.prod-wtsp{
    position: relative;
    top: -2px;
    left: 15px;
}
.prod-btm{
    padding: 60px 0 30px;
}
.prod-btm-space{
    padding: 10px 0;
}
.prod-btm-dtl h4{
    padding-bottom: 10px;
}
.prod-btm-dtl p{
    color: #51596a;
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 24px;
}
.prod-btm-dtl .bullet li{
    color: #51596a;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    line-height: 24px;
    position: relative;
}
.prod-btm-dtl .bullet li:after{
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.prod-table{
    margin-top: 10px;
}
.prod-table tr:nth-child(odd) {
  background: #fafafa;
}

.inn_prod_table thead tr {
  background: #01a0b0 !important;
  color: #fff;
}

.prod-table table thead tr th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #fff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e669;
  color: #3b3b3a;
  letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.inn_prod_table.table-bordered th{
  font-weight: 500;
}
.inn_prod_table {
  margin: 0;
}

.services-form{
    background: #01a0b0;
    border-radius: 10px;
    padding: 30px 20px;
    position: sticky;
    top: 60px;
}
.services-form h4{
    font-family: 'Roboto', sans-serif;
    color:#fff;
    margin-bottom: 15px;
    text-align: center;
}
.services-form h4 i{
    color: #f4c13b;
    padding-right: 5px;
}
.services-form p{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.services-form input::placeholder, .services-form textarea::placeholder{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.form-control{
    line-height: 30px;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
}
.theme-btn {
    display: inline-block;
    background: #f4c13b;
    padding: 9px 35px;
    font-family: "Roboto", sans-serif;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
}
/*---------------------*/
.inr-banner{
    background-image: url(../images/hero-services.png);
    background-position: 50% 64.008px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #293f66;
    background-size: cover;
    position: relative;
    color: #fff;
    display: block;
    margin-top: 80px;
    padding: 60px 0 50px;
}
.inr-banner:before{
    content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-linear-gradient(90deg,rgb(22 54 114) 0%,rgb(38 75 143) 40%,rgb(0 0 0 / 32%) 100%);
  background: -moz-linear-gradient(90deg,rgb(22 54 114) 0%,rgb(38 75 143) 40%,rgb(0 0 0 / 32%) 100%);
  background: linear-gradient(90deg,rgb(22 54 114) 0%,rgb(38 75 143 / 63%) 40%,rgb(38 75 143 / 69%) 100%);
}
.inr-banner2{
  padding: 5rem 0;
  margin-top: 75px;
  background: linear-gradient(to right, rgb(0 0 0 / 42%), rgba(0 0 0 / 42%)), url(../images/bbb.png);
  background-size: cover;
  color: #fff;
}
.inr-bnr-heading{
  position: relative;
  z-index: 9;
}
.inr-bnr-heading ul{
    position: relative;
    z-index: 1;
}
.inr-bnr-heading ul li{
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.inr-bnr-heading ul li a{
    color: #fff;
}
.inr-bnr-heading ul li a:hover{
  color: #01a0b0;
}
.inr-bnr-heading ul li i{
    font-size: 5px;
    position: relative;
    top: -2px;
}
.inr-bnr-heading h1{
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
    margin-bottom: 8px;
}
/*.inr-bnr-heading .line2{
    content: "";
    display: inline-block;
    width: 6%;
    height: 140%;
    left: -15px;
    top: -12px;
    position: absolute;
    border: 6px solid rgba(242, 242, 242, 0.20);
}*/

/*---------------------*/
.main-contact{
    padding: 80px 0;
}
.p0{
    padding: 0 0;
}
.main-contact-heading{
    background-image: url(../images/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 39.6px;
    padding: 5rem 3.5rem 8rem 3.5rem !important;
}
.main-contact-heading:before{
    content: '';
    position: absolute;
    background-color: #01a0b0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0;
}
.main-contact-head{
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.main-contact-head h6{
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #f4c13b;
    font-size: 20px;
}
.main-contact-head h2{
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 500;
}
.main-contact-head h2 span{
    font-weight: 800;
    text-decoration: underline;
}

.contact-main{
    background-color: #ffffff;
    margin-top: -4rem !important;
    padding: 2rem 2rem !important;
}

.contact-main form input, .contact-main form textarea{
    color: #0d2c13;
    font-weight: 500;
    background-color: inherit;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.contact-main form input:focus, .contact-main form textarea:focus {
    box-shadow: none;
    background: none;
    border-color: #01a0b0;
}
.contact-main button{
    font-size: 14px;
    font-weight: 400;
    color: rgb(255,255,255);
    text-transform: uppercase;
    line-height: 1.571;
    background-color: #01a0b0;
    padding: 7px 30px;
    border-radius: 0;
    border: 1px solid #01a0b0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.contact-main button:hover{
    background: #fff;
    color: #01a0b0;
}
.contact-main-dtl{
    padding: 40px 20px;
    background-color: #ffffff;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.contact-main-add h4, .contact-main-cont h4{
    color: #51596a;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact-main-add p{
    color: #51596a;
    font-size: 1rem;
    padding-bottom: 10px;
    line-height: 26px;
}
.contact-main-cont{
    padding-top: 20px;
}
.contact-main-cont p{
    position: relative;
    padding:0px 0px 10px 40px;
    padding-left: 40px;
    display: block;
    line-height: 30px;
}
.contact-main-cont p a{
    color: #51596a;
    font-size: 1rem;
}
.contact-main-cont p:hover a{
    color: #01a0b0;
}
.contact-main-cont img{
    position: absolute;
    background: #01a0b0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border-radius: 50%;
}
.google-map{
    background: #fff;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    padding: 15px;
    margin-top: 60px;
}




/*Shravan Code Start */


.product-tab-button{
    margin-top: 10px;
}
.product-tab-button .nav-link {
   width: 80px !important;
   border-radius: 0px;
   padding: .5rem .5rem;
   cursor: pointer;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: #01a0b0 !important;
    border-color: #dee2e6 #ffffff #fff;
}
.product-tab-button .nav-tabs {
    border-bottom: 1px solid #fff !important;
    background: #f8f9fa;
    border: 1px solid #dee2e6 !important;
    justify-content: center;
}
.product-tab-images .bg-light{
    background: #fff !important;
}

/*-- ----------------- --*/

.about{
    padding: 80px 0 60px;
}
.about-dtl-head{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.about-dtl-head h2{
    text-align: center;
    font-size: 31px;
    color: #51596a;
    font-weight: 800;
    margin-top: 10px;
}
.about-dtl-head span{
    background: #01a0b0;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    position: relative;
    margin-left: 18px;
    font-size: 20px;
    text-transform: uppercase;
}
.about-dtl-head span i {
    position: absolute;
    top: 2px;
    left: -28px;
    color: #f5ae15;
    font-size: 25px;
}
.about-dtl p {
    color: #51596a;
    font-size: 1rem;
    padding-bottom: 10px;
    line-height: 28px;
}

/*-- ----------------- --*/

.industries{
    padding: 80px 0 40px;
}

.industrie-dtl{
    background: #f5f5f5;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
}
.industrie-dtl-nam{
    color: #000000;
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 10px;
    position: relative;
    margin-top: -20px !important;
    width: 85%;
    margin: 0 auto;
    display: table;
    font-weight: 500;
    box-shadow: 0 0 11px rgb(33 33 33 / 20%);
}

/*-----------------------*/

.products{
    margin: 80px 0; 
}

/*-----------------------*/
.social_link_fxd {
    position: fixed;
    z-index: 123;
    bottom: 2%;
    right: 15px;
}
.social_link_fxd img {
    width: 48px;
    height: auto;
    border: 2px solid #FFF;
    border-radius: 50%;
}


/*--------------------*/
 
/*--------------------*/

.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid #343434;
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #343434;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #f8a50b;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #01a0b0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}
.max {
  border: #f3b929 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
/*--------------------*/
#inner_product {
    padding: 50px 0 70px 0;
}
.thankyou_mg img {
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    margin: 0 auto;
    display: table;
}
/*--------------------*/


.inner-blog-main {
  padding: 80px 0 80px;
}
.innr-blg-head h1 {
  padding: 8px 0;
  font-size: 29px;
  color: #51596a;
  font-weight: 700;
  margin-bottom: 20px;
}
.innr-blg-img img {
  border-radius: 12px;
}
.innr-blg-img {
  margin-bottom: 30px;
}
.innr-blg-dtl {
  margin-bottom: 15px;
}
.innr-blg-dtl p span {
  color: #a45f25;
}
.innr-blg-dtl p {
  text-align: justify;
  color: #51596a;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
}
.blg-post-head h2 {
  padding: 8px 0;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
}
.blg-post-head {
  margin-bottom: 10px;
}

.blog-sidebar h2 {
  color: #01A0B0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}
.blog-sidebar ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.blog-sidebar ul li a {
  color: #51596a;
  padding-top: 5px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.blog-sidebar ul li a:hover {
  color: #01A0B0;
}

.blog-main {
  padding: 80px 0 80px;
}
.blg-img img {
  border-radius: 16px;
}
.blg-img {
  margin-bottom: 20px;
}
.blg-grid-wrap:hover .blg-info h1 {
  color: #01A0B0;
}
.blg-info h1 {
  padding: 8px 0;
  font-size: 22px;
  color: #222220;
  font-weight: 500;
  margin-bottom: 5px;
}
.blg-info p {
  color: #51596a;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
}