
/*--------------------------------------------------------------------------------------*/
/*Genral-Css-Here
/*--------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{margin:0; padding:0; box-sizing:border-box; background:#fff;font-family: "Roboto", sans-serif;;}
a{-webkit-transition: 0.5s ease-out; -moz-transition:0.5s ease-out; -o-transition: 0.5s ease-out; transition:0.5s ease-out; text-decoration: none;}
ul{margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}
img{max-width:100%;}
figure {margin: 0; padding: 0;margin-bottom: 0;}
.container {padding: 0px 15px; max-width: 1315px; }
.container-fluid {padding: 0 30px; }

/*--------------------------------------------------------------------------------------*/
/*Header-Css-Here
/*--------------------------------------------------------------------------------------*/
header {
    padding: 20px 0px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px #eee;
}



header .navbar-nav li a {
    color: #383333;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}

header .navbar-nav li {
    margin: 0px 12px;
}

header .logo-section {
    max-width: 300px;
}

header .navbar-nav li a:hover {
    color: #49a6ee;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

.navbar-brand img {
    width: 140px;
}

/*--------------------------------------------------------------------------------------*/
/*slider-home-Css-Here
/*--------------------------------------------------------------------------------------*/ 

section.hero-slider {
    position: relative;
}

section.hero-slider .slider-content {
    position: absolute;
    left: -200px;
    right: 0;
    bottom: 5%;
}

section.hero-slider .slider-content .inner-content {
    max-width: 675px;
    padding: 35px;
    background: rgba(0, 51, 153, 0.8);
}

section.hero-slider .slider-content .inner-content h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 25px;
}

section.hero-slider .slider-content .inner-content p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    padding-bottom: 25px;
}

.btn.btn-info {
    padding: 10px 25px;
    border-radius: 0;
    background: #4da4f1;
    color: #fff;
    font-size: 18px;
    border-color: #4da4f1;
}

.btn.btn-info:hover {
    background: transparent;
}


section.hero-slider .swiper-button-prev {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    left: 40px;
}

section.hero-slider .swiper-button-prev::after {
    font-size: 20px;
}


section.hero-slider .swiper-button-next {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    right: 40px;
}

section.hero-slider .swiper-button-next::after {
    font-size: 20px;
}


section.hero-slider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #eee;
}

section.hero-slider span.swiper-pagination-bullet-active {
    background: #ffffff;
}

.slider-img img {
    height: 750px;
    width: 100%;
    object-fit: cover;
}

/*--------------------------------------------------------------------------------------*/
/*trending-section-Css-Here
/*--------------------------------------------------------------------------------------*/ 

section.trending-section {
    padding: 80px 0px;
}

.heading-section {
    padding-bottom: 30px;
    text-align: center;
}

.heading-section h2 {
    font-size: 40px;
    color: #4da4f1;
    margin: 0;
    font-weight: 600;
}

.trending-section .trending-inner {
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #eee;
    height: 100%;
}

.trending-section .trending-inner .trending-inner-content {
    padding: 20px;
    text-align: center;
}

.trending-section .trending-inner .trending-inner-content h3 {
    font-size: 20px;
    color: #4da4f1;
    padding-bottom: 12px;
}

.trending-section .trending-inner img {
    border-radius: 10px 10px 0px 0px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.trending-section .trending-inner .trending-inner-content p {
    margin: 0;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 34px;
    letter-spacing: 0.4px;
}


/*--------------------------------------------------------------------------------------*/
/*our-global-section-Css-Here
/*--------------------------------------------------------------------------------------*/ 

section.our-global-section {
    padding: 0px 0px;
}

.heading-section p {
    font-size: 18px;
    max-width: 83%;
    margin: 0 auto;
    padding-top: 15px;
    line-height: 35px;
    letter-spacing: 0.4px;
}

section.our-global-section .heading-section {
    padding-bottom: 50px;
}

.our-global-inner {
    padding: 30px;
    height: 100%;
}

.global-warp-fs .row {
    align-items: center;
}

.our-global-inner h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #4da4f1;
    padding-bottom: 15px;
}

.our-global-inner p {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
}

.global-warp-fs {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #eee;
    height: 100%;
    padding: 0px 12px;
}

