/*
Theme Name: Electro Trans Industries Child
Template: electro-trans-industries
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: electro-trans-industries-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Public Sans", sans-serif; */
/*font-family: "Exo", sans-serif; */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --default-trans:all 0.4s ease-in-out;
    --primary-font:"Public Sans", sans-serif;
    --secondary-font:"Exo", sans-serif;
    --black:#000000;
    --white:#ffff;
    --primary-color:#EF272A;
    --body-color:#1E1E1E;
    --gray:#5B5B5B;
    --deep-blue:#14212B;
    --brown:#292929;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: var(--primary--font);
    color: var(--body-color);
}
h1,h2,h3,h4,h5.h6{
    font-family: var(--secondary-font);
}
/**
 * Remove default margin.
 */

ul {
    list-style: none;
    padding-left:0 ;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
p{
    margin-bottom: 0;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    
    font: inherit;
    /* 2 */
    
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: inherit;
    opacity:0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color: inherit;
    opacity:0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: inherit;
    opacity:0.7;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}
a, button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration:none !important;
}

/**********global css end*******/

/* #prelodaer{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 999;
} */
.container {
  position: relative;
  max-width:1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}

/*====================================== Start navigation ========================================*/

.main_header{
    position: relative;
    width: 100%;
    z-index: 999;
    background: var(--white);
    margin-bottom: 10px;
}
.upper_nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.upper_nav ul{
    padding: 0;
    margin: 0;
    display: table;
}
.upper_nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: var(--primary-color);
    padding: 14px 70px;
}
.upper_nav ul li:first-child::before{
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%) rotate(-40deg);
    height: calc(100% + 50px);
    width: 37px;
    content: " ";
    background-color: var(--primary-color);
}
.upper_nav ul li::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(360deg);
    background: var(--white);
    content: "";
    height: 25px;
    width: 1px;
}
.upper_nav ul li a{
    color: var(--white);
    font-size: 15px;
}
.upper_nav ul li a i{
    padding-right: 10px;
}
.upper_nav ul li:last-child{
    background: var(--deep-blue);
    padding-right:150px;
    padding: 14px 150px 14px 30px;
}
.upper_nav ul li:last-child::after{
    display: none;
}
.upper_nav ul li:last-child::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%) rotate(-40deg);
    height: calc(100% + 50px);
    width: 37px;
    content: " ";
    background-color: var(--deep-blue);
}
.nav_wrapper .nav_sec{
    margin: 0;
    padding: 0;
  }
  .nav_wrapper .nav_sec ul{
    margin:0;
    padding: 0;
    text-align: left;
  }
  .nav_wrapper .nav_sec ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0px 45px 0 0;
    position: relative;
  }
  .nav_wrapper .nav_sec ul li a{
      display: block;
      position: relative;
      z-index: 99;
      color: var(--dark-blue);
      font-size: 17px;
      font-weight: 500;
      line-height: 20.4px;
      border-bottom: 3px solid transparent;
      padding-bottom: 3px;
  }
  .nav_wrapper .nav_sec ul li:hover > a,
  .nav_wrapper .nav_sec ul li.active > a,
  .nav_wrapper .nav_sec ul li.current-menu-item > a{
    border-bottom: 3px solid var(--primary-color);
  }
  .nav_wrapper .nav_sec ul li ul{
    width: 250px;
    background: var(--primary-color);
    position: absolute;
    top:100%;
    left: 0;
    z-index: 999;
    display: none;
  }
  .nav_wrapper .nav_sec ul li:hover ul{
    display: block;
  }
  .nav_wrapper .nav_sec ul li ul li{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .nav_wrapper .nav_sec ul li ul li + li{
    border-top: 1px solid #37b1de;
  }
  .nav_wrapper .nav_sec ul li ul li a {
      margin: 0;
      padding:10px 10px;
      display: block;
      font-size: 16px;
      font-weight: 300;
      color: var(--white);
  }
  span.toggle-menu{
      display: none;
      background: var(--primary-color);
      padding: 10px!important;
      border-radius:5px;
  }
.nav-contact {
    color: var(--white);
    background: var(--primary-color);
    transition: var(--default-trans);
    padding: 12px 32px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    border: 2px solid transparent;
}
.nav-contact:hover{
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.mob_contact{
    display: none!important;
}
.nav{
    justify-content: space-between;
    align-items: center;
}
.fixed{
    left: 0;
    top: -65px;
    z-index: 999;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    position: fixed;
    transition: var(--default-trans);
}
/*====================================== End navigation ========================================*/

/* ======================================= banner starts ======================================== */
.banner{
    /* background: url(images/banner.png) no-repeat 0 0; */
    background-size: cover;
    z-index: 1;
    position: relative;
}
.banner .banner_slider{
    max-width: 706px;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.banner::after{
    content: "";
    height: 100%;
    width: 916px;
    left: -15px;
    top: 0;
    background: url(images/overlay.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.banner .banner_slider .slick-dots{
    position: absolute;
    left: -68px;
    padding: 0;
    text-indent: -999999999px;
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
    margin: 0;
}
.banner .banner_slider .slick-dots::after,.banner .banner_slider .slick-dots::before{
    position: absolute;
    transform: translate(0,-50%);
    content: "";
    background: url(images/banner_dots.png) no-repeat 0 0;
    height: 64px;
    width: 2px;
}
.banner .banner_slider .slick-dots::after{
    left: 8px;
    top: 100%;
    transform: rotate(180deg);
}
.banner .banner_slider .slick-dots::before{
    right: 8px;
    top: -25%;
}
.banner .banner_slider .slick-dots li{
    width: 10px;
    height: 10px;
    border: 4px solid transparent;
    padding: 2px;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 20px auto;
}
.banner .banner_slider .slick-dots .slick-active{
    border: 4px solid #393838;
    box-shadow: 0 0 0 1px var(--primary-color);
    padding: 5px;
}
.banner .banner_text{
    max-width: 706px;
    padding: 120px 0;
    padding-left: 5px;
    text-align: left;
    color: var(--white);
}
.banner .banner_text h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 53.16px;
}
.banner .banner_text h3{
    font-size: 61px;
    font-weight: 700;
    line-height: 81.07px;
}
.banner .banner_text h3 span{
    color: var(--primary-color);
}
.banner .banner_text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
}
.cmn_btn{
    padding: 15px 35px;
    background: var(--primary-color);
    color: var(--white);
    transition: var(--default-trans);
    border-radius: 3px;
    display: inline-block;
    border: 2px solid transparent;
}
.cmn_btn:hover{
    color: var(--primary-color);
    background: var(--white);
    border: 2px solid var(--primary-color);
}
/* ======================================= banner ends ======================================== */

/* ======================================= welcome starts ======================================== */
.title h2,.title h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 66.45px;
    position: relative;
    text-align: center;
}
.welcome {
    padding: 100px 0 45px;
}
.welcome_holder {
    background: url(images/welcome-bg.png) no-repeat right 205px;
    background-size: 1145px 350px;
}
.welcome_img img {
    width: 100%;
}
.welcome .row{
    align-items: center;
}
.welcome .row>*{
    margin-bottom: 10px;
}
.welcome_textbox {
    text-align: left;
    position: relative;
    margin-top: -60px;
}
.welcome_textbox .title{
    margin-bottom: 40px;
}
.welcome_textbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--brown);
    max-width: 555px;
    margin-bottom: 30px;
}
/* ======================================= welcome ends ========================================  */

