@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.header {
    width: 100%;
    height: 100vh;
    padding: 0;
}

.header h1 {
    font-size: 2rem;
}

h1.mb-lg-4.mb-0.fadeInUp.early.animated {
    text-align: left;
    color: #000;
}

.header p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: justify;
    color: #000;
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

body.is-mobile .header-background {
    background-attachment: initial;
    font-family: 'Lato', sans-serif;
}

.header-background>img,
.header-background>video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header-content {
    position: relative;
    width: 59%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}

.container.container-small p {
    margin: 30px 0 50px 0;
}

.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.fixed-image-wrapper h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.testimonials-parallax,
.testimonials-dark {
    background: url(../uploads/2019/10/VarandaParallax_Desktop.jpg);
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

.VarandaParallax_Desktop {
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
}

.testimonials-parallax .t-wrapper,
.testimonials-dark .t-wrapper {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    width: 55%;
    margin: 0 auto;
    text-align: center;
}

.testimonials-parallax .t-wrapper blockquote {
    margin-bottom: 0;
    font-size: 1.4em;
    line-height: 1.6em;
    color: #ececec;
}

.testimonials-parallax .t-wrapper blockquote .t-type {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 34px;
}

.testimonials-parallax .bg-overlay,
.testimonials-dark .bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
}

section.location-info a h3 {
    font-size: 25px!important;
    color: #fff;
    font-weight: 600;
}

.grow-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.text-two-images h2 {
    font-size: 15px !important;
    color: #f58634 !important;
}

.location-add {
    width: auto;
    display: flex;
    align-items: center;
}

section.text-two-images {
    padding-bottom: 8rem!important;
}

section.location-info a h3:hover {
    border: none;
}

section.text-image-big-2 {
    padding-top: 10rem;
    padding-bottom: 10rem!important;
}

i.fa.fa-arrow-up {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.text-justify {
    text-align: justify!important;
    margin-bottom: 12px;
}

.animatable-3 {
    text-align: left;
}

.animatable-3 a {
    color: #000!important;
    letter-spacing: 1px;
    width: auto;
}

.animatable-3 a::after {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 1px;
    vertical-align: middle;
    background-color: #000;
    margin-left: 10px;
    transition: all .25s ease-in-out;
}

.animatable-3:hover a.prv-link-2:hover {
    color: #fff !important;
}

.freelancer-about .t-item {
    height: auto;
    overflow: hidden;
}

#mainNav {
    padding: 20px 0;
}

.technology {
    color: #f58634;
    font-size: 15px !important;
}

.features {
    list-style-type: none;
    margin-bottom: 21px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #606062;
    position: relative;
}

.features:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    vertical-align: middle;
    background-color: #f58634;
    transition: all .25s ease-in-out;
    position: absolute;
    left: 0;
    margin-left: -7px;
    bottom: -1px;
}

.fadeInUp.animated {
    text-align: justify;
}

.about-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.team-3col .t-item,
.team-4col .t-item,
.freelancer-about .t-item {
    display: flex;
    border-top: 1px solid #f8f8f8;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
}


/*h3.mb-3.footer-contact::after{
content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    vertical-align: middle;
    background-color: #f58634;
    transition: all .25s ease-in-out;
    position: absolute;
    left: 0;
    margin-left: -7px;
    bottom: -1px;
}*/

.freelancer-about .freelancer-about-content .t1-heading {
    margin-bottom: 35px;
}


/*.team-3col .t-item:hover, .team-4col .t-item:hover, .freelancer-about .t-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgb(0 0 0 / 15%);
}*/

h2.mb-4.fadeInUp.animated h2 {
    font-size: 1.5rem !important;
    color: #f58634 !important;
}

.packing-details {
    width: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    height: 100%;
}

.packing-text h2 {
    color: #f58634;
    font-size: 15px !important;
}

p.footer-about {
    padding-top: 20px!important;
    font-size: 14px;
}

/* whatsapp css */

#help-button {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #00e676;
    border-radius: 4px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    border: none;
    left: 30px;
    transition: all 0.5s;
    z-index: 1111111;
}

#help-button a {
    color: #fff;
    display: block;
    font-size: 20px;
    border: none;
    outline: none;
}

#help-button a i {
    color: #fff
}

.section-block.infa {
    padding-bottom: 70px;
    padding-top: 60px;
}


.mb-3.footer-contact {
    font-size: 19px;
    /*border-bottom: 2px solid #f58634;*/
   /* width: 40px;*/
}

.mb-3.footer-Address {
    font-size: 19px;
    /*border-bottom: 2px solid #f58634;*/
   /* width: 40px;*/
}