.global-warp-fs .col-md-6 {
    padding: 0;
}

.global-warp-fs img {
    height: 542px;
    object-fit: cover;
}
/*--------------------------------------------------------------------------------------*/
/*Organization-section-Css-Here
/*--------------------------------------------------------------------------------------*/ 

.organization-section {
    padding: 50px 0px;
    background: #f5f7f7;
    margin: 50px 0px;
}
.organization-section .our-organization-inner {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #eee;
    height: 100%;
}

.organization-section .our-organization-inner .our-organization-inner-content {
    padding-top: 20px;
    text-align: center;
}

.organization-section .our-organization-inner .our-organization-inner-content h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

.organization-section .our-organization-inner .our-organization-inner-content p {
    margin: 0;
    font-size: 18px;
}

.organization-section .our-organization-inner figure {
    max-width: 250px;
    margin: 0 auto;
}

.organization-section .heading-section {
    padding: 0;
}

.organization-section .col-md-6 {
    padding: 25px;
}


.global-btn {
    text-align: center;
    padding-top: 30px;
}

.global-btn a.btn.btn-info {
    border-radius: 5px;
}

.global-btn a.btn.btn-info:hover {
    color: #000;
}

.organization-section ul li {
    margin-bottom: 15px;
    width: 47%;
    background: #fff;
    padding: 35px;
    height: auto;
    align-items: center;
    margin: 15px;
}

.organization-section ul li p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 34px;
    max-width: 100%;
}

.organization-section h2 {
    padding-bottom: 30px;
}