/* ======================================= steps starts ======================================== */
.steps{
    padding: 45px 0 40px;
}
.step_slider{
    display: none;
}

.steps .row>*{
    margin-bottom: 60px;
}
.steps .title h2{
    margin-bottom: 40px;
}
.step_slider .slick-next {
    right: 0px;
}
.step_slider .slick-prev {
    left: 0px;
}
.step_slider .slick-prev, .step_slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translate(0, -50%);
    background-color: transparent;
    font-size: 30px;
    color: var(--primary-color);
    border: none;
}

.steps .step_box{
    padding: 35px 40px 40px 20px;
    position: relative;
    text-align: center;
    height: 227px;
    width: 257px;
    margin: auto;
    background-size: contain!important;
    transform:scale(1);
}
.steps .step_box::after {
    height: 222px;
    width: 257px;
    position: absolute;
    left: 2px;
    top: 3px;
    content: "";
    background: url(images/step_arrow.svg) no-repeat center bottom;
    background-size: contain;
}
.steps .row>*:nth-child(4) .step_box::after {
    background: url(images/st-4-arrow.svg) no-repeat center bottom;
    width: 273px;
    height: 267px;
    left: 3.5px;
    top: 4px;
}
.steps .row>*:nth-child(5) .step_box,.steps .row>*:nth-child(6) .step_box,.steps .row>*:nth-child(7) .step_box,.steps .row>*:nth-child(8) .step_box{
    transform: rotateY(180deg) scale(1);
}
.steps .row>*:nth-child(5) .step_box p ,.steps .row>*:nth-child(5) .step_box .icon,.steps .row>*:nth-child(5) .step_box .count span,
.steps .row>*:nth-child(6) .step_box p ,.steps .row>*:nth-child(6) .step_box .icon,.steps .row>*:nth-child(6) .step_box .count span,
.steps .row>*:nth-child(7) .step_box p ,.steps .row>*:nth-child(7) .step_box .icon,.steps .row>*:nth-child(7) .step_box .count span,
.steps .row>*:nth-child(8) .step_box p ,.steps .row>*:nth-child(8) .step_box .icon,.steps .row>*:nth-child(8) .step_box .count span
{
    transform: rotateY(-180deg) scale(1);
}
.steps .row>*:nth-child(12) .step_box::after{
    background: url(images/step-dot-last.svg) no-repeat center bottom;
    left: -12px;
}
.steps .row>*:nth-child(5) .step_box::after{
    background: url(images/st-4-arrow.svg) no-repeat center bottom;
    width: 273px;
    height: 267px;
    right: 3.5px;
    top: 4px;
}
.steps .step_box .count{
    position: absolute;
    right: 0;
    top: 30px;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    font-size: 80px;
    font-weight: 700;
    line-height: 94px;
    text-align: center;
    background: var(--brown);
}
 .step_box .count span {
    display: inline-block;
    color: var(--white);
    position: relative;
    bottom: -10px;
}
.step_box .icon{
    margin-bottom: 27px;
}
 .step_box p{
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    color: var(--brown);
    max-width: 175px;
    margin: 0 auto;
}
/* ======================================= steps ends ========================================  */

