
@font-face {
    font-family: 'SegoeUI-Bold-Italic';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

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



@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Oswald:wght@400;500;600;700&display=swap");*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
}


/*menu*/
.brand-logo.custbrand-logo {
    float: left;
}
nav.main-navigation-area.cust-main-navigation-area {
    float: right;
	margin-top:20px;
}
/*.respisivemenu {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}*/
.respisivemenu {
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
/*end menu*/



body {
    font-family: 'Segoe-UI-Regular';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.625;
    color: #121e2d;
    text-align:justify;
}

::-moz-selection {
  color: #ffffff;
  background-color: #0296d9;
}

::selection {
  color: #ffffff;
  background-color: #0296d9;
}

::-moz-selection {
  color: #ffffff;
  background-color: #0296d9;
}

/*brand logo*/

.brand-logo a img{max-width: 420px;}
/*end brand logo*/




/*slider section*/
.heroslider-owl-carousel {
    padding-top: 70px;
}
.item.hero-item {
    position: relative;
}
.subitems-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.subitems-txt h4 {
    background:rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 10px;
}
.heroslider-owl-carousel > .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/*end slider section*/





/*aboutussection*/
.packaging-solutions-section {
    padding: 70px 0;
}
.about-ushead h2 {
    text-align: center!important;
    font-size: 32px;
    /*color: #0296d9;*/
/*    font-weight: 700;*/
/*    font-weight: 600;*/
font-family: 'SegoeUI-Bold';
    margin-bottom: 30px;
    text-transform: uppercase;
  
    background: linear-gradient(to right, rgba(164,206,72,1), rgba(1,152,217,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  margin: 0 auto;
    padding: 30px 0 40px 0;
}
  
  

.about-ustxt p {
/*    width: 80%;*/
    margin: 0px auto 15px;
    font-size: 18px;
    line-height: 26px;
}
.btn-style-three {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 10px 35px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 5px;
    transition: all .5s ease-in;
    background: #0296d9;
}
.btn-style-three:hover {
    color: #fff;
    background: #a4cd3c;
}
/*end aboutussection*/





/*homeindustryiconsection*/
.homeindustryiconsection{
  padding: 70px 0;
}
.applicative-sectors-img img {
    max-width: 100px;
}
.applicative-sectors-txt h4 {
    font-size: 18px;
/*    font-weight: 700;*/
font-family: 'SegoeUI-Bold';
    text-align: center;
}
.applicative-sectors-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.homeindustryiconsection-owl-carousel > .owl-nav >button.owl-prev {
    position: absolute;
    top: 0%;
    left: -60px;
}
.homeindustryiconsection-owl-carousel > .owl-nav >button.owl-next {
    position: absolute;
    top: 0%;
    right: -60px;
}
.homeindustryiconsection-owl-carousel > .owl-nav >button.owl-prev > span,
.homeindustryiconsection-owl-carousel > .owl-nav >button.owl-next > span {
    font-size: 75px;
    color: #c1c1c1;
}
.homeindustryiconsection-owl-carousel > .owl-nav >button.owl-prev:hover,
.homeindustryiconsection-owl-carousel > .owl-nav >button.owl-next:hover{
  background: transparent;
}
/*end homeindustryiconsection*/





/*pulp-molding-section*/
.pulp-molding-section {
    padding: 150px 0;
}
#introduction {
    padding-top: 200px;
}
.pulp-molding-smooth-scrolling ul {
    list-style-type: none;
    text-align: center;
    padding: 8px 0;
    background: #0296d9;
}
.custsticky {
    position: static;
    width: 100%;
    z-index: 9999;
}
.pulp-molding-smooth-scrolling ul li {
    display: inline-block;
    padding: 0 8px;
    font-weight: 600;
}
.pulp-molding-smooth-scrolling ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 43px;
/*    color: #0296d9;*/
  background: linear-gradient(to right, rgba(164,206,72,1), rgba(1,152,217,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
/*    font-weight: 700;*/
/*    padding: 0 0 15px;*/
font-family: 'SegoeUI-Bold';
    -webkit-mask-size: 200%;
}
.bg-gry {
    background: #f5f5f5;
}
.lst{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.lst li {
    background: url("../img/list.png") no-repeat left 12px;
    padding-left: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    font-size: 19px;
    color: #323232;
}
.pulp-molding-section.productapplicationsection {
    padding: 150px 0px;
}
.comprehensive h1 {
    margin: 0px 0 30px;
    color: #0296d9;
    font-size: 32px;
     background: linear-gradient(to right, rgba(164,206,72,1), rgba(1,152,217,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  font-family: 'SegoeUI-Bold';
}

.packaging-solutions {
    text-align: center;
    padding: 20px 10px;
}

.product-applications-align {
    display: flex;
    justify-content: space-between;
/*    flex-wrap: wrap;*/
}
.broder-right{
    position: relative;
}
.broder-right::before {
    content: "";
    position: absolute;
    top: 40px;
    right: -20px;
    width: 1px;
    height: 110px;
    background: #c7c7c7;
}
/*model*/
a.btn.model-btn{
    color: #0296d9;
    font-size: 20px;
/*    font-weight: 500;*/
    font-weight: 600;
    text-align: justify;
    text-align-last: center;
}
a.btn.model-btn:hover{
    text-decoration: underline;
    color: #0296d9;
}
.close{
    color: #c1c1c1;
    opacity: 1;
}
.close:hover{
    color: #c1c1c1;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}
.modal-header {
    padding: 10px 20px;
}
.modal-header h5 {
    font-size: 22px;
    color: #0296d9;
    font-weight: 500;
/*    text-transform: uppercase;*/
}
.modal-body p {
    font-size: 18px;
    text-align: left;
}
.modal-body{
    padding:30px 35px;
}
/*arrow auto move*/
.arrow1 {
  animation: slide1 1s ease-in-out infinite;
/*  margin-left: 9px;*/
  margin-left: 5px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}
/*end arrow auto move*/
/*end model*/

.row.custrow {
    justify-content: center;
}
.title-fill.cust-title-fill {
    margin-bottom: 30px;
}
.benefits-desc {
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 30px 20px 10px;
    margin-bottom: 30px;
    background: #fff;
}
.benefits-desc img {
    width: 100%;
}
.benefits-desc h4 {
    color: #323232;
    margin: 15px 0;
    font-size: 24px;
/*    font-weight: normal;*/
font-family: 'Segoe-UI-Regular';
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
}
.corevalue-text p {
    font-size: 19px;
    margin-bottom: 15px;
}
.benefits-desc > ul.lst li {
    padding-bottom: 5px;
}
.corepurpose-img {
    position: relative;
    z-index: 1;
}
.table.cust-table {
    text-align: center;
    background: #fff;
}
.table.cust-table .thead-dark th {
    color: #fff;
    background-color: #73be73;
    border-color: #73be73;
    padding: 5px;
}
.table.cust-table > tbody > tr > td {
    color: #323232;
    font-size: 16px;
    padding: 7px 5px;
    border: 1px solid #73be73;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
/*end pulp-molding-section*/

/*productmedialgallerysection*/
.productmedialgallerysection{
    padding: 200px 0 100px;
}
/*end productmedialgallerysection*/

/*quality-section*/
.quality-section {
    padding: 200px 0 90px;
}
.quality-txt p {
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
}
.qualitysection {
    padding: 80px 0;
}
.packaging-solutions-sub.upacking-s.ap-model {
    height: inherit;
    border: none;
}
.packaging-solutions-sub {
    border: 2px solid #0296d9;
    height: 320px;
    padding: 20px 15px 0;
}
.packaging-solutions-sub p {
    font-size: 19px;
    margin-top: 10px;
}


/*end quality-section*/


/*gallery-section*/
.gallery-section {
    padding: 200px 0 80px;
}
.tm-page-col-left {  width: 100%;}
.tm-page-col-right {  width: 100%;  margin-left: auto;  margin-right: 0;}
@media (max-width: 991px) {
  .tm-page-cols-container {    flex-direction: column;  }
  .tm-page-col-left {    width: 100%;    max-width: 100%;  }
  .tm-page-col-right {    width: 100%;  }
}

.tm-gallery {  margin: 0;}
.tm-gallery-item {  width: 30%;  margin: 0;}
.tabs {  list-style: none;}

.tabs > li > a { padding: 10px 25px;  display: inline-block;}
.tabs > li > a:hover{  background:#000;  color: #fff;  border-radius: 40px;}
.tabs > li > a.active{  background:#000;      color: #fff;      border-radius: 40px;}
ul.tabs{    padding: 0;   text-align: left;    margin-bottom: 30px;}
ul.tabs li{display: inline-block;}
.tm-tab-icon {  width: 20px;  height: 20px;  display: inline-block;  background-color: transparent; vertical-align: middle;
  margin-right: 20px;  transition: all 0.3s ease;}

@media (max-width: 767px) {
  .tm-gallery {    max-width: 600px;    margin-left: auto;    margin-right: auto;  }
  .tm-gallery-item {    width: 46%;  }
  .filters-button-group {    padding-right: 0;    padding-bottom: 30px;  }
}

@media (max-width: 400px) {
  .tm-gallery {    max-width: 280px;  }
  .tm-gallery-item {    width: 100%;   margin-left: 0;   margin-right: 0;  }
}
/*end gallery-section*/

/*coreofvaluesection*/
.coreofvaluesection {
    padding: 80px 0;
}
.profile-txt p {
    font-size: 18px;
    margin-bottom: 10px;
}
.profile-txt h2 {
    font-size: 32px;
/*    color: #0296d9;*/
  /*background: -webkit-linear-gradient(180deg, #0198d9, #a4ce48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  background: linear-gradient(to right, rgba(164,206,72,1), rgba(1,152,217,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  
/*    font-weight: 700;*/
font-family: 'SegoeUI-Bold';
    margin-bottom: 20px;
    text-transform: uppercase;
}
   
/*@media screen and (min-width: 991px) {
  #gallery {
    padding: 200px 0px 100px;
  }
}*/

.img-wrapper {
  position: relative;
  margin-top: 15px;
  padding-bottom:15px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.020);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #000;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
  display: none;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #000;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
  display: none;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #000;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.img-wrapper.cust-img-wrapper a h5 {
    font-size: 19px;
/*    font-weight: 400;*/
font-family: 'Segoe-UI-Regular';
}
/*end coreofvaluesection*/


/*contactpagesection*/
.contactpagesection{
    padding: 200px 0 100px
}
.contactusdetails {
    background: #f3f3f3;
    margin-bottom: 20px;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
    align-items: center;
}
.contactusdetails i {
    border-right: 1px solid #d1d1d1;
    padding-right: 10px;
    margin-right: 20px;
}
.contactusdetails i::before {
    font-size: 26px;
    background: linear-gradient(90deg, rgba(166,206,57,1) -20%, rgba(0,149,218,1) 100%);
    color: #fff;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 55px;
    margin:0 20px;
    border-radius: 50%;
}
.contactusdetails span {
    color: #000;
    font-size: 18px;
}
/*end contactpagesection*/



/*infrastructuresection*/
.infrastructuresection{
    padding: 145px 0 100px;
}
.infra-details p {
    font-size: 18px;
    line-height: 28px;
}
/*end infrastructuresection*/




/*infragallerysection*/
.infragallerysection{
    padding: 90px 0;
}
.infragallery {
    padding: 10px 20px 20px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.infragallery h5 {
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
}
/*end infragallerysection*/




/*ourstrenthesection*/
.ourstrenthesection{
    padding: 200px 0 100px;
}
.ourstrenthe-align {
    display: flex;
    justify-content: center;
}
.packaging-solutions-sub.ourstrenthe-sub {
    height: 280px;
}
/*end ourstrenthesection*/



/*footersection*/
.footerbgdetails {    position: relative;padding: 30px 0 30px;}
.footerbgdetails::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(130deg,#9aca51,#0499d6 41.07%,#9fcc4c 76.05%);
    top: 0;
    left: 0;
}
.footer-logo img {
    max-width: 330px;
    margin-bottom: 0px;
}
.main-footer .about-widget .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    width: 70%;
}
.main-footer .links-widget {
    position: relative;
}
.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
/*    font-weight: 700;*/
font-family: 'SegoeUI-Bold';
    color: #0296d9;
    line-height: 24px;
    margin-bottom: 45px;
}
.widget-title.footertxt::before {
    background-color: #73be73 !important;
}
.main-footer .footer-column .widget-title::before {
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e38b00;
}
ul.list.footer-list {
    column-count: 1;
    padding: 0;
    margin-bottom: 0;
}
.main-footer .links-widget .list li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 16px;
}

.main-footer .links-widget .list li:before {
    color: #0296d9;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 11px;
    line-height: 25px;
    font-weight: 900;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
}
.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0296d9;
    font-weight: 500;
 
}
.main-footer .links-widget .list-address {
    position: relative;
/*    margin-bottom: 50px;*/
    list-style-type: none;
    padding: 0;
}
.main-footer .links-widget .list-address li {
    position: relative;
    color: #000;
    font-size: 18px;
/*    font-weight: 400;*/
    padding-left: 35px;
    margin-bottom: 9px;
	line-height:20px;
}
.main-footer .links-widget .list-address li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #0296d9;
    font-size: 20px;
}
.main-footer .footer-column {
    position: relative;
}

.footer-bottom {
    position: relative;
    background-color: #0296d9;
    z-index: 1;
    padding: 5px 0;
}
.copyright-left, .copyright-right {
    color: #fff;
    font-size: 15px;
}
.copyright-right a {
    color: #fff;
/*    font-weight: bold;*/
font-family: 'SegoeUI-Bold';
    text-decoration: underline;
}
/*end footersection*/


.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
/*  display: block;*/
  display: flex;
  list-style: none;
  line-height:40px;
}

a {
  color: inherit;
  text-decoration: none;
/*  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;*/
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}


.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
 font-family: 'Manrope', sans-serif;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-title span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 34px;
  font-weight:300;
  line-height: 1.208;
  text-transform: uppercase;
  padding-bottom:15px;
  text-align:left;
}

.title-border h2 {
  padding-bottom: 60px;
  position: relative;
}
.title-border h2:after {
  left: 0;
  bottom: 25px;
  content: "";
  height: 2px;
  width: 90px;
  position: absolute;
  background-color: #9fcc4d;
}

.taeled-btn {
  z-index: 1;
  height: 60px;
  width: 190px;
  font-weight: 600;
  line-height: 60px;
  padding-right: 35px;
  position: relative;
  font-family: "Oswald", sans-serif;
  background-color: #eef2f5;
}
.taeled-btn:after {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
      -ms-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  background-color: #68ba7e;
}
.taeled-btn i {
  top: 10px;
  right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  background-color: #0299d8;
}
.taeled-btn a, .taeled-btn button {
  width: 100%;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.taeled-btn button:hover {
  background-color: #68ba7e !important;
}
.taeled-btn:hover {
  color: #fff;
}
.taeled-btn:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.gradiant-border span {
  color: #00c3ff;
}
/*
.taeled-side-inner {
  top: 0;
  z-index: 99;
  width: 420px;
  right: -420px;
  height: 100vh;
  position: fixed;
  padding: 60px 50px;
  background-color: #0d1723;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.taeled-side-inner .sidebar-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  z-index: -1;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.taeled-side-inner.sidebar-on {
  right: 0;
}
.taeled-side-inner.sidebar-on .sidebar-overlay {
  opacity: 1;
  visibility: visible;
}
.taeled-side-inner .siderbar-off-btn {
  top: 30px;
  left: 30px;
  cursor: pointer;
  color: #ffaea1;
  position: absolute;
}
.taeled-side-inner .side-inner-logo {
  padding-bottom: 50px;
}
.taeled-side-inner .side-inner-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.taeled-side-inner .side-inner-text p {
  color: #acb9c8;
  max-width: 330px;
  padding-bottom: 35px;
}
.taeled-side-inner .side-inner-text .side-contact-wrap {
  padding-bottom: 30px;
}
.taeled-side-inner .side-inner-text .side-contact-wrap a {
  color: #acb9c8;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.taeled-side-inner .side-inner-text .side-contact-wrap a i {
  margin-right: 5px;
  color: #ffaea1;
}
.taeled-side-inner .side-inner-text .side-follow-icon a {
  color: #acb9c8;
  margin: 0px 3px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.taeled-side-inner .side-inner-text .side-follow-icon a:hover {
  color: #ffaea1;
}
*/
.cart-dropdown-wrapper {
  top: 75px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.cart-dropdown-wrapper .cart-dropdown-product {
  width: 300px;
  padding: 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-cart-top h2, .cart-dropdown-wrapper .cart-dropdown-product .dropdown-cart-top h3 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.cart-dropdown-wrapper .cart-dropdown-product .cart-bottom-wrap span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner .inner-product-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner .inner-product-img .product-remove-btn {
  top: -5px;
  left: -5px;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 10px;
  position: absolute;
  line-height: 20px;
  border-radius: 100%;
  background-color: #ffaea1;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner .inner-product-text {
  padding-top: 10px;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner .inner-product-text h4 {
  font-size: 14px;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner .inner-product-text span {
  font-weight: 600;
}
.cart-dropdown-wrapper .dropdown-checkout {
  width: 100%;
  color: #fff;
  height: 50px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 600;
  line-height: 50px;
  font-family: "Oswald", sans-serif;
  background-color: #ffaea1;
}

.tel-head-cart.cart-on .cart-dropdown-wrapper {
  opacity: 1;
  top: 58px;
  visibility: visible;
}




/*environmentalsection*/
.environmentalsection {
    padding: 210px 0 80px;
}
ul.cust-icons > li > i {
    margin-right: 15px;
}
/*end environmentalsection*/



/*economicalsection*/
.economicalsection {
    padding: 0px 0 80px;
}
/*end economicalsection*/




/*tooling-design-section*/
.tooling-design-section{
  padding: 210px 0 80px;
}
/*end tooling-design-section*/





/*our-strengthssection*/
.our-strengthssection {
    padding: 120px 0 30px;
}
.contact-info.position-relative.applicative-desc h5 {
    font-size: 18px;
    font-weight: 400;
/*    margin: 20px 0 20px;*/
    margin: 0px;
    text-align: center;
    padding-top:10px;
    padding-bottom:20px;
}
.section-title.headline.our-strengths-desc {
    margin-bottom: 15px;
}
/*end our-strengthssection*/





/*infrastructuresection*/
.infrastructure-desc{ margin-top :20px;}
.infrastructure-text h4{
    font-weight: 400;
    font-size: 17px; 
    letter-spacing: 0px;
    margin: 15px 0;
}
/*end infrastructuresection*/




/*media gallery*/
/*

.filter.active {
  background: #000;
  color:#fff;
}


.container .mix{
  position: relative;
}

.container .mix{
  text-align: left;
  margin-bottom: 15px;
  display: none;
}

.container .mix:after{
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: none;
  vertical-align: top;
  font-weight: 700;
}

.container .mix:before{
  content: '';
  display: none;
}

@media all and (max-width: 449px){
  .container .mix,.container .gap{width: 100%;  }
}

@media all and (min-width: 450px){
  .container .mix,  .container .gap{    width: 48%;  }
}

@media all and (min-width: 900px){
  .container .mix,  .container .gap{    width: 32.5%;  }
}


.hover-text{
  color: #fff;
  width: 100%;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  font-size: 24px;
  position: absolute;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}*/
/*end media gallery*/


/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.main-header {
  z-index: 9;
  border-bottom:#fff 4px solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.header-style-one {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    z-index: 9;
}
.bg-1 {content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(130deg,#9aca51,#0499d6 41.07%,#9fcc4c 76.05%);
    top: 0;
    left: 0;}
.main-header .container {
  max-width: 1320px;
}

.main-header .menu-navigation {
/*  padding-top: 20px;*/

}
.main-header .menu-navigation li {
  margin: 0px 10px;
}

.main-header .menu-navigation li a {
  color: #0296d9;
  position: relative;
  text-transform: uppercase;
  font-size:18px;
  letter-spacing:1px;
  font-weight: 500;
  padding:26px 0;
}
.contact-info.position-relative.about-us h4 {
    margin: 20px 0 10px;
}
span.core-purpose {
    padding: 0;
    font-size: 48px;
    color: #000;
}
.main-header .menu-navigation li a:after {
  bottom: 27px;
  right: -6px;
  content: ".";
  position: absolute;
  color: #90c75a;
}
.main-header .menu-side-option {
  margin-top: 5px;
}
.main-header .menu-side-option button {
  padding: 0;
  color: #fff;
  height: 40px;
  width: 40px;
  border: none;
  margin-left: 15px;
  background-color: transparent;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.main-header .menu-side-option button:hover {
  background-color: #ffaea1;
}
.main-header .dropdown {
  position: relative;
}
.main-header .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.main-header .dropdown-menu {
  left: 0;
/*  top: 83px; 11-5-2023*/
  top: 44px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
          transform-origin: center top 0;

          
}
.main-header .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}
.main-header .dropdown-menu .dropdown-menu a {
  color: #121e2d !important;
}
.main-header .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #f5f5f5;
}
.main-header .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-header .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.main-header .dropdown-menu li:hover {
  background-color: #0296d9;
}
.main-header .dropdown-menu a {
  width: 100%;
  display: block;
  padding: 5px 20px 5px !important;
/*  color: #3d3d3d !important;*/
  font-weight: 500 !important;
  font-size: 14px !important;
}
.main-header .dropdown-menu a:after {
  display: none;
}
.main-header .dropdown-menu a:hover {
  color: #fff !important;
}

.sticky-on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed !important;
  z-index: 9;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.header-style-one,
.header-style-four {
  padding: 20px 0;
  background: #fff;
}
.header-style-one.sticky-on,
.header-style-four.sticky-on {
  padding: 3px 0px 3px;
  background-color: #fff;
}

.header-style-two .header-top-wrapper,
.header-style-three .header-top-wrapper,
.header-style-five .header-top-wrapper {
  padding: 7px 0px;
  background-color: #fff;
}
.header-style-two .header-top-wrapper .header-top-contact,
.header-style-two .header-top-wrapper .header-top-location,
.header-style-three .header-top-wrapper .header-top-contact,
.header-style-three .header-top-wrapper .header-top-location,
.header-style-five .header-top-wrapper .header-top-contact,
.header-style-five .header-top-wrapper .header-top-location {
  float: left;
}
.header-style-two .header-top-wrapper .header-top-contact a,
.header-style-two .header-top-wrapper .header-top-location a,
.header-style-three .header-top-wrapper .header-top-contact a,
.header-style-three .header-top-wrapper .header-top-location a,
.header-style-five .header-top-wrapper .header-top-contact a,
.header-style-five .header-top-wrapper .header-top-location a {
  font-size: 14px;
  margin-right: 30px;
}
.header-style-two .header-top-wrapper .header-top-contact a i,
.header-style-two .header-top-wrapper .header-top-location a i,
.header-style-three .header-top-wrapper .header-top-contact a i,
.header-style-three .header-top-wrapper .header-top-location a i,
.header-style-five .header-top-wrapper .header-top-contact a i,
.header-style-five .header-top-wrapper .header-top-location a i {
  color: #ffaea1;
  margin-right: 8px;
}
.header-style-two .header-top-wrapper .header-top-contact a span,
.header-style-two .header-top-wrapper .header-top-location a span,
.header-style-three .header-top-wrapper .header-top-contact a span,
.header-style-three .header-top-wrapper .header-top-location a span,
.header-style-five .header-top-wrapper .header-top-contact a span,
.header-style-five .header-top-wrapper .header-top-location a span {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.header-style-two .header-top-wrapper .header-top-location,
.header-style-three .header-top-wrapper .header-top-location,
.header-style-five .header-top-wrapper .header-top-location {
  float: right;
}
.header-style-two .header-top-wrapper .header-top-location a,
.header-style-three .header-top-wrapper .header-top-location a,
.header-style-five .header-top-wrapper .header-top-location a {
  margin-right: 0;
}
.header-style-two .header-menu-wrap,
.header-style-three .header-menu-wrap,
.header-style-five .header-menu-wrap {
  padding-top: 40px;
}
.header-style-two .menu-navigation li a,
.header-style-three .menu-navigation li a,
.header-style-five .menu-navigation li a {
  color: #121e2d;
}
.header-style-two .menu-side-option button,
.header-style-three .menu-side-option button,
.header-style-five .menu-side-option button {
  color: #121e2d;
}
.header-style-two .menu-side-option button:hover,
.header-style-three .menu-side-option button:hover,
.header-style-five .menu-side-option button:hover {
  color: #fff;
}
.header-style-two.sticky-on,
.header-style-three.sticky-on,
.header-style-five.sticky-on {
  top: -60px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.header-style-three .menu-navigation li a,
.header-style-three .menu-side-option button {
  color: #fff;
}
.header-style-three .menu-side-option button:hover {
  background-color: #ff4a17;
}
.header-style-three.sticky-on {
  background-color: #000;
}

.header-style-five .header-menu-wrap {
  padding: 38px 0;
  background-color: #fff;
}
.header-style-five .dropdown-menu {
  top: 65px;
}
.header-style-five .main-header .menu-navigation {
  padding-top: 13px;
}
.header-style-five .menu-navigation li a {
  color: #808080;
  padding-bottom: 40px;
}
.header-style-five .menu-navigation li a:after {
  bottom: 38px;
}
.header-style-five .menu-side-option button {
  color: #fff;
}
.header-style-five .menu-side-option button:hover {
  background-color: #121e2d;
}
.header-style-five.sticky-on {
  padding-bottom: 0;
}
.header-style-five.sticky-on .dropdown-menu {
  top: 50px;
}
.header-style-five.sticky-on .header-menu-wrap {
  padding-bottom: 25px;
}

.header-style-two.sticky-on .search-popup,
.header-style-three.sticky-on .search-popup,
.header-style-five.sticky-on .search-popup {
  top: 60px;
}
.header-style-two.sticky-on .taeled-side-inner,
.header-style-three.sticky-on .taeled-side-inner,
.header-style-five.sticky-on .taeled-side-inner {
  top: 60px;
}



/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
/*  padding: 20px 35px 35px 35px;*/
  padding: 20px 15px 35px 15px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #0296d9;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
/*  border-bottom: 1px solid rgba(245, 245, 245, 0.17);*/
  border-bottom: 1px solid rgb(0 0 0 / 17%);
}
.mobile_menu_content .m-brand-logo {
  max-width: 230px;
  margin-bottom: 30px;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0;
  top: 0px;
  z-index: 5;
  color: #000;
  display: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #0296d9;
  
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #ffaea1;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #000;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

.header-style-two .mobile_menu_button {
  color: #121e2d;
}

.header-style-two.sticky-on .mobile_menu_content,
.header-style-three.sticky-on .mobile_menu_content,
.header-style-five.sticky-on .mobile_menu_content {
  top: 60px;
}

/*---------------------------------------------------- */
/*Resposive area*/
/*----------------------------------------------------*/
/* ==================================================
*   01 - media screen and (max-width: 1440px)
*   02 - media screen and (max-width: 1280px)
*   03 - media screen and (max-width: 1199px)
*   04 - media screen and (max-width: 991px)
*   05 - media screen and (max-width: 767px)
*   06 - media screen and (max-width: 680px)
*   07 - media screen and (max-width: 580px)
*   08 - media screen and (max-width: 480px)
*   09 - media screen and (max-width: 380px)
*   10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .slider-style-one .slider-img-wrap {
    right: 120px;
  }

  .about-right-img:after {
    right: 95px;
  }

  

  .slider-style-two .slider-main-img {
    right: -200px;
  }

  .service-section .service-slider-text h3 {
    font-size: 100px;
  }

  .portfolio-section-2 .portfolio-slider-item .owl-dots {
    left: -50px;
  }

  .slider-wrapper-three .slider-banner-img {
    right: -250px;
  }

  .contact-location .td-maplocation:nth-child(3) {
    left: 315px;
  }

  .case-history-section .case-history-content {
    padding: 0px 20px;
  }

  .case-history-section .case-history-innerbox {
    max-width: 250px;
  }

  .case-history-section .case-history-innerbox {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-style-two .slider-main-img {
    right: -250px;
  }

  .service-section .service-slider-text h3 {
    font-size: 70px;
  }

  .portfolio-section-2 .portfolio-slider-item .owl-dots {
    position: static;
    margin-top: 50px;
    text-align: center;
  }

  .portfolio-section-2 .portfolio-slider-item .owl-dots .owl-dot {
    display: inline-block;
    margin: 0px 5px;
  }

  .portfolio-section-2 .portfolio-slider-item .owl-dots .owl-dot.active {
    height: 10px;
    width: 24px;
  }

  .contact-location {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-header .menu-navigation li {
    margin: 0px 20px;
  }

  .slider-style-one .slider-img-wrap {
    position: static;
    text-align: center;
    margin-top: 40px;
  }

  .slider-style-one .slider-img-wrap span {
    display: none;
  }

  .feature-section .feature-inner-box {
    padding: 30px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .about-right-img:after {
    display: none;
  }

  .about-right-img .about-top-img {
    left: 0;
  }

  .counter-boxed {
    padding-right: 60px;
  }

  .counter-boxed:after {
    right: 30px;
  }

  .pricing-table-inner {
    width: 300px;
    padding: 55px 25px 60px;
  }

  .pricing-table-inner:nth-child(2) {
    width: 280px;
    padding: 55px 15px 60px 15px;
  }

  .portfolio-section .grid-size-25 .portfolio-text h3 {
    font-size: 24px;
  }

  .tst-author-nav .tst-author-img {
    margin-right: 10px;
  }

  .slider-style-two .slider-main-img {
    position: static;
    margin-top: 50px;
    text-align: center;
    padding: 0px 15px;
  }

  .slider-style-two {
    padding: 275px 0px 200px;
  }

  .slider-bg-text {
    font-size: 300px;
  }

  .portfolio-slider-area {
    padding: 100px 0px 100px 30px;
  }

  .portfolio-slider-4 .owl-nav {
    bottom: -25px;
  }

  .intro-video-wrap {
    padding-left: 0;
  }

  .intro-video-wrap .video-counter-innerbox {
    margin-right: 5px;
    height: 150px;
    width: 150px;
  }

  .team-service-section .team-service-innerbox .team-service-title h3 {
    font-size: 20px;
  }

  .team-service-section .team-service-innerbox {
    z-index: 1;
    padding-left: 25px;
  }

  .team-service-section .team-service-innerbox:after {
    width: 260px;
  }

  .widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta a {
    padding-right: 10px;
  }

  .widget-recent-blog .widget-blog-img-text .widget-blog-text h4 {
    font-size: 15px;
  }

  .widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta a:before {
    right: 2px;
  }

  .service-about-img .service-about-bottom-img {
    left: 0;
    display: inline-block;
    margin: 10px;
    position: static !important;
  }

  .case-history-section .case-history-content:after {
    display: none;
  }

  .case-history-section .case-history-innerbox:nth-child(odd) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .case-history-section .case-history-innerbox .case-history-timeline {
    margin-bottom: 30px;
  }

  .case-history-section .case-history-innerbox {
    max-width: 40%;
  }

  .portfolio-details-section .portfolio-details-overview .portfolio-overview-filter li {
    margin-right: 40px;
  }

  .product-details-text {
    padding-left: 0;
  }

  .shop-details-s-btn a {
    padding: 15px 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .main-header .brand-logo {
    margin-right: 40px;
  }

  .main-header .menu-navigation li {
    margin: 0px 10px;
  }

  .slider-main-wrap .slider-text-wrap h1 {
    font-size: 80px;
  }

  .slider-style-one {
    padding: 210px 0px 140px;
  }

  .about-right-img {
    margin-top: 40px;
  }

  .about-right-img .about-bottom-img {
    top: 0;
    margin-top: 20px;
    float: left !important;
  }

  


  .gallery-content {
    margin: 0;
  }

  .counter-text-item {
    margin-top: 40px;
  }

  .pricing-plan-section .pricing-plan-text {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .pricing-table-wrapper {
    padding-left: 0;
  }

  .pricing-table-wrapper .tab-content .active .pricing-table-inner:nth-child(2) {
    margin-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .portfolio-section .grid-size-25 .portfolio-text h3 {
    font-size: 18px;
  }

  .portfolio-section .portfolio-img-item .portfolio-text h3 {
    font-size: 24px;
  }

  .faq-side-img {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .footer-section-1 .footer-top-area .footer-social a {
    margin-left: 20px;
  }

  .feature-innerbox-area {
    margin-bottom: 30px;
  }

  .contact-floating-img {
    display: none;
  }

  .footer-section-2 .footer-bottom-wrap .footer-bottom-social a {
    margin: 0px 2px;
  }

  .slider-wrapper-three .slider-banner-img {
    display: none;
  }

  .about-content-3 .about-img-wrap {
    margin: 0 auto;
    max-width: 570px;
  }

  .about-content-3 .about-text-wrapper {
    padding: 110px 0px 0px;
  }

  .team-img-text-wrapper {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .testimonial-btn-2 {
    margin-top: 30px;
    text-align: center;
  }

  .testimonial-section-2 .testimonial-content-wrapper-2 .testimonial-slider-btn2 {
    position: static;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }

  .blog-img-text-innerbox {
    margin-bottom: 30px;
  }


 /* .feature-video-img-text {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }*/

  .feature-video-section {
    top: 0;
    padding-top: 60px;
  }

  .portfolio-slider-area {
    padding: 50px 0px 50px 30px;
  }

  .portfolio-slider-inner-area {
    margin-left: 0;
  }

  .portfolio-slider-4 {
    margin-top: 40px;
  }

  .portfolio-slider-4 .owl-nav {
    position: static;
    margin-top: 30px;
  }

  .counter-section-2 .counter-content .counter-boxed:after {
    display: none;
  }

  .counter-section-2 .counter-content .counter-boxed {
    margin-bottom: 30px;
  }

  .intro-video-form form .taeled-btn {
    bottom: 0;
    position: static;
  }

  .team-member-innerbox {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 40px;
  }

  .testimonial-inner-wrapper {
    margin-bottom: 30px;
  }

  .blog-img-text-innerbox {
    max-width: 370px;
  }

  .dark-version .slider-style-three .slider-banner-img2,
  .dark-version .slider-style-three .slider-banner-img3 {
    display: none;
  }

  .about-page-about-section .about-page-about-img .about-page-img2,
.about-page-about-section .about-page-about-img .about-page-img1 {
    position: static;
    display: inline-block;
  }

  .team-service-section .team-service-innerbox {
    margin-bottom: 30px;
  }

  .team-service-section .team-service-innerbox:after {
    display: none;
  }

  .team-service-section .team-service-innerbox:hover .team-service-title h3 {
    color: #fff;
  }

  .team-service-section .team-service-innerbox:hover li {
    color: #9aa9bb;
  }

  .service-process-icon-text {
    margin-bottom: 40px;
  }

  .service-page-service-inner {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 40px;
  }

  .service-about-img {
    text-align: center;
    float: none !important;
  }

  .service-page-service-section {
    padding-bottom: 50px;
  }

  .service-details-img {
    margin-top: 30px;
    text-align: center;
  }

  .team-details-section .team-details-content:after {
    display: none;
  }

  .team-details-section .team-details-text {
    padding-top: 40px;
  }

  .portfolio-details-section .portfolio-details-overview .portfolio-overview-filter li {
    margin-right: 25px;
  }

  .portfolio-details-section .portfolio-details-overview .taeled-btn {
    float: none;
    margin-top: 20px;
    display: inline-block;
  }

  .portfolio-details-section .portfolio-next-prev-post .portfolio-np-text h3 {
    font-size: 20px;
  }

  .product-details-text {
    margin-top: 30px;
  }

  .taeled-cart-total-area {
    margin-top: 40px;
  }

  .faq-contact-innerbox {
    margin-bottom: 30px;
  }

  .error-content-area .error-title h2,
  .error-content-area .error-title span {
    font-size: 320px;
  }

  .about-right-img .about-top-img {
    display: inline-block;
  }

  .pricing-plan-section .pricing-plan-text {
    max-width: 100%;
  }

  .pricing-plan-section .pricing-plan-tab-btn li {
    display: inline-block;
  }

  .pricing-table-inner,
  .pricing-table-wrapper .tab-content .active .pricing-table-inner:nth-child(2) {
    width: 50%;
  }

  .testimonial-slider-nav {
    max-width: 500px;
    margin: 0 auto;
  }

  .testimonial-slider-for {
    margin: 0 auto;
    max-width: 670px;
    position: relative;
  }

  .blog-feed-wrap {
    max-width: 370px;
    margin: 0 auto;
  }

  .portfolio-slider-item {
    margin: 0 auto;
    max-width: 570px;
  }

  .skill-progress-text {
    margin: 0 auto;
  }

  .skill-side-img {
    text-align: center;
  }

  .about-page-about-img {
    text-align: center;
  }

  .team-details-section .team-details-content {
    margin: 0 auto;
    max-width: 570px;
  }

  .service-tab-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation-area {
    display: none !important;
  }

  .tel-head-sidebar {
    display: none;
  }

  .main-header .menu-side-option {
    margin-right: 40px;
  }

  .main-header .menu-side-option button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-left: 10px;
  }

  .mobile_menu_button {
    display: block;
  }

  .header-style-one.sticky-on .menu-side-option,
.header-style-four.sticky-on .menu-side-option {
    margin-top: 15px;
  }

  .header-style-one.sticky-on .mobile_menu_button,
.header-style-four.sticky-on .mobile_menu_button {
    top: 10px;
  }

  .footer-section-2 .footer-bottom-wrap .col-md-4:nth-child(1) .footer-copyright-text,
.footer-section-2 .footer-bottom-wrap .col-md-4:nth-child(3) .footer-copyright-text {
    text-align: center;
  }

  .footer-section-2 .footer-bottom-wrap .footer-bottom-social {
    background-color: transparent;
    padding: 5px 0px;
  }

  .footer-section-2 .footer-bottom-wrap .footer-copyright-text {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .testimonial-inner-wrap .testimonial-text span {
    font-size: 24px;
  }

  .testimonial-inner-wrap .testimonial-img {
    height: 150px;
    width: 150px;
    margin-bottom: 30px;
  }

  .slider-style-four {
    padding: 250px 0px 170px;
  }

  .join-team-btn {
    float: none !important;
  }

  .header-style-five .header-menu-wrap {
    padding: 20px 0px;
  }

  .header-style-five.sticky-on .header-menu-wrap {
    padding-bottom: 20px;
  }

  .header-style-five.sticky-on {
    top: -45px;
  }

  .header-style-five.sticky-on .mobile_menu_content,
.header-style-five.sticky-on .search-popup {
    top: 45px;
  }

  .taeled-bredcrumb-section .bredcrumb-content {
    padding: 230px 0px 120px;
  }

  .taeled-bredcrumb-section .slider-deco1 {
    display: none;
  }

  .taeled-bredcrumb-section .bredcrumb-title h2 {
    font-size: 50px;
  }

  .about-page-about-section .about-page-text-wrapper {
    padding-left: 0;
  }

  .service-about-img .service-about-bottom-img {
    position: static !important;
    margin-top: 30px;
  }
}
@media screen and (max-width: 680px) {
  .slider-main-wrap .slider-text-wrap h1 {
    font-size: 70px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .portfolio-section .grid-size-25 {
    width: 50%;
  }

  .footer-section-1 .footer-logo {
    text-align: center;
  }

  .footer-section-1 .footer-top-area .footer-social {
    float: none;
    text-align: center;
  }

  .footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .slider-main-wrap .slider-text-wrap h1 {
    font-size: 60px;
  }

  .feature-section .feature-inner-box {
    width: 100%;
    background-color: #fff;
  }

  .portfolio-section .grid-size-25,
.portfolio-section .grid-size-50 {
    width: 100%;
  }

  .pricing-table-inner,
.pricing-table-wrapper .tab-content .active .pricing-table-inner:nth-child(2) {
    width: 100%;
  }

  .testimonial-slider-for .testimonial-main-img {
    display: none;
  }

  .testimonial-slider-textinner .testimonial-main-text {
    max-width: 100%;
  }

  .blog-feed-wrap {
    margin-bottom: 30px;
  }

  .footer-bottom-area {
    padding: 10px 0px;
  }

  .footer-bottom-area .footer-bottom-copyright {
    float: none;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .footer-bottom-area .footer-bottom-menu {
    text-align: center;
    float: none;
  }

  .footer-bottom-area .footer-bottom-menu a {
    padding: 10px 5px;
  }
  .footer-bottom-area .footer-bottom-menu a:after {
    display: none;
  }

  .intro-video-form {
    padding: 40px 30px 35px;
  }

  .intro-video-wrap .video-counter-innerbox {
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }

  .intro-video-wrap .video-counter-innerbox h3 {
    font-size: 30px;
  }

  .team-member-innerbox .team-member-text {
    margin-top: 15px;
  }

  .taeled-bredcrumb-section .slider-deco2 {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .header-top-wrapper .header-top-location {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .slider-main-wrap .slider-text-wrap h1 {
    font-size: 40px;
  }

  .slider-main-wrap .slider-text-wrap .slider-tag-item span {
    padding-right: 10px;
  }

  .slider-main-wrap .slider-text-wrap .slider-tag-item span:after {
    right: 0;
  }

  .taeled-btn {
    height: 50px;
    width: 150px;
    font-size: 14px;
    line-height: 50px;
  }
  .taeled-btn i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .slider-style-one {
    padding: 210px 0px 100px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .feature-section,
.about-section,
.counter-section,
.pricing-plan-section,
.faq-section-1,
.testimonial-section-1,
.blog-section-1,
.service-section,
.portfolio-section-2,
.contact-section,
.about-section-3,
.team-section,
.testimonial-section-2,
.blog-section-2,
.counter-section-2,
.intro-video-section,
.team-section-2,
.testimonial-section-3,
.blog-section-3,
.about-page-about-section,
.team-service-section,
.service-process-section,
.service-page-service-section,
.service-tab-section,
.team-page-section,
.team-details-section,
.portfolio-details-section,
.shop-showcase-section,
.product-details-section,
.blog_feed_section,
.blog_details_area,
.contact-page-contact-section,
.faq-page-ques-section {
    padding: 60px 0px;
  }

  .service-page-service-section {
    padding-bottom: 10px;
  }

  .service-tab-wrapper {
    padding-top: 0;
  }

  .service-section-3,
.skill-section {
    padding: 50px 0px 20px;
  }

  .contact-section {
    padding-top: 20px;
  }

  .footer-widget-inner {
    padding: 60px 0px 20px;
  }

  .footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content h4 {
    padding-bottom: 15px;
  }

  .pricing-plan-section .pricing-plan-text .section-title h2 {
    font-size: 30px;
  }

  .about-mission-vission .ab-mission-vission-area {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-mission-vission {
    margin-bottom: 10px;
  }

  .counter-boxed .graph-outer {
    height: 120px;
    width: 120px;
  }
  .counter-boxed .graph-outer canvas {
    width: 120px !important;
    height: 120px !important;
  }

  .counter-boxed .graph-outer h3 {
    font-size: 16px;
  }

  .counter-boxed .count-box .count-text {
    font-size: 40px;
  }

  .counter-text-item h2 {
    font-size: 20px;
  }

  .counter-text-item .counter-author .counter-author-text h3 {
    font-size: 18px;
  }

  .counter-text-item .counter-author .counter-author-text span {
    font-size: 14px;
  }

 


  .faq-content-text-inner {
    padding-left: 0;
  }

  .faq-ques-ans {
    padding: 25px 10px;
  }

  .faq-ques-ans .td-faq-header button {
    font-size: 14px;
  }

  .tst-author-nav .tst-author-text h3 {
    font-size: 16px;
  }

  .testimonial-slider-textinner .testimonial-main-text .tst-details-quot {
    font-size: 20px;
  }

  .testimonial-slider-for {
    padding-top: 40px;
  }

  .footer-widget-content .footer-widget .widget-title {
    font-size: 20px;
  }

  .footer-widget-wrapper {
    padding: 50px 0px;
  }

  .main-header .brand-logo,
.footer-section-1 .footer-logo {
    width: 100px;
    margin-top: 5px;
  }

  .footer-section-1 .footer-logo {
    margin: 0 auto;
  }

  .footer-bottom-area .footer-bottom-menu a,
.footer-bottom-area .footer-bottom-copyright h4 {
    font-size: 14px;
    font-weight: normal;
  }

  .pricing-table-inner .pricing-value h3 {
    font-size: 70px;
  }

  .feature-section .feature-inner-box .feature-text p {
    overflow: hidden;
  }

  .feature-section .feature-inner-box .feature-text h3 {
    font-size: 18px;
  }

  .header-style-two .header-top-wrapper .header-top-contact a,
.header-style-two .header-top-wrapper .header-top-location a,
.header-style-three .header-top-wrapper .header-top-contact a,
.header-style-three .header-top-wrapper .header-top-location a,
.header-style-five .header-top-wrapper .header-top-contact a,
.header-style-five .header-top-wrapper .header-top-location a {
    font-size: 12px;
    margin-right: 5px;
  }
  .header-style-two .header-top-wrapper .header-top-contact a i,
.header-style-two .header-top-wrapper .header-top-location a i,
.header-style-three .header-top-wrapper .header-top-contact a i,
.header-style-three .header-top-wrapper .header-top-location a i,
.header-style-five .header-top-wrapper .header-top-contact a i,
.header-style-five .header-top-wrapper .header-top-location a i {
    margin-right: 2px;
  }
  .header-style-two .header-top-wrapper .header-top-contact a span,
.header-style-two .header-top-wrapper .header-top-location a span,
.header-style-three .header-top-wrapper .header-top-contact a span,
.header-style-three .header-top-wrapper .header-top-location a span,
.header-style-five .header-top-wrapper .header-top-contact a span,
.header-style-five .header-top-wrapper .header-top-location a span {
    font-weight: 400;
  }

  .slider-style-two {
    padding: 200px 0px 100px;
  }

  .slider-bg-text {
    left: 0;
    font-size: 115px;
  }

  .service-section .service-slider-wrapper {
    padding: 50px 0px 0px;
  }

  .service-section .service-cta-text h3 {
    font-size: 40px;
  }

  .service-section .service-cta-text {
    padding-top: 50px;
  }

  .portfolio-section-2 .portfolio-text-2 {
    padding-top: 30px;
    padding-left: 0;
  }

  .footer-widget-inner .footer-widget .contact-widget-2 p {
    font-size: 20px;
  }

  .footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-section-2 .footer-bottom-wrap .footer-copyright-text h4,
.footer-section-2 .footer-bottom-wrap .footer-bottom-social a {
    font-size: 14px;
    font-weight: normal;
  }

  .slider-style-three .slider-wrapper-three {
    padding: 220px 0px 100px;
  }

  .service-content-3,
.testimonial-section-2 .testimonial-content-wrapper-2,
.blog-section-2 .blog-content-area,
.counter-section-2 .counter-content,
.team-section-2 .team-member-content-2,
.testimonial-section-3 .testimonial-content-wrapper-3,
.blog-section-3 .blog-content-area {
    padding-top: 40px;
  }

  .team-service-section .team-service-wrapper {
    margin-top: 40px;
  }

  .testimonial-inner-wrap {
    padding: 30px;
  }

  .contact-section-2 {
    padding-top: 60px;
  }

  .service-innerbox-wrap {
    padding: 30px 15px;
  }

  .header-style-two.main-header .brand-logo,
.header-style-three.main-header .brand-logo,
.header-style-five.main-header .brand-logo {
    margin-top: 0;
  }

  .contact-section-2 .contact-content-innerbox {
    padding: 40px 15px;
  }

  .about-content-3 .about-mission-vission .ab-mission-vission-wrap {
    width: 100%;
  }

  .blog-img-text-innerbox .blog-text-wrap h3 {
    font-size: 20px;
  }

  .widget-recent-blog .widget-blog-img-text .widget-blog-text h4 {
    font-size: 16px;
  }

  .slider-style-four {
    padding: 220px 0px 140px;
  }

  .about-section-4 {
    padding-bottom: 40px;
  }

  .portfolio-slider-area {
    padding: 20px 0px 50px 20px;
  }

  .portfolio-slider-inner-area .portfolio-img-innerbox {
    max-width: 370px;
  }

  .join-team-btn {
    margin-top: 20px;
  }

  .testimonial-inner-wrapper .testimonial-inner-text .testi-qoute {
    font-size: 20px;
  }

  .testimonial-inner-wrapper {
    padding: 30px;
  }

  .taeled-bredcrumb-section .bredcrumb-title h2 {
    font-size: 40px;
  }

  .taeled-bredcrumb-section .bredcrumb-content {
    padding: 200px 0px 110px;
  }

  .taeled-bredcrumb-section .breadcrumb-item-wrap .breadcrumb {
    height: 45px;
    padding: 0px 25px;
  }

  .about-page-about-section .about-page-about-img .about-page-img1 {
    margin-bottom: 20px;
  }

  .about-page-about-section .about-page-text-wrapper .about-award-icon-text {
    width: 100%;
  }

  .about-page-about-section .about-page-text-wrapper .about-award-icon-text:after {
    display: none;
  }

  .service-about-text-content {
    padding: 0px 0px 30px;
  }

  .service-tab-wrapper .service-tab-btn li a {
    width: 100px;
    font-size: 16px;
  }

  .team-details-section .team-details-img {
    padding-left: 0;
  }

  .team-details-section .team-details-text {
    padding-left: 0;
  }

  .team-details-section .team-details-text .team-details-social li {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .case-history-section .case-history-innerbox {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .case-history-section .case-history-innerbox:nth-child(even) .case-history-timeline {
    margin-top: 30px;
  }

  .case-history-section {
    padding: 60px 0px 20px;
  }

  .portfolio-details-section .portfolio-details-overview .portfolio-overview-filter h3 {
    font-size: 20px;
  }

  .portfolio-details-section .portfolio-next-prev-post .portfolio-np-text h3 {
    font-size: 18px;
  }

  .refresh-shop-option {
    margin-left: 0;
    margin-top: 20px;
  }

  .shop-details-s-btn a {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
    margin-bottom: 10px;
  }

  .product-review-tab-btn .nav-tabs .nav-link {
    padding: 10px 10px;
  }

  .product-review-tab-btn .nav-tabs .nav-link:after {
    display: none;
  }

  .review-comment-area .buyer-review-text .buyer-review-date {
    padding-left: 15px;
  }

  .review-tab-content-inner {
    padding: 30px 0px;
  }

  .review-comment-area .buyer-review-text .buyer-review-date:before {
    left: 5px;
  }

  .review-tab-content-inner {
    background-color: transparent;
  }

  .product-review-area {
    padding: 50px 0px;
  }

  .cart-added-product tbody .cart-title-img h4 {
    font-size: 16px;
  }

  .taeled-cart-coupon .taeled-coupon-code button {
    width: 135px;
  }

  .cart-update-btn {
    float: none !important;
  }

  .cart-update-btn a {
    width: 130px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    display: inline-block;
  }

  .cart-added-product .price-amount {
    font-size: 18px;
  }

  .news_post_item .news_text_area h3 {
    font-size: 24px;
  }

  .news_post_item .news_text_area {
    padding: 40px 30px;
  }

  .news_qoute .news_text_area:before,
.blog_details_extra_text .next_prev_post .bar_point {
    display: none;
  }

  .blog_details_text h2 {
    font-size: 28px;
  }

  .blog_details_area .blog_details_content {
    padding: 30px 15px;
  }

  .blog_details_text h3,
.blog_details_text h4 {
    font-size: 20px;
  }

  .blog_details_text blockquote {
    font-size: 18px;
    padding: 50px 15px 60px;
  }

  .share_post {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    float: none !important;
    text-align: left !important;
  }

  .blog_details_area .share_tag .share_post li {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .blog_details_extra_text .share_tag h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .blog_details_extra_text .next_prev_post a h3 {
    font-size: 16px;
  }

  .blog_details_extra_text .related_postview h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .blog_details_extra_text .postby_author h3 {
    font-size: 20px;
  }

  .blog_comment_box .comment_reply {
    margin-left: 20px;
  }

  .blog_comment_box .reply-btn {
    position: static;
  }

  .blog_comment_box .comment_img {
    height: 70px;
    width: 70px;
    margin-right: 10px;
  }

  .comment_formfield {
    padding: 25px;
  }

  .social_widget li {
    margin-right: 3px;
  }

  .error-content-area .error-title h2,
.error-content-area .error-title span {
    font-size: 120px;
  }

  .error-content-area h3 {
    font-size: 30px;
  }

  .header-style-two .header-top-wrapper .header-top-location,
.header-style-three .header-top-wrapper .header-top-location,
.header-style-five .header-top-wrapper .header-top-location {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .testimonial-slider-textinner {
    padding: 40px;
  }

  .service-innerbox-wrap .service-inner-text h3 {
    font-size: 18px;
  }

  .service-innerbox-wrap .service-inner-icon {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 360px) {
  .slider-main-wrap .slider-text-wrap .slider-btn .taeled-btn {
    margin-right: 5px;
  }
}
@media screen and (max-width: 320px) {
  .slider-main-wrap .slider-text-wrap h1 {
    font-size: 35px;
  }

  .taeled-btn {
    width: 135px;
  }

  .counter-boxed {
    padding-right: 35px;
  }

  .counter-boxed:after {
    display: none;
  }

  .footer-widget-content .footer-widget .footer-menu li {
    width: 100%;
  }
}
/*---------------------------------------------------- */

.dropdown .dropdown-menu li a{text-transform:uppercase;}
.feature-section .feature-inner-box .feature-text h3 a {padding-left:0px;}
.ft-wdt li {width:100%!important;}
.text-21 {font-size:21px!important; line-height:40px!important; font-weight:400!important}
.box-4 {/*border: 1px solid #cbcbcb;*/ padding: 0px;margin-bottom: 40px;background: #fff;}
.box-3 {border: 1px solid #cbcbcb; padding: 20px;margin-bottom: 30px;background: #fbfbfb;}
.box {border: 1px solid #cbcbcb; padding: 20px;margin-bottom: 30px;background: #fbfbfb; height:260px;}
.box-1 {border: 1px solid #cbcbcb; padding: 20px;margin-bottom: 30px;background: #fbfbfb; height:380px;}
.box-2 {border: 1px solid #cbcbcb; padding: 20px;margin-bottom: 30px;background: #fbfbfb; height:250px;}
/*.box.custbox {height: 350px;}*/
.box.core-box {height: 456px;    padding: 50px 30px;}
.pd-40 {padding-top:40px;}
.box img {padding-bottom:18px;}
.pd-0 {padding:0!important}
.pd-1 {padding:0 0 50px 0;}
.table-brdr  {background:#dedede!important;} 
.table-brdr th {border:1px solid #bcbcbc;}
tr:nth-child(even) {background: #f6f6f6}
tr:nth-child(odd) {background: #FFF}
.team-service-section .section-title h2 {text-align:center!important}
.zoom {transition: transform .2s; /* Animation */margin: 0 auto;overflow:hidden;}
.zoom:hover {transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}



#lightbox {
  position: fixed; z-index: 999;
  margin:0 auto;
  width: 100vw; height: 100vh;
  top:0;bottom:0;left:0;right:0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease 0.4s;
}
.zoom {cursor: zoom-in;}
.show {cursor: zoom-out;}

#lightbox.show {
  visibility: visible;
  opacity: 1;
}
 
#lightbox img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  object-fitx: contain;
}
 
figure{margin: 0;}

/*img {width:100%;border:1px solid white;}*/

#overlay img {border:1px solid #e2e2e2; background:#FDFDFD}



/*infra start*/
.infrastructuresection .infra-box {text-align:center; padding:35px; border-right: 1px solid #f4f4f4;border-bottom: 1px solid #f4f4f4; line-height:23px;} 
.infra-box p {font-size:19px; padding-top:10px; color:#000;}
.infr-brdr-right-n {border-right:none!important;}
.infr-brdr-bottom-n {border-bottom:none!important;}
.infr-no-pad {padding:0!important;}
.infr-no-pad img {height:100%; width:100%}
/*infra start*/


/*product effect*/
/*---------------*/
/***** Layla *****/
/*---------------*/

/*figure.effect-layla {
	background: #18a367;
}*/

figure.effect-layla img {
/*	min-width: 100%;*/
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}

/*figure.effect-layla figcaption {
	padding: 3em;
}*/

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #0296d9;
	border-bottom: 1px solid #0296d9;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #0296d9;
	border-left: 1px solid #0296d9;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0.5;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
figure.effect-layla p span {color:#0296d9;}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	
}

figure.effect-layla:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,14px,0);
	transform: translate3d(0,14px,0);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: black; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*product effect*/

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #000;

}

figure.effect-ruby img {
/*	opacity: 0.7;*/
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.0400);
	transform: scale(1.0400);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.top-pd {top:70px!important}


.strength ul li {list-style:none; text-align:left; padding:20px; clear:both; float:left;}
.strength ul li img {float:left; padding-right:30px;}
.strength ul li p {font-size:19px!important; font-weight:400;}
.strength {font-size:19px!important; font-weight:400;}

.strength ul li a
{
  position:relative;
  padding:20px 16px 16px 16px;
  color:#E0E0E0;
  text-decoration:none;

 
}
.strength ul li a:before
{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
  background:#f4f4f4;
  transform-style:linear;
  transition-property:height,width;
  transition-delay:0.5s,1s;
  transition-duration:0.5s;
}
.strength ul li a:hover:before
{
  transition-property:width,height;
  width:15px;
  height:100%;
}
.strength ul li a:after
{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  /*background:#263238;*/
  transform:scaleX(0);
  transition:0.5s;
  transition-delay:0s;
  transform-origin:left;
  z-index:-1;
}
.strength ul li a:hover:after
{
  transform:scaleX(1);
  transition-delay:1.5s;
}

.str {float:left;}


/*product effect*/
/*---------------*/
/***** Layla *****/
/*---------------*/

/*figure.effect-layla {
	background: #18a367;
}*/

figure.effect-layla-1 img {
/*	min-width: 100%;*/
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
	padding-right:20px;
}

/*figure.effect-layla figcaption {
	padding: 3em;
}*/

figure.effect-layla-1 figcaption::before,
figure.effect-layla-1 figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	background:#ff0000;
}

figure.effect-layla-1 figcaption::before {
	top: 70px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	/*border-top: 1px solid #0296d9;*/
	border-bottom: 1px solid #f4f4f4;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;

	
}

figure.effect-layla-1 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	/*border-right: 1px solid #0296d9;
	border-left: 1px solid #0296d9;*/
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

	
	
}

figure.effect-layla-1 h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla-1 p {
	padding:10px 0 30px 0;
	text-transform: none;
	/*opacity: 0.5;*/
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
    color: #000;
}
figure.effect-layla-1 p span {color:#0296d9;}

figure.effect-layla-1 img,
figure.effect-layla-1 h2 {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla-1 img,
figure.effect-layla-1 figcaption::before,
figure.effect-layla-1 figcaption::after,
figure.effect-layla-1 p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	padding:7px;
	


	
}

figure.effect-layla-1:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: black; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */

	
	
}


figure.effect-layla-1:hover figcaption::before,
figure.effect-layla-1:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	 

}
.box-shad:hover {filter: drop-shadow(6px 6px 7px #e2e2e2);}

figure.effect-layla-1:hover h2,
figure.effect-layla-1:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

figure.effect-layla-1:hover figcaption::after,
figure.effect-layla-1:hover h2,
figure.effect-layla-1:hover p,
figure.effect-layla-1:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;

}
/*product effect*/

/*---------------*/
/***** Ruby *****/
/*---------------*/
a.cata {font-size:18px;text-transform:uppercase; color:#0296d9; font-weight:500}
a:hover.cata  {text-decoration:none;}

/*our strength start*/
.single-benefit {
    text-align: center;
    border: 1px solid #bcbcbc;
    padding: 20px 3px 0px;
    margin-top: 30px;
	background:#fff;
	 
}
.single-benefit img {padding-bottom:15px;}

.round-box { /*background: #f9fbff url(../img/our-strengths/bg.jpg);*/ 
    border-radius: 50px;
    padding: 0px 20px 30px 20px; }
.bk-img {background:url(../img/our-strengths/bg.jpg) no-repeat left 250px}
/*our strength end*/

.wd-100 {width:100%;}

.profile-txt.productgallery-head {
    display: flex;
    justify-content: center;
    margin: 0px 0 50px;
}