/*
Theme Name: Jda Advertising Theme
Version: 1.0
Author: Techalph
Description: Designed for JDA Advertising L.L.C.
*/


body {
    font-family: var(--primaryFont) !important;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondaryFont);
}

a,
button {
    transition: all ease 0.5s;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
select,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p {
    font-size: 16px;
    color: var(--color3);
}

a {
    transition: all ease 0.5s;
    text-decoration: none !important;
}

.clear {
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
}

:root {
    --secondary: #14407F;
    --primary: #EB6309;
    --black: #242D3C;
    --text: #646A75;
    --white: #FFF;
    --primaryFont : "Ubuntu", sans-serif;
    --secondaryFont : "Rajdhani", sans-serif;
}



header .logo-img {
    max-height: 50px;
}

header .nav-link {
    font-family: var(--secondaryFont);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 16px;
    color: var(--black);
}

header ul.navbar-nav li {
    padding: 0 5px;
}

.btn-quote {
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    min-height: 50px;
    min-width: 150px;
    padding: 5px;
    border: 1px solid var(--primary);
    margin-left: 15px;
    text-transform: uppercase;
}

.btn-quote:hover {
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-search,
.btn-search:hover {
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
    min-width: 50px;
    height: 50px;
    font-size: 18px;
}

header {
    background-color: var(--white) !important;
    padding: 10px 0;
}

header .navbar-collapse {
    position: relative;
}
header .dropdown.menuSet{ position: inherit; }

header .mega-menu {
    position: absolute;
    left: inherit !important;
    right: 0 !important;
    min-width: 1285px;
    max-width: 100%;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 5px #0000000d;
}
header .mega-menu .flagTitle {
    font-weight: 700;
    font-size: 14px;
    margin:10px 0 7px;
    padding: 8px 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    color: var(--primary);
    background-color: #e5e5e5;

    display: none;
}
header .mega-menu .tab-content {
    margin: 0;
    padding: 20px 20px 0;
}

header .mega-menu .prdcBox figure{     
    max-height: 80px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #dddddd96;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
}

.prdcBox .prdcImg { object-fit: cover; width: auto; height: 80px; }

header .mega-menu .prdcBox figcaption{
    font-size: 13px;
    font-weight: 400;
    color: var(--black);
    margin: 3px 0;
    padding: 0;
    line-height: 15px; 
}
header .mega-menu .prdcBox:hover figcaption{ color: var(--primary); }

header .mega-menu .nav .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .mega-menu .prdcBox figcaption p{
    margin: 0;
    padding: 0;
}
header .mega-menu .prdcBox{ margin-bottom: 15px; }

header .mega-menu .nav-pills .nav-link.active, header .mega-menu .nav-pills .show>.nav-link{ background-color: transparent; }










.bg-body-tertiary {
    background-color: var(--white) !important;
}

.showSearch {
    position: absolute;
    width: 100%;
    right: 165px;
    padding: 20px 25px;
    margin: 0;
    background: #FFF;
    bottom: -98px;
    box-shadow: 0 2px 5px #0000001f;
    border-radius: 10px 0px 10px 10px;
    max-width: 800px;
    z-index: 10;
}

.showSearch .form-control {
    height: 50px;
    padding-left: 20px;
    box-shadow: inherit;
    outline: 0;
}

.showSearch .btn.btn-search {
    min-width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
}

.alignRight {
    justify-content: end;
}

.btn-search#serTg {
    padding: 0;
}

.btn-search#serTg i {
    padding: 14px;
}

.serSpc {
    margin-left: 2rem;
}

.bannerWraper {
    margin: 0 0 50px;
}

.boxRight,
.boxLeft {
    position: relative;
    min-height: 620px;
}

.boxLeft::after {
    content: ' ';
    background-color: var(--primary);
    border-radius: 50px;
    min-height: 620px;
    transform: rotate(360deg) skewX(26deg) scale(1.4, 1.0);
    width: 100%;
    height: 100%;
    display: block;

    position: absolute;
    left: -33%;
    top: 0;
    z-index: 1;
}