/* ======================================= product starts ======================================== */
.product{
    position: relative;
    padding: 50px 0 15px;
    background: url(images/product_bg.png) no-repeat center;
    background-size: cover;
}
.product .title{
    margin-bottom: 30px;
}
.product .row>*{
    margin-bottom: 60px;
}
.product .product_box{
    padding: 12px;
    border-radius: 5px;
    background: var(--white);
    height: 100%;
    box-shadow: 0px 0px 66px 0px #00000014;
    text-align: center;
    z-index: 1;
    position: relative;
}
.product .product_box::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--default-trans);
    content: "";
    height: 2px;
    background: url(images/border_img.svg) no-repeat center;
    background-size: cover;
    display: none;
    z-index: -1;
}
.product .product_box:hover::after{
    display: block;
}
.product .product_box:hover .arrow_box{
    border: 1px solid var(--primary-color);
}
.product_box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    max-width: 430px;
    margin: 0 auto 30px;
}
.product_box p{
    margin: 0;
    padding-bottom: 115px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--gray);
}
.product_box h3 a{
    display: inline-block;
    color: var(--deep-blue);
    transition: var(--default-trans);
}
.product_box h3 a:hover{
    color:var(--primary-color);
}
.product_box_img{
    margin-bottom: 60px;
}
.product_box_img img{
    width: 100%;
}
.product_box_img,.product_box_img img{
    position: relative;
    border-radius: 5px;
}
.arrow_box{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 33px 0px #36363624;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%,0);
    transition: var(--default-trans);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid transparent;
    color: var(--primary-color);
    font-size: 30px;
}
.product_icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--white);
    background: var(--primary-color);
    position: absolute;
    left: 50%;
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,0);
}
/* ======================================= product ends ======================================== */

/* ======================================= gallery starts ========================================  */

.gallery{
    padding: 80px 0 100px;
    text-align: center;
}
.gallery .cmn_btn{
    padding: 15px 41px;
}
.gallery .gallery_title_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.gallery .gallery_title_box h2{
    margin: 0;
}
.gallery .gallery_title_box ul{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--gray);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.gallery .gallery_title_box ul li{
    display: inline-block;
    padding: 0 25px;
    border-bottom:3px solid transparent;
}
.gallery .gallery_title_box ul li a{
    color: var(--gray);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.2px;
    display: inline-block;
}
.gallery .gallery_title_box ul li.active{
    font-weight: 600;
    border-bottom:3px solid var(--primary-color);
}
.gallery .gallery_title_box ul li.active a{
    color: var(--dark-blue);
}
.gallery_holder {
    columns: 3;
    column-gap: 30px;
    margin-bottom: 30px;
  }
  
  .gallery_holder .box {
    width: 100%;
    margin-bottom: 30px;
    break-inside: avoid;
  }
  
  .gallery_holder .box img {
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 4px 44px 0px #0000001C;
  }
  
  /* ======================================= gallery ends ========================================  */

/* ======================================= testimonial starts ======================================== */
.testimonial{
    /* background: url(images/testi_bg.png) no-repeat center; */
    background-size: cover;
    padding: 50px 0 60px;
}
.testimonial .title{
    margin-bottom: 40px;
    color: var(--white);
}
.testi_slider .item {
    margin: 0 15px;
    padding: 0px 25px;
}
.testi_slider .slick-prev,.testi_slider .slick-next{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-color:transparent;
    font-size: 30px;
    color: var(--white);
    border: none;
    
}
.testi_slider .slick-slide img {
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 4px 55px 0px #0000001C;
}
.testi_slider .slick-prev{
    left: -15px;
}
.testi_slider .slick-next{
    right: -15px;
}
/* ======================================= testimonial ends ======================================== */