.mb-3.footer-Follow-us {
    font-size: 19px;
    /*border-bottom: 2px solid #f58634;*/
    /*width: 81px;*/
}

.footer-contact:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    vertical-align: middle;
    background-color: #f58634;
    transition: all .25s ease-in-out;
    position: absolute;
    left: 0;
    margin-left: 16px;
   margin-top: 28px;
}

.footer-Address:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    vertical-align: middle;
    background-color: #f58634;
    transition: all .25s ease-in-out;
    position: absolute;
    left: 0;
    margin-left: 16px;
    margin-top: 28px;
}

.footer-Follow-us:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    vertical-align: middle;
    background-color: #f58634;
    transition: all .25s ease-in-out;
    position: absolute;
    left: 0;
    margin-left: 16px;
    margin-top: 27px;
}

.footer__copy {
    width: 100%;
    text-align: center;
}

.footer__copy p {
    font-size: 13px;
}

.text-details {
    padding-left: 10px;
    color: #737373;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h3.technology-title {
    text-align: justify;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-bottom: 2.5rem!important;
}

.mb-3.footer-Follow-us {
    font-size: 19px;
    /*border-bottom: 2px solid #f58634;*/
    /*    width: 40px;*/
}

.location-add {
    width: auto;
    display: flex;
    align-items: center;
}

.social-icon {
    width: auto;
    display: flex;
    align-items: center;
}

a.text-details {
    padding-left: 10px;
    color: #737373;
}

.fb {
    width: auto;
    display: flex;
    align-items: center;
}

.simple-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    width: 240px;
    padding: 25px 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    margin: 0;
    border: none;
    border-radius: 4px
}

.simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 241px;
    margin-top: 0;
    top: -25px
}

.simple-dropdown.menu-left .dropdown-menu {
    position: absolute;
    left: auto;
    min-width: 240px;
    padding: 25px 0 20px
}

.simple-dropdown .dropdown.menu-left .dropdown-menu,
.simple-dropdown.menu-left .dropdown-menu .dropdown .dropdown-menu {
    left: auto;
    right: 241px
}

.simple-dropdown .dropdown-menu li {
    padding: 9px 45px 9px 35px;
    display: block
}

.simple-dropdown .dropdown-menu .dropdown a {
    display: block;
    color: #828282;
    font-size: 13px;
    line-height: normal;
    font-weight: 500
}

.simple-dropdown .dropdown-menu .dropdown a.active,
.simple-dropdown .dropdown-menu .dropdown a:focus,
.simple-dropdown .dropdown-menu .dropdown a:hover,
.simple-dropdown .dropdown-menu .dropdown li.active>a,
.simple-dropdown .dropdown-menu .dropdown.active>a,
.simple-dropdown .dropdown-menu .dropdown:hover>a {
    color: #232323
}

.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
    position: absolute;
    right: 23px;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}


@media (max-width:1490px) {
    .header p {
        width: 75%!important;
        font-size: 14px!important;
    }
}


/*@media (max-width:1100px){
.navbar-nav{
display: none;
}
}*/

@media (max-width:1090px) {
    .header h1 {
        font-size: 1.3rem!important;
    }
}

@media (max-width:1024px) {
    a.nav-brand img {
    width: 20%;
}
}

@media (max-width:991px) {
    #mainNav .navbar-toggler {
        display: flex;
        align-items: center;
        border: none;
        outline: none;
        background-color: #ffffff00;
        padding: 10px;
        border: 1px solid black;
        margin: 0 auto;
        margin-right: auto;
    }
    #mainNav .navbar-brand {
        margin-right: 0;
        padding: 0;
        width: 100%;
    }
    #mainNav.show .navbar-nav a {
        font-size: 1rem;
    }
    p.fadeInUp.early.animated {
        display: none;
    }
}

@media (max-width:768px) {
    section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
    .header-content {
    position: relative;
    width: 51%;
    height: 41%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
a.nav-brand img {
    width: 25%!important;
}
section.text-two-images {
    padding-bottom: 0rem!important;
}
section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 0rem;
}
h1.mb-lg-4.mb-0.fadeInUp.early.animated {
    margin-bottom: 20px!important;
}
.testimonials-parallax .t-wrapper, .testimonials-dark .t-wrapper {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    width: 100%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
}
section#our-clients-section img {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
}

@media (max-width:767px) {
.parallax-wrapper {
    position: relative;
    display: block;
    height: 100vh;
}
section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
}

@media (max-width:736px) {
button.btn-view {
    background: white;
    color: black;
    padding: 5px;
    width: 100%;
    border: 1px solid #616161;
    margin-bottom: 5px;
}
section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
}