.boxRight .bnr_content {
    background-color: var(--secondary);
    border-radius: 50px 0 0 50px;
    min-height: 616px;
    transform: rotate(360deg) skewX(26deg) scale(1.41, 1.0);
    width: 105%;
    height: 100%;
    display: block;

    position: absolute;
    right: -13%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.banner_bg {
    overflow: hidden;
    max-height: 620px;
}

.bgVector {
    position: absolute;
    z-index: 2;
    max-width: 67%;
    left: 0;
    top: 0;
}


.boxRight .bnr_content video {
    /* transform: rotate(360deg) skewX(-19deg);
    margin: -22% 0 0 -22%;
    height: 130%;
    min-width: 115%; */
    transform: rotate(360deg) skewX(-19deg);
    margin: -4% 0 0 -55%;
    height: 100vh;
    min-width: 100%;
}

.boxLeft .bnr_content {
    position: relative;
    z-index: 3;
    color: var(--white);
    padding: 16% 25% 0 5%;
}

.pad-30 {
    padding: 0 30px !important;
}

.bnr_content h6 {
    font-size: 22px;
    font-weight: 300;
    margin: 0px;
    padding: 0;
    letter-spacing: 0.5px;
    font-family: var(--primaryFont) !important;
}

.bnr_content h1{
    font-size: 63px;
    font-weight: 600;
    line-height: 62px;
    margin: 10px 0;
    padding: 0;
    letter-spacing: 0.5px;
}

.bnr_content p{
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    font-family: var(--secondaryFont);
    margin: 15px 0 0;
    padding: 0;
}
.boxRight .bnr_content .bannerImg {
    transform: rotate(360deg) skewX(-19deg);
    margin: 0 0 0 -19%;
    min-height: 625px;
    /* object-fit: cover; */
    height: auto;
}
.bnr_content .getStart {
    border: 1px solid var(--white);
    color: var(--white);
    min-width: 194px;
    min-height: 50px;
    padding: 5px 0;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
}

.bnr_content .getStart:hover {
    color: var(--primary);
    background-color: var(--white);
}

.abt_bx {
    width: 100%;
    min-height: 150px;
    border-radius: 10px;
    background-color: var(--secondary);
    color: var(--white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    padding: 5px 10px;
}

.abt_bx.orng {
    background-color: var(--primary);
}

.abt_bx h6 {
    font-family: var(--secondaryFont);
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.abt_bx h6 span {
    font-family: var(--primaryFont) !important;
    font-weight: 300 !important;
    font-size: 14px;
    display: block;
    letter-spacing: 0.5px;
}

.abtWraper figure.abtImg {
    border-radius: 10px;
    overflow: hidden;
    max-height: 400px;
}

.abtWraper figure.abtImg img {
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}

.sepSect {
    padding: 30px 0;
}

.main_title {
    color: var(--black);
    font-size: 66px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 15px 0 20px;
    letter-spacing: 0.5px;
}

.cont_title {
    color: var(--text);
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: inherit;
    padding: 0;
    margin: 5px 0 20px;
    font-family: var(--primaryFont) !important;
    letter-spacing: 0.8px;
}

.abtWraper p {
    color: var(--text);
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0;
}

.abtWraper .imgSpc {
    padding-right: 3%;
}

.moreBtn {
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    min-height: 50px;
    min-width: 177px;
    padding: 5px;
    border: 1px solid var(--primary);
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.3px;
}


.industryWraper {
    background-color: #252424;
    color: var(--white);
}

.industryWraper .main_title {
    color: var(--primary);
    text-transform: capitalize;
}

.industryWraper .cont_title {
    color: var(--white);
    text-transform: inherit;
    font-weight: 300;
}

.industryWraper .icBox figure {
    margin: 0 0 1rem;
    border: 1px solid var(--primary);
    border-radius: 10px;
    color: var(--primary);
    display: inline-flex;
    padding: 5px;
    min-height: 100px;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
}

.industryWraper .icBox {
    padding-right: 6%;
}

.industryWraper .icBox figcaption {
    font-size: 26px;
    font-family: var(--secondaryFont);
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.industryWraper .icBox dl,
.industryWraper .icBox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
}

.industryWraper p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 15px;
}

.industryWraper .icBox figure img {
    height: auto;
    max-height: 45px;
}

.industryWraper figure.icInd {
    border-radius: 10px;
    border: 1px solid var(--white);
    opacity: 0.4;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 150px;
    margin: 0 0 25px;
}

.industryWraper figure.icInd:hover {
    border-radius: 10px;
    border: 1px solid var(--primary);
    opacity: 1;
    background-color: var(--primary);
}

.industryWraper figure.icInd img {
    height: auto;
    max-height: 50px;
}

.industryWraper figure.icInd figcaption {
    font-size: 20px;
    font-family: var(--secondaryFont);
    font-weight: 600;
    margin: 15px 0 0;
    letter-spacing: 0.3px;
}

.gallery-item {
    position: relative;
}
.prdctWraper .gallery-item {
    height: 350px;
}

.gallery-item img {
    opacity: 1;
    transition: opacity 0.35s;
    object-fit: cover;
}

.gallery-item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #14222d;
    background-image: url(assets/images/icons/zoom.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-item:hover img {
    opacity: 0.2;
    transition: opacity 0.35s;
}

.sliderWraper .owl-prev {
    position: absolute;
    right: 90px;
    top: -42px;
    transform: translateY(-50%);
    opacity: 0.6;
}

.sliderWraper .owl-next {
    position: absolute;
    right: 0;
    top: -39px;
    transform: translateY(-50%);
}

.sliderWraper .img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 600;
    z-index: 10;
    font-size: 20px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    background-image: url(assets/images/icons/bg-blk.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 0 20px;
}

.prdctWraper .prodcut_title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.prdctWraper {
    background-color: #F2F2F2;
}

.prdctWraper .title-side {
    width: 200px;
    float: left;
    transform: rotate(-90deg);
}

.prdctWraper .prdctList {
    width: calc(100% - 200px);
    float: left;
}

section,
header,
footer,
.wraper {
    float: left;
    width: 100%;
}


.prdctWraper .title-side .main_title {
    margin: 0;
    padding: 0;
    margin-left: -280px;
    font-size: 60px;
}

.prdctWraper .title-side .cont_title {
    margin-left: -290px;
    color: var(--secondary);
    text-transform: inherit;
}

.footer_wrapper {
    display: flex;
    margin-top: 50px;
}

ul.socialFtr li a img {
    max-width: 22px !important;
}

ul.socialFtr {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

ul.socialFtr li a {
    background: #fff;
    display: flex;
    padding: 3px 3px;
    border: 0;
    opacity: 0.8;
}
ul.socialFtr li a:hover { color: var(--primary);}
ul.socialFtr li a {
    display: flex;
    align-items: center;
}


.f_logo img {
    max-width: 260px;
    margin-bottom: 30px;
}

.f_about {
    width: 30%;
    padding-right: 3%;
}

.f_links {
    width: 20%;
    padding-left: 10px;
}

.f_links ul li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 17px;
}
.f_links ul li::before {
    background-image: url(assets/images/icons/footeraroow.svg);
    content: ' ';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 7px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
}

.f_links ul li a,
.f_contact ul li,
.copyright-section span,
.f-newsletter p {
    color: #242d3cd9;
    font-size: 14px;
}
.f_about p{
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
}

.f_links ul li a img {
    width: 11px;
    margin-right: 10px;
}

.f_contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.con-icon {
    background: transparent;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 3px;
    padding: 5px;
}
.whatsapIc {
    width: 80px;
    display: inline-block;
    height: 80px;
    position: fixed;
    bottom: 40px;
    right: 2px;
    z-index: 90;
}
.footer_wrapper h3 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

input.email-field {
    height: 50px;
    padding: 0px 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.f-newsletter .form-group button {
    position: absolute;
    border: 0;
    right: 3px;
    background-color: transparent;
    outline: 0;
    top: 27px;
}

.f-newsletter input.email-field {
    height: 50px;
    padding: 0px 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    width: 100%;
}

.f-newsletter .form-group {
    position: relative;
}

.f-newsletter .form-group button img {
    width: 30px;
}

.copyright-section {
    margin-top: 30px;
}

.copyright-section span {
    font-family: var(--secondaryFont);
    font-weight: 600;
    font-size: 15px;
}

.f_contact {
    width: 35%;
}

ul.nav.nav-fill.nav-tabs li a {
    padding: 0;
    color: #242D3C;
    font-family: var(--secondaryFont);
    font-weight: 700;
    font-size: 15px;
    border: 0 !important;
}

ul.nav.nav-fill.nav-tabs {
    margin-left: 13%;
    border: 0;
    position: relative;
}

ul.nav.nav-fill.nav-tabs li a.active {
    color: var(--primary);
    background-color: transparent;
}

ul.nav.nav-fill.nav-tabs::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary);
    left: -10%;
    border-radius: 20px;
}

ul.nav.nav-fill.nav-tabs::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #eb630969;
    left: -10%;
    border-radius: 5px;
    top: 8px;
}
.prdctWraper .tab-content.pt-5 {
    padding-top: 1rem !important;
}
section.prduct-tabs {
    padding-bottom: 80px;
    background-color: #F2F2F2;
}

.px-0.btn.btn-secondary.submit-btn.w-100 {
    background: var(--primary);
    font-size: 22px;
}

button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-header {
    display: flex;
    justify-content: center;
}

h1.modal-title {
    font-size: 30px !important;
    font-weight: 700;
    color: #242D3C;
}

.modal-content {
    padding: 30px;
    border-radius: 20px;
    padding-top: 0px;
}

.px-0.btn.btn-secondary.submit-btn.w-100 {
    background: var(--primary);
    font-size: 22px;
    border-radius: 10px;
    border: 0;
    height: 50px;
}
.country-code-txt {
    width: 100px !important;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 13px !important;
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.form-controlnew, .country-code-txt {
    width: 100%;
    padding: 6px 17px;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: 0;
    box-shadow: inherit
}
.quoteForm .form-group{ 
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px; 
}

.form-group{ position: relative; }

.modal-content textarea.form-controlnew {
    min-height: 85px;
}
select.custom-select.country-code {
    border: 0;
    position: absolute;
    top: 11px;
    left: 10px;
    color: #000;
    width: 95px;
    font-size: 14px;
    outline: 0;
    box-shadow: inherit;
}

input.form-controlnew.phonee {
    padding-left: 110px;
}


.banner-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 75px;
    display: flex;
    justify-content: space-around;
}

.banner-carousel .owl-dot {
    margin: 0 8px 0 0;
    opacity: .5;
}

.banner-carousel .owl-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    ;
    border-radius: 100%;
    background: #FFF;
}