/* ======================================= main_footer starts ======================================== */
.main_footer{
    background: var(--brown);
}
.main_footer ul{
    padding: 0;margin: 0;
}
.main_footer h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: var(--primary-color);
    position: relative;
    margin: 0;
    margin-bottom: 18px;
}
.main_footer h3::after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 66px;
    height: 2px;
    content: "";
    background: var(--white);
}
.foot_contact ul li{
    margin-bottom: 27px;
}
.foot_contact ul li a i{
    margin-right: 10px;
}
.foot_info .f_logo{
    margin-bottom: 10px;
}
.main_footer p{
    color: var(--white);
}
.links_info{
    max-width: 115px;
    margin: 0 auto;
}
.links_info ul li {
    margin-bottom: 25px;
}
.foot_info p {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    max-width: 340px;
    margin-right: auto;
}
.foot_info p b{
    font-size: 18px;
}
.foot_product p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.foot_contact a,.links_info a{
    position: relative;
}
.foot_contact a:after,.links_info a:after{
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 0%;
    transition: var(--default-trans);
    background: var(--primary-color);
    content: "";
}
.foot_contact a:hover::after,.links_info a:hover::after{
    width: 100%;
}
.main_footer ul li a{
    color: var(--white);
    transition: var(--default-trans);
}
.main_footer .row>*{
    align-items: flex-start;
    margin-bottom: 10px;
}
.upper_footer {
    padding: 75px 0 25px;
}
.l_foot{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    text-align: left;
}
.foot_end {
    text-align: center;
    background: var(--body-color);
}
.foot_end p,.foot_end p a{
    color: var(--white);
    transition: var(--default-trans);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
}
.foot_end p a{
   padding: 20px 0;
}
.foot_end p a:hover{
    color: var(--primary-color);
}
/* ======================================= main_footer ends ======================================== */


