@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font-family: "Montserrat", sans-serif;
    color: #7c7c7c;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #f17d28;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

/***** Font Files *****/

@font-face {
    font-family: "nexa";
    src: url(../fonts/Nexa-Bold.ttf) format("truetype");
    /* src: url(../fonts/Nexa-Heavy.ttf) format("truetype"); */
}

/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "nexa";
}

h1 {
    font-size: 60px;
    line-height: 65px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
}

p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.c-blue {
    color: #0a293d;
}

.c-red {
    color: #f17d28;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*header css start */

header .menuSec {
    padding: 12px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #f17d28;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

/*banner css end*/

header {
    position: relative;
    overflow: hidden;
}

header .topSec {
    position: relative;
    padding: 13px 0 16px;
}

/* FLATY SOCIAL CSS START */

header .topSec .flatyLinks {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-left: 50px;
}

header .topSec .flatyLinks .followUs {
    position: relative;
}

header .topSec .flatyLinks .followUs h5 {
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #fff;
    opacity: 40%;
    position: relative;
}

header .topSec .flatyLinks .links-ss {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

header .topSec .flatyLinks:before {
    position: absolute;
    content: "";
    width: 48%;
    height: 2px;
    background: #fff;
    top: 49%;
    opacity: 30%;
    left: 118px;
}

header .topSec .nike-zoom-silder-number {
    display: inline-block;
    position: absolute;
    right: 9%;
    bottom: 47px;
}

ul.social {
    gap: 8px;
    margin: 0px;
}

ul.social li a i {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    opacity: 40%;
    transition: 0.3s;
}

ul.social li a i:hover {
    color: #fff;
    opacity: 1;
    background: #0a293d;
    border: 1px solid #0a293d;
}

.top-bar-left {
    position: relative;
}

.top-bar-left h6 {
    font-size: 14px;
    line-height: 24px;
    color: #ffff;
    text-transform: uppercase;
    margin: 0;
    font-family: "Montserrat";
    position: relative;
}

header .topSec:before {
    position: absolute;
    content: "";
    width: 56%;
    left: 0;
    top: 0;
    background: #0a293d;
    height: 68%;
}

header .topSec:after {
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    background: #f17d28;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
}

header .menuSec .row {
    align-items: center;
}

.siteBtn {
    display: inline-block;
}

.siteBtn .pbtn {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 28px;
    border: 1px solid #f17d28;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 1px #f17d28;
    transition: 0.3s;
}

.siteBtn .pbtn:hover {
    background: #f17d28;
    color: #fff;
}

/* Home Banner  */

.container {
    max-width: 1440px;
}

.home-baner-img {
    height: 710px;
    width: 100%;
    object-fit: fill;
}

.banner_img {
    display: none;
}

.banner_text {
    position: relative;
}

.banner_text h1 {
    padding-bottom: 18px;
}

.banner_text h3 {
    color: #f17d28;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 12px;
}

.banner_text p {
    color: #fff;
    opacity: 70%;
    width: 90%;
    font-weight: 400;
}

.home-btns-g {
    position: relative;
    width: 100%;
    margin-top: 32px;
    gap: 30px;
}

.home-btns-g .siteBtn {
    width: auto;
}

.home-btns-g .call-bt {
    gap: 14px;
    position: relative;
    padding-left: 22px;
}

.home-btns-g .call-bt .text p {
    width: auto;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
}

.home-btns-g .call-bt .text p a:hover {
    color: #f17d28;
}

.home-btns-g .call-bt:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 147%;
    top: -7px;
    left: 0;
    background: #fff;
    opacity: 20%;
}

section.home-baner {
    position: relative;
    overflow: hidden;
}

/* .btmSec {
  position: absolute;
  width: 1100px;
  right: 0;
  bottom: -30px;
  background: #fff;
  padding-right: 80px;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
} */

section.home-baner .carousel-inner {
    padding-bottom: 60px;
}

.btmSec .container {
    background: #fff;
    padding-right: 110px;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
    padding-left: 0;
    width: 100%;
}

.btmSec .btmWrap {
    position: relative;
    padding-left: 120px;
}

.men-img {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.mileston {
    position: relative;
    padding: 10px 0;
}

.mileston p {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.mileston h2 {
    margin: 0;
    color: #f17d28;
    font-weight: 600;
    line-height: 50px;
}

.mileston.box1:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: #000;
    opacity: 10%;
}

.mileston.box2:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: -30px;
    background: #000;
    opacity: 10%;
}

.mileston.box2 p {
    position: relative;
    left: -14px;
}

.btmSec .btmWrap:before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 180px;
    background-repeat: no-repeat;
    background-image: url(../images/miles-im.png);
    background-size: 100% 100%;
}

.btmSec:before {
    position: absolute;
    content: "";
    width: 120px;
    background-repeat: no-repeat;
    background-image: url(../images/milt-btm-img.png);
    background-size: 100% 100%;
    height: 155px;
    z-index: 1;
    bottom: 0;
    left: 141px;
}

.btmSec {
    position: absolute;
    width: 69%;
    right: 0;
    bottom: -50px;
}

/* Home Banner  */

/* About  */

section.about {
    padding: 100px 0;
}

section.about .abtwrap {
    width: 80%;
    margin: 0px auto;
}

.ab-col-left {
    position: relative;
    padding-left: 10px;
}

.subTitel_heading {
    height: 330px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/subheading-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subTitel_heading h3 {
    margin: 0px;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffff;
}

.ab-col-right {
    position: relative;
    padding-left: 10px;
}

.ab-text h2 {
    padding-bottom: 5px;
}

.ab-text .smp-block {
    margin-top: 20px;
}

.ab-text .smp-block .siteBtn {
    margin-top: 16px;
}

.ab-col-left .subTitel_heading {
    top: 0%;
    bottom: 0;
    margin: auto;
    position: absolute;
    writing-mode: sideways-lr;
    left: -17px;
}

/* About  */

/* Services  */

section.services {
    position: relative;
}

.heading p {
    width: 56%;
    margin: 0px auto;
}

.heading {
    margin-bottom: 40px;
}

section.services .slick-slide {
    opacity: 1;
}

.service-card {
    position: relative;
    margin-bottom: 40px;
}

.service-card .sercice-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.service-card .sercice-img img {
    height: 330px;
    width: 100%;
    object-fit: fill;
    border-radius: 5px;
    transition: 0.3s;
}

.service-card .sercice-txt {
    position: relative;
    width: 95%;
    margin: -90px auto 0px;
    background: #fff;
    /* box-shadow: 0px 0px 20px 4px #0000002b; */
    padding: 24px 18px 24px 23px;
    border-radius: 9px;
    transition: 0.2s;
    filter: drop-shadow(2px 15px 19px #0000002b);
}

.service-card .sercice-txt h6 {
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0a293d;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: -32px;
}

.service-card .sercice-txt h6 img {
    width: 30px;
    object-fit: fill;
    transition: 0.2s;
    display: inline-block;
}

.service-card .sercice-txt h5 {
    transition: 0.2s;
}

.service-card .sercice-txt p {
    transition: 0.2s;
}

.service-card .sercice-txt ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0px;
}

.service-card .sercice-txt ul li {
    list-style: disc;
    margin-left: 18px;
    transition: all 0.2s;
}

.service-card .sercice-txt ul li span {
    color: #000;
}

.service-card .sercice-txt ul li::marker {
    color: #f17d28;
}

.service-card .sercice-txt .pbtn.text-light {
    height: 50px;
}

.service-card .sercice-txt .siteBtn {
    display: none;
}

.slick-current.slick-center .service-card .sercice-txt ul {
    margin-bottom: 20px;
}

.slick-current.slick-center .service-card .sercice-txt .siteBtn {
    display: flex;
    margin-left: 8px;
}

.slick-current.slick-center .service-card .sercice-txt {
    background: #0a293d;
}

.slick-current.slick-center .service-card .sercice-txt p {
    color: #fff;
    font-weight: 400;
    opacity: 70%;
}

.slick-current.slick-center .service-card .sercice-txt ul li span {
    color: #fff;
    font-weight: 400;
}

.slick-current.slick-center .service-card .sercice-txt h5.c-blue {
    color: #fff;
}

.slick-current.slick-center .service-card .sercice-txt h6 {
    background: #f17d28;
}

/* Services  */

section.services button.slick-prev {
    position: absolute;
    left: -60px;
}

section.services button.slick-next {
    position: absolute;
    right: -60px;
}

section.services button.slick-prev,
section.services button.slick-next {
    width: 58px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    outline: 2px solid #e4e4e4;
    transition: 0.1s;
    background: transparent;
    filter: unset;
    top: 40%;
}

section.services button.slick-prev::before {
    background-image: url(../images/prev-arrow.png);
    background-position: 52% 56%;
    background-size: 13px 7px;
}

section.services button.slick-next::before {
    background-image: url(../images/next-arrow.png);
    background-position: 52% 56%;
    background-size: 13px 7px;
}

section.services button.slick-prev::before,
section.services button.slick-next::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    transition: 0.1s;
}

section.services button.slick-prev:hover:before,
section.services button.slick-next:hover::before {
    opacity: 1;
    filter: brightness(0) invert(1);
}

section.services button.slick-next:hover {
    background-color: #f17d28;
}

section.services button.slick-prev:hover {
    background-color: #f17d28;
}

/* Trade start  */

section.trade {
    position: relative;
    padding-top: 70px;
}

.tradeWrap {
    width: 84%;
    margin: 0px auto;
    height: 450px;
    padding-top: 60px;
}

section.trade:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 450px;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://terracommodities.co.uk/wp-content/uploads/2025/09/trade-bg.webp);
}

