@font-face {
    font-family: 'Red-Thinker-Light';
    src: url('../fonts/RedThinker-Light.woff2') format('woff2'),
        url('../fonts/RedThinker-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red-Thinker-Light-Italic';
    src: url('../fonts/RedThinker-LightItalic.woff2') format('woff2'),
        url('../fonts/RedThinker-LightItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-Light';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-Extra-Bold';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-Regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-Semi-Bold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-Bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open-Sans-Medium';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Micro-Square-Bold';
    src: url('../fonts/MicroSquareBold.woff2') format('woff2'),
        url('../fonts/MicroSquareBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{text-decoration: none;}

a:hover{text-decoration: none;}

h1,h2,h3,h4,h5,h6,p,ul{	margin: 0;}

body{
	font-family: 'Open-Sans-Regular';
	font-size: 16px;
	line-height: ;
}

/*headersection*/
.headersection {
    box-shadow: 0 4px 8px 0px rgb(0 141 210 / 9%);
    padding: 15px 0;
}
.dropdown:hover .dropdown-menu {    display: block;}
a.navbar-brand {    padding: 0;    margin-right: 0;}
a.navbar-brand img {    max-width: 270px;}
nav.navbar.navbar-expand-lg.navbar-light {    padding: 0;}

.navbar-expand-lg .navbar-nav a.nav-link {
    padding: 10px 15px;
    color: #008dd2;
    text-transform: uppercase;
    font-family: 'Open-Sans-Bold';
    font-size: 14px;
    color: #2B2A29;
    transition:all .3s ease-out;
    position: relative;
    border-radius: 3px;
    display: flex;
    align-items: center
}
/*down arrow inbuilt*/
.dropdown-toggle::after{display: none;}
/*end down arrow inbuilt*/

.navbar-expand-lg .navbar-nav a.nav-link > i.bx.bx-chevron-down {
    font-size: 20px;
    margin-left: 5px;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav a.nav-link:hover{background: #008dd2;  color: #fff;}
.navbar-expand-lg .navbar-nav a.nav-link.active {background: #008dd2;  color: #fff;}
a.dropdown-item.active {    background: #008dd2;    color: #fff !important;}
ul.dropdown-menu.custome-dropdown-menu {
    padding: 0;
    border-radius: 3px;
    border: none;
    box-shadow: 0 4px 8px 0px rgb(0 141 210 / 9%);
}
ul.dropdown-menu.custome-dropdown-menu > li > a.dropdown-item {
    padding: 6px 20px;
    color: #008dd2;
    text-transform: uppercase;
/*    font-family: 'Open-Sans-medium';*/
    font-family: 'Open-Sans-medium';
    font-size: 14px;
    color: #2B2A29;
    transition:all .3s ease-in;
}

ul.dropdown-menu.custome-dropdown-menu > li > a.dropdown-item:hover{
    background: #008dd2;  color: #fff;
}
/*end headersection*/



/*heroslidersection*/
.herosliderowl-carousel > .owl-nav {
    margin-top: 0;
}
.herosliderowl-carousel > .owl-nav > button.owl-prev {
    position: absolute;
    top: 45%;
    left: 15px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #008dd2;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    transition: all .3s ease-in;
}

.herosliderowl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    top: 45%;
    right: 15px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #008dd2;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    transition: all .3s ease-out;
}


.herosliderowl-carousel > .owl-nav > button.owl-prev:hover,
.herosliderowl-carousel > .owl-nav > button.owl-next:hover{
    background: #AE4C86;
    border-radius: 50%;
}

.herosliderowl-carousel > .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background: #fff;
    margin: 0 auto;
    width: 6%;
    border-radius: 20px;
    line-height: 10px;
    padding: 4px 0;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 1px 3px 16px -8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#008dd2; }

/*end heroslidersection*/


.padding{padding: 70px 0;}
.padding-bottom{padding-bottom: 70px;}
.aboutalignment{display: flex;align-items: center;}
.custalignment{display: flex;align-items: center;}



/*homeaboutussection*/
.homeaboutus-left p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
	text-align:justify;
}
.homeaboutus-txt{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbcbcb;
	text-align:center;
}
.homeaboutus-txt h4 {
    font-size: 24px;
    font-family: 'Open-Sans-Bold';
    color: #008dd2;
    line-height: 31px;
}

.specializations-head h2{
    text-align: center;
    font-size: 36px;
    font-family: 'Open-Sans-Bold';
    margin-bottom: 80px;
    color: #008dd2;
    position: relative;
}
.specializations-head h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 130px;
    height: 3px;
    background: #AD4D86;
    margin-left: -65px;
}

a.about-btn {
    background: linear-gradient(-90deg, rgba(0,141,210,1) 0%, rgba(174,76,134,1) 150%);
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border-radius: 40px;
    margin-right: 25px;
    transition: all .5s ease;
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 15px, rgb(0 0 0 / 5%) 0px 5px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

a.about-btn:hover{
	background: linear-gradient(90deg, rgba(0,141,210,1) 0%, rgba(174,76,134,1) 150%);
}
.homeaboutus-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.aboutuscall a i {
    width: 50px;
    height: 50px;
    color: #008dd2;
    font-size: 24px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px 2px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
a.callbtn {
    display: flex;
    align-items: center;
    color: #008dd2;
    font-weight: bold;
}
.aboutuscall {
    border-left: 1px solid #cbcbcb;
    padding-left: 25px;
}
/*end homeaboutussection*/



/*homeproductsection*/
.homeproductsection {
    background: url("../images/homeproduct-bg.jpg");
    background-size: cover;
    background-position: center;
}
.homeproduct-head h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'Open-Sans-Light';
    width: 75%;
    text-align: center;
}
.homeproductsliderowl-carousel > .owl-nav {
    margin-top: 0;
    position: absolute;
    color: #fff;
    top: 65%;
    left: -260px;
}

.homeproductsliderowl-carousel > .owl-dots{display: none;}
.home-pro-align{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }

 .homeproductsliderowl-carousel > .owl-nav > button.owl-prev,
 .homeproductsliderowl-carousel > .owl-nav > button.owl-next {
    margin: 0;
    width: 40px;
    height: 40px;
    background: #008dd2;
    line-height: 0px;
    font-size: 22px;
    transition: all .3s ease-in;
}

.homeproductsliderowl-carousel > .owl-nav > button.owl-prev:hover,
.homeproductsliderowl-carousel > .owl-nav > button.owl-next:hover{
    background: #AE4C86;
    border-radius: 50%;
}

.homeproductsliderowl-carousel > .owl-nav > button.owl-prev {
    margin-right: 10px;
}
.item.homeproduct-item > a {
    position: relative;
}
.item.homeproduct-item > a > h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    font-family: 'Open-Sans-Medium';
    letter-spacing: 0.5px;
    transition: all .9s ease-in;
    background: transparent;
    padding: 10px 0;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.item.homeproduct-item:hover > a > h3 {
    background: linear-gradient(90deg, rgba(0,141,210,1) 0%, rgba(174,76,134,1) 100%);
}
.productright {
    margin-top: 40px;
}

/*end homeproductsection*/



/*bannersection*/
.banner {
    height: 149px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner.productbanner {
    background: no-repeat bottom url("../images/banner.jpg");
/*    background-size: cover;*/
    background-position: center;
	margin:20px 0 0 0;
}
.breadcrume-head {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open-Sans-Extra-Bold';
    letter-spacing: 1px;
    line-height: 36px;
}
/*end bannersection*/


/*productsection*/
table.table.producttable{
    border: 1px solid #d5d5d5;
    margin-bottom: 0;
}

table.table.producttable > tbody > tr > th {
    width: 36%;
    background: transparent;
    color: #000;
    font-size: 14.5px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    font-weight: 600;
} 

table.table.producttable > tbody > tr > td {
    background: transparent;
    font-size: 14px;
    color: #000;
} 
.productheading {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    font-family: 'Open-Sans-Bold';
    color: #008dd2;
    text-transform: uppercase;
}
.loupe.cust-loupe{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid #000;
    cursor: none;
}
.product-tbl-head {
    margin-bottom: 30px;
    font-size: 22px;
    font-family: 'Open-Sans-Bold';
    color: #008dd2;
}
.loupe {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid black;
  box-shadow: 5px 5px 12px black;
  background: rgba(0, 0, 0, 0.25);
  cursor: crosshair;
  overflow: hidden;
}

.loupe img {
  position: absolute;
  right; 0;
}
/*end productsection*/



/*contactus*/
.contactus-addres,.contactus-call,.contactus-email {
    display: flex;
    margin-bottom: 20px;
}
.contactus-details {
    background: linear-gradient(90deg, rgba(0,141,210,1) 0%, rgba(174,76,134,1) 100%);
    padding: 30px;
}
.contactus-icon {
    margin-right: 16px;
}
.contactus-txt {
    color: #fff;
    font-size: 14px;
}
.contactus-txt a {
    color: #fff;
    font-size: 14px;
}
.contactus-details h2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
/*    font-family: 'Micro-Square-Bold';*/
    font-family: 'Open-Sans-Bold';
}
.sub-contactus-addres h5 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Open-Sans-Bold';
}
.contactus-icon > i {
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
.contactus-gst {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
/*end contactus*/



/*managementsection*/
.mamagementsection{
    padding: 70px 0 40px;
}
.management-desc {
    padding:25px 15px 0;
    height: 475px;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 9px 0px;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.management-txt p {
    padding: 10px 0;
    color: #000;
    font-size: 14px;
}
.management-call {
    display: flex;
    justify-content: center;
}
.management-call h4 {
    font-size: 16px;
}
.management-txt h5 {
    color: #008dd2;
    font-family: 'Open-Sans-Bold';
    font-size: 18px;
    margin-top: 10px;
}
.management-call i {
    color: #008dd2;
    margin-right: 10px;
}
/*end managementsection*/


/*infrastrcturesection*/
.infrastrcturesection{
    background: url("../images/infrastrcturesection-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.infrastrcture-txt p {
    font-size: 23px;
    line-height: 36px;
	text-align:center
}
.ifra-align{
    display: flex;
    align-items: center;
}
.gry-bg{background: #f7f7f7;}



.infrastrcture-desc-1 {
    padding: 0 50px;
}

.infrastrcture-desc-1 h2{
    font-size: 25px;
    font-family: 'Open-Sans-Light';
    position: relative;
    line-height: 38px;
    margin-bottom: 10px;
    color: #373737;
}

.infrastrcture-desc-1 h2::before {
    
    
}

.infrastrcture-desc h2 {
    font-size: 32px;
    font-family: 'Open-Sans-Light';
    position: relative;
    line-height: 38px;
    margin-bottom: 40px;
    color: #373737;
}
.infrastrcture-desc h2::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 90px;
    height: 2px;
    background: #959595;
}
.infrastrcture-desc.quality-desc h2::before {
    top: 90px;
}
.infrastrcture-desc{position: relative;}
.infr-lft-shp::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #f7f7f7;
    z-index: 99999;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -40px;
}
.infr-rgt-shp::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #f7f7f7;
    z-index: 9;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -40px;
}
.infr-lft-border{position: relative;}
.infr-lft-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #bfbfbf;
}


.infr-rght-border{position: relative;}

.infr-rght-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #bfbfbf;
}
.infrastrcture-desc p {
    font-size: 17px;
    line-height: 28px;
    color: #373737;
}

.infrastrcture-desc {
    padding: 0 77px;
}

.table{
        border-color: #c8edff;
}
thead.table-dark tr th {
    vertical-align: middle;
    border-color: #c8edff;

}
.table-dark {
    --bs-table-bg: #008dd2;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(0 141 210 / 6%);
}

.table-striped > tbody > tr > td{padding: 10px 20px;    vertical-align: middle;}
.tag-txt p {
    margin-bottom: 25px;
}
.tag-txt h5 {
    width: 56%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    line-height: 30px;
}

.quality-left h3 {
    font-size: 32px;
    font-family: 'Open-Sans-Bold';
    position: relative;
    line-height: 38px;
    margin-bottom: 40px;
    color: #008dd2;
}
.quality-left h3::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 90px;
    height: 2px;
    background: #959595;
}
.quality-left p {
    margin-bottom: 15px;
}
/*end infrastrcturesection*/


/*industry-we-cater-section*/
.industry-we-cater-section{
    padding: 20px 0 40px;
}
.industry-we-cater{
    
}
.mrg {margin-top:20px;}
.title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
/*  width: 90%;*/
/*  margin: auto;*/
margin-bottom: 30px;
  overflow: hidden;
}

.content .content-overlay {
  background: linear-gradient(45deg, rgba(0,141,210,0.9) 0%, rgba(174,76,134,0.9) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: -99%;
  top: 0;
  bottom: 0;
  right: 0;
/*  opacity: 0;*/
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
/*  opacity: 1;*/
    left: 0;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content:hover h4.indust-head {display:none;  }

h4.indust-head {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    transition: all .3s ease-out;
    color: #fff;
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgb(0 0 0 / -2%) 100%);
    padding: 55px 20px 15px;
    letter-spacing: 0.5px;
}
.content-details h3 {
    color: #fff;
    font-weight: 500;
    font-family: 'Open-Sans-Bold';
    font-size: 26px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/*end industry-we-cater-section*/


/*countriesweexportsection*/
.countriesweexportsection{
    padding: 70px 0;
}
.countriesweexport-desc {
    position: relative;
}
.countriesweexport-img img {    border: 1px solid #000;}
.countriesweexport-img {
    display: flex;
    align-items: center;
    margin-right: 30px;
    flex-wrap: wrap;
    padding-right: 30px;
    border-right: 1px solid #d3d3d3;
}
.countriesweexport-img:last-child{
    border-right:0;
    margin-right: 0px;
    padding-right: 0;
}
.countriesweexport-nm {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.countriesweexport-img h5 {
    margin-left: 15px;
    font-size: 17px;
}
/*end countriesweexportsection*/

.why-us-details ul {
    column-count: 2;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.why-us-details h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    font-family: 'Open-Sans-Bold';
    color: #008dd2;
    text-transform: uppercase;
    width: 60%;
    margin: 0 auto 50px;
}
.why-us-desc{
    text-align: center;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 30px;
    padding: 30px 20px 0;
    height: 225px;
    border: 1px solid #ebebeb;
}
.why-us-desc img {
    max-width: 80px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 6px 0px;
}
.why-us-desc h3 {
    margin: 20px 0 15px;
    font-size: 20px;
    font-family: 'Open-Sans-Bold';
    color: #008dd2;
    text-align: center;
}

.why-us-details p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}


/*footersection*/
.footermain {
    padding: 70px 0 40px;
    background: url("../images/footer-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.footer-logo img {
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    max-width: 255px;
/*    box-shadow: rgb(0 0 0 / 30%) 0px 2px 0px, rgb(0 0 0 / 22%) 6px 10px 0px 0px;*/
}
.footer-logo p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.footer-details h4 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Open-Sans-Bold';
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 22px;
}
.footercopywrite {
    padding: 10px 0;
    background: #000;
}
.footer-details ul {
    padding-left: 20px;
    color: #fff;
    column-count: 2;
    gap: 50px;
}
.footer-details ul li {
    line-height: 26px;
}

.footer-details ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-addres, .footer-call,.footer-email{
    display: flex;
    margin-bottom: 10px;
}
.footer-icon{
    margin-right: 12px;
}
.footer-txt {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.7px;
}
.footer-icon i {
    color: #fff;
    font-size: 22px;
}
.footer-txt a {
    color: #fff;
}
.footer-gst p {
    color: #fff;
    font-size: 15px;
    letter-spacing: .7px;
}
.footer-aboutus {
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff47;
    padding-top: 30px;
    margin-top: 40px;
    justify-content: center;
}

.footer-aboutus-head h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Open-Sans-Bold';
	border-right: 1px solid #ffffff47;
	padding-right: 30px;
}
.footer-aboutus-desc ul li {
    display: inline-block;
}

.footer-aboutus-desc ul li a {
    color: #fff;
    padding-right: 20px;
    font-size: 15px;
}
/*.footer-aboutus-desc ul li:nth-child(1) a{padding-right: 0px;}*/
.copyright-left p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.copyright-left p a {
    color: #fff;
}
/*end footersection*/


.productowl-carousel > .owl-nav {
    display: none;
}
.productowl-carousel > .owl-dots {
    display: none;
}



/*magnifier*/
/*.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: none;
  width:230px;
  height:230px;
 }*/
 
 

 .product-category-owl-carousel > .owl-nav > button.owl-prev {
    width: 40px;
    height: 40px;
    background: #008dd2;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    transition: all .3s ease-in;
}
.product-category-owl-carousel > .owl-nav > button.owl-next {
    width: 40px;
    height: 40px;
    background: #008dd2;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    transition: all .3s ease-out;
}


.product-category-owl-carousel > .owl-nav > button.owl-prev:hover,
.product-category-owl-carousel > .owl-nav > button.owl-next:hover{
    background: #AE4C86;
    border-radius: 50%;
}

/*end magnifier*/



/*capabilities*/
.capabilities-des h3 {
    color: #008dd2;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
}
.capabilities-des {
    margin-bottom: 30px;
}

.capabilities-des ul li{
    font-size: 16px;
    line-height: 24px;
}
/*end capabilities*/



/*core-purpose-section*/
.core-purpose-section{
    background: url("../images/core-purpose-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.core-purpose-details {
    text-align: center;
    color: #fff;
}

.core-purpose-details h2 {
    font-size: 36px;
    font-family: 'Open-Sans-Bold';
    margin-bottom: 50px;
    color: #fff;
    position: relative;
}
.core-purpose-details h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 130px;
    height: 3px;
    background: #AD4D86;
    margin-left: -65px;
}
.core-purpose-details p {
    font-size: 26px;
    width: 50%;
    margin: 0 auto;
    line-height: 36px;
}

/*end core-purpose-section*/

/*core-value-section*/
.core-value-head h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'Open-Sans-Bold';
    margin-bottom: 50px;
    color:#000;
    position: relative;
}
.core-value-head h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 130px;
    height: 3px;
    background: #AD4D86;
    margin-left: -65px;
}
.core-value-details {
    text-align: center;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 30px;
    padding: 30px 20px 0;
    height: 290px;
    border: 1px solid #ebebeb;
}
.core-value-details img {
    max-width: 80px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 6px 0px;
}
.core-value-details h3 {
    margin: 20px 0 15px;
    font-size: 20px;
    font-family: 'Open-Sans-Bold';
    color: #008dd2;
}
/*end core-value-section*/


/*zoom in out*/


/*zoom in out*/
.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #8a3033;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}

.nw-tbl .head {background:#008dd2; font-weight:bold; color:#fff;} 
.nw-tbl tr td{padding:10px; }
.btm-mrg {margin-bottom:15px;}
.nw ul li {line-height:33px;}



/*mediasection*/
.mediasection-img img {
    border: 1px solid #000;
}
.capabilities-main {
    display: flex;
    gap: 40px;
/*    align-items: center;*/
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.capabilities-icon img {
    max-width: 80px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 6px 0px;
}
.capabilities-des ul {
    padding-left: 20px;
}
ul.finish {
    column-count: 2;
    gap: 40px;
}
/*end mediasection*/

.mediasection-img h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #008dd2;
    text-transform: uppercase;
}