button.btn-view {
    background: white;
    color: black;
    padding: 5px;
    width: 100%;
    border: 1px solid #616161;
    margin-bottom: 5px;
}

@media (max-width:600px) {
    .header h1 {
        top: 100%;
        position: absolute;
    }
    section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
}

@media (max-width:576px) {
img.center-cropped{
width: 100%;
}
}

@media (max-width:576px) {
    .header h1 {
        font-size: 2rem;
    }
    .header .container:not(.container-small) {
        padding-left: 15%;
        padding-right: 15%;
    }
    section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
}

@media (max-width:425px) {
    section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
.header-content {
    position: relative;
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.services-1-details{
display: block!important;
}
.services-2-details{
display: block!important;
}
.services-3-details{
display: block!important;
}
.sector-1{
display: block!important;
}
.sector-2{
display: block!important;
}
.sector-3{
display: block!important;
}
.member-image img {
    width: 100%;
    height: auto;
}
h4.export-quote {
    padding-top: 20px;
    font-size: 19px;
    margin-bottom: 20px;
}
img.services-img {
    margin: 0;
    width: 100%!important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.export-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%!important;
    height: auto;
    margin: 0!important;
}
h3.sep-line-one {
    color: #ef7f30;
    margin: 0;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 0!important;
}
.section-full.mobile-page-padding {
    padding: 40px 0;
}
section.main-contain.bg-gray.clearfix.text_part img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
}
h5.mb-4 {
    margin-top: 25px;
}
section.main-contain.bg-gray.clearfix.text_part h4 {
    text-align: justify;
    font-size: 17px;
}
section.main-contain.bg-gray.clearfix.text_part h4 {
    text-align: justify;
    font-size: 17px;
    margin-bottom: 20px;
}
.main-contain {
    padding: 10px 0;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 38%;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
section.text-image-big {
    padding-bottom: 4rem;
    overflow: hidden;
    padding-top: 4rem;
}
h3.technology-title br {
    display: none;
}
section.text-image-big {
    padding-bottom: 0rem!important;
    overflow: hidden;
    padding-top: 4rem!important;
}
section.container.freelancer-about {
    padding-bottom: 0!important;
}
section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 0rem;
}
a.nav-brand img {
    width: 50%!important;
}
}

@media (max-width:375px) {
a.nav-brand img {
    width: 50%!important;
}
section.vertical-gallery, section.vertical-gallery .slick-track, section.vertical-gallery .slick.slide {
    height: 50vh!important;
}
.header {
    width: 100%;
    height: auto!important;
    padding: 0;
}
section.vertical-gallery .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%!important;
    overflow: hidden;
    background: none;
}
section.vertical-gallery .slideshow .slider .item img {
    position: absolute;
    width: 100%;
    height: 50%!important;
    object-fit: cover;
}
.header-content {
    position: relative;
    width: 100%;
    display: flex;
    height: 45%!important;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 999!important;
    float: left;
}
.parallax-wrapper {
    position: relative;
    display: block;
    height: 50vh!important;
}
.services-1-details h4 {
    padding-left: 0px!important;
}
.services-1-details p {
    padding-left: 0px!important;
}
.services-3-details h4{
   padding-left: 0px!important;
}
.services-3-details p{
   padding-left: 0px!important;
}
.section-full.mobile-page-padding {
    padding: 40px 0;
}
.about-home-3.text-left {
    padding-top: 20px;
}
.product-details-page {
    width: 100%;
    padding: 40px 0!important;
}
h4.export-quote {
    padding-top: 20px;
    font-size: 19px;
    margin-bottom: 20px;
}
.services-section-start {
    padding: 40px 0!important;
    width: 100%;
}
h3.sep-line-one {
    color: #ef7f30;
    margin: 0;
    padding-bottom: 0px!important;
    font-size: 16px;
    padding-top: 30px;
}
.services-1-details{
display: block!important;
}
.services-2-details{
display: block!important;
}
.services-3-details{
display: block!important;
}
.sector-1{
display: block!important;
}
.sector-2{
display: block!important;
}
.sector-3{
display: block!important;
}
.section-block.infa {
    padding-bottom: 70px;
    padding-top: 40px;
}
.main-contain {
    padding: 40px 0;
}
.home-about-text1 b br {
    display: none;
    text-align: justify!important;
}
section.main-contain.bg-gray.clearfix.text_part img{
margin-bottom: 20px;
}
}