.trade-left-col h2 {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    padding-bottom: 10px;
}

.trade-right-col .trade-img {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.trade-right-col .trade-img img {
    filter: drop-shadow(2px -53px 46px #00000038);
}

.trade-left-col p {
    color: #fff;
    opacity: 70%;
    font-weight: 400;
    width: 85%;
}

.trade-left-col .siteBtn {
    margin-top: 12px;
}

.trade-left-col .siteBtn .pbtn {
    background: #0a293d;
}

.trade-left-col .siteBtn .pbtn:hover {
    background: #f17d28;
}

/* Trade start  */

/* Stading    */

section.stand {
    position: relative;
    margin-top: -130px;
}

.standWrap {
    width: 84%;
    background: #f17d28;
    margin: 0px auto;
    border-radius: 10px;
    padding: 60px 60px;
}

.stand-col-left {
    position: relative;
    color: #fff;
    padding-left: 20px;
}

.stand-col-left h2 {
    padding-bottom: 10px;
}

.stand-col-left .stand-txt {
    width: 94%;
    margin-bottom: 30px;
}

.stand-col-left .stand-txt p {
    opacity: 70%;
}

.stand-col-left .stand-txt ul {
    flex-direction: column;
    gap: 20px;
    margin: 14px 0 10px;
}

.stand-col-left .stand-txt ul li {
    gap: 10px;
}

.stand-col-left .stand-txt ul li span {
    opacity: 70%;
}

.stand-col-left .pbtn {
    box-shadow: 0px 1px 0px 1px #ffffff;
    border: 1px solid #fff;
    margin-left: 8px;
}

.stand-col-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 60px;
    position: relative;
}

.stand-col-right:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 110%;
    top: -30px;
    left: -10px;
    background: #fff;
    opacity: 20%;
}