.banner-carousel .owl-dot.active {
    opacity: 1;
}
.breadcrumbStyle a{ color: var(--te); }

.breadcrumb-item.active{ color: var(--primary); }

.innerBanner {
    background-color: #020A0F;
    margin: 0 0 10px;
}
.innerBanner .banner_bg{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom right !important;
}
.innerBanner .banner_bg {
    max-height: 345px;
}
.breadcrumbStyle {
    float: left;
    width: 100%;
}
.innerBanner .boxLeft::after {
    border-radius: 0px 23px 89px 0px;
    min-height: 350px;
    transform: rotate(360deg) skewX(36deg) scale(1.4, 1.0);
    height: auto;
}

.innerBanner .boxLeft .bnr_content {
    padding: 15px 0;
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 345px;
}

.innerBanner .breadcrumb {
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    margin: 5px 0;
}

.innerBanner .breadcrumb-item.active,
.innerBanner .breadcrumb-item a,
.innerBanner .breadcrumb-item+.breadcrumb-item::before {
    color: var(--text);
}

.innerBanner .bnr_content h1 {
    text-transform: uppercase;
    font-weight: 700;
}
.abt_innerImg img{ width: 100%; min-height: 500px; object-fit: cover; }

.innerAbt .imgSpc{ padding-right: 15px; }

figure.abt_innerImg {
    border-radius: 0 200px 0 200px;
    overflow: hidden;
}
.innerAbt-cont{ padding-left: 3%; }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{ color: var(--primary); }

.innerAbt{ margin-bottom: 3rem; }