li.features span {
    font-weight: 600;
    font-size: 24px;
    color: #f58634;
}
#toptobottombutton {
    display: inline-block;
    background-color: #404040;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#toptobottombutton:hover {
    cursor: pointer;
    background-color: #404040;
    color: #ef7f30;
}

#toptobottombutton.show {
    opacity: 1;
    visibility: visible;
}
img.export-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 auto;
}
img.services-img {
    margin: 0 auto;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-section-start {
    padding: 100px 0;
    width: 100%;
}
section#featured-section-three-3 {
    padding-bottom: 50px;
    padding-top: 0px;
}
section#featured-section-three-33 {
    padding-top: 0;
    padding-bottom: 0;
}
.team-member.style-two {
    box-shadow: 0px 4px 8px 0px rgb(181 181 181);
    border: solid 1px #f0f0f0;
    margin-bottom: 3em;
}
.team-member.style-two .member-bio {
    padding: 17px 9px;
    background: #ef7f30;
    color: #fff!important;
}
.team-member .member-bio .name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
.contact-address {
    padding: 0px 20px;
}
.groupof {
    padding-top: 2em;
}
.groupof {
    padding-top: 2em;
}
.groupof h5 {
    color: #c3692f;
}
.contact-address .address_footer i {
    color: #4f4f4e;
}
.address_footer i {
    color: white;
    float: left;
    padding-top: 0.3em;
}
.address_footer p {
    margin-bottom: 0;
}
.address_footer p {
    padding-left: 25px;
}
.address_footer p {
    margin-bottom: 0;
}
.address_footer p {
    padding-left: 25px;
    margin-bottom: 20px;
}
.groupof h5 {
    color: #ef7f30;
}
.form-container {
    max-width: 970px;
    margin: 0 auto;
}
.contact-form input {
    height: 40px;
}
.contact-form input, .contact-form textarea {
    background: #fff;
    border: 0;
    padding: 11px 25px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 1px #cac5c5;
}
.contact-form textarea {
    height: 150px;
    margin-bottom: 20px;
    border: solid 1px #b0b0b0;
}
.contact-form input, .contact-form textarea {
    background: #fff;
    border: 0;
    padding: 11px 25px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 1px #cac5c5;
}
.gp-btn {
    color: #fff;
}
.gp-btn, .gp-btn-outline {
    padding: 13px 21px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #ef7f30;
    border: 0;
    position: relative;
    z-index: 222;
    overflow: hidden;
}
.product-inq {
    width: 100%;
}
.main-iq {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
}
button.btn-btn-primary {
    color: #fff;
    background: #ef7f30;
    padding: 10px 10px 10px 10px;
    border: none;
    width: 49%;
    text-align: center !important;
    display: block;
    outline: none;
}
button.custom-btn {
    color: #fff;
    background: #4f4f4e;
    padding: 10px 10px 10px 10px;
    border: none;
    width: 49%;
    text-align: center !important;
    /* margin: 0px 0px 0px 10px; */
    display: block;
    outline: none;
}
.custom-btn a {
    color: #fff;
}
.modal-content {
    poasition: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    margin: 0;
    padding: 10px;
    background-color: var(--white);
    border-radius: 4px;
}
.modal-header {
    border: none;
    margin: 0;
    padding: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.md-body input.form-control {
    margin-bottom: 10px;
}
.modal-footer button.product-btn {
    color: #fff;
    background: #ef7f30;
    padding: 10px 10px 10px 10px;
    border: none;
    text-align: center !important;
    display: block;
    outline: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto;
}
.product-inq {
    width: 100%;
    padding-top: 19px;
}
.product-details-page{
width: 100%;
padding: 100px 0;
}
.map.wow.lightSpeedIn.animated {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}
.best-offer {
    padding: 50px 0px;
}
.tab-style-one {
    display: flex;
}
.sec-heading {
    margin-bottom: 15px;
    text-align: center;
}
.footer-litle address {
    margin-bottom: 0;
    padding-top: 85px;
    padding-bottom: 85px;
}
.footer-litle address ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-litle address ul li {
    display: inline-block;
    margin-right: 160px;
}
.footer-litle address ul li:last-child {
    margin-right: 0;
}
.footer-litle address ul li {
    display: inline-block;
    margin-right: 160px;
}
.form-group label {
    font-size: .8em;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
}
.submit-btn{
position: relative;
    display: inline-block;
    padding: 13px 30px;
    background: #ef7f30;
    color: #ececec;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 0.9em;
    line-height: 1.8em;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    }
    input.form-control.validate-locally {
    padding: 24px 20px;
}
.catalogue-1-btn{
width: 100%;
height: auto;
}
.mission-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.vision-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}