:root { --primary-color: #B89C08; --secondary-color: #000000; --text-color: rgba(76, 82, 103, 0.9); --primary-font: 'Geologica', sans-seri; --bs-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1); }

/* Fonts */
@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../webfonts/Geologica/Geologica.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); line-height: 1.7; font-size: 14px; color: var(--text-color); }
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.ebold { font-weight: 800 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
img{max-width: 100%;height: auto;}
.title-font { font-family: var(--title-font); }
.primary-font { font-family: var(--primary-font); }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: 400; text-transform: normal; }
h1:last-child , h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child , p:last-child {margin-bottom: 0;}
.clear { clear: both; }
a, button { color: var(--primary-color); outline: medium none;text-decoration: none; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a:hover { color: var(--secondary-color); }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; }
input:focus::-moz-placeholder { opacity: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.text-dark { color: #333 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-f5 { background: #f5f5f5 !important; }
.bg-f9 { background: #f9f9f9 !important; }
.bg-none { background: none !important; }
.btn { background: var(--primary-color); color: #fff; -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: 500; padding: 8px 20px; border-radius: 4px; border: 1px solid var(--primary-color); text-transform:uppercase; font-size:14px; }
.btn:hover { color: #fff; background: var(--secondary-color); border-color: var(--secondary-color); }
.btn-outline { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.btn-outline:hover { color: #fff; background: var(--primary-color); border-color: var(--primary-color); }
.btn-white { color: #fff; background: transparent; border-color: #fff; border-width: 2px }
.btn-white:hover { background: #fff; border-color: #fff; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; }
.btn.min-width { min-width: 200px; }
.link { border-bottom: 1px solid currentColor; }

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #D1D5DB #fff; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #D1D5DB; border-radius: 3px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.alert { padding: 8px 0; font-size: 14px; }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 50px; width: 50px; right: 31px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; line-height: 48px; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; }
@media (max-width:767px) {
    #scrollUp { right: 16px; }
    #scrollUp { width: 40px; height: 40px; line-height: 38px; }
}
#scrollUp:hover { color: #000; }
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.img-thumbnail { padding: .5rem; }
.form-control { border-color: #9A9F9C; border-radius: 5px; height: 46px; }
.form-control:focus { box-shadow: none; outline: none; border-color: var(--primary-color); }
.form-control::-webkit-input-placeholder {color: RGBA(93, 99, 118, 0.68);}
.form-control::-moz-placeholder {color: RGBA(93, 99, 118, 0.68);}
.form-control:-ms-input-placeholder {color: RGBA(93, 99, 118, 0.68);}
.form-control:-moz-placeholder {color: RGBA(93, 99, 118, 0.68);}
.input-group .wpcf7-form-control-wrap .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .btn.input-group-text { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; height: 46px; }
.wpcf7-spinner { position: absolute }
.modal .btn-close { position: absolute; top: -15px; right: -15px;  border-radius: 50%; width: 30px; height: 30px; opacity: 1; }
/*background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .2);*/
.swiper-button-next, .swiper-button-prev { font-size: 26px; }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0 }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0; }
.arrow svg path { stroke: var(--primary-color); stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
.arrow.animated svg path { opacity: 1; animation: nectarStrokeAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; animation-duration: 1.3s; }
@keyframes nectarStrokeAnimation {
    0% { stroke-dashoffset: 1; opacity: 0; }
    1% { opacity: 1; }
    100% { stroke-dashoffset: 0; }
}

/* Header
------------------- */
.header-top {padding:  0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size: 13px; color: #fff;}
.header-top a {color: #fff;}
.header-top a:hover {color: var(--primary-color);}
.social-icons a {color: #fff; padding: 0 8px; display: block;}
.social-icons a:hover {color: var(--primary-color);}
.lang-block {border-left: 1px solid rgba(255, 255, 255, 0.3); padding: 10px 0 10px 15px; margin: 0 0 0 15px;}
.lang-block select {background: transparent; color: #fff; border: 0;}
.lang-block select option {color: var(--secondary-color); font-family: var(--primary-font);}
header { position: absolute; left: 0; right: 0; z-index: 999; background: rgba(255, 255, 255, 0.09); }
/*.sticky-bar { left: 0; padding: 10px 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; background: #fff; box-shadow: 0 8px 20px rgba(0, 0, 0, .1); }*/
.sticky-bar { left: 0; background: rgba(0, 0, 0, .9); margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 400ms ease-in-out 0s normal none 1 running fadeInDown; box-shadow: 0 8px 20px rgba(0, 0, 0, .1); }
.sticky-bar .navbar-brand .logo img {max-width: 80%; height: auto;}

header .navbar { position: unset; }
.navbar-collapse ul.navbar-nav { position: relative; }
.navbar-expand-lg .navbar-nav .nav-item { padding: 10px 0px; margin:0 20px; }
.navbar-expand-lg .navbar-nav .nav-link { color: #fff; padding: 0px; position: relative; text-transform: uppercase; font-weight:500; }
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .nav-link:focus { color: var(--primary-color); }
header .dropdown-menu { border: 0; border-radius: 10px; padding: 20px; background: rgba(0, 0, 0, .7); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
header .dropdown-menu li { padding: 0px 0 10px; display: block; }
header .dropdown-menu li:last-child { padding: 0; }
header .dropdown-menu li a { font-size: 14px; color: #fff; padding: 0px; display: block; text-transform: uppercase;}
header .dropdown-menu li a:hover { color: var(--primary-color); }
.dropdown-toggle::after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 700; margin-left: 5px; border: 0 !important; vertical-align: middle; font-size: 10px; color: #fff;; transform: rotate(0deg); transition: transform 0.4s; margin-top: -3px;}
.dropdown:hover .dropdown-toggle::after { /*color: #fff;*/ transform: rotate(180deg); transition: transform 0.4s; }
@media (min-width:1024px) {
    .navbar-nav .dropdown-menu { position: absolute; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; left: 0; top: 100%; min-width: 315px; }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
    .navbar-nav .dropdown:hover > .dropdown-menu { margin: 0 !important; }
}

/* Footer
------------------- */
footer { padding: 100px 0; font-size: 18px; color: #fff; position: relative; background-size: cover; background-repeat:no-repeat; }
.footer-tittle h4 { font-weight: 900; font-size: 16px; margin-bottom: 10px; }
.footer-tittle ul { list-style: none; padding-left: 0; }
.footer-tittle ul li { padding: 5px 0px; }
.footer-tittle ul li a { color: #fff; line-height: normal; padding: 0; transition: color 0.4s; }
.footer-tittle ul li a:hover { color: var(--primary-color); transition: color 0.4s; }
.social-icon ul li a { margin-right: 10px; border-radius: 50px; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #fff; color: var(--primary-color); }
.social-icon ul li a:hover { background: var(--primary-color); color: #fff; }
.copyright {background: var(--secondary-color); color: #fff;}
.copyright a:hover {color: #fff;}
.footer-icons {display: flex; justify-content: center;}
.footer-icons .box {width: 120px; height: 120px; background: #fff; border-radius: 50%; opacity: .8; box-shadow: 0px 0px 20px #FFFFFF; margin: 0 10px; display: flex; align-items: center; justify-content: center;}
.footer-icons .box img {height: 90px; object-fit: contain; }

/* Home
------------------ */
.banner-sect { position: relative; color: #fff; z-index: 1; background-size: cover; background-repeat: no-repeat; }
.banner-area:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; z-index: -2; opacity: .3 }
.home-slider {height: 100vh; }
.home-slider .swiper-slide {display: flex; align-items: center; background-size: cover;}
.banner-title p { font-size: 17px; padding-right: 150px; }
 .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {display: flex; align-items: center; position: relative; bottom: 3rem}
.swiper-pagination-bullet {background: transparent; color: #fff !important; opacity: 1; font-weight: 600; display: flex; align-items: center; width: auto; height: auto;}
.swiper-pagination-bullet:after {content: ""; width: 0; height: 2px; background: #fff; margin-left: 8px; transition: width 0.4s;}
.swiper-pagination-bullet-active:after {width: 30px;  transition: width 0.4s;}

.section-title :is(h1,h2,h3,h4,h5,h6) { line-height: 1.2; text-transform: uppercase; }
.section-title h1 { font-size: 48px; font-weight: 500; color: var(--secondary-color); }
.section-title h2 { font-size: 38px; font-weight: 500; color: var(--secondary-color); }
.section-title h3 { font-size: 28px; font-weight: 500; color: var(--secondary-color); }
.section-title h4 { font-size: 22px; font-weight: 500; color: var(--secondary-color); }
.section-title h5 { font-size: 18px; font-weight: 500; color: var(--secondary-color); }
.line {width: 120px; height: 4px; margin: 15px auto; background: var(--primary-color);}


/* SERVICE */
.service-box { position: relative;background-color: #fff;border-radius: 15px;height: 100%; }
.service-icon { width: 120px; height: 120px; padding: 15px; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; margin-bottom: -60px; z-index: 2; position: relative; transition: ease 0.4s; }
.service-box:hover .service-icon { background: var(--secondary-color); transition: ease 0.4s; }
.service-icon img { max-width: 100%; height: 60px; object-fit: contain; }
.service-img-box {position: relative;height: 100%; }
.service-sect .service-img-box {height: 600px !important; }
.service-img-box:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; /*z-index: 1;*/ opacity: 0; border-radius: 10px; transition: ease 0.4s; }
/*.service-img-box:hover:after { opacity: .4; transition: ease 0.4s; }*/
.service-img-box img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; border-radius: 10px; z-index: 1;object-fit: cover; }
.service-desc { position: relative; z-index: 1; padding: 160px 20px 20px; color: #fff; font-size: 17px;display: flex;flex-direction: column;justify-content: flex-end;height: 100%; }
.service-desc a { color: #fff; }
.service-desc a:hover { color: var(--primary-color); }
.services-wrapper{display: grid;grid-template-columns: repeat(4,1fr);gap: 24px;}
 
.service-row-gap{row-gap: 50px;}
/* CLIENT */
.client-block { display: grid;grid-template-columns: repeat(2,1fr); }
.client-img { display: flex; align-items: center; justify-content: center;padding: 25px 15px; }
.client-img img { object-fit: contain;  }
.partner-block { border-radius: 25px; background-size: cover;padding: 12px; }

/* SERVICES
----------------------- */
.inner-banner-sect { height: 415px; background-size: cover; display: flex; align-items: center; justify-content: center; }
.inner-banner-sect .section-title { margin-top: 120px; }
.text-dark { color: #5C6275 !important }
.service-value-box { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.21); border-radius: 20px; color: #5C6275; }
.service-box-img { padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 15px; }
.service-box-img img, .pd-img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }
.service-box-desc { padding: 25px 15px; font-size: 16px; text-transform: uppercase; }
.service-box-desc .section-title h4{margin-bottom: 16px;}
.icon-ul { list-style: none; padding: 0; margin: 0; }
.icon-ul li { padding-left: 30px; position: relative; }
.icon-ul li::before { content: ""; position: absolute; left: 0;top:10px; background-image: url(../images/check.png); width: 22px; height: 20px; background-size: contain; background-repeat: no-repeat; }
.quote { max-width: 80%; margin: 0 auto; padding: 0 20px; position: relative; }
.quote:after, .quote:before { content: ""; position: absolute; top: 10px; left: 0; bottom: 10px; background: var(--primary-color); width: 5px; }
.quote:after { left: auto; right: 0; }
.service-document .justify-content-right{justify-content: right;}
.service-box-desc .icon-ul li{padding-left: 25px;}
.service-box-desc .icon-ul li::before{width: 18px;height: 16px;top: 5px;}
.ser01 {border-left: 5px solid var(--primary-color); padding: 0 0 0 15px; margin-bottom: 3rem;}
.ser01 p {margin-bottom: 0}
.ser01-img { position: absolute; top: 0; bottom: 0; width: 100%;}
.ser01-img img {width: 100%; height: 100%; object-fit: cover;}
.service-icon-box-area .service-value-box {height: 100%; padding: 20px;}
.service-icon-box img {height: 60px; object-fit: contain; margin-bottom: 20px;}
.service-icon-box-desc {font-size: 15px;}
.service-icon-box-desc p {margin-bottom: 0;}
.parallex-sect {background-size: cover; padding: 150px 0;}
.advise-sect     .service-img img{width: 100%;height: 100%;object-fit: cover;}
/* BY Start*/
header .dropdown-menu li a.active {
    color: var(--primary-color);
}
.navbar-expand-lg .navbar-nav .nav-link.active, .dropdown-toggle.active::after {
    color: var(--primary-color);
}
.who-we-are-p, .what-we-do-p{
    font-size:20px;
}/*
.sub-title h2 {
    color: var(--secondary-color);
    font-family: Geologica;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}*/

 /* Continuty policy*/
.purpose-modoc-is-con {
    /*width: 1122px;
    height: 767px;
    margin: 16px 399px 38px;
    padding: 582px 1088px 7px 4px;*/
    font-family: Geologica;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: rgba(76, 82, 103, 0.9);

}

.advise-sect{overflow: hidden;}

.purpose-modoc-is-con .text-style-1,.purpose-modoc-is-con .text-style-2,.purpose-modoc-is-con .text-style-3 {
    font-size: 30px;
    font-weight: 500;
    display: block;
}

.policy-doc{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.policy-doc a{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.policy-doc a .view-the-original-do{
    margin-left:0;
    top: unset;
    left: unset;
    transform:none;
    text-align: left;
}
.the-business-continu{
    height: 626px;
    margin-bottom: 40px;

}
.the-business-continu-text{height:auto;}
.view-the-original-do {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: rgba(76, 82, 103, 0.9);
    margin-left:26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.partner-block {
    position: relative;
    /*text-align: center;*/
}

/* AboutUs:Ciient Who Trust Us */
.our-clients{
    margin: 122px 1256px 20.5px 399px;
}
.out-client-ul{
    font-size: 25px;
    font-weight: 500;
    color: rgba(76, 82, 103, 0.9);
}
/* AboutUs:our Parnters */

.our-partner-section{
    margin: 169px 372.5px 0;
    opacity: 0.9;
}
.our-partners {
    margin-top: 125px;
    margin-left: 170px;
}
.partner-sect {
     position: relative;
 }
.icons-overlay {
    z-index: 10;
}
.sub-title-our-partner{
    margin-top: 125px;
    margin-left: 170px;
    top: 7%;
    left: 14%;
}

.partner-logo-section{
    top: 66% ;
    width: 70%;
    left:51%
}


.partner-logos{
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img {
    max-width: 100%;
    height: auto;
}
/* AboutUs: ims-policy*/
.ims-p{
    font-size: 20px;
}

.image-container {
    display: grid;
    justify-content: center;
    align-items: center;
}
.ims-first-image{
    margin-bottom: 27px;
}

/* Service: Foreign trade*/
.service-ft-op-sub-title {
    font-family: Geologica;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: rgba(76, 82, 103, 0.9);
    font-weight: bold;
    margin-bottom: 0rem;
}
.service-ft-op-sub-desc{
    margin-bottom: 2rem;
}
.RECEPTION-AND-PREPAR .text-style-1 {
    font-weight: bold;
}
/* Service: Safekeeping doc */


/*.banner-sect { height: 686px; background-size: cover; display: flex; align-items: center; justify-content: center; }*/
/*.banner-sect .section-title { margin-top: 120px; }*/

.digit-sign-p-sub-title{
    width: 964px;
    height: 189px;
    font-size: 20px;
    line-height: 1.85;
}

.sddd-li{
    color: #5C6275;
    font-weight: bold;
}

.sddd-li p {

    font-weight: normal;
}



	.client-access .service-box{
		background-color: transparent ;
	}
	.fullscreen-bg{
	       background-image: url('../images/bg-client-access.jpg');
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 94vh;
    width: 100vw;
	}
	
	.client-access .service-icon{
	    width: 93px;
        height: 93px;
        margin-bottom:-50px;
	}
	.client-access .service-icon img{
	   
        height: 50px;
	}
	
	.ca-p{
	    font-size: 12px;
	}
	
.client-access .btn-close {
    top: 0;
    right: 20px;
}
.our-clients ul li:before{top:15px;}
/* BY VP ENd */

/* CONTACT
------------------------ */
.form-sect .social-icons a {color: var(--primary-color);padding: 0 15px 0 0; font-size: 20px;}
.form-sect .social-icons a:hover {color: var(--secondary-color);}
.form-control { border-color: #E5E5E5;  border-radius: 0;  height: 46px;  color: var(--text-color);}
textarea.form-control {height: 100px; resize: none;}
.map-sect {height: 450px;}
.map-sect iframe { width: 100%;  height: 100%;}

/* Header model popup */
.service-box{
		background-color: transparent ;
	}
	.client-access{
	       background-image: url('../images/bg-client-access.jpg');
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 94vh;
    width: 100vw;
    overflow-y: auto;
	}
	.client-access .service-icon{
	    width: 93px;
        height: 93px;
        margin-bottom:-50px;
	}
	.client-access .service-icon img{
	   
        height: 50px;
	}
	
	.ca-p{
	    font-size: 12px;
	}
	
.client-access .btn-close {
    top: 0;
    right: 20px;
}
.svg_icon:hover {
     height:15px;
  }

/* MEDIA
------------------------ */
@media (min-width:575px){
    .client-block { grid-template-columns: repeat(3,1fr);}
}
@media (min-width:768px) {
    .top-menu-bar a span { display: none; }
    .client-block { grid-template-columns: repeat(4,1fr);}
}
@media (min-width:992px){
    .client-block { grid-template-columns: repeat(5,1fr);}
}
@media (min-width:1200px) {
    .text-desc {font-size: 18px;}
    .parallex-sect { background-attachment: fixed;}
    .client-block { grid-template-columns: repeat(6,1fr);}
    .service-box-desc { padding: 30px 20px;}
}
@media (min-width:1400px) {
    .container { max-width: 1350px; }
    .service-box-desc { padding: 50px 20px;}
}
@media (max-width:1200px) {
    .container { max-width: 100%; }
    .banner-title .section-title br { display: none; }
    .banner-title p { padding: 0 }
}
@media (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .section-title h1 { font-size: 30px; }
    .section-title h2 { font-size: 24px; }
    .section-title h3 { font-size: 20px; }
    .section-title h4 { font-size: 18px; }
    .section-title h5 { font-size: 16px; }
    .banner-title p { font-size: 15px; }
    .line { width: 80px; }
    .out-client-ul {
        font-size: 20px;
    }
}
@media (min-width:768px) and (max-width:1024px) { }
@media (max-width:992px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .menushow { overflow: hidden; }
    .navbar-toggler { display: flex; border-radius: 0; }
    .mobile-toggle { width: 35px; height: 35px; margin: 0; cursor: pointer; z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; border: 0 }
    .mobile-toggle.show { background: transparent; }
    .mobile-toggle svg { fill: var(--primary-color); width: 35px; height: 35px; }
    .line { fill: none; stroke: var(--primary-color); stroke-width: 4; transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1); }
    .line1 { stroke-dasharray: 60 207; }
    .show .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; }
    .line2 { stroke-dasharray: 60 60; }
    .show .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; }
    .line3 { stroke-dasharray: 60 207; }
    .show .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; }
    .main-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; display: flex; align-items: center; flex-direction: column; background: #fff; padding: 40px 20px; will-change: opacity; transform: translateX(-120%); transition: transform 0.4s; }
    .main-menu.show { transform: translateX(-0%); transition: transform 0.4s; }
    .main-menu ul.navbar-nav { margin: 0; flex-direction: column; align-items: flex-start !important; width: 100%; padding: 0px 0; }
    header ul.navbar-nav > li { padding: 0px; }
    .navbar-expand-lg .navbar-nav .nav-item { display: block; width: 100%; padding: 0px; margin: 0}
    header .navbar-expand-lg .navbar-nav li > .btn { margin: 10px 0 0; }
    header .navbar-expand-lg .navbar-nav li > .nav-link { font-size: 14px; padding: 10px 0; display: flex; justify-content: space-between; align-items: center; color: var(--secondary-color); }
    header .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, header .navbar-nav .nav-link.active { background: transparent; color: var(--primary-color); }
    .dropdown-toggle.show::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
    header .navbar-nav .dropdown { position: relative; }
    .dropdown-toggle::after { color: var(--secondary-color); }
    header .navbar-nav .dropdown-menu { box-shadow: none; padding: 15px; background:#f9f9f9; }
    header .navbar-nav .dropdown-menu ul { margin-bottom: 20px; }
    header .navbar-nav .dropdown-menu ul li a {color: var(--secondary-color);}
    header .navbar-nav .dropdown-toggle.show { color: var(--primary-color); }
    header .dropdown-menu li { padding: 5px 0; }
    .megamenu-ttl { font-size: 14px; margin: 0 0 5px !important; }
    header ul > li > .nav-link { line-height: normal; }
    .who-we-are-p, .what-we-do-p , .ims-p , .purpose-modoc-is-con , .view-the-original-do{font-size: 18px;line-height: 1.4;}
    .purpose-modoc-is-con .text-style-1, .purpose-modoc-is-con .text-style-2, .purpose-modoc-is-con .text-style-3 {font-size: 24px; margin-bottom: 10px; }
    .partner-sect .py-5{padding-bottom: 0 !important;}
    .about-ims-policy-icon{margin-top: 40px;}
}
@media (max-width:767px) {
    .mobile-hide { display: none; }
    .navbar-brand img { height: 60px; }
    .top-menu-bar .ph-text { display: none; }
    .lang-block { padding: 6px 0 6px 10px; margin: 0 0 0 10px; }
    footer { padding: 60px 0; font-size: 13px; }
    .footer-tittle h4 { min-height: auto; }
    .footer-tittle ul { margin-bottom: 25px; }
    .copyright { font-size: 12px; }
    .service-icon{ width: 90px; height: 90px;margin-bottom: -45px; }
    .footer-icons .box {width: 80px;height: 80px;flex-shrink: 0;}
    .service-desc { font-size: 14px; } 
    .service-icon img, .footer-icons .box img { height: 50px; }
    .client-block { place-items: center; }
    .client-img {padding: 15px; }
    .inner-banner-sect { height: 250px;}
    .service-box-desc {font-size: 14px;}
    .icon-ul li::before {height: 16px; top: 3px;}
    .map-sect {height: 250px;}
    .ser01 {margin: 0 0px 2rem;}
    .ser01-img {position: unset;}
    .parallex-sect {padding: 80px 0}
    .service-row-gap {row-gap: 25px;}
     .service-sect .service-img-box {height: 100% !important; }
    .contact_us {
        margin: 0 auto;
        text-align:center;
    }
    .contact_us .social-icons {
        justify-content:center;
    }
    .out-client-ul{
    font-size: 16px;
    }
    .out-client-ul.client-lists li{
        padding-left: 25px;
    }
    .out-client-ul.client-lists li::before{
        height: 15px;
        top: 6px;

    }
.client-block {
        flex-direction: row;
        justify-content: center;
    }

    .client-img img {
        max-width: 120px;
    }
}
.swiper-pagination-bullet-active{
    font-size: 18px;
    font-weight: 700;
}