.stand-col-right .count {
    color: #fff;
}

.stand-col-right .count h2 {
    margin: 0;
    line-height: 50px;
}

.stand-col-right .count p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.stand-col-left .pbtn:hover {
    background: #fff;
    color: #0a293d !important;
}

/* Stading     */

/* Product  */

section.product {
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.product-card {
    position: relative;
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    padding: 10px;
    transition: 0.2s;
    margin-bottom: 25px;
}

.product-card .product-img {
    position: relative;
}

.product-card .product-img img {
    width: 100%;
    height: 290px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 26px #0000004f);
}

.product-card .product-txt {
    margin-top: 18px;
    padding: 20px 12px 20px;
}

.product-card .product-txt h5 {
    padding-bottom: 5px;
}

.product-card .product-txt .siteBtn {
    margin-top: 6px;
}

.product-card .product-txt .siteBtn .pbtn {
    height: 53px;
}

.product-card:hover {
    border: 2px solid #f17d28;
    background: #fff;
    box-shadow: 0px 0px 9px 1px #44444421;
}

/* Product  */

/* contact  */

section.connect {
    position: relative;
    padding-bottom: 80px;
}

section.connect .contWrap {
    width: 80%;
    margin: 0px auto;
}

.cont-col-left {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
}

.cont-col-left .subTitel_heading {
    position: absolute;
    writing-mode: sideways-lr;
    top: 29%;
    left: 0;
    z-index: 1;
}

.cont-img1 img {
    filter: drop-shadow(-5px 2px 22px #00000047);
}

.cont-col-right {
    position: relative;
}

.cont-col-right h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.cont-col-right p.cont-head-p {
    margin-bottom: 24px;
    line-height: 24px;
    color: #7c7c7c;
}

.cont-col-right form {
    position: relative;
}

.cont-col-right form .formField {
    position: relative;
    margin-bottom: 18px;
}

.cont-col-right form .formField input {
    width: 100%;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 12px 16px;
    border-radius: 7px;
    background: #fefcfa;
    border: 2px solid #dbdbdb;
}

.cont-col-right form .formField textarea {
    width: 100%;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: 12px 16px;
    border-radius: 7px;
    background: #fefcfa;
    border: 2px solid #dbdbdb;
    height: 150px;
    resize: unset;
}

.cont-col-right form .formField select {
    width: 100%;
    color: #000;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 12px 16px;
    border-radius: 7px;
    background: #fefcfa;
    border: 2px solid #dbdbdb;
    cursor: pointer;
}

.cont-col-right form .formField select option {
    color: #0a293d;
    font-weight: 500;
}

.cont-col-right form .formField .down-chev {
    position: absolute;
    right: 19px;
    top: 16px;
}

.cont-col-right form .siteBtn button.pbtn {
    background: transparent;
    margin-left: 5px;
}

.cont-col-right form .siteBtn button.pbtn:hover {
    background: #f17d28;
}

/* contact  */

/* NewsLatter  */

section.newslater {
    position: relative;
}

.newslaterWrap {
    padding: 60px 130px;
    background: #0a293d;
    border-radius: 10px;
}

.newslaterWrap .txt-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.newslaterWrap .txt-icon h3 {
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    margin: 0;
}

.newslaterWrap .row {
    align-items: center;
}

.newslater-right-col {
    position: relative;
    margin-left: 50px;
}

.newslater-right-col .news-txt p {
    color: #fff;
    opacity: 70%;
    font-weight: 400;
    line-height: 22px;
}

.newsform {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 26px;
    justify-content: space-between;
}

.newsform input {
    width: 100%;
    color: #ffffff70;
    background: #0b2333;
    border: 0;
    padding: 14px 22px;
    border-radius: 7px;
    filter: drop-shadow(2px 4px 156px #ffffff36);
    font-size: 13px;
}

.newsform input::placeholder {
    color: #fff;
    opacity: 70%;
}

.newsform .siteBtn {
    width: 29%;
}

.newsform .siteBtn button.pbtn {
    background: #0b2333;
    color: #fff;
}

.newsform .siteBtn button.pbtn:hover {
    background: #fff;
    color: #0b2333;
}

/* NewsLatter  */

/* Footer  */

.footerSec {
    position: relative;
}

footer ul li a {
    transition: 0.2s;
    color: #000000;
}

.footerSec .row {
    position: relative;
    padding: 60px 0px 14px;
}

.footerSec .footer-btm .row {
    padding-top: 24px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #7777;
}

.footerSec .footer-btm .row p {
    color: #000;
}

.footerSec .footer-btm .row:before {
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #fff;
    opacity: 50%;
}

.news-letter ul li a {
    gap: 11px;
    line-height: 25px;
    margin: 20px 0;
    opacity: 1;
}

.news-letter ul li a:hover {
    transform: translate(3px, 0px);
}

footer ul li a:hover {
    opacity: 1;
    color: #f17f2b !important;
}

footer .foot-products {
    position: relative;
}

footer.footerSec h5.text-light {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
}

footer.footerSec h5.subscribe.text-light.py-2 {
    margin-bottom: 6px;
}

section.newsLater h6 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: initial;
    font-family: "Inter";
    font-weight: 400;
}

section.newsLater .mailbox {
    align-items: center;
    gap: 20px;
}

section.newsLater .mailbox .mailImg img {
    width: 78px;
}

section.newsLater .news form input {
    background: transparent;
    border: 0px;
    width: 75%;
    font-size: 15px;
    line-height: 26px;
    color: #555;
    letter-spacing: 0px;
}

section.newsLater .news form input::placeholder {
    font-size: 15px;
    color: #555;
}

section.newsLater .news form button:hover span.btnTxt {
    border-radius: 55px;
}

section.newsLater .news form button span.btnTxt {
    border-radius: 100px;
    font-size: 15px;
    font-family: "Inter";
}

section.newsLater .news form button:hover {
    border-radius: 50px;
}

.footerSec .moveRightTxt ul {
    margin: 0px;
}

.footerSec .news-letter.moveRightTxt {
    width: 73%;
    float: right;
}

footer.footerSec ul.social li a {
    opacity: 1;
}

footer.footerSec ul.social {
    gap: 10px;
}

.footerSec .news-letter.moveRightTxt ul li a span {
    line-height: 20px;
    font-size: 13px;
}

.footerSec .news-letter.moveRightTxt ul li a {
    align-items: flex-start;
    justify-content: flex-start;
}

.footerSec .news-letter.moveRightTxt ul li a img {
    width: 15px;
}

footer ul.social li a i {
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    opacity: 1;
}

footer ul.social li a i:hover {
    background: #f17d28;
    border: 1px solid #f17d28;
}

footer h5.c-red {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.footer-about p {
    color: #000;
}

.footerSec .news-letter.moveRightTxt ul {
    margin: 0px;
}

.footerSec .foot-useful-link.moveRightTxt ul {
    column-count: 2;
}

.footerSec .moveRightTxt li a {
    margin: 20px 0px;
    display: inline-block;
}

.footerSec .news-letter.moveRightTxt ul li {
    margin: 38px 0px;
}

.foot-useful-link.moveRightTxt {
    width: 75%;
    margin: 0px auto;
}

.foot-products {
    width: 75%;
    float: right;
}

.footerSec .news-letter.moveRightTxt ul li:last-child {
    margin-bottom: 0;
}

/* Footer  */

/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.testimonial-sec .row {
    position: relative;
}

.test-box-text {
    background: #0a293d;
    padding: 24px 40px 30px 30px;
    width: 61%;
    margin-left: 180px;
    border-radius: 10px;
    margin-bottom: -80px;
}

.testi-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    margin: 0px auto;
    display: table;
    margin-left: 20px;
    object-fit: cover;
    object-position: center;
}

.testi-box {
    overflow: hidden;
}

.test-box-text h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #fff;
    font-family: "nexa";
}

.test-box-text span {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-family: "Montserrat";
    font-weight: 400;
}

.testi-box {
    margin: 0;
}

.testimonial-sec .slick-prev:before,
.testimonial-sec .slick-next:before {
    top: 326px !important;
    position: absolute;
    left: 630px;
    right: auto;
    z-index: 9999999999 !important;
    font-family: "Font Awesome 6 Pro";
    width: 65px;
    height: 60px;
    background: transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #0000004a;
    content: "";
}

.testimonial-sec .slick-next:before {
    right: auto !important;
    left: -532px !important;
    content: "";
    font-size: 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: 280px;
    width: 21%;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -310px;
    top: 40%;
    z-index: 9;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
    top: 40%;
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
}

.testi-slider-box ul.star i {
    color: #fff;
    font-size: 13px;
}

.testi-slider-box {
    position: relative;
    display: flex;
    align-items: end;
    padding: 0px 0 120px;
}

.testi-img {
    width: 720px;
    border-radius: 10px;
    object-fit: cover;
    height: 380px;
    position: relative;
}

.testimonial-sec .slick-prev:hover:before,
.testimonial-sec .slick-next:hover:before {
    background: #f17d28;
    border-color: #f17d28;
}

span.small {
    font-size: 33px;
    color: #bbbbba;
}

.test-box-text p {
    color: #fff;
    font-weight: 400;
    opacity: 70%;
    margin: 0;
}

.testimonial-sec .centerCol {
    padding-left: 80px;
}

.testimonial-sec .slick-next::after,
.testimonial-sec .slick-prev::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    transition: 0.1s;
    top: 346px !important;
    left: 650px;
    background-image: url(../images/prev-arrow.png);
    background-position: 52% 56%;
    background-size: 13px 7px;
    opacity: 60%;
    z-index: 99999999999;
}

