body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}
p{
    margin-bottom: 0.25rem;
}
/* header */
.logobox {
    width: 100px;
    display: inline-block;
}

.header {
    position: sticky;
    z-index: 100;
    top: 0;
}

.addressinfo {
    list-style: none;
    padding-left: 0;
}

.addressinfo li {
    width: 33.33%;
    position: relative;
    padding-left: 50px;
    height: 90px;
    padding-top: 20px;
}

.addressinfo li i {
    position: absolute;
    left: 0;
    top: 24px;
    font-size: 30px;
    color: #55c9ff;
}

.addressinfo li p a,
.addressinfo li p {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #252525;
    text-decoration: none;
}

.addressinfo li p {
    margin-bottom: 5px;
}

.addressinfo li a {
    text-decoration: none;
}

.b-right:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 1px;
    background-color: #c0cde9;
    right: 50px;
    top: 30px;
}

.menulist {
    /* background: #334672; */
    background: linear-gradient(45deg, #415c9b, #203053);
}

.menulist ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
}

.menulist ul li a {
    padding: 14px 18px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-right: solid thin #7286bd;
    font-weight: 400;
}

.menulist ul li a:hover {
    color: #78c4ff;
}

.menulist ul li:last-child a {
    border-right: none;
}

.submenu-product {
    position: absolute;
    display: block !important;
    background: #ffffff;
    text-align: start;
    padding-left: 0;
    width: 100%;
    border: solid thin #bdc8ee;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

.productmenu:hover .submenu-product {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.submenu-product li:hover {
    background-color: #e8eeff;
}

.productmenu ul li a {
    border-right: none;
    color: #364673;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border-bottom: solid thin #bbc8ed;
}

.productmenu ul li:last-child a {
    border-bottom: solid thin #bbc8ed;
}

/* banner */
.banner .item {
    height: 700px;
    position: relative;
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.banner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.banner .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/* .owl-carousel .owl-item{
    width: 33.33% !important;
} */

/* banner video */
video::-webkit-media-controls {
    display: none !important;
}

.header-content-video {
    width: 650px;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    text-align: center;
    top: 10%;
}

.bg-lightblue-trans {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffffff26;
    top: 0;
    left: 0;
}

.header-content-video h2 {
    font-weight: 700;
    color: #1a2541;
}

.header-content-video h1 {
    font-weight: 700;
    color: #2c3c66;
    text-shadow: 1px 2px 5px #2b3a645c;
}

.header-content-video p {
    background: linear-gradient(45deg, #415c9b, #203053);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
}

.banner-height {
    height: 75vh;
}

/*End*/
.product-box {
    box-shadow: 2px 1px 6px #cccccc8f;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    display: inline-block;
}

.textbox-product {
    height: 350px;
    position: relative;
}

.textbox-product a {
    position: absolute;
    left: 0px;
    padding-left: 15px;
    bottom: 40px;

}

.product-box img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* liningtext */
.heading-1 {
    font-size: 24px;
    font-weight: 600;
    color: #7bbcd5;
    border-left: solid 2px #70bcd4;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 20px;
}

.sub-heading {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
    color: #364673;
}

.bg-lightblue {
    background: #f4f7ff;
}

.borderwhite {
    border-left: solid 2px white;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

/* 12 */
.btn-12 {
    position: relative;
    right: 20px;
    bottom: 20px;
    border: none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
}

.btn-12 span {
    background: rgb(54 70 115);
    background: linear-gradient(0deg, rgb(54 70 115) 0%, rgb(108 135 213) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-12 span:nth-child(1) {
    box-shadow:
        0px 0px 0px 0px #fff9,
        0px 0px 0px 0px #fff9,
        0px 1px 0px 0px #0002,
        2px 2px 2px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.bg-whychooseus {
    background-image: url(../images/bg-why-choose.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}

.bg-whychooseus::before {
    background-color: #2b3a64a6;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.countrieslist-export h5 {
    color: #fff;
}

.countrieslist-export ul {
    color: #fff;
    list-style: none;
    padding-left: 0;
    display: inline-block;
}

.countrieslist-export ul li {
    float: left;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.blue-bg {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.border-none {
    border: none !important;
}

/* footer */

footer {
    padding: 2rem 0;
    background-color: #fff;
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}

.footerlogobox {
    width: 120px;
}

.footerlogobox img {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}

.footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
    color: #252525;
}

.footer-column .nav-item span.nav-link,
.footer-column .nav-item span.nav-link a,
.nav-link a,
.nav-link p {
    color: #3d518b;
    text-decoration: none;
    font-weight: 600;
}

.nav-link i {
    color: #252525;
    font-size: 20px;
}

.footer-column .nav-item span.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #293962;
    text-transform: uppercase;
    border-bottom: solid;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-column ul {
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
}

ul.social-buttons li a img {
    width: 40px;
}

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    color: #2a3962;
    font-weight: 600;
}

.border-topfooter {
    border-top: solid thin #293962;
}

.quick-links li a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    color: white;
}

.bg-container-product {
    background-image: url('../images/bg-blocks-img.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 90;
}

.bg-container-product .container {
    position: relative;
    z-index: 100;
}

.bg-container-product:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffffffeb;
    top: 0;
    z-index: 99;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.bg-about {
    background-image: url('../images/bg-curved-export.png');
    position: relative;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 90;
}

/*About Us*/
.banner-common {
    /* background-image: url(../images/about-banner.jpg); */
    background-position: center;
    height: 100px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background: #eaf0ff;
    border-bottom: solid thin #eaf0ff;
}

.head-banner {
    font-size: 30px;
    color: #384b80 !important;
    margin-bottom: 0;
    font-weight: 600;
}

.box {
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 420px;
}

.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 20px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #364673 0%, #647dc2 100%);
}

.box:hover:before {
    width: 100%;
}

.box:hover .image-wrapper {
    padding: 0;
}

.box:hover .box-desc {
    color: #fff;
}

.box:hover .social li a {
    background: #fff;
    background-image: none;
    color: #000;
}

.box:hover .social li a:hover {
    background: #1d1d1d;
    color: #fff;
}

.image-wrapper {
    position: relative;
    max-width: 210px;
    max-height: 210px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}

.box-desc {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.box-desc h5 {
    font-size: 18px;
    font-weight: 600;
}

.box-desc h4 {
    font-size: 16px;
}

.box-desc p {
    font-size: 14px;
}

/*Certification*/
.eachCard {
    background: #fff;
    border-radius: 10px;
    min-height: 220px;
    max-width: 350px;
    position: relative;
    margin: 10px;
    border: dashed 2px #84bcd6;
}

.cardContent {
    display: flex;
    padding: 30px;
    justify-content: center;
}

.userActions {
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5scubic-bezier(0.83, 0, 0.18, 0.78);
    position: absolute;
    bottom: 0;
}

.eachCard:hover .userActions {
    background: #e9eeff;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    opacity: 1;
    transition: all 0.5scubic-bezier(0.83, 0, 0.18, 0.78);
}

.cardImage p {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #394674;
}

/*Our Products*/


.tab-head li a,
.tab-head li a:visited {
    background-color: transparent;
    color: #0067b8;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.tab-head li a:hover,
.tab-head li a:active {
    border-bottom: none;
    outline: 0;
}

.tab-head li a:focus {
    border-bottom: none;
    outline: thin dotted;
}

.tab-head li a img {
    border: 0;
}


/**
 * Tabs Block
 */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 15px;
    /* box-shadow: 2px 3px 10px #e1e1e1; */
    border: solid thin #cccccc69;
}

/**
 * Tabs
 */
.tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
}

.tabs>ul li {
    display: block;
}

.tabs>ul li:not(:last-child) {
    margin-bottom: 5px;
}

.tabs>ul li a,
.tabs>ul li a:visited,
.menu-subproduct ul li a {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background: linear-gradient(45deg, #3d518a, #2a3a64);
    color: #fff;
    padding: 8px 10px;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    border-radius: 5px;
    cursor: pointer;
}

.tabs>ul li a:hover,
.tabs>ul li a:focus,
.tabs>ul li a:active {
    border-bottom: none;
    outline: 0;
}

.tabs>ul li a.active,
.menu-subproduct ul li a.active,
.makeActive.active {
    background: #fff;
    color: #3d528b;
    border: solid thin;
    font-weight: 500;
}

.tabs>ul li a:hover:not(.active) {
    color: #fff;
}

.tabs>ul li a>span.tab-label {
    display: none;
}

.tabs section {
    width: 80%;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
}

.tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabs section>*:nth-child(1) {
    transition-delay: 0.2s;
}

.tabs section>*:nth-child(2) {
    transition-delay: 0.3s;
}

.tabs section>*:nth-child(3) {
    transition-delay: 0.4s;
}

.tabs section>*:nth-child(4) {
    transition-delay: 0.5s;
}

.tabs section>*:nth-child(5) {
    transition-delay: 0.6s;
}

.tabs section>*:nth-child(6) {
    transition-delay: 0.7s;
}

.tabs section>*:nth-child(7) {
    transition-delay: 0.8s;
}

.tabs section>*:nth-child(8) {
    transition-delay: 0.9s;
}

.tabs section>*:nth-child(9) {
    transition-delay: 1s;
}

.tabs section>*:nth-child(10) {
    transition-delay: 1.1s;
}

.tabs section>*:nth-child(11) {
    transition-delay: 1.2s;
}

.tabs section>*:nth-child(12) {
    transition-delay: 1.3s;
}

.tabs section>*:nth-child(13) {
    transition-delay: 1.4s;
}

.tabs section>*:nth-child(14) {
    transition-delay: 1.5s;
}

.tabs section>*:nth-child(15) {
    transition-delay: 1.6s;
}

.tabs section>*:nth-child(16) {
    transition-delay: 1.7s;
}

.tabs section>*:nth-child(17) {
    transition-delay: 1.8s;
}

.tabs section>*:nth-child(18) {
    transition-delay: 1.9s;
}

.tabs section>*:nth-child(19) {
    transition-delay: 2s;
}

.tabs section>*:nth-child(20) {
    transition-delay: 2.1s;
}

.tabs section.active {
    display: block;
}

.tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0);
}

.img-products {
    height: 450px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.brochurebox {
    display: flex;
    flex-direction: column;
    width: 48%;
    float: left;
}

.text-container {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.img-products img {
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.about-bg-fixed {
    background-image: url('../images/bg-curved-export.png');
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}

.containbox {
    background-color: #fff;
    border-radius: 5px;
}

.containbox img {
    border-radius: 5px;
}

.box-righttext-work {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.box-righttext-work ul {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    display: flex;
}

.box-righttext-work ul li {
    color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    width: 20%;
    height: 1;
    float: left;
    display: flex;
    justify-content: center;
    border: solid thin #ccc;
    background: #3e538c;
    border: dashed 1px #ccc;
}

.evenbox {
    background: #fff !important;
    color: #42538e !important;
}

/*New Tabbing*/
/* .menu-subproduct nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background: #fff;
} */

.menu-subproduct {
    position: sticky;
    top: 184px;
    z-index: 99;
    background: #fff;
    margin-bottom: 10px;
}

.menu-subproduct nav ul {
    padding: 15px;
}

.menu-subproduct nav ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.content-product {
    width: 100%;
}

.content-product>section {
    width: 100%;
    height: 100%;
    background: #fff;
    display: inline-block;
    padding: 25px;
}



/* how we work */

.box-befitbox-left {
    text-align: center;
    border: solid thin #e1edfb;
    padding: 15px;
    background: linear-gradient(45deg, #e7f3ff, #ffffff);
}

.box-befitbox-left img,
.box-befitbox-center img,
.box-befitbox-right img {
    width: 60px;
    margin-bottom: 15px;
}

.box-befitbox-left p {
    margin-bottom: 0;
}

.box-befitbox-center {
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
}

.box-befitbox-right {
    text-align: center;
    border: solid thin #e1edfb;
    padding: 15px;
    background: linear-gradient(45deg, #e7f3ff, #ffffff);
}

.box-befitbox-right p {
    margin-bottom: 0;
}

.box-befitbox-center {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #364673, #6acaff);
    color: #fff;
}

.service-img img {
    width: 100%;
}

.bg-gradientblue {
    background: linear-gradient(45deg, #364673, #6acaff);
}

.how-weworkimg img {
    height: 500px;
    margin-top: 20px;
    border-radius: 10px;
    object-fit: cover;
}

/*Contact Us*/

.contact-address-area {
    position: relative;
    display: block;
    background: #f5f8ff;
    padding: 100px 0 120px;
}

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 1px 9px #cfddffa6;
}

.single-contact-address-box {
    position: relative;
    display: block;
    background: linear-gradient(45deg, #101010, #333c41);
    padding: 85px 30px 77px;
}

.single-contact-address-box .icon-holder {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.single-contact-address-box .icon-holder span:before {
    font-size: 75px;
}

.single-contact-address-box h3 {
    color: #fff;
    margin: 0px 0 9px;
}

.single-contact-address-box h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}

.single-contact-address-box a {
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    background: linear-gradient(45deg, #4b5c8f, #3d528b);
    padding: 53px 45px 51px;
}

.single-contact-address-box.main-branch h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
}

.single-contact-address-box.main-branch .inner {
    position: relative;
    display: block;
}

.single-contact-address-box.main-branch .inner ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 0;
}

.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-bottom: 23px;
    margin-bottom: 24px;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.single-contact-address-box.main-branch .inner ul li .text {
    position: relative;
    display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-form {
    position: relative;
    display: block;
    /* background: #ffffff;
    padding: 40px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed; */
    z-index: 3;
}

.contact-form .sec-title-style1 {
    position: relative;
    display: block;
    padding-bottom: 51px;
    width: 50%;
}

.contact-form .text-box {
    position: relative;
    display: block;
    margin-top: 19px;
    width: 100%;
}

.contact-form .text p {
    color: #848484;
    line-height: 26px;
    margin: 0;
}

.contact-form .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}

.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #364673, #112250);
    border: 1px solid #415887;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.contact-form form button:hover {
    color: #ffffff;
    background: #181a1b;
}

.desk-none {
    display: none;
}

.desk-menu {
    display: flex;
}

.mob-menu {
    display: none;
}

.whatsappcontat {
    position: fixed;
    right: 0;
    bottom: 30%;
    width: 50px;
    z-index: 100;
}

.whatsappcontat img {
    width: 100%;
}

.iconaddress {
    width: 50%;
    height: 200px;
    text-align: center;
    line-height: 150px;
    font-size: 60px;
    background: #ebf0ff;
}

.officeaddressbox {
    width: 50%;
    padding: 20px;
    height: 200px;
    background: #2a3963;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: dashed 1px;
}

.officeaddressbox a {
    text-decoration: none;
    color: #2a3962;
}

.officeaddressbox h5 {
    font-weight: 800;
}

.box-cont-info {
    display: flex;
    width: 100%;
    background: #2c3862;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0px 1px 9px #cfddffa6;
}

.box-cont-info i {
    font-size: 30px;
    color: #405591;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 50%;
}

.box-cont-info a {
    text-decoration: none;
    color: #fff;
}

.nav-link {
    padding: 4px 0px 4px 0px;
}
.login_adminwidth{
    width: 150px;
}
@media (min-width: 576px) {

    .tabs>ul {
        width: 100%;
        padding: 0px;
        margin-bottom: 25px;
        display: flex;
        column-gap: 10px;
        justify-content: center;
    }

    .tabs>ul li a {
        flex-wrap: wrap;
    }

    .tabs>ul li a>span.tab-label {
        width: 100%;
        display: block;
        margin-top: 0.2rem;
    }

    .tabs section {
        width: 100%;
        padding: 0rem 0rem 2rem 0rem;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .logobox {
        width: 60px;
    }

    .addressinfo {
        padding-left: 0;
    }

    .addressinfo li {
        padding-left: 14px;
        height: 65px;
        padding-top: 10px;
        font-size: 12px;
    }

    .b-right:before {
        height: 30px;
        right: 25px;
        top: 15px;
    }

    .addressinfo li i {
        left: -20px;
        top: 15px;
        font-size: 24px;
    }

    .addressinfo li p,
    .addressinfo li p a {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .menulist ul li a {
        padding: 6px 8px;
        font-weight: 500;
        font-size: 13px;
    }

    .menulist ul {
        padding-left: 0;
    }

    .banner-common {
        height: 60px;
    }

    .banner-common h1,
    .text-container h2 {
        font-size: 20px;
    }

    .menu-subproduct {
        top: 129px;
    }

    .tabs>ul li a,
    .tabs>ul li a:visited,
    .menu-subproduct ul li a {
        padding: 6px 8px;
        font-size: 15px;
    }

    .head-banner::before {
        height: 3px;
        width: 50%;
        bottom: -4px;
    }

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-img {
        height: 100%;
    }

    p {
        font-size: 14px;
    }

    .sub-heading {
        font-size: 24px;
    }

    .heading-1 {
        font-size: 20px;
    }

    .eachCard {
        border-radius: 10px;
        min-height: 140px;
        max-width: 280px;
    }

    .cardContent {
        padding: 10px;
    }

    .cardContent img {
        width: 80px;
    }

    .about-bg-fixed {
        padding-top: 0 !important;
    }

    .single-contact-address-box {
        padding: 10px 15px 15px;
    }

    .single-contact-address-box h2 {
        font-size: 14px;
    }

    .single-contact-address-box.main-branch {
        padding: 15px 10px 15px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .single-contact-address-box.main-branch h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .single-contact-address-box.main-branch .inner ul {
        padding-left: 0;
    }

    .single-contact-address-box.main-branch .inner ul li {
        padding-left: 80px;
        padding-bottom: 14px;
        margin-bottom: 15px;
    }

    .single-contact-address-box.main-branch .inner ul li .title {
        top: 2px;
        font-size: 14px;
    }

    .single-contact-address-box.main-branch .inner ul li .title h4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }

    .single-contact-address-box.main-branch .inner ul li .text {
        padding-top: 5px;
    }

    .contact-form .text-box {
        margin-top: 0;
    }

    .tab-hide {
        display: none;
    }

    .tab-block {
        display: block;
    }

    .how-we-worktext {
        padding: 20px 10px 10px 0px !important;
    }

    .box-righttext-work ul {
        padding-left: 0;
    }

    .box-righttext-work ul li {
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .evenbox {
        margin-left: 0px;
        border-radius: 10px 10px 10px 10px !important;
        padding: 10px !important;
    }

    .mob-flex-col {
        flex-direction: column;
    }

    .img-products {
        margin-bottom: 20px;
        height: 250px;
    }

    .tabs section {
        padding: 0rem 0rem 2rem 1rem;
    }

    .tabs>ul {
        padding: 0px;
    }

    .tabs>ul li a,
    .tabs>ul li a:visited {
        padding: 8px 10px;
        font-size: 14px;
    }

    .tabs>ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .header-content-video p {
        padding: 10px;
        border-radius: 4px;
        font-size: 14px;
    }

    .header-content-video {
        width: 400px;
        left: 0;
        margin-left: 30px;
        text-align: left;
        top: 10%;
    }

    .banner-height {
        height: 40vh;
    }

    .image-aboutus {
        height: 300px;
    }

    .image-aboutus img {
        height: 100%;
        object-fit: cover;
    }

    .textboxabout {
        padding-left: 0 !important;
    }

    .contact-address-box {
        border: none;
    }

    .mob-righttext-cont {
        padding: 10px !important;
    }

    .tab-mt-0 {
        margin-top: 0 !important;
    }

    .tab-pt-20 {
        padding-top: 20px !important;
    }

    .box-cont-info a,
    .footer-column .nav-item span.footer-title,
    .footer-column .nav-item .nav-link {
        font-size: 14px;
    }

    .how-weworkimg img {
        height: 250px;
    }

    ul.social-buttons li a img {
        width: 30px;
    }

    .box-befitbox-right,
    .box-befitbox-left {
        min-height: 180px;
    }

}

@media (max-width:767px) and (min-width:320px) {
    body {
        overflow-x: hidden;
    }

    .desk-menu {
        display: none;
    }

    .mob-menu {
        display: block;
        width: 100%;
    }

    header {
        border-bottom: solid thin #ededed;
    }

    .banner .item {
        height: 280px;
    }

    .banner .item .cover {
        padding: 55px 0;
        align-items: start;
    }

    .banner .item .cover .header-content {
        padding: 15px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 20px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 24px;
        margin: 5px 0 10px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 16px;
        line-height: 25px;
    }

    /* Quick css for presentation */
    .navigation {
        position: relative;
        height: 60px;
        padding: 0 15px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navigation__logo a {
        text-decoration: none;
        width: 50px;
        display: inline-block;
    }

    .navigation__logo a img {
        width: 100%;
    }

    .navigation__logo p {
        color: #ffffff;
        font-weight: bolder;
        text-transform: uppercase;
        text-decoration: none;
    }

    .navigation__links {
        position: absolute;
        width: 80%;
        height: 100vh;
        left: -1000px;
        top: -20px;
        z-index: 2;
        transition: left 0.3s ease-in;
        background: #313f6d;
        color: #ffffff;
        list-style: none;
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
        padding-left: 0;
        padding-top: 46px;
    }

    .navigation__links li {
        padding: 5px 10px;
        text-alig: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navigation__links a {
        color: #ffffff;
        text-decoration: none;
    }

    #hamburger {
        visibility: hidden;
    }

    .navigation__button {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: transparent;
        border: 1px solid #304270;
        cursor: pointer;
    }

    .navigation__button span {
        position: absolute;
        left: 5px;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #304270;
        transform-origin: center;
        transition: opacity 0.2s linear, all 0.3s linear;
    }

    .navigation__button span:nth-of-type(1) {
        top: 10px;
    }

    .navigation__button span:nth-of-type(2) {
        top: 15px;
    }

    .navigation__button span:nth-of-type(3) {
        top: 20px;
    }


    /* Here comes the magic */

    #hamburger:checked~.navigation__links {
        /* Or it can be "input[type="checkbox"] ~ .navigation__links" */
        left: 0;
        top: -20px;
    }

    /* Styles for our "close" button */
    #hamburger:checked~.navigation__button span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 15px;
    }

    #hamburger:checked~.navigation__button span:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger:checked~.navigation__button span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 15px;
    }

    .menulist {
        display: none;
    }

    .header {
        padding-top: 0 !important;
        top: -1px;
    }

    .header .container {
        padding: 0;
    }

    .header-content-video {
        width: 100%;
        left: 0%;
        margin-left: 0px;
        top: 180px;
        padding: 15px;
        background: #2e3f6c;
    }

    .banner-height {
        height: 320px;
    }

    .header-content-video h2 {
        color: #ffffff;
        font-size: 16px;
    }

    .header-content-video h1 {
        font-weight: 400;
        color: #ffffff;
        font-size: 18px;
    }

    .header-content-video p {
        background: #fff;
        color: #313f6d;
        padding: 5px;
        font-size: 14px;
    }

    .bg-container-product {
        padding-top: 20px !important;
    }

    .heading-1 {
        font-size: 18px;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .sub-heading {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .textbox-product {
        padding-left: 10px !important;
        font-size: 14px;
        height: auto;
    }

    .textbox-product h4 {
        font-size: 16px;
    }

    .textboxabout {
        padding: 1rem !important;
        font-size: 14px;
    }

    .countrieslist-export ul li,
    .textbox-services {
        font-size: 14px;
    }

    .bg-whychooseus {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .footer-column {
        text-align: left;
    }

    .addressinfo {
        padding-left: 0;
        background: #394674;
        position: sticky;
        z-index: 100;
        top: 0;
        margin-bottom: 0;
    }

    .addressinfo li {
        width: 48%;
        padding-left: 23px;
        height: 40px;
        padding-top: 16px;
    }

    .b-right:before {
        background: transparent;
    }

    .addressinfo li i {
        left: 4px;
        top: 15px;
        font-size: 14px;
        color: #ffffff;
    }

    .addressinfo li p {
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 12px;
        color: #fff;
    }

    .textbox-product a {
        position: relative;
        left: 0px;
        padding-left: 0px;
        bottom: 20px;
    }

    .banner-common {
        height: 70px;
    }

    .banner-common h1 {
        font-size: 20px;
    }

    .about-bg-fixed {
        padding-top: 0 !important;
    }

    .mob-p-1rem {
        padding: 1rem !important
    }

    .mob-p-2rem {
        padding: 2rem !important
    }

    .box {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .mob-mt-0 {
        margin-top: 0 !important;
    }

    .mob-pb-0 {
        padding-bottom: 0 !important;
    }

    .eachCard {
        border-radius: 10px;
        margin: 0px;
        min-height: auto;
        margin-bottom: 15px;
    }

    .cardContent {
        padding: 10px;
    }

    .cardImage img {
        width: 50px;
    }

    .cardImage p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .box-righttext-work ul {
        padding-left: 0;
        flex-direction: column;
    }

    .box-righttext-work ul li {
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 14px;
        width: 100%;
    }

    .evenbox {
        margin-left: 0px;
        border-radius: 10px;
        padding: 15px !important;
    }

    .mob-p-0 {
        padding: 0 !important;
    }

    .mob-pt-0 {
        padding-top: 0 !important;
    }

    .mob-pl-10 {
        padding-left: 10px !important;
    }

    .mob-mt-10 {
        padding-top: 10px;
    }

    .tabs section.active {
        display: block;
    }

    .tabs {
        display: flex;
        flex-direction: column;
    }

    .tabs>ul {
        width: 100%;
    }

    .tabs>ul li {
        display: flex;
        margin-right: 1%;
        float: left;
    }

    .tabs>ul li a>span.tab-label {
        display: block;
        font-size: 12px;
    }

    .tabs section {
        width: 100%;
    }

    .img-products {
        height: auto;
    }

    .tabs>ul li a,
    .tabs>ul li a:visited {
        padding: 10px 8px;
    }

    .object-150 img {
        object-position: 0px 0px;
    }

    .tabs section.active-content h2 {
        font-size: 22px;
    }

    .tabs section.active-content,
    .text-container p {
        font-size: 14px;
    }

    .addressinfo li p a,
    .addressinfo li p {
        font-size: 12px;
        color: #fff;
    }

    .single-contact-address-box.main-branch {
        padding: 20px 10px 10px;
    }

    .single-contact-address-box.main-branch h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .single-contact-address-box.main-branch .inner ul li {
        padding-left: 90px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .single-contact-address-box.main-branch .inner ul li .title h4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .single-contact-address-box.main-branch .inner ul li .text p {
        font-size: 12px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
    }

    .mob-righttext-cont {
        padding: 10px 0px ! IMPORTANT;
    }

    .mob-righttext-cont h4 {
        font-size: 18px;
    }

    .contact-info-area {
        padding: 15px;
    }

    .contact-form {
        padding: 15px 20px 25px;
    }

    .contact-address-area {
        padding: 10px 0 0px !important;
    }

    .mob-ps-10 {
        padding-left: 10px !important;
    }


    /* footer */
    .footerlogobox {
        width: 70px;
    }

    footer p,
    .footer-column .nav-item .nav-link,
    .footer-column .nav-item span.footer-title {
        font-size: 14px;
    }

    ul.social-buttons li a img {
        width: 25px;
    }

    .how-weworkimg img {
        height: 200px;
    }

    /*contact us*/
    .mob-locationbox {
        flex-direction: column
    }

    .mob-locationbox .officeaddressbox,
    .mob-locationbox .iconaddress {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-address-box {
        border: none;
        padding: 5px;
    }

    .officeaddressbox h5 {
        font-size: 16px;
        font-weight: 700;
    }

    .officeaddressbox p,
    .officeaddressbox a {
        font-size: 14px;
    }

    .box-cont-info {
        padding: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .menu-subproduct {
        top: 99px;
        margin-bottom: 10px;
    }

    .menu-subproduct nav ul {
        padding: 5px;
    }

    .menu-subproduct nav ul li {
        display: inline-block;
        margin: 0 5px 5px 0px;
    }

    .tabs>ul li a,
    .tabs>ul li a:visited,
    .menu-subproduct ul li a {
        padding: 5px 8px;
        border-radius: 5px;
        font-size: 14px;
    }

    .brochurebox {
        width: 100%;
    }

    .text-container h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .text-container {
        width: 100%;
    }

    .content-product>section {
        padding: 10px;
    }
}

@media (max-width:1199px) and (min-width:1024px) {
    .menulist ul li a {
        padding: 10px 12px;
    }

    .addressinfo li {
        padding-left: 0px;
    }

    .addressinfo li i {
        left: -35px;
        top: 24px;
        font-size: 24px;
    }

    .addressinfo li p a,
    .addressinfo li p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .menu-subproduct {
        top: 176px;
    }

    .textbox-product h4 {
        font-size: 20px;
    }

    .textbox-product p {
        font-size: 15px;
    }
}