.organization-section ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.organization-section .heading-section .icon-wp {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.organization-section ul li i {
    font-size: 32px;
    color: #fff;
    margin-right: 0;
    background: #4da4f1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

/*--------------------------------------------------------------------------------------*/
/*footer-section-Css-Here
/*--------------------------------------------------------------------------------------*/ 

footer {
    padding-top: 50px;
    padding-bottom: 15px;
}


footer .fooer-inner-content h3 {
    font-size: 22px;
    color: #4da4f1;
    padding-bottom: 30px;
}

footer .fooer-inner-content li {
    margin: 12px 0px;
    font-size: 18px;
    color: #000;
}

footer .fooer-inner-content li a {
    font-size: 18px;
    color: #000;
}

.copyright {
    margin-top: 70px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}


.copyright .copyright-left p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.copyright ul {
    justify-content: right;
}

.copyright ul li a {
    color: #4da4f1;
    font-size: 25px;
}

.copyright ul li {
    margin: 0px 10px;
}

.copyright ul li:last-child {
    margin: 0;
}

footer .fooer-inner-content li a:hover {
    color: #4da4f1;
}

.fooer-logo img {
    width: 170px;
}

section.product-section.second.in-my.near .product-section-right img {
    height: 450px;
}

/*--------------------------------------------------------------------------------------*/
/*About-us-page-Css-Here
/*--------------------------------------------------------------------------------------*/ 



section.berdcome-section .berdcome-img {
    position: relative;
}

section.berdcome-section .berdcome-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.berdcome-inner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.berdcome-section {
    position: relative;
}

.berdcome-inner-content ul {
    justify-content: center;
}

.berdcome-inner-content ul li {
    display: flex;
    align-items: center;
}

.berdcome-inner-content ul li p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.berdcome-inner-content ul li p a {
    color: #2f99dd;
}

section.berdcome-section .berdcome-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.berdcome-inner-content ul li i {
    margin: 0px 10px;
    color: #fff;
}

.berdcome-inner-content h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

section.about-fx {
    padding-bottom: 50px;
}

section.about-fx h2 {
    font-size: 30px;
    padding-bottom: 15px;
}

section.about-fx p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

section.about-fx .about-fx-inner {}

section.about-fx .about-fx-inner ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: justify;
}

section.about-fx .about-fx-inner ul {
    list-style: inside;
}


section.about-fx .about-fx-inner .about-fx-inner-right img {
    height: 500px;
    object-fit: cover;
    border-radius: 0px 100px 0px 0px;
}



section.strategic-section {
    padding: 100px 0px;
    position: relative;
    background: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

section.strategic-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    z-index: 1;
}

section.strategic-section .container {
    position: relative;
    z-index: 9;
}

section.strategic-section h2 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

section.strategic-section p {
    text-align: center;
    color: #fff;
    max-width: 1075px;
    margin: 0 auto;
    padding-bottom: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 16px;
}


section.about-fx.second {
    padding: 80px 0px;
}

section.about-fx.second .about-fx-inner .about-fx-inner-right img {
    height: auto;
    border-radius: 100px 0px 0px 0px;
}

section.about-fx.second .row {
    align-items: center;
}

section.about-fx p:last-child {
    margin: 0;
}

section.organization-section.next ul li {
    width: 30.33%;
    padding: 25px;
}

section.organization-section.next ul li h3 {
    font-size: 24px;
}

section.organization-section.next ul li p {
    font-size: 16px;
    letter-spacing: 0;
}


section.content-section h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

section.content-section p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

section.content-section ul li {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

section.content-section ul {
    list-style: inside;
}



/*--------------------------------------------------------------------------------------*/
/*product-page-Css-Here
/*--------------------------------------------------------------------------------------*/ 


.product-section-wp {
    display: flex;
    align-items: center;
}

.product-section-wp .product-section-left {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
    height: 100%;
    padding: 50px 69px;
    width: 55%;
}

.product-section-wp .product-section-left h2 {
    font-size: 28px;
    padding-bottom: 20px;
}

.product-section-wp .product-section-left p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.product-section-wp .product-section-left p:last-child {
    margin: 0;
}

.product-section-right {
    width: 45%;
    margin-left: -39px;
}


.product-section-right .product-section-right-inner img {
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

section.product-section.second .product-section-right img {
    height: 600px;
}

section.product-section.second {
    margin-top: 50px;
    margin-bottom: 60px;
}

section.product-section.second .product-section-right {
    margin-left: 0;
    margin-right: -39px;
    position: relative;
}

section.product-section.salt-export {
    margin-top: 80px;
}

section.product-section.salt-export .product-section-right .product-section-right-inner img {
    height: 370px;
}

section.conclusion-section {
    padding: 50px 0px;
    background: #f7f7f7;
    margin-top: 50px;
}

section.conclusion-section h2 {
    font-size: 36px;
    padding-bottom: 15px;
}

section.conclusion-section p {
    font-size: 18px;
    line-height: 30px;
}



section.product-section.second.practicese .product-section-right img {
    height: 490px;
}




section.contact-form-section {
    padding: 50px 0px;
    background: #f9f9f9;
}

section.contact-form-section li {
    background: #fff;
    padding: 25px 50px;
    margin: 15px;
    box-shadow: 0px 0px 10px 0px #eee;
}


section.contact-form-section .contact-form-section-left li p {
    margin-bottom: 15px;
}

section.contact-form-section .contact-form-section-left li p
 i {
    font-size: 28px;
    color: #4da4f1;
}

section.contact-form-section .contact-form-section-left li h5 {
    font-size: 18px;
}

section.contact-form-section .contact-form-section-left li h5 a {
    color: #4da4f1;
}

section.contact-form-section .contact-form-section-left li h5 b {
    margin-right: 5px;
}

.contact-form-section-right {}

section.contact-form-section .contact-form-section-right {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0px 0px 10px 0px #eee;
}

section.contact-form-section .contact-form-section-right .form-group {
    margin-bottom: 20px;
}


section.contact-form-section .contact-form-section-right .form-group label {
    font-size: 16px;
    font-weight: 600;
}

section.contact-form-section .contact-form-section-right .form-group .form-control {
    padding: 12px 20px;
    box-shadow: none;
    outline: none;
    border: 1px solid #eee;
    border-radius: inherit;
}

section.contact-form-section .contact-form-section-right .form-group textarea#floatingTextarea {
    height: 100px;
}


.submit-btn button.btn.btn-primary {
    padding: 10px 25px;
    border-radius: 0;
    background: #4da4f1;
    color: #fff;
    font-size: 18px;
    border-color: #4da4f1;
}


section.conclusion-section ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

section.conclusion-section ul {
    list-style: inside;
}

section.strategic-section ul {
    text-align: center;
}

section.strategic-section ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

.call-btn {
    margin-top: 20px;
}

.call-btn a.btn.btn-info:hover {
    color: #4da4f1;
}


header .navbar-nav li {
    margin: 0px 8px;
}

header .navbar-nav li a {
    font-size: 15px;
 
}

section.product-section.second.in-my .product-section-right img {
    height: auto;
}

.product-section-wp .product-section-left ul {
    list-style: inside;
}

.product-section-wp .product-section-left ul li {
    margin-bottom: 5px;
}


section.organization-section.next.new-se ul li {
    width: 47%;
}

section.organization-section.next.new-se ul {
    justify-content: center;
}

.call-to-btn {
    text-align: center;
    margin-top: 30px;
}

.call-to-btn a.btn.btn-info:hover {
    color: #4da4f1;
}



section.resert-section {
    background: #f5f5f5;
    padding: 90px 0px;
    display: flex;
    align-items: center;
}

section.resert-section .card-header {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #4297c9;
    color: #fff;
}


section.resert-section .card label {
    font-weight: 600;
    font-size: 18px;
}

section.resert-section .card button.btn.btn-primary {
    background: #4297c9;
    border-color: #4da4f1;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

section.resert-section .card-body {
    padding: 35px;
}

section.resert-section .card button.btn.btn-primary:hover {
    background: transparent;
    color: #4297c9;
}

section.resert-section .form-control {
    padding: 12px;
    outline: none;
    box-shadow: none;
    color: #000;
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    box-shadow: none !important;
    outline: none;
}


ul.dropdown-menu.customfront {
    padding: 10px;
    margin-top: 11px;
}

ul.dropdown-menu.customfront li {
    margin-bottom: 2px;
    background: transparent;
}

ul.dropdown-menu.customfront li a {
    background: none;
}

ul.dropdown-menu.customfront li i.fas.fa-right-from-bracket {
    margin-right: 7px;
}

ul.dropdown-menu.customfront li button.dropdown-item {
    color: #383333;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}










/*--------------------------------------------------------------------------------------*/
/*Responsive-Css-Here
/*--------------------------------------------------------------------------------------*/ 


@media (max-width:1600px){
    
    section.hero-slider .slider-content {
    left: 0px;
}

section.trending-section {
    padding: 60px 0px;
}

}



@media (max-width:1069px){

header .navbar-nav li {
    margin: 0px 6px;
}

header .navbar-nav li a {
    font-size: 15px;
}

.navbar-brand img {
    width: 90px;
}

.heading-section h2 {
    font-size: 35px;
}

.organization-section ul li {
    width: 45%;

}

.organization-section ul {
    justify-content: center;
}

.fooer-logo img {
    width: 150px;
}


}



@media (max-width:992px){
    
button.navbar-toggler {
    background: #3098df;
    box-shadow: none;
    outline: none;
} 

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

ul.dropdown-menu.customfront a.dropdown-item {
    color: #000 !important;
}

span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 
 header {
    padding: 12px 0px;
}

section.hero-slider .slider-content .inner-content h2 {
    font-size: 35px;
    padding-bottom: 15px;
}

section.trending-section .heading-section {
    padding-bottom: 0px;
}

.heading-section h2 {
    font-size: 30px;
}

section.trending-section {
    padding: 50px 0px;
}

.trending-section .trending-inner .trending-inner-content p {
    margin: 0;
    font-size: 16px !important;
    margin-bottom: 6px !important;
    line-height: 30px !important;
    letter-spacing: 0.4px;
}

.our-global-inner p {
    font-size: 15px !important;
    line-height: 30px;
    margin-bottom: 6px !important;
}

.organization-section ul li {
    width: 46%;
    padding: 25px;
    margin: 12px;
}


.organization-section ul li p {
    font-size: 15px;
    line-height: 28px;
}

footer .fooer-inner-content li a {
    font-size: 16px;
    color: #000;
}

footer .fooer-inner-content li {
    font-size: 16px;
}

.copyright {
    margin-top: 30px;
}

.copyright ul li {
    margin: 0px 12px;
}

.copyright ul li a {
    color: #4da4f1;
    font-size: 20px;
}


footer .fooer-inner-content h3 {
    font-size: 20px;
    color: #4da4f1;
    padding-bottom: 15px;
}

div#navbarSupportedContent {
    background: #3098df;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 108px;
}

div#navbarSupportedContent li {
    margin-bottom: 10px;
}

div#navbarSupportedContent li a {
    color: #fff;
}

.berdcome-inner-content h1 {
    font-size: 40px;

}

section.about-fx.second {
    padding: 50px 0px;
}

section.organization-section.next .heading-section h2 {
    font-size: 28px;
}
section.organization-section.next ul li h3 {
    font-size: 22px;
}

section.content-section h2 {
    font-size: 25px !important;
    padding-bottom: 15px !important;
}

section.content-section p {
    font-size: 15px !important;
}

section.content-section ul li {
    font-size: 16px !important;
}


.product-section-wp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.product-section-wp .product-section-left {
    height: 100%;
    padding: 40px 40px;
    width: 100%;
}

.product-section-right {
    width: 100%;
    margin-left: 0;
}

.product-section-right .product-section-right-inner img {
    height: auto;
    width: 100%;
}

section.product-section.second .product-section-right {
    margin-left: 0;
    margin-right: 0;
}

section.product-section.salt-export {
    margin-top: 50px;
}

section.product-section.salt-export .product-section-right .product-section-right-inner img {
    height: auto;
}

section.conclusion-section h2 {
    font-size: 28px;
}

section.contact-form-section li {
    background: #fff;
    padding: 15px 15px;
 
}

section.contact-form-section .contact-form-section-left li h5 {
    font-size: 16px;
}

section.contact-form-section .contact-form-section-left li p
 i {
    font-size: 24px;
    color: #4da4f1;
}



}


@media (max-width:767px){
    
section.contact-form-section li {
    margin: 0;
    margin-bottom: 15px;
}

.product-section-wp .product-section-left {
    padding: 25px;
}

section.hero-slider .slider-content .inner-content h2 {
    font-size: 26px;
    padding-bottom: 10px;
}


section.hero-slider .slider-content .inner-content {
    max-width: 100%;
    padding: 25px;
}

section.hero-slider .slider-content .inner-content p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}

.btn.btn-info {
    padding: 8px 20px;
    font-size: 16px;
}

.heading-section h2 {
    font-size: 26px;
}

.trending-section .trending-inner .trending-inner-content {
    padding: 15px;
    text-align: center;
}

.global-warp-fs .row {
    align-items: center;
    flex-direction: column-reverse;
}

section.our-global-section {
    padding: 0px 0px;
    margin-bottom: 30px;
}


.organization-section {
    padding: 40px 0px;
    background: #f5f7f7;
    margin: 30px 0px;
}

.organization-section ul li {
    width: 100%;
}

footer {
    padding-top: 20px;
    padding-bottom: 15px;
}



footer .fooer-inner-content h3 {
    font-size: 18px;
    padding-bottom: 12px;
    padding-top: 12px;
}


.fooer-logo img {
    width: 130px;
}


.copyright {
    margin-top: 15px;
}

.copyright {
    margin-top: 15px;
    text-align: center;
}

.copyright ul {
    justify-content: center;
    margin-top: 15px;
}

section.organization-section.next ul li {
    width: 100%;
}

section.strategic-section h2 {
    font-size: 28px;

}

section.berdcome-section .berdcome-img img {
    height: 390px;
}

}


@media (max-width:480px){
    
.global-warp-fs img {
    height: auto;
    object-fit: cover;
}

.our-global-inner {
    padding: 15px;
    height: 100%;
}

.our-global-inner h3 {
    font-size: 20px;
}
.heading-section h2 {
    font-size: 22px;
}

section.hero-slider .slider-content .inner-content {
    max-width: 100%;
    padding: 20px;
}

section.hero-slider .slider-content .inner-content h2 {
    font-size: 18px;
}
section.hero-slider .slider-content .inner-content p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 15px;
}


.slider-img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}


section.hero-slider .swiper-button-prev {
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    left: 20px;
}


section.hero-slider .swiper-button-prev::after {
    font-size: 14px;
}

section.hero-slider .swiper-button-next {
    color: #fff;
    width: 30px;
    height:30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    right: 20px;
}

section.hero-slider .swiper-button-next::after {
    font-size: 14px;
}

}


a.nav-link.active {
    color: #4da4f1;
}




