/* Header Home Page */
.searchBoxTggler img {
    filter: invert(1);
}
.user-btn img {
    filter: invert(1);
}
.header-search.style2 input {
    background-color: transparent;
    color: #ffffff;
}
.header-search.style2 input::-moz-placeholder {
    color: #ffffff;
}
.header-search.style2 input::placeholder {
    color: #ffffff;
}
.header-search.style2 button {
    color: #ffffff;
}
.menu-style2 a {
    color: #ffffff;
    font-size: 18px;
    /* Large devices */
}

/* Section Slider Slider positioning */
.slider-section {
    position: relative;
}

.slider-section .slider-content {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}
.slider-section .slider-content .slider-title, .slider-section .slider-content .slider-subtitle {
    position: relative;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.slider-section .slider-content .slider-title {
    font-size: 2em;
}

.slider-section .slider-content .slider-subtitle {
    font-size: 1.4em;
}
.slider-section .imageSlider img {
    width: 100%;
}
.slider-section .product-img .corner-borders .attachment-slider_prod {
    position: relative;
    padding: 25px;
    border-radius: 50%;
    background: linear-gradient(145deg,#3D0C84,#ffffff59,#0f0f0f)
}
.slider-section .bnr_prod_tit {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .slider-section .slider-content .slider-title {
        font-size: 2em;
    }
    .slider-section .slider-content .slider-subtitle {
        font-size: 1em;
        top: calc(50% + 30px);
    }
}
.slick-dots li button:before{
	font-size: 16px;
}
.slick-dots li.slick-active button:before {
    color: #022d83;
}
.slick-prev:before {
    content: "\f053";
	font-family: "Font Awesome 5 Pro";
	color: #ffffff;
	font-size:40px;
}
.slick-next:before {
    content: "\f054";
	font-family: "Font Awesome 5 Pro";
	color: #ffffff;
	font-size: 40px;
}
/* Common Section title */
.sec-title {
    font-size: 55px;
    font-weight: normal;
	color: #012190;
	font-family: "Jost", sans-serif;
	margin-bottom: 15px;
}
.sec-subtitle {
    font-size: 27px;
    font-family: "Jost", sans-serif;
}

/* Section Welcome Vision */
.sec-welcome {
    position: relative;
}
.sec-welcome .about-text p {
    line-height: 28px;font-size:18px;
}
.sec-welcome .sec-subtitle {
    font-size: 24px;
    text-align: center;
}
.sec-welcome .img-box3 {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-left: auto;
}
.sec-welcome .img-box3::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: auto;
	right: -15px;
	background-color: #F38700;
	border-radius: 30px 30px 30px 5px;
	z-index: -1;
	top: -15px;
}
.sec-welcome .img-box3 .round-30 {
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .sec-welcome .img-box3::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .sec-welcome .img-box3 {
    padding-left: 0;
  }
}
.sec-welcome .flex-row-reverse {
	margin-top:100px;
}



/* Section Our Products */
.sec-product {
    position: relative;
	background-color: #E3E3E3;
}

.sec-product .title-area{margin-bottom:80px;}
/* Section Branches Global Presence */
.sec-branches {
    position: relative;
}


.sec-branches .title-area{margin-bottom:80px;}
.sec-branches .sec-subtitle {
    font-size: 27px;
}
.sec-branches .about-text p {
    font-size: 18px;
}

.svg-container {
    width: 100%;
    height: auto;
}

.responsive-svg {
    width: 100%;
    height: auto;
    display: block;
}
.hover-state:hover {
    fill: #F38700;
}

.hover-state {
    position: relative;
}

.list-of-offices {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.list-of-offices li {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0;
}

.list-of-offices li.active {
    display: flex !important;
    opacity: 1;
}

.list-of-offices .office-thumb {
    flex: 0 0 25%;
}

.list-of-offices .office-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.list-of-offices .office-info {
    flex: 0 0 75%;
}

.list-of-offices .office-info h4 {
    margin: 0 0 8px;
    font-weight: 600;
}

.list-of-offices .office-info p {
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .list-of-offices li {
        flex-direction: column;
        gap: 15px;
    }

    .list-of-offices .office-thumb,
    .list-of-offices .office-info {
        flex: 0 0 100%;
    }
}

.hover-state:hover {
    fill: #0a74ff;
    cursor: pointer;
}

#states *.on, .state-path.on path {
    fill: #F38700;
}

.office-thumb > img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    padding: 10px;
    border: 1px solid #010101;
    border-radius: 50%;
    margin-bottom: 10px;
}

.office-info > h4 {
    font-family: TwCenMTStd Regular;
    position: relative;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #010101;
    font-weight: normal;
    letter-spacing: 1px;
}

.office-info > h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 120px;
    bottom: 0;
    left: 0;
    background-color: #010101;
}

.office-info > p {
    color: #010101;
    font-family: TwCenMTStd Regular;
    font-size: 17px;
    font-weight: 300;
}

#IN-JK + circle {
    cx: 28%;
    cy: 10%;
}

#IN-GJ + circle {
    cx: 17%;
    cy: 51%;
}

#IN-MH + circle {
    cx: 17%;
    cy: 63%;
}

#IN-AR + circle {
    cx: 91%;
    cy: 31%;
}

#IN-AS + circle {
    cx: 79%;
    cy: 38%;
}

#IN-ML + circle {
    cx: 80%;
    cy: 41%;
}

#IN-MN + circle {
    cx: 88%;
    cy: 44%;
}

#IN-MZ + circle {
    cx: 84%;
    cy: 47%;
}

#IN-NL + circle {
    cx: 90%;
    cy: 39%;
}

#IN-TR + circle {
    cx: 80%;
    cy: 47%;
}