.testimonial-sec .slick-next::after {
    background-image: url(../images/next-arrow.png) !important;
    right: auto !important;
    left: -510px !important;
}

.testi-slider button.slick-next.slick-arrow:hover:after {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.testi-slider button.slick-prev.slick-arrow:hover:after {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.ab-text .smp-block h3 {
    font-weight: bold;
}

/* Testimonial Section End */


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}

h1.entry-title {
    color: #0a293d;
    font-size: 50px;
    line-height: 60px;
}

.single-post .entry-content h4,
h3,
h2 {
    color: #0a293d;
}

.single-post .entry-meta {
    margin-bottom: 12px;
}

.single-post .post-thumbnail {
    margin-bottom: 30px;
    margin-top: 30px;
}

div#comments {
    display: none;
}

.serviceSlider1 .siteBtn1 a.pbtn.text-light {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    border: 1px solid #f17d28;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 1px #f17d28;
    transition: 0.3s;
    color: #000 !important;
}

.serviceSlider1 .slick-current.slick-center .service-card .sercice-txt a.pbtn.text-light {
    color: #fff !important;
}

.nav-links {
    display: none;
}

footer.entry-footer {
    display: none;
}

.ab-img1 {
    width: 100%;
    height: 660px;
}

.ab-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .btmSec .btmWrap:before {
        left: -12px;
    }

    .btmSec:before {
        left: 120px;
    }

    section.banner-sec.inner-banner.all-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner-banner .banner-txt h1 {
        margin: 0px 0px 0px 0px !important;
    }

    .bannerslider .slick-track,
    .bannerslider .slick-slide {
        margin: 0px 0px;
        max-width: 100%;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .btmSec {
        width: 90%;
    }

    .menuSec ul li a {
        font-size: 13px;
        padding: 10px 0px;
    }

    .menuSec ul {
        justify-content: space-between;
    }


    .stand-col-right {
        height: 100%;
        position: relative;
        padding-left: 10px;
        text-align: center;
        justify-content: space-between;
    }

    .standWrap {
        width: 90%;
        padding: 35px 30px;
    }

    .tradeWrap {
        width: 100%;
        height: 470px;
        padding-top: 60px;
    }

    section.stand {
        margin-top: -100px;
    }

    section.product {
        padding: 70px 0;
    }

    .testimonial-sec .slick-next:before {
        left: -580px !important;
    }

    .testimonial-sec .slick-next::after {
        left: -559px !important;
    }

    .newslaterWrap {
        padding: 40px 40px;
    }

    .newslaterWrap .txt-icon h3 {
        font-size: 25px;
    }

    .newslaterWrap .txt-icon h3 br {
        display: none;
    }

    .foot-useful-link.moveRightTxt {
        width: 100%;
    }

    .footerSec .moveRightTxt li a {
        margin: 10px 0px;
        font-size: 13px;
    }

    .footerSec .news-letter.moveRightTxt {
        width: 100%;
    }

    .footerSec .news-letter.moveRightTxt ul li {
        margin: 22px 0px;
    }

    section.banner-sec.inner-banner.all-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner-banner .banner-txt h1 {
        margin: 0px 0px 0px 0px !important;
    }

    .bannerslider .slick-track,
    .bannerslider .slick-slide {
        margin: 0px 0px;
        max-width: 100%;
    }






}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .menuSec ul {
        gap: 0px;
        justify-content: space-between;
    }

    .menuSec ul li a {
        padding: 10px 0px;
        font-size: 12px;
    }

    .btmSec .container {
        padding-right: 20px;
    }

    h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .banner_text h1 {
        padding-bottom: 0px;
    }

    .home-btns-g {
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }

    .home-btns-g .call-bt {
        padding-left: 10px;
    }

    .home-baner-img {
        height: 550px;
        object-fit: cover;
    }

    .home-baner .banner_text {
        margin-bottom: 70px;
    }

    .btmSec {
        width: 100%;
        bottom: -50px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .mileston p {
        font-size: 12px;
        line-height: 20px;
    }

    .btmSec .btmWrap .col-md-3 {
        width: 30%;
    }

    .btmSec .btmWrap:before {
        left: -70px;
    }

    .btmSec:before {
        left: 30px;
        width: 120px;
        height: 112px;
        background-size: contain;
    }

    .mileston {
        text-align: center !important;
    }

    .siteBtn .pbtn {
        padding: 0px 10px;
    }

    header .topSec .flatyLinks:before {
        width: 6%;
        top: 50%;
        opacity: 30%;
        left: 99px;
    }

    section.about .abtwrap {
        width: 100%;
    }

    .ab-col-left .subTitel_heading {
        left: -2px;
    }

    section.about {
        padding: 60px 0;
    }

    header .topSec {
        padding: 10px 0 10px;
        margin-bottom: 7px;
    }

    .mileston.box2:before {
        right: -3px;
    }

    .mileston.box2 p {
        left: 0px;
    }

    .tradeWrap {
        width: 100%;
        padding-top: 40px;
        height: fit-content;
        padding-bottom: 40px;
    }

    section.trade:before {
        height: 100%;
    }

    section.trade {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .trade-right-col .trade-img {
        bottom: 0;
        right: 0px;
        height: 100%;
        width: 300px;
        display: flex;
    }

    .standWrap {
        width: 90%;
        padding: 30px 20px;
    }

    section.stand {
        margin-top: -40px;
    }

    .stand-col-left {
        padding-left: 0px;
    }

    .stand-col-right {
        height: 100%;
        margin-top: 20px;
        padding-left: 10px;
        position: relative;
        text-align: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .stand-col-right:before {
        height: 100%;
        top: 0px;
        left: -10px;
    }

    stand-col-left .stand-txt ul li {
        gap: 10px;
        align-items: baseline !important;
    }

    .stand-col-left .stand-txt ul {
        gap: 10px;
        margin: 5px 0 5px;
    }

    .stand-col-left .stand-txt {
        width: 100%;
        margin-bottom: 10px;
    }

    section.connect .contWrap {
        width: 100%;
    }

    .cont-img1 {
        height: 600px;
        width: 100%;
    }

    .cont-img1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .newslaterWrap {
        padding: 30px 40px;
        border-radius: 10px;
    }

    .newslaterWrap .txt-icon {
        gap: 15px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .gform_wrapper.gravity-theme * {
        width: 100%;
    }

    .gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
    .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        display: flex !important;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .foot-products {
        width: 100%;
    }

    .footerSec .news-letter.moveRightTxt {
        width: 100%;
    }

    footer .foot-products {
        margin: 20px 0px;
    }

    .foot-useful-link.moveRightTxt {
        width: 100%;
    }

    .footerSec .moveRightTxt li a {
        margin: 8px 0px;
    }

    .footerSec .news-letter.moveRightTxt ul li {
        margin: 25px 0px;
    }

    .testimonial-sec .centerCol {
        padding-left: 0px;
    }

    .testi-img {
        width: 100%;
        height: 380px;
    }

    .test-box-text {
        width: 85%;
        margin-left: 30px;
        border-radius: 10px;
        margin-bottom: -80px;
    }

    .testimonial-sec .slick-prev:before,
    .testimonial-sec .slick-next:before {
        width: 45px;
        left: 320px;
        height: 40px;
    }

    .testimonial-sec .slick-next::after,
    .testimonial-sec .slick-prev::after {
        top: 335px !important;
        left: 330px;
    }

    .testimonial-sec .slick-next::after {
        left: -779px !important;
    }

    .testimonial-sec .slick-next:before {
        left: -790px !important;
    }

    .testimonial-sec {
        padding-bottom: 60px;
    }

    section.services button.slick-prev,
    section.services button.slick-next {
        width: 50px;
        height: 50px;
    }

    section.services button.slick-prev {
        left: 0px;
        z-index: 3;
        background: #fff;
    }

    section.services button.slick-next {
        right: 0;
        background-color: #fff;
    }

    .testi-slider button.slick-next.slick-arrow {
        right: -355px;
        top: 40%;
    }


















}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .standWrap {
        width: 100%;
        margin: 0px auto;
        padding: 20px 10px 40px;
    }

    .stand-col-left {
        padding-left: 5px;
    }

    section.stand {
        margin-top: 30px;
    }

    .tradeWrap {
        width: 100%;
        margin: 0px auto;
        height: fit-content;
        padding-top: 30px;
    }

    section.trade {
        padding-top: 10px;
    }

    section.trade:before {
        height: 100%;
        background-size: cover;
    }

    .trade-right-col .trade-img {
        right: 0px;
        position: relative;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .btmSec .btmWrap:before {
        height: 100px;
        top: unset;
        left: 0;
        bottom: 0;
        width: 180px;
    }

    header .topSec:before {
        width: 100%;
        height: 100%;
    }

    header .topSec:after {
        display: none;
    }

    .top-bar-left h6 {
        font-size: 12px;
        line-height: 18px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    img.custom-logo {
        object-fit: contain;
        width: 100% !important;
        height: 100px !important;
    }

    .btmSec .btmWrap {
        padding-left: 10px;
    }

    .heading p {
        width: 100%;
    }

    section.about .abtwrap {
        width: 100%;
    }

    .ab-img1 {
        height: 450px;
    }

    .subTitel_heading h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .ab-col-left .subTitel_heading {
        left: -5px;
    }

    .subTitel_heading {
        height: 200px;
        width: 50px;
    }

    .ab-col-right {
        margin-top: 30px;
        padding-left: 0px;
    }

    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .siteBtn .pbtn {
        height: 40px;
        padding: 0px 20px;
    }

    section.about {
        padding: 40px 0;
    }

    section.services button.slick-prev,
    section.services button.slick-next {
        width: 30px;
        height: 30px;
        background-color: #fff;
    }

    section.services button.slick-prev {
        left: 0px;
        z-index: 1;
    }

    section.services button.slick-next {
        right: 0px;
    }

    .service-card .sercice-txt {
        margin: -50px auto 0px;
        padding: 15px 10px 15px 15px;
    }

    .serviceSlider .slick-slide {
        margin: 0px 5px;
    }

    .service-card .sercice-txt h6 {
        width: 40px;
        height: 40px;
        right: 25px;
        top: -30px;
    }

    .service-card .sercice-txt h6 img {
        width: 20px;
        object-fit: contain;
    }

    section.services button.slick-prev::before,
    section.services button.slick-next::before {
        background-position: 48% 44%;
    }

    .service-card .sercice-txt .pbtn.text-light {
        height: 40px;
    }

    .service-card .sercice-img img {
        height: 300px;
        object-fit: cover;
    }

    .trade-left-col p {
        opacity: 100%;
        width: 100%;
    }

    .trade-left-col h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 0px;
    }

    .trade-right-col .trade-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trade-right-col .trade-img img {
        height: 200px;
    }

    .stand-col-left .stand-txt ul {
        gap: 5px;
        align-items: baseline;
        margin: 5px 0 0px;
    }

    .stand-col-left .stand-txt ul li {
        align-items: baseline !important;
    }

    .stand-col-left .stand-txt ul li span {
        opacity: 100%;
    }

    .stand-col-right {
        padding-left: 5px;
        margin-top: 25px;
    }

    .stand-col-left .stand-txt {
        width: 100%;
        margin-bottom: 10px;
    }

    section.product {
        padding: 40px 0;
    }

    .heading {
        margin-bottom: 20px;
    }

    .product-card {
        margin-bottom: 15px;
    }

    .testi-slider-box {
        padding: 0px 0 0px;
        align-items: center;
        flex-direction: column;
    }

    .testimonial-sec .centerCol {
        padding-left: 0px;
        padding-right: 0px;
    }

    .test-box-text {
        width: 95%;
        margin-left: 14px;
        margin-bottom: 0px;
        padding: 15px 20px 20px 20px;
    }

    .testi-img {
        width: 100%;
        height: 300px;
    }

    .testi-img img {
        margin-left: 0px;
    }

    .testi-box {
        margin: 0px 10px;
    }

    .testimonial-sec {
        padding-bottom: 40px;
    }

    section.connect .contWrap {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 200px;
    }

    .newslaterWrap {
        padding: 20px 20px;
    }

    section.connect {
        padding-bottom: 40px;
    }

    .newslaterWrap .txt-icon {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .newslater-right-col {
        margin-top: 10px;
        margin-left: 0px;
    }

    .newslaterWrap .txt-icon h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .newslaterWrap .txt-icon h3 br {
        display: none;
    }

    .footerSec .moveRightTxt li a {
        margin: 5px 0px;
    }

    .gform_wrapper.gravity-theme .gform_footer,
    .gform_wrapper.gravity-theme .gform_page_footer {
        padding: 0px 0;
    }

    .foot-useful-link.moveRightTxt {
        width: 100%;
        margin: 20px auto;
    }

    .foot-products {
        width: 100%;
    }

    .footerSec .news-letter.moveRightTxt {
        width: 100%;
        float: right;
    }

    .footerSec .news-letter.moveRightTxt ul li {
        margin: 10px 0px;
    }

    .home-baner-img {
        height: 720px;
        object-fit: cover;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner_text h3 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .banner_text h1 {
        padding-bottom: 5px;
    }

    .btmSec {
        width: 100%;
        bottom: 0px;
    }

    header .topSec .flatyLinks {
        margin-left: 0px;
    }

    ul.social li a i {
        width: 30px;
        height: 30px;
        font-size: 12px;
        opacity: 85%;
    }

    .home-btns-g {
        width: 100%;
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .top-bar-left {
        text-align: center;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
        display: flex !important;
    }

    header .topSec .flatyLinks:before {
        top: 50%;
        width: 17%;
        left: 94px;
        height: 2px;
        content: "";
        opacity: 35%;
        position: absolute;
    }

    .slicknav_menu {
        background: #0a293d;
    }

    .slicknav_nav a:hover {
        background: #f17d28;
    }

    .siteBtn {
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }

    .home-baner .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin-top: 20px;
    }

    .btmSec .container {
        padding-left: 0;
        clip-path: none;
        padding-right: 0px;
    }

    .mileston {
        text-align: center !important;
    }

    .btmSec:before,
    .btmSec .btmWrap:before {
        display: none;
    }

    section.banner-sec.inner-banner.all-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner-banner .banner-txt h1 {
        margin: 0px 0px 0px 0px !important;
    }

    .bannerslider .slick-track,
    .bannerslider .slick-slide {
        margin: 0px 0px;
        max-width: 100%;
    }

    input#gform_submit_button_1 {
        height: 45px !important;
        padding: 0px 25px !important;
        width: fit-content !important;
    }

    .testimonial-sec .slick-prev:before,
    .testimonial-sec .slick-next:before {
        display: none;
    }



}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .standWrap {
        width: 100%;
        margin: 0px auto;
        padding: 20px 10px 40px;
    }

    .stand-col-left {
        padding-left: 5px;
    }

    section.stand {
        margin-top: 30px;
    }

    .tradeWrap {
        width: 100%;
        margin: 0px auto;
        height: fit-content;
        padding-top: 30px;
    }

    section.trade {
        padding-top: 10px;
    }

    section.trade:before {
        height: 100%;
        background-size: cover;
    }

    .trade-right-col .trade-img {
        right: 0px;
        position: relative;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .btmSec .btmWrap:before {
        height: 100px;
        top: unset;
        left: 0;
        bottom: 0;
        width: 180px;
    }

    header .topSec:before {
        width: 100%;
        height: 100%;
    }

    header .topSec:after {
        display: none;
    }

    .top-bar-left h6 {
        font-size: 12px;
        line-height: 18px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    img.custom-logo {
        object-fit: contain;
        width: 100% !important;
        height: 100px !important;
    }

    .btmSec .btmWrap {
        padding-left: 10px;
    }

    .heading p {
        width: 100%;
    }

    section.about .abtwrap {
        width: 100%;
    }

    .ab-img1 {
        height: 450px;
    }

    .subTitel_heading h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .ab-col-left .subTitel_heading {
        left: -5px;
    }

    .subTitel_heading {
        height: 200px;
        width: 50px;
    }

    .ab-col-right {
        margin-top: 30px;
        padding-left: 0px;
    }

    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .siteBtn .pbtn {
        height: 40px;
        padding: 0px 20px;
    }

    section.about {
        padding: 40px 0;
    }

    section.services button.slick-prev,
    section.services button.slick-next {
        width: 30px;
        height: 30px;
        background-color: #fff;
    }

    section.services button.slick-prev {
        left: 0px;
        z-index: 1;
    }

    section.services button.slick-next {
        right: 0px;
    }

    .service-card .sercice-txt {
        margin: -50px auto 0px;
        padding: 15px 10px 15px 15px;
    }

    .serviceSlider .slick-slide {
        margin: 0px 5px;
    }

    .service-card .sercice-txt h6 {
        width: 40px;
        height: 40px;
        right: 25px;
        top: -30px;
    }

    .service-card .sercice-txt h6 img {
        width: 20px;
        object-fit: contain;
    }

    section.services button.slick-prev::before,
    section.services button.slick-next::before {
        background-position: 48% 44%;
    }

    .service-card .sercice-txt .pbtn.text-light {
        height: 40px;
    }

    .service-card .sercice-img img {
        height: 300px;
        object-fit: cover;
    }

    .trade-left-col p {
        opacity: 100%;
        width: 100%;
    }

    .trade-left-col h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 0px;
    }

    .trade-right-col .trade-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trade-right-col .trade-img img {
        height: 200px;
    }

    .stand-col-left .stand-txt ul {
        gap: 5px;
        align-items: baseline;
        margin: 5px 0 0px;
    }

    .stand-col-left .stand-txt ul li {
        align-items: baseline !important;
    }

    .stand-col-left .stand-txt ul li span {
        opacity: 100%;
    }

    .stand-col-right {
        padding-left: 5px;
        margin-top: 25px;
    }

    .stand-col-left .stand-txt {
        width: 100%;
        margin-bottom: 10px;
    }

    section.product {
        padding: 40px 0;
    }

    .heading {
        margin-bottom: 20px;
    }

    .product-card {
        margin-bottom: 15px;
    }

    .testi-slider-box {
        padding: 0px 0 0px;
        align-items: center;
        flex-direction: column;
    }

    .testimonial-sec .centerCol {
        padding-left: 0px;
        padding-right: 0px;
    }

    .test-box-text {
        width: 90%;
        margin-left: 14px;
        margin-bottom: 0px;
        padding: 15px 20px 20px 20px;
    }

    .testi-img {
        width: 100%;
        height: 300px;
    }

    .testi-img img {
        margin-left: 0px;
    }

    .testi-box {
        margin: 0px 10px;
    }

    .testimonial-sec {
        padding-bottom: 40px;
    }

    section.connect .contWrap {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 200px;
    }

    .newslaterWrap {
        padding: 20px 20px;
    }

    section.connect {
        padding-bottom: 40px;
    }

    .newslaterWrap .txt-icon {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .newslater-right-col {
        margin-top: 10px;
        margin-left: 0px;
    }

    .newslaterWrap .txt-icon h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .newslaterWrap .txt-icon h3 br {
        display: none;
    }

    .footerSec .moveRightTxt li a {
        margin: 5px 0px;
    }

    .gform_wrapper.gravity-theme .gform_footer,
    .gform_wrapper.gravity-theme .gform_page_footer {
        padding: 0px 0;
    }

    .foot-useful-link.moveRightTxt {
        width: 100%;
        margin: 20px auto;
    }

    .foot-products {
        width: 100%;
    }

    .footerSec .news-letter.moveRightTxt {
        width: 100%;
        float: right;
    }

    .footerSec .news-letter.moveRightTxt ul li {
        margin: 10px 0px;
    }

    .home-baner-img {
        height: 720px;
        object-fit: cover;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner_text h3 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .banner_text h1 {
        padding-bottom: 5px;
    }

    .btmSec {
        width: 100%;
        bottom: 0px;
    }

    header .topSec .flatyLinks {
        margin-left: 0px;
    }

    ul.social li a i {
        width: 30px;
        height: 30px;
        font-size: 12px;
        opacity: 85%;
    }

    .home-btns-g {
        width: 100%;
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .top-bar-left {
        text-align: center;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
        display: flex !important;
    }

    header .topSec .flatyLinks:before {
        top: 50%;
        width: 17%;
        left: 94px;
        height: 2px;
        content: "";
        opacity: 35%;
        position: absolute;
    }

    .slicknav_menu {
        background: #0a293d;
    }

    .slicknav_nav a:hover {
        background: #f17d28;
    }

    .siteBtn {
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
    }

    .home-baner .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin-top: 20px;
    }

    .btmSec .container {
        padding-left: 0;
        clip-path: none;
        padding-right: 0px;
    }

    .mileston {
        text-align: center !important;
    }

    .btmSec:before,
    .btmSec .btmWrap:before {
        display: none;
    }

    section.banner-sec.inner-banner.all-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner-banner .banner-txt h1 {
        margin: 0px 0px 0px 0px !important;
    }

    .bannerslider .slick-track,
    .bannerslider .slick-slide {
        margin: 0px 0px;
        max-width: 100%;
    }

    input#gform_submit_button_1 {
        height: 45px !important;
        padding: 0px 25px !important;
        width: fit-content !important;
    }
    
    .testimonial-sec .slick-prev:before,
    .testimonial-sec .slick-next:before {
        display: none;
    }
    
    
    
    

























}


/*Media Query End*/