/* ==================================================================== ABOUT.HTML STARTS FROM HERE ============================================================= */
/* ======================================= banner starts ======================================== */
.inner_banner{
    background-repeat: no-repeat;
    background-position: 0 -105px ;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.inner_banner::after{
    content: "";
    height: 100%;
    width: 906px;
    left: -15px;
    top: 0;
    background: url(images/inner_overlay.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    z-index: -1;
}
.banner_page_content h1{
    font-family: var(--secondary-font);
    font-size: 61px;
    margin: 0;
    font-weight: 700;
    color: var(--white);
    line-height: 81.07px;
    text-align: left;
    margin-bottom: 10px;
}
.banner_page ol {
    padding: 0;
    margin: 0;
}
.banner_page ol li.active{
    color: var(--primary-color);
    font-weight: 600;
}
.banner_page ol li{
    display: inline-block;
    position: relative;
    padding-right: 33px;
    font-family: var(--secondary-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 42.53px;
    text-align: left;
    color: var(--white);
}
.banner_page ol li a{
    color: var(--white);
}
.banner_page ol li:last-child{
    padding: 0;
}
.banner_page ol li + li::before{
    position: absolute;
    left: -30px;
    top: 55%;
    transform: translate(0,-50%);
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: var(--white);
    font-size: 25px;
}
.inner_banner .banner_page{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 90px 0;
}
/* ======================================= banner ends ======================================== */

/* ======================================= inner_welcome_holder starts ========================================  */
.inner_welcome_holder .welcome_textbox .title h2{
    text-align: left;
}
.welcome .inner_welcome_holder{
    background: url(images/welcome-bg.png) no-repeat right 270px;
}
/* ======================================= inner_welcome_holder ends ========================================  */

/* ======================================= feature starts ========================================  */
.feature{
    padding: 40px 0 50px;
    background:url(images/feature_bg.png) no-repeat center;
    background-size: cover;
}
.feature .title{
    margin-bottom: 25px;
}
.feature_box .row>*{
    margin-bottom: 10px;
}
.fe_box{
    padding: 33px;
    background: var(--white);
    box-shadow: 0px 4px 55px 0px #00000012;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.fe_box_icon{
    margin-bottom: 25px;
}
.fe_box p{
    max-width: 180px;
    margin: 0 auto;
    font-family: var(--secondary-font);
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}
/* ======================================= feature ends ========================================  */

/* ======================================= mission starts ========================================  */
.mission{
    padding: 90px 0 80px;
}
.mission .title h2,.mission_text{
    text-align: left;
}
.mission .row{
    align-items: center;
}
.mission .row>*{
    margin-bottom: 20px;
}
.mission_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
.mission_img img{
    margin: 0 auto;
}
/* ======================================= mission ends ========================================  */
/* ==================================================================== ABOUT.HTML ENDS  HERE ============================================================= */

/* ==================================================================== PRODUCT.HTML STARTS FROM HERE ============================================================= */
/* ======================================= distribute starts ======================================== */
.distribute{
    padding: 100px 0 40px;
}
.alignleft{
    float: left;
    margin: 0 25px 20px 0;
    filter: drop-shadow(0 4px 44px #00000040);
}
.alignright{
    float: right;
    margin: 0 0 20px 25px;
    filter: drop-shadow(0 4px 44px #00000040);
}
.aligncenter{
    margin: 0 auto;
    filter: drop-shadow(0 4px 44px #00000040);
}
.distribute_text .title{
    text-align: left;
}
.distribute_text .title h2{
    font-family: var(--primary--font);
    font-size: 48px;
    font-weight: 600;
    line-height: 56.4px;
    text-align: left;
    margin-bottom: 40px;
}
.distribute_text .title h4{
    font-family: var(--primary--font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.2px;
    color: var(--primary-color);
    margin-bottom: 40px;
}
.distribute_text p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
    color: var(--gray);
}
/* ======================================= distribute ends ======================================== */

/* ======================================= transport starts ========================================  */
.transport_text .title{
    text-align: left;
}
.transport {
    padding: 10px 0 60px;
}
.transport_text .title h2{
    font-family: var(--primary--font);
    font-size: 48px;
    font-weight: 600;
    line-height: 56.4px;
    text-align: left;
    margin-bottom: 20px;
}
.transport_text .title h4{
    font-family: var(--primary--font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.2px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.transport_text p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
    color: var(--gray);
}
/* ======================================= transport ends ========================================  */
/* ==================================================================== PRODUCT.HTML ENDS  HERE ============================================================= */

/* ==================================================================== GALLERY.HTML STARTS FROM HERE ============================================================= */
.inner_gallery{
    padding: 90px 0 65px;
}
.inner_gallery .gallery_title_box{
    margin-bottom: 30px;
}
/* ==================================================================== GALLERY.HTML ENDS HERE ============================================================= */

/* ==================================================================== CONTACT.HTML STARTS FROM HERE ============================================================= */
.contact_info_wrapper>.title h2{
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}
.info1{
    margin-bottom: 30px;
}
.info1 i{
    border-radius: 50%;
    background: var(--primary-color);
    padding: 15px;
    color: var(--white);
    font-size: 20px;
    margin-right: 30px;
}
.info1 i, .info1 a,.info1 div{
    display: inline-block;
    vertical-align: middle;
}
.info1 a{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: var(--gray);
}
.info2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.info2 i{
    display: block;
    border-radius: 50%;
    background: var(--primary-color);
    padding: 15px;
    color: var(--white);
    font-size: 20px;
    margin-right: 30px;
}
.contact_office_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.contact_office_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_office_title i{
    margin: 0;
    background: #C0C0C0;
    padding: 7px;
    color: var(--white);
    font-size: 15px;
    transform: rotate(42deg);
}
.contact_office_title i.active{
    background: var(--primary-color);
}
.contact_office{
    width: 100%;
}
.contact_office p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--gray);
}
.contact_info{
    padding: 100px 0 110px;
}
.contact_info .row>*{
    margin-bottom: 15px;
}
.contact_info .contact_form_holder{
    position: relative;
    max-width: 555px;
    margin: 0 auto;
    background-color: var(--white);
}
.contact_info .contact_form {
    padding: 40px 45px;
    box-shadow: 20px 20px 44px 0px #5B5B5B1F;
    border: 1px solid #FFDCDC;
    border-radius: 8px;
    width: 100%;
}
.contact_info .contact_form .form-control,.contact_info .contact_form textarea{
    border: 1px solid #9999991A;
    box-shadow: 0px 0px 15px 4px #47474714 inset;
    padding: 20px 0 20px 27px;
    border: none;
}
.contact_office .contact_office_title h4{
    font-family: var(--primary--font);
}
.contact_office .contact_office_title span{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--gray);
}
.contact_info .contact_form .title h2{
    text-align: left;
    margin: 0;
    margin-bottom: 25px;
}
.contact_info .contact_form_holder::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    background: url(images/form_bg1.jpg) no-repeat 0 0;
    background-size: cover;
    height: 100px;
    width: 100px;
}
.contact_info .contact_form textarea{
    margin-bottom: 15px;
}
.contact_info .contact_form .form-control::placeholder{
    font-size: 16px;
    font-weight: 500;
    line-height: 18.8px;
    color: var(--gray);
}
.contact_info .contact_form input[type="submit"]{
    padding: 15px 50px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    transition: var(--default-trans);
    border: 1px solid transparent;
}
.contact_info .contact_form input[type="submit"]:hover{
    background: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.map{
    /* background: url(images/contact_map.png) no-repeat center; */
    background-size: cover;
    height: 470px;
    width: 100%;
}
.contact_form_holder span {
    display: block;
    margin-bottom: 15px;
}
/* ==================================================================== CONTACT.HTML ENDS HERE ============================================================= */

/*======================================= Responsive Starts ======================================*/
/* XXL-1200 / XL-992 / LG-768 / MD-576 / SM-Below<576px */

@media (max-width:1520.98px){
    .banner::after {
        width: 1000px;
    }
    .banner .banner_slider {
        margin: 0 auto 0 60px;
    }
}
@media (max-width:1400.98px){
    .container{
        max-width: 1170px!important;
    }
    .banner .banner_slider {
        margin: 0 auto 0 80px;
    }
    .upper_nav ul li:last-child {
        padding: 14px 70px 14px 30px;
    }
    .upper_nav ul li {
        padding: 14px 60px;
    }
    .inner_banner{
        background-size: auto;
    }
    .map {
        height: 400px;
    }
}
@media (max-width:1199.98px){
    .gallery_holder {
        columns: 3;
    }
    .contact_info {
        padding: 80px 0 110px;
    }
    .nav_wrapper .nav_sec ul li{
        padding: 0px 20px 0 0;
    }
    .product_box p {
        padding-bottom: 60px;
    }
    .steps_wraper{
        max-width: 1000px;
        margin: 0 auto;
    }
    .steps .row>*:nth-child(5) .step_box p ,.steps .row>*:nth-child(5) .step_box .icon,.steps .row>*:nth-child(5) .step_box .count span,
    .steps .row>*:nth-child(6) .step_box p ,.steps .row>*:nth-child(6) .step_box .icon,.steps .row>*:nth-child(6) .step_box .count span,
    .steps .row>*:nth-child(7) .step_box p ,.steps .row>*:nth-child(7) .step_box .icon,.steps .row>*:nth-child(7) .step_box .count span,
    .steps .row>*:nth-child(8) .step_box p ,.steps .row>*:nth-child(8) .step_box .icon,.steps .row>*:nth-child(8) .step_box .count span
{
    transform: rotateY(-180deg);
}
    .steps .row>*:nth-child(5) .step_box,.steps .row>*:nth-child(6) .step_box,.steps .row>*:nth-child(7) .step_box,.steps .row>*:nth-child(8) .step_box{
        transform: rotateY(180deg) scale(0.7);
    }
    .steps .step_box {
        transform: scale(0.7);
    }
    .steps .step_box .count {
        height: 76px;
        width: 76px;
        font-size: 55px;
    }
    .step_box .count span {
        bottom: -8px;
    }
    .steps .row>* {
        margin-bottom: 10px;
    }
    .inner_banner .banner_page {
        padding: 55px 0;
    }
    .map {
        height: 350px;
    }
    .inner_gallery {
        padding: 70px 0 65px;
    }
}
@media (max-width:1024.98px){
    .foot_contact ul li {
        margin-bottom: 20px;
    }
    .banner .banner_text {
        padding: 100px 0;
    }
    .banner .banner_text h2 {
        line-height: 35px;
    }
    .banner .banner_text h2 {
        line-height: 30px;
    }
    .banner .banner_text p {
        margin-bottom: 25px;
    }
    .welcome_textbox .title {
        margin-bottom: 20px;
    }
    .banner_page ol li{
        font-size: 28px;
    }
    .banner_page_content h1 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width:990.98px){
    .steps_wraper{
        display:none;
    }
    .distribute {
        padding: 70px 0 40px;
    }
    .alignleft,.alignright{
        float: none;
        margin: 20px auto;
    }
    .step_slider{
        display: block;
    }
    span.toggle-menu {
        width:auto;
        float: left;
        margin:0;
        padding: 0;
        display: block;
        cursor: pointer;
    }
    .map {
        height: 300px;
    }
    .info2 {
        justify-content: flex-start;
    }
    span.toggle-menu img{
        float: left;
      }
      
      .nav_wrapper .nav_sec{
          width: 280px;
          height: 100%;
          float: none;
          position: fixed;
          z-index: 999;
          top: 0;
          right:-100%;
          padding:70px 0 0;
          background:#000;
          display:block;
          -webkit-transition:all 0.8s ease-in-out;
          -moz-transition:all 0.8s ease-in-out;
          -o-transition:all 0.8s ease-in-out;
          transition:all 0.8s ease-in-out;
      
      }
      .nav_wrapper .nav_sec.slidein{
          right:0;
          -webkit-transition:all 0.5s ease-in-out;
          -moz-transition:all 0.5s ease-in-out;
          -o-transition:all 0.5s ease-in-out;
          transition:all 0.5s ease-in-out;
      }
      .nav_wrapper .nav_sec .cls-btn{
          width:32px;
          height:32px;
          position:absolute;
          top:15px;
          right:15px;
          cursor:pointer;
          background:url(images/cross.png) no-repeat center;
      }
      .nav_wrapper .nav_sec ul{
        text-align: left;
      }
      .nav_wrapper .nav_sec ul > li{
          display:block;
          padding-bottom: 0;
          width: 100%;
          float: left;
          margin: 0;
      }
      .nav_wrapper .nav_sec ul > li + li{
          margin-left:0;
      }
      .nav_wrapper .nav_sec ul > li a{
          color:#FFF;
          padding: 11px 15px;
          font-size: 15px;
          border-radius: 0;
      }
      
      .nav_wrapper .nav_sec ul > li:hover > a,
      .nav_wrapper .nav_sec ul > li.active > a{
          background:var(--primary-color);
          color:#FFF;
      }
      
      .nav_wrapper .nav_sec i {
          float: left;
          font-style: normal;
          color: #fff;
          line-height: 30px;
          font-size: 21px;
          font-weight: 600;
      }
      .nav_wrapper .nav_sec ul > li:hover ul {
        display: none;
      }
      .nav_wrapper .nav_sec ul > li ul {
          width: 100%;
          background:#c12527;
          position: static;
          top: 100%;
          left: 0;
          text-align: left;
          display: none;
          float: left;
          border-radius: 0;
          padding: 0;
        }
      .nav_wrapper .nav_sec ul li ul li a{
          padding: 6px 35px;
          color: #fff;
      }
      .nav_wrapper .nav_sec ul ul > li:hover > a,
      .nav_wrapper .nav_sec ul ul > li.active > a{
          background:#1b72bf;
          color:#FFF;
      }
      
      .nav_wrapper .nav_sec ul li .arw-nav{
        width: 40px;
        height:45px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        cursor: pointer;
        background: url(images/arw.png) no-repeat center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      
      }
      
      .nav_wrapper .nav_sec ul li .arw-nav.actv{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
      } 
    .mob_contact{
        display: block!important;
    }
    .nav-contact{
        display: none;
    }
    .nav .logo {
        width: 50vw;
    }
    .nav_wrapper .nav_sec ul li {
        padding: 0px 0px 0 0;
    }
    .banner .banner_slider .slick-dots {
        left: 50%;
        top: 90%;
        transform: translate(0, -50%) rotate(90deg);
    }
    .banner .banner_slider {
        margin: 0 auto;
    }
    .banner .banner_text {
        padding: 80px 0;
    }
    .title h2, .title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .welcome_textbox p {
        margin-bottom: 20px;
    }
    .links_info {
        margin: 0;
    }
    .links_info ul li {
        margin-bottom: 20px;
    }
    .upper_footer {
        padding: 50px 0 25px;
    }
    .banner::after {
        width: 1500px;
    }
    .upper_nav ul li:last-child {
        padding: 10px 40px 10px 30px;
    }
    .upper_nav ul li {
        padding: 10px 40px;
    }
    .cmn_btn {
        padding: 10px 35px;
    }
    .fixed {
        top: -55px;     
    }
    .welcome_textbox .title {
        margin-bottom: 20px;
    }
    .steps .row>* {
        width: 100%;
    }
    .step_slider .step_box::after {
        height: 222px;
        width: 257px;
        position: absolute;
        left: 2px;
        top: 3px;
        content: "";
        background: url(images/step_arrow.svg) no-repeat center bottom!important;
        background-size: contain;
    }
    .step_slider .item  .dot_end::after{
        background: url(images/step-dot-last.svg) no-repeat center bottom!important;
        left: -12px;
    }
    .gallery {
        padding: 50px 0 80px;
    }
    .gallery_title_box{
        margin-bottom: 20px;
    }
    .welcome {
        padding: 80px 0 20px;
    }
    .steps {
        padding: 25px 0 25px;
    }
    .steps .title h2 {
        margin-bottom: 20px;
    }
}
@media (max-width:910.98px){
    .inner_banner::after {
        width: 1400px;
    }
    .mission {
        padding: 75px 0 70px;
    }
    .inner_banner .banner_page {
        justify-content: center;
    }
    .banner_page_content h1 {
        text-align: center;
    }
}
@media (max-width:850.98px){
    .banner .banner_text h3 {
        font-size: 55px;
        line-height: 65.07px;
    }
    .map {
        height: 250px;
    }
    .welcome {
        padding: 80px 0 21px;
    }
    .mission {
        padding: 50px 0 40px;
    }
    .distribute_text .title,.distribute_text .title h2,.transport_text .title h2,.transport_text .title {
        text-align: center;
    }
    .distribute_text .title h2,.transport_text .title h2{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    .distribute_text .title h4{
        margin-bottom: 30px;
    }
    .distribute {
        padding: 70px 0 30px;
    }
}
@media (max-width:767.98px){
    .inner_welcome_holder .welcome_textbox .title h2{
        text-align: center;
    }
    .gallery_holder {
        columns: 2;
    }
    .mission_text .title h2 {
        text-align: center;
    }
    .testimonial {
        padding: 30px 0 60px;
    }
    .testimonial .title {
        margin-bottom: 25px;
    }
    .upper_nav ul li:first-child::before {
        left: -24px;
    }
    .upper_nav ul li:last-child::before {
        left: -11px;
        transform: translate(0, -50%) rotate(-30deg);
        width: 22px;
    }
    .welcome_textbox {
        margin-top: -30px;
    }
    .gallery {
        padding: 40px 0 60px;
    }
    .upper_nav ul li {
        padding: 10px 20px;
    }
    .welcome {
        padding: 50px 0 0px;
    }
    .welcome .row>* {
        margin-bottom: 70px;
    }
    .welcome_textbox p {
        margin-bottom: 20px;
        margin: 0 auto 20px;
    }
    .welcome_textbox {
        text-align: center;
    }
    .steps {
        padding: 10px 0 20px;
    }
    .steps .row>* {
        margin-bottom: 50px;
    }
    .product_box h3 {
        margin: 0 auto 15px;
    }
}

@media (max-width:680.98px){
    .upper_nav ul li:last-child::before ,.upper_nav ul li:first-child::before{
        display: none;
    }
    .contact_info {
        padding: 70px 0 80px;
    }
    .banner_page_content h1 {
        font-size: 45px;
    }
    .map {
        height: 200px;
    }
    .upper_nav ul li:last-child {
        padding: 10px 45px 10px 30px;
    }
    .upper_nav {
        background: var(--primary-color);
    }
    .banner .banner_text {
        padding: 50px 0;
    }
    .banner .banner_text h2 {
        line-height: 35px;
        font-size: 35px;
    }
    .banner .banner_text h3 {
        font-size: 45px;
        line-height: 56px;
    }
}
@media (max-width:640.98px){
    .upper_nav ul li:last-child {
        padding: 10px 45px 10px 30px;
        background: var(--primary-color);
    }
    .upper_nav ul li:nth-child(2)::after{
        display: none;
    }
    .upper_nav {
        text-align: center;
    }
    .fixed {
        top: -101px;
    }
    .banner .banner_text h3 {
        font-size: 36px;
        line-height: 45px;
    }
    .banner .banner_text h2 {
        line-height: 35px;
        font-size: 27px;
    }
    .title h2, .title h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width:576.98px){
    .welcome_textbox {
        margin-top: -35px;
    }
    .distribute_text .title h2, .transport_text .title h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .distribute_text .title h4 ,.transport_text .title h4{
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
    }
    .distribute {
        padding: 50px 0 30px;
    }
    .testi_pic {
        padding: 0 20px;
    }
    .product_icon {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }
    .arrow_box {
        bottom: -30px;
        width: 60px;
        height: 60px;
    }
    .product_box h3 {
        margin: 0 auto 20px;
    }
    .gallery_holder .box {
        margin-bottom: 15px;
    }
    .gallery_holder {
        columns: 3;
        column-gap: 15px;
    }
    .nav .logo {
        width: 60vw;
    }
    span.toggle-menu {
        padding: 5px !important;
    }
    .upper_footer {
        padding: 40px 0 20px;
    }
    .gallery .gallery_title_box {
        justify-content: center;
        gap: 15px;
    }
}
@media (max-width:510.98px){
    .banner_page_content h1 {
        font-size: 35px;
        line-height: 25px;
    }
    .testi_slider .item {
        padding:0;
    }
    .banner_page ol li {
        font-size: 22px;
    }
    .banner_page ol li + li::before {
        font-size: 20px;
    }
    .inner_banner .banner_page {
        padding: 35px 0;
    }
}
@media (max-width:479.98px){
    .gallery_holder {
        columns: 2;
      }
      .welcome_textbox {
        margin-top: -10px;
    }
      .cmn_btn {
        padding: 5px 30px;
    }
    .foot_end {
        padding: 10px 0;
    }
    .banner_page ol li {
        padding-right: 40px;
    }
    .foot_end p, .foot_end p a {
        line-height: 3px;
    }
    .banner_page ol li + li::before {
        font-size: 16px;
    }
    .contact_info .contact_form {
        padding: 35px 20px;
    }
    .contact_info {
        padding: 50px 0 80px;
    }
}
@media (max-width:420.98px){
    .steps .title h2 {
        margin-bottom: 0px;
    }
    .gallery .gallery_title_box ul li a {
        color: var(--gray);
        font-size: 18px;
    }
    .banner_page_content h1 {
        font-size: 28px;
        line-height: 20px;
    }
    .banner_page ol li {
        font-size: 20px;
    }
    .info1 i ,.info2 i {
        font-size: 16px;
        margin-right: 16px;
    }
}
@media (max-width:380.98px){
    .banner .banner_text h2 {
        line-height: 30px;
        font-size: 20px;
    }
    .distribute_text .title h2, .transport_text .title h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .distribute_text .title h4, .transport_text .title h4 {
        font-size: 18px;
    }
    .fixed {
        top: -90px;
    }
    .upper_nav ul li a {
        color: var(--white);
        font-size: 12px;
    }
    .upper_nav ul li {
        padding: 5px 15px;
    }
    .banner .banner_text h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .banner .banner_text p {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }
    .banner .banner_slider .slick-dots {
        left: 50%;
        top: 93%;
        transform: translate(0, -50%) rotate(90deg);
    }
    .product_box h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        max-width: 430px;
        margin: 0 auto 15px;
    }
    .arrow_box {
        bottom: -25px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    .gallery_title_box h2{
        font-size: 18px;
    }
    .product_icon {
        width: 80px;
        height: 80px;
        bottom: -45px;
    }
}

/*======================================= Responsive Ends ========================================*/