.hover-state + circle {
    r: 4px;
    fill: #ffffff;
    transition: all 300ms ease-in-out;
    pointer-events: none;
}

.hover-state:hover + circle, circle:hover {
    fill: #ffffff;
    r: 6px;
    stroke: white;
}

circle.animate-circle.hdgj {
    cx: 17%;
    cy: 51%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgjk {
    cx: 28%;
    cy: 10%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgmh {
    cx: 17%;
    cy: 63%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgar {
    cx: 91%;
    cy: 31%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgas {
    cx: 79%;
    cy: 38%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgml {
    cx: 80%;
    cy: 41%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgmn {
    cx: 88%;
    cy: 44%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgmz {
    cx: 84%;
    cy: 47%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgnl {
    cx: 90%;
    cy: 39%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

circle.animate-circle.rgtr {
    cx: 80%;
    cy: 47%;
    stroke: #ffffff;
    fill: transparent;
    r: 4;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    cursor: pointer;
}

@keyframes btnIconRipple {
    0% {
        r: 5;
    }

    25% {
        r: 6;
    }

    50% {
        r: 7;
    }

    75% {
        r: 8;
    }

    100% {
        opacity: 0;
    }
}
/* Section Services */
.sec-services {
    position: relative;
}
.sec-services .svc-head {
    color: #fff;
	font-family: "Jost", sans-serif;
    font-size: 50px;
    font-weight: normal;
    display: block;
    line-height: normal;
        padding-bottom: 10px;
}
.sec-services .svc-subhead {
    color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height:normal;margin-bottom: 30px;
    display: block;
}

.sec-services .svc-title {
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 5px;
}
.svc-sec {
    max-width: 80%;
}
.sec-services .svc-short {
    color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 17px;
	margin-bottom:20px;
}
.sec-services .svc-short:last-child {
  margin-bottom: 0;
}
/* Section Partner */

.sec-partners {
    position: relative;
}
.sec-partners .sec-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.sec-partners .title-area {margin-bottom: 80px;}
.sec-partners .sec-subsubtitle {
    font-size: 27px;
    font-family: "Jost", sans-serif;
    line-height: 34px;
    margin: 0;
    color: #000000;
}

/* Section Export */
.sec-export {
    position: relative;
	background-color: #E3E3E3;
}
.sec-export .sec-title {
    font-size: 35px;
    color: #101010;
    margin-bottom: 30px;
    font-family: "Jost", sans-serif;
    font-weight: normal;
}
.sec-export .flag-img .img-fluid {
    margin: 0 auto;
}
.sec-export .flag-name {
    font-size: 22px;
}
/* Section video */
.sec-video {
    position: relative;
}
.sec-welcome .title-area2 {
    margin-bottom: 100px;
}

.sec-video .about-text p{font-size: 18px;}
h3.about-title {
    position: relative;
}

@media (max-width: 1499px) {

.sec-title {font-size: 48px;}
.sec-welcome .flex-row-reverse { margin-top: 50px;}
.sec-welcome .sec-subtitle { font-size: 20px; line-height: normal;}
.sec-welcome .title-area2 { margin-bottom: 80px;}
.sec-welcome .about-text p { font-size: 16px;}
.slider-section .slider-content ul li >div {
    max-width: 500px;
    width: 100%;
}


}


@media (max-width: 1199px) {
    .header-logo {
    padding: 10px 0;
}

.slider-section .slider-content .slider-title {
    font-size: 1.4em;
    margin-top: 15px;margin-bottom: 5px;
}
.slider-section .slider-content .slider-subtitle {
    font-size: 1em;
}
.vs-btn.style1, .vs-btn.style3 {padding: 5px 10px 5px 18px;display: flex; align-items: center;}
.vs-btn.style2 {
    padding: 15px 25px;
}
.vs-btn > i {
    margin-left: 15px;
    width: 32px;
    height: 32px;
}

}

@media (max-width: 991px) {

.slider-section .slider-content {top: calc(50% + 0px);}
.slider-section .slider-content .slider-title {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 0px;
}
.sec-welcome .title-area2 {
    margin-bottom:30px;
}
.sec-product .title-area {
    margin-bottom: 50px;
}
.sec-title {
    font-size: 32px;
}
.sec-subtitle {
    font-size: 18px;
}
.sec-welcome .sec-subtitle {
    font-size: 18px;
}

.sec-branches .title-area,
.sec-partners .title-area {
    margin-bottom: 30px;
}

.sec-branches .mt-5,
.sec-video .mt-5 {
    margin-top: 1rem!important;
}

.sec-welcome .flex-row-reverse {
    margin-top: 10px;
}

.sec-services .svc-head {
    font-size: 32px;
}
.sec-services .svc-subhead {
    font-size: 20px;
}
.sec-export .flag-name {
    font-size: 18px;
}


}


@media (max-width: 767px) {


.slider-section .slider-content { top: calc(50% + 0px);}
.slider-section .slider-content .slider-title {margin-top: 0; margin-bottom: 0px; }
.sec-partners .sec-subsubtitle {
    font-size: 18px;
    line-height: 25px;
}
.sec-branches .about-text p,
.sec-video .about-text p {
    font-size: 16px;
}
.widget-area.style2 .ft-para {
    font-size: 24px;
    line-height: 34px;text-align: left;
}
.flag-img img {
    width: 100px !important;
    height: 100px !important;
}
.slick-dots {bottom: -50px;}


}

@media (max-width: 479px) {

.slider-section .slider-content .slider-title {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 5px;
}
 .delivery-detail h5 {
    font-size: 12px;
}
.delivery-detail h6 {
    font-size: 11px;
}

}