.visionBox{
    border-radius: 30px;
    background: var(--white);
    box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.05);
    width: calc(100% + 150px);
    min-height: 200px;
    margin-left: -150px;
    position: relative;
}
.visionBox figure{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.innerAbt-cont .cont_title{ font-weight: 600; color: var(--black); }

.innerAbt-cont p {  font-weight: 400; }

.visionBox figcaption {
    font-size: 26px;
    font-family: var(--secondaryFont);
    font-weight: 700;
    margin: 10px 0;
    letter-spacing: 0px;
    line-height: 28px;
}
.visionBox figcaption p{
    font-family: var(--secondaryFont);
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 27px;
    font-weight: 700;
    color: var(--black);
}

.innerAbt .imgSpc{ position: relative; }
.innerAbt .cirIcs {
    max-width: 100px;
    margin-top: 50px;
    display: inline-block;
    right: -117px;
    position: absolute;
    bottom: -20px;
}

.quoteBnr, .bulk_quoteBnr{ 
    background-attachment: fixed !important;
    background-position: center center  !important;
    background-repeat: no-repeat  !important;
    background-size: cover  !important;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}
.quoteBnr:after, .bulk_quoteBnr:after{
    position: absolute;
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    content: ' ';
    left: 0;
    top: 0;
    z-index: 0;
} 
.quoteBnr .container, .bulk_quoteBnr .container, .crewSection .container{ z-index: 1; position: relative; color: var(--white); }

.quoteBnr .main_title{ color: var(--white); font-size: 54px; }

.quoteBnr .cont_title {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-transform: inherit;
}
.quoteBnr .quoteBtn{
    font-family: var(--secondaryFont);
    background: transparent;
    outline: 0;
    box-shadow: inherit;
    border: 0;
    color: var(--white);
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.quoteBnr .quoteBtn .icons {
    width: 66px;
    margin-right: 15px;
}
.bulk_quoteBnr:after{
    background-color: #ea6611d1 !important;
} 
.bulk_quoteBnr .main_title{ color: var(--white); font-size: 56px; }

.bulk_quoteBnr .cont_title {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: inherit;
}
.bulk_quoteBnr .cont_title { padding: 0 13%; }

.bulk_quoteBnr .quoteBtn{ background: var(--primary); color: var(--white); border: 1px solid var(--white); min-height: 50px; border-radius: 5px; min-width: 160px; text-transform: uppercase; }

.crewSection{
    background-color: #242D3C;
    color: var(--white);
    position: relative;
}

.crewSection::before{
    content: ' ';
    background-image: url(assets/images/others/dots.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 0;
    width: 700px;
    height: 360px;
    background-repeat: no-repeat;
    background-size: contain;
}
.crewSection .main_title{  color: var(--white); }

.crewSection .cont_title {  color: var(--white); text-transform: inherit; font-size: 15px; line-height: 26px; }
.teamBox figcaption{ margin: 20px 0; }
.teamBox figcaption h4{ font-size: 24px; font-weight: 700; }
.teamBox figcaption p{ font-size: 16px; font-weight: 300; }
.crewSection .teamBox{ text-align: center;  margin-top: 25px;}
.crewSection .teamBox figure {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.crewSection .teamBox .team_img{  min-width: 180px; min-height: 180px; object-fit: cover;}


.listDesg{ list-style: none;}

.listDesg li{     
    background: url(assets/images/icons/tick.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding: 0 0 0 30px; 
    margin: 10px 0;
    font-weight: 600;
    font-size: 16px;
}
.listDesg.widthSpe li{ display: inline-block; width: 49%; }

.visionImgs{ position: relative; }

.visionImgs .curvImg{ float: right; }

.visionImgs .curvImg::after {
    content: ' ';
    border-radius: 0;
    transform: rotate(368deg);
    height: 130%;
    position: absolute;
    left: -228px;
    top: -30px;
    width: 255px;
    background: #FFF;
    z-index: 1;
}
.visionImgs .curvImgRight, .visionImgs .curvImg{ position: relative; max-height: 460px; overflow: hidden; max-width: 400px;  }


.visionImgs .curvImgRight img, .visionImgs .curvImg img{ width: 100%; }

.visionImgs .curvImgRight::after {
    content: ' ';
    border-radius: 0;
    transform: rotate(375deg);
    height: 130%;
    position: absolute;
    right: -170px;
    top: -30px;
    width: 245px;
    background: #FFF;
    z-index: 1;
}
.visionImgs figure.curvImgRight {
    float: left;
    margin-top: -180px;
    z-index: 1;
    max-height: 410px;
}
.visionImgs figure.Likeicon {
    float: left;
    margin: 5% 0 0 10%;
}
.visionImgs figure.Likeicon img{ max-width: 170px; }

.visionImgs:after{
    background: url(assets/images/others/decor.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 360px;
    height: 100%;
    z-index: 1;
}
.contactWraper .main_title {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0px;
}
.contactWraper p{ color: var(--text); }

.contactWraper .emailPart .con-icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--primary);
    color: var(--white);
    font-size: 30px;
    float: left;
}
.contactWraper .emailPart p{
    font-family: var(--secondaryFont);
    color: var(--text); 
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 3px 0 0;
    padding: 0;
}
.contactWraper .emailPart p a{
    color: var(--black);
    font-size: 23px;
    text-decoration: underline;
    font-weight: 700;
}

.contactWraper .emailPart {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contactWraper .addresSpc .imgSpc{
    border-radius: 10px;
    overflow: hidden;
}
.contactWraper .addresSpc .imgSpc img{ width: 100%; max-height: 250px; object-fit: cover; }

.contactWraper .addresSpc  h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
}

.contactWraper .addresSpc .address{
    color: var(--text);
    font-size: 16px;
    font-family: var(--primaryFont);
}
.contactWraper .addresSpc .address li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px 0 25px;
    letter-spacing: 0.2px;
}
.contactWraper .contaForm {
    background: var(--white);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    max-width: 1000px;
    padding: 3rem 4rem;
    border-radius: 10px;
    margin-top: -170px;
    position: relative;
    z-index: 10;
}
.contactWraper .contaForm h3 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contactWraper .contaForm .inputs, .careerWraper .inputs {
    border-radius: 10px;
    border: 1px solid #CBB8B8;
    background: #FFF;
    width: 100%;
    min-height: 55px;
    padding: 15px;
    font-size: 16px;
    outline: 0;
}
.careerWraper .form-group{margin-bottom: 10px;  }

.careerWraper label{ margin-bottom: 1px; }

.careerWraper .inputs { height: 45px; min-height: 45px; padding: 7px 15px; }

.careerWraper .upFile{ 
    position: relative; 
    overflow: hidden;  
    border-radius: 10px;
    border: 1px solid #CBB8B8;
    background: #FFF;
}

.careerWraper .upFile .inputs {      
    margin-left: -109px;
    font-size: 15px;
    border: 0;
    width: calc(100% + 108px);
    max-width: inherit !important; 
    background-image: url(assets/images/icons/up.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
} 

.contactWraper .contaForm .form-group {
    margin-bottom: 1.5rem;
}
.contactWraper .contaForm textarea.inputs {
    height: 130px;
}
.careerForm{ max-width: 500px; }
.contactWraper .submits {
    background: var(--primary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 10px;
    padding: 10px 25px;
    border: 0;
    height: 50px;
    color: var(--white);
    text-transform: uppercase;
}
.socialWraper{
    background-color: #242D3C;
    color: var(--white);
    background-image: url(assets/images/others/bg-blk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.socialWraper .boxBor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #FFF;
    padding: 3% 5%;
    border-radius: 0px 50px 0 50px;
    position: relative;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}
.socialWraper .boxBor i {
    position: absolute;
    left: -30px;
    top: -28px;
    font-size: 53px;
    background-color: #000;
    line-height: inherit;
    padding: 0;
    margin: 0px;
    height: 70px;
    border-radius: 60px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.socialWraper .socialIc {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.socialWraper .socialIc li{ margin: 10px 15px; font-size:16px; }

.socialWraper .socialIc li:first-child{ margin-left: 5px; }

.socialWraper .titleSocail {
    font-size: 24px;
    color: var(--color3);
    font-weight: 400;
    margin: 0px;
    padding: 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.socialWraper .mainTitle{
    font-size: 50px;
    font-weight: 700;
}
.socialWraper .quoteBtn {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--white);
    min-height: 50px;
    min-width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.socialWraper .socialIc{ position: relative; }

.socialWraper .socialIc::before{
    content: ' ';
    width: 100px;
    height: 1px;
    background-color: #BFBFBF;
}
.careerWraper .cont_title{ text-transform: inherit; margin: 10px 0; padding: 0; }

.careerWraper .main_title {  
    font-size: 55px;
    margin: 10px 0 25px;
    line-height: 52px;
    padding: 0; 
}
.careerWraper .role_title{
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 500;
    color: var(--black);
    margin: 20px 0 10px;
}
.careerWraper .rolesSlct{
    width: 100%;
    margin: 10px 0;
}
.careerWraper .rolesSlct li{
    display: inline-flex;
    align-items: center;
    width: 49%;
    margin: 5px 0 10px;
}
.careerWraper .rolesSlct input[type="checkbox"] {
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    background: #FFF;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
}
.careerWraper .btn {
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    min-height: 50px;
    min-width: 150px;
    width: 100%;
    padding: 5px;
    border: 1px solid var(--primary);
    margin: 15px 0;
    text-transform: uppercase;
}
.careerWraper .form-group label{ width: 100%; margin: 5px 0;  color: var(--text); }


.nav-item.dropdown:hover ul.dropdown-menu.mega-menu{
    display: block !important;
}

.modal-footer { padding-bottom: 0; }
/*
my styles
*/
.wpcf7-form-control-wrap{
    position: unset !important;
}
.wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
}
.dispError{
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.dispSucess{   
    display: none;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output{
    display: none;
}
.prodActive,.prodActive a{
    color: #EB6309 !important;
}
/*
my styles end
*/
#exampleModal .form-group span {
    font-size: 12px;
}
textarea.form-controlnew {
    width: 100%;
    padding: 6px 17px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: inherit;
}

.modal-footer { padding-bottom: 0; }

.productAccord .accordion-button {
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: inherit;
    padding: 10px 5px;
    margin: 5px 0;
    text-transform: uppercase;
}
.productAccord .accordion-button:not(.collapsed){ color: var(--primary); }

.productAccord .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}

.productAccord .accordion-item{ 
    border: 0; 
    padding: 0;     
    border-bottom: 1px solid #ddd;
    border-radius: 0; 
}
.productAccord .accordion-button::after{ transform: rotate(-90deg); }

.productAccord .accordion-body .accordion-item{ border: 0; }

.productAccord .accordion-body{ padding: 0 10px; }

.productAccord .productList {
    font-size: 14px;
    color: #444444;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}
.productAccord .productList a{ 
    color: #444444;
    padding: 5px 0;
    display: block; 
}

.productAccord .productList li { list-style: disc; }

.productAccord .accordion-body .accordion-button::after{
    content: '+';
    font-size: 23px;
    background: transparent;
    transform: inherit !important;
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    margin: 0;
}
.productAccord .accordion-body .accordion-button:not(.collapsed)::after{
    transform: inherit !important;
    content: '-';
    font-size: 30px;
    top: 1px;
}
.productAccord .accordion-body .accordion-button{  padding-left: 20px; font-size: 15px; }
.productAccord .accordion-button::after {
    width: 16px;
    background-size: cover;
    height: 15px;
}

.relatedProducts .gallery-item::before{ display: none; }

.relatedProducts .gallery-item:hover img {
    opacity: 1;
}
.relatedProducts .img-title, .relatedProducts .img-title a{ color: var(--white); }

.relatedProducts .prodcut_title{ 
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
}
.relatedProducts{ color: var(--white); }

.prdctDetails .prdctImg{
    position: relative;
    margin: 0 0 25px;
}
.prdctDetails .prdctImg img{
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    max-height: 550px;
    border-radius: 30px;
    overflow: hidden;
    max-width: 100% !important;
    height: auto !important;
}
.prdctDetails .prdctImg::after{
    background-color: #FBE0CF;
    content: ' ';
    width: 80%;
    height: 80%;
    display: inline-block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    z-index: -10;
    border-radius: 30px;
}

.prdctDetails .main_title {
    font-size: 46px;
    line-height: 43px;
    text-transform: capitalize;
}
.prdctDetails p{
    color: var(--text);
    margin: 0 0 15px;
    line-height: 26px;
}
.prdctDetails .imgSpaces{
    padding-right: 4%;
}

.prdctDetails{ padding-left: 2%; }

.sizeRefer{
    border: 1px solid #BDC0C4;
    border-radius: 10px;
    margin: 30px 0;
    float: left; width: 100%;
}

.sizeRefer h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #E5E6E8;
}
.sizeRefer .bodySpace{ padding: 15px; float: left; width: 100%; }


.sizeRefer .prodAttrOuter {
    float: left;
    width: 100%;
}
.sizeRefer .prodAttrOuter .labels {
    width: 175px;
    display: inline-block;
    float: left;
    margin: 5px 0;
    font-size: 15px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -20px;
}
.sizeRefer .prodAttr p, .sizeRefer .prodAttrOuter p { 
    display: inline-block;
    width: calc(100% - 175px);
    line-height: 20px; 
    float: right;

    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
    padding: 0;
    color: var(--black);
}
.ind_quotes label{
    color: #7C818A;
    font-size: 15px;
    font-weight: 400;
}
.ind_quotes label span {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 5px;
}
.ind_quotes .row .col-md-4 {
    padding: 0 8px;
}
.ind_quotes .row { margin: 0 -8px; }

.country-code-txt-new {
    width: 104px !important;
    float: left;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
.ind_quotes .inputs, .ind_quotes .country-code-txt-new{
    border-radius: 10px;
    border: 1px solid #CBB8B8;
    background: #FFF;
    width: 100%;
    height: 45px;
    padding: 15px;
    font-size: 15px;
    outline: 0;
}
.ind_quotes .quntSpace{
    width: calc(100% - 80px) !important;
    float: left;
}
.modal-body{ padding-bottom: 0; }

.ind_quotes .img-prevSpace {
    width: 70px !important;
    margin-left: 10px;
    float: right !important;
}
.ind_quotes .imgPrev {
    width: 70px;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #CBB8B8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ind_quotes .imgPrev img{ 
    object-fit: cover;
    height: 50px;
    width: auto;
    border-radius: 0px;
} 

.ind_quotes .form-group{     
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%; 
}

.ind_quotes h4{
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0 15px;
    padding: 0;
}
.ind_quotes .country-code{
    position: relative;
    border-radius: 10px;
    border: 1px solid #CBB8B8;
    background: #FFF;
    height: 45px;
    font-size: 14px;
    outline: 0;
    box-shadow: inherit;
    width:80px;
    padding: 10px 5px;
    float: left;
}
.ind_quotes .inputs.phone{ 
    width: calc(100% - 104px);
    float: right;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; 
}

.ind_quotes textarea.inputs {
    height: auto;
    height: 150px;
}
.ind_quotes .subBtn {
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    min-height: 50px;
    min-width: 150px;
    width: auto;
    padding: 5px 30px;
    border: 1px solid var(--primary);
    margin: 0px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.how_itWorks{
    background-color: #FEF7F3;
}
.stepsList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 35px 0 15px;
}
.stepsList::after{
    content: ' ';
    position: absolute;
    border-bottom: 1px dashed #CFCFCF;
    width: 100%;
    height: 1px;
    bottom: 48px;
    z-index: 0;
}
.stepsList li{ list-style: none;  text-align: center; position: relative;     min-width: 100px; }

.stepsList .circle {
    height: 110px;
    width: 110px;
    border: 2px solid #B5B5B5;
    border-radius: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
}
.stepsList .circle img{ max-width: 100px; max-height: 58px; }

.stepsList p{
    color: #B5B5B5;
    font-weight: 600;
    font-size: 26px;
    font-family: var(--secondary);
    background-color: #FEF7F3;
    position: relative;
    z-index: 1;
}
.stepsList h6{
    color: var(--black);
    font-weight: 700;
    font-size:26px;
    text-transform: uppercase;
}
.stepsList li::after{
    background-image: url(assets/images/icons/arrow.png);
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 97px;
    height: 50px;
    background-size: cover;
    right: -153%;
    top: 28px;
}

.stepsList li:last-child{
    overflow: hidden;
}

.how_itWorks .prodcut_title{
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.how_itWorks .subTitle{  font-weight: 500; font-size: 16px; margin: 0 0 15px; }

header .dropdown.menurel {
    position: relative;
}
header .dropdown.menurel .dropdown-menu {
    left: inherit;
    right: 0;
    padding: 5px 7px;
}

.gallery-item{ max-height: 400px; }
.gallery-item img{ min-height: 400px; object-fit: cover; }

.search_resultWraper a{ color: var(--black);}

.search_resultWraper h2.entry-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.search_resultWraper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-height: 350px;
    width: auto !important;
    max-width: 100% !important;
    border-radius: 5px;
    height: auto !important;
}

.search_resultWraper nav.navigation.pagination {
    float: left;
    width: 100%;
}
section.no-results.not-found .page-content.default-max-width, section.no-results.not-found .page-title {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
section.no-results.not-found .page-content.default-max-width form.d-flex {
    float: left;
    margin: 15px 0;
    width: 100%;
}
section.no-results.not-found .page-content.default-max-width  p {
    float: left;
    width: 100%;
    margin: 10px 0;
}
section.no-results.not-found {
    padding: 2rem 0;
    min-height: 400px;
}
.relatedProducts .sliderWraper .owl-next{
    background: url(assets/images/icons/next.svg);
    width: 71px;
    height: 68px;
    background-size: cover;
    background-repeat: no-repeat;
}
.relatedProducts .sliderWraper .owl-prev{
    background: url(assets/images/icons/prev.svg);
    width: 35px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px 0 0;
}
.relatedProducts .sliderWraper .owl-next img, .relatedProducts .sliderWraper .owl-prev img{ display: none; }


@media(min-height:1079px) and (max-height:2880px) {
    .boxLeft .bnr_content { padding: 5% 25% 0% 5%; }

}
@media (max-width: 1399px) {
    header .mega-menu {  min-width: 1108px; }

}
@media (max-width: 1260px) {
 .boxRight .bnr_content {   width: 115%; right: -20%; }

 .bnr_content h1 { font-size: 62px; line-height: 62px; }
 .stepsList li::after { right: -131%; }

}
@media (max-width: 1199px) {
    header .mega-menu {  min-width: 920px; }
    .boxRight .bnr_content { width: 120%; right: -28%; }
    .stepsList li::after { right: -94%; width: 72px;  height: 39px; }
}
@media (max-width: 991px) {

    .industryWraper .icBox {  padding-right: 0%;}
    header .mega-menu {  min-width: 100%; background-color: var(--white); padding: 0 8px; }
    .prdcBox .prdcImg {  display: none;}
    header .mega-menu .prdcBox figcaption { font-weight: 500; margin: 0; padding: 5px;  }
    .stepsList .circle img {   max-width: 45px;  max-height: 37px; }
    .stepsList .circle { height: 80px; width: 80px; }
    .stepsList li::after {  right: -101%;  width: 58px;  height: 30px;  }
    .stepsList li:nth-child(3):after {  right: -51%; }
    .stepsList li:nth-child(2):after {  right: -82%; }
}

@media (max-width: 767px) {

    .showSearch {
        position: relative;
        width: 100%;
        right: 0;
        padding: 13px 10px;
        margin: 0;
        background: #FFF;
        bottom: 0;
        box-shadow: inherit;
        border-radius: 10px;
        max-width: 100%;
    }

    .showSearch {
        display: block !important;
    }

    .btn-search#serTg {
        display: none;
    }

    .btn-quote {
        margin: 5px 0;
        width: 100%;
    }

    header .logo-img {
        max-height: 40px;
    }

    header .navbar-collapse {
        margin: 10px 0 0;
        background-color: #f8f9fa;
    }

    header ul.navbar-nav li {
        padding: 0;
        border-bottom: 1px solid #ddddddad;
    }

    header .nav-link {
        padding: 15px 15px;
    }

    header .navbar-toggler {
        padding: 7px !important;
        box-shadow: inherit !important;
        outline: 0;
    }

    .bannerWraper .boxRight .bnr_content {
        border-radius: 0;
        transform: inherit;
        width: calc(100% + 60px);
        height: auto;
        left: -30px;
        top: 0;
        min-height: 450px;
    }

    .bannerWraper .boxLeft::after {
        display: none;
    }

    .bannerWraper .boxLeft .bnr_content {
        padding: 35px 0;
    }

    .bannerWraper .bnr_content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .bannerWraper .boxRight,
    .bannerWraper .boxLeft {
        min-height: auto;
    }

    .bannerWraper .boxRight .bnr_content {
        position: relative;
        right: 0;
        max-height: 600px;
    }

    .bannerWraper .boxRight .bnr_content video {
        transform: inherit;
        margin: 0;
        height: auto;
        min-width: 100%;
        height: 100vh;
    }

    .banner_bg {
        max-height: inherit;
    }

    .bannerWraper .boxLeft {
        position: absolute;
        left: 15px;
        top: 30px;
        background: #0000004f;
        padding: 0px 20px;
        border-radius: 10px;
        width: calc(100% - 30px);
    }

    .bannerWraper .col-md-6 {
        position: relative;
    }

    .bannerWraper {
        margin: 0 0 30px;
    }

    .main_title, .quoteBnr .main_title, .bulk_quoteBnr .main_title, .careerWraper .main_title, .contactWraper .main_title{
        font-size: 46px;
        line-height: 46px;
    }

    .industryWraper .icBox {
        padding: 0 15px;
        margin: 0 0 25px;
    }

    .pad-30,
    .container {
        padding: 0 15px !important;
    }

    .prdctWraper .title-side {
        width: 100%;
        float: left;
        transform: rotate(0deg);
        margin-bottom: 30px;
    }

    .prdctWraper .prdctList {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .prdctWraper .title-side .main_title,
    .prdctWraper .title-side .cont_title {
        margin-left: 0;
    }

    .sliderWraper .owl-prev {
        right: 220px;
        top: inherit;
        bottom: -65px;
    }

    .sliderWraper .owl-next {
        right: 110px;
        top: inherit;
        bottom: -130px;
    }

    .footer_wrapper {
        flex-direction: column;
    }

    .f_about,
    .f_links,
    .f_contact {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.nav.nav-fill.nav-tabs {
        margin-left: 0;
    }

    ul.nav.nav-fill.nav-tabs::after,
    ul.nav.nav-fill.nav-tabs::before {
        display: none;
    }

    .f_logo img {
        width: 140px;
    }
    .innerBanner .boxLeft{ height: auto; }
    .innerBanner .boxLeft .bnr_content{ background-color:transparent;  min-height: auto; }
    section.bannerWraper.innerBanner{ background-color: #03020138; }
    .innerBanner .container-fluid{ background-color: #03010047 }
    .bannerWraper.innerBanner .boxLeft {
        position: relative;
        left: 0;
        top: 0;
        background-color: transparent;
        min-height: auto;
        padding: 0;
        border-radius: 0;
        width: 100%;
    }
    .abt_innerImg img {  min-height: 280px; }

    .visionBox { width: 100%;  margin: 20px 0 !important;  padding: 20px !important; }
    .visionBox figcaption { font-size: 22px;  margin: 10px 0 20px; line-height: 23px; }
    .quoteBnr .quoteBtn .icons {  width: 25px; margin-right: 5px; }
    .quoteBnr .quoteBtn { font-size: 28px; line-height: 20px; }
    .innerAbt .cirIcs { max-width: 70px;  right: 10px;  position: absolute; bottom: -70px; margin: 0;  z-index: -1; opacity: .2; }
    .quoteBnr .justify-content-end{  justify-content: center !important; }
    .visionImgs figure.Likeicon {  margin: 5% 0 0 0; }
    .visionImgs figure.Likeicon img { max-width: 120px; }
    .innerAbt .main_title { font-size: 44px;  line-height: 39px; }
    figure.abt_innerImg {  border-radius: 0 80px 0 80px; }
    .listDesg.widthSpe li { display: block;  width: 100%; }
    .careerWraper .rolesSlct li {  display: flex; width: 100%; margin: 5px 0 10px; }
    .contactWraper .contaForm h3 { font-size: 33px; line-height: 36px; margin: 20px 0; }
    .contactWraper .contaForm {  padding: 2rem 2rem; }
    .contactWraper .submits{ width: 100%; }
    .socialWraper .container { flex-direction: column; }
    .socialWraper .socialIc::before {  width: 50px; }
    .socialWraper p{ margin: 0 0 15px; }
    .boxRight .bnr_content .bannerImg {  transform: rotate(360deg) skewX(0deg); margin: 0;height: auto; width: 100%; object-fit: cover; }
    .navbar-nav .dropdown-menu .nav-link { padding: 5px 5px; font-size: 14px; }
    header .mega-menu .prdcBox {  margin: 5px 0; padding: 0 5px 5px;  border-bottom: 1px solid #ddd; }
    header .mega-menu .tab-content {
        margin: 0;
        padding: 10px 15px;
        background-color: transparent;
    }
    header .mega-menu .flagTitle { display: block; }

    header .mega-menu .nav.nav-pills, header .mega-menu .leftMenu{ display: none; }

    header .mega-menu .tab-content>.tab-pane.fade {
        display: block;
        opacity: 1;
    }
    .socialWraper .txtSpace {  text-align: center; }
    .socialWraper .mainTitle { font-size: 40px; }
    .socialWraper .titleSocail { font-size: 18px; margin: 10px 0; }
    .socialWraper .quoteBtn{ margin-top: 15px;  }
    .stepsList .circle {   height: 70px;  width: 70px; }
    .stepsList li:after{ display: none; }
    .stepsList h6 {font-size: 20px; }
    .how_itWorks .prodcut_title, .relatedProducts .prodcut_title{ margin-top: 0; font-size: 30px; }
    .stepsList li{ min-width: auto; }
    .breadcrumb {   font-size: 13px; }
    .prodcMenu{ margin-bottom: 25px; }
    .prdctDetails .main_title {  font-size: 28px;  line-height: 28px; }
    .sizeRefer .bodySpace {  padding: 15px; }
    .sizeRefer span.labels {
        min-width: auto;
        display: inline-block;
        width: auto;
    }
    .sizeRefer span.values {
        display: block;
        width: 100%;
        padding: 3px 0 0 10px;
        line-height: 20px;
    }
    .prdctDetails{ padding-left: 15px; }
    .prdctDetails .imgSpaces{ padding-right: 15px; }
    .how_itWorks.my-4 {  margin-top: 0px !important; }
    .ind_quotes .form-group {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .socialWraper .boxBor{ flex-direction: column; padding: 7% 3%; }
    .search_resultWraper h2.entry-title { font-size: 24px; }
    .search_resultWraper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image { max-height: 215px; }
    .footer_wrapper h3 {  margin-bottom: 10px; }
    .f_links{ padding-left: 0; }
}
@media (max-width: 480px) {
    .industryWraper .icBox {
        text-align: center;
    }
    .visionImgs figure.Likeicon img {  max-width: 60px;  }
    .industryWraper figure.icInd {
        margin: 0 auto;
        max-width: 300px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .bannerWraper {  margin: 0 0 10px; }
    .bannerWraper .bnr_content h1 {  font-size: 46px; }
    .contactWraper .contaForm .form-group {  margin-bottom: 1rem; }
    .careerWraper .main_title, .contactWraper .main_title { font-size: 38px;  line-height: 38px;}
    .contactWraper .main_title.mt-5 { margin-top: 10px !important;}
    .contactWraper .emailPart p{ font-size: 16px; }
    .contactWraper .emailPart p a{ font-size: 18px; }
    .contactWraper .emailPart .con-icon {  width: 55px; height: 55px; font-size: 24px; }
    .contactWraper .contaForm h3{ text-align: center;     font-size: 28px; }
    .contactWraper .contaForm h3 span{ display: none; }
    .contactWraper .contaForm .inputs{ min-height: 50px; }
    .stepsList h6 {font-size: 14px; }
    .stepsList p { font-size: 18px;  width: 20px;  margin: 0 auto; }
    .stepsList::after { bottom: 30px; }
    .stepsList .circle {  height: 50px;  width: 50px; }
    .stepsList .circle img { max-width: 30px; max-height: 22px; }
    .how_itWorks .subTitle {  font-size: 13px; }
    .ind_quotes .quntSpace, .ind_quotes .img-prevSpace{ width: 100%; }
    .prdctDetails p {  font-size: 15px; }
    .modal-content {  padding: 14px 10px 0px; }
    .modal-content h1.modal-title { font-size: 25px !important; }
    .ind_quotes .imgPrev, .ind_quotes .imgPrev img { height: 45px; } 
    .modal-header {  padding: 0 0 5px; }
    .form-controlnew, .country-code-txt { padding-left: 10px; font-size: 14px; }
    .px-0.btn.btn-secondary.submit-btn.w-100{ font-size: 18px; }
    .main_title, .quoteBnr .main_title, .bulk_quoteBnr .main_title, .careerWraper .main_title, .contactWraper .main_title, .prdctWraper .title-side .main_title {
        font-size: 40px;
        line-height: 38px;
    }
    .prduct-tabs ul.nav.nav-fill.nav-tabs li.nav-item { width: 50%;  text-align: left; margin: 0 0 7px; }
    ul.nav.nav-fill.nav-tabs li a { font-size: 13px; }
    .prduct-tabs ul.nav.nav-fill.nav-tabs li.nav-item:nth-child(even){  text-align: end !important;}
    section.prduct-tabs {  padding-bottom: 45px; }
    .prdctWraper .prodcut_title { font-size: 26px;  margin-bottom: 10px;  line-height: 26px;}
    .prdctWraper h6.cont_title {  margin-bottom: 10px; }
    .modal-body {  padding-left: 5px;  padding-right: 5px; } 

    
}
@media (max-width: 380px) {
    .bannerWraper .bnr_content h1 {
        font-size: 40px;
        line-height: 41px;
    }
    header .mega-menu .prdcBox figcaption { padding: 0 3px; }
    .bnr_content p { font-size: 20px; line-height: 30px; }
}