@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Marck+Script&display=swap');

*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html { -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; min-height: 100%; position: relative; overflow: visible !important;}
body { margin: 0; font-family: 'Jost', sans-serif; font-weight: 400; font-size: 18px; color: #000; line-height:28px; letter-spacing: 0px; overflow-x: hidden;} 
.clearfix:after {visibility: hidden;display: block;font-size: 0;content:"";clear: both;height: 0;}
.container {max-width: 1200px; width: 100%; margin: 0 auto; position: relative; z-index: 11;padding: 0 15px;}
img {max-width: 100%; height: auto;}

.button {box-shadow: 2px 3px 10px #000000a3; display: inline-block; background: #fff; font-weight: 500; font-size: 16px;border-radius: 5px; text-transform: uppercase; line-height: 19px; text-decoration: none; color: #000; padding: 20px 30px; transition: all 0.5s;}
.button:hover {background: #000000;  box-shadow: 0px 3px 9px rgb(255 255 255 / 60%); color: #fff;}

.border-round{border-radius: 50px !important;} 
.color1{background: #282ca3;color: #fff;} 

input[type="email"], input[type="text"], input[type="tel"], select {width: 100%; font-size: 15px; font-family: inherit; line-height: 20px;  padding:19px 20px; height: 38px; border: 1px solid #ccc;}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {outline: 0; border-color:#3c39c1 ;}

textarea{width: 100%;font-family: inherit;padding:19px 20px; border: 1px solid #ccc;font-size: 15px;}

.wpcf7-not-valid-tip {text-align: left; padding-top: 8px; font-size: 0.8em;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #f00;    background: #f00; color: #fff;}
.wpcf7-submit {display: inline-block; background: #00a8ed; border-radius: 5px; font-weight: 500; font-family: inherit; font-size: 16px; text-transform: uppercase; line-height: 19px; text-decoration: none; color: #fff; padding: 15px 30px; transition: all 0.5s; border: 0; cursor: pointer; width: auto!important;}
.wpcf7-submit:hover {background: #3f3f3f;}
.input-field.submit-btn {position: relative;}
.cta-section .wpcf7-spinner {position: absolute; top: 17px; margin: 0; background-color: #70ebe6; left: -50px;}
.cta-section .wpcf7-spinner::before {background-color: #002e5b;}

.no-bg {background:transparent!important;}

.button.blue {background: #70ebe6;}
.button.blue:hover {background: #7985f0; color: #fff;} 

ol, ul {list-style-type: none; padding-left: 0; margin: 0;}
ol li, ul li {position: relative; padding-left: 30px; padding-bottom: 14px;}
ol li:before, ul li:before {content: ''; position: absolute; width: 18px; height: 18px; border: 2px solid #002e5b; border-radius: 50%; top: 4px; left: 0;}
ul li:after {content: ''; position: absolute; top: 7px; left: 6px; height: 9px; width: 6px; border-bottom: 3px solid #002e5b; border-right: 3px solid #002e5b; transform: rotate(45deg);}


.top-ul {list-style-type: none; padding-left: 0; margin: 0;}
.top-ul li {position: relative; padding-left: 30px; padding-bottom: 14px; color: #fff;}
.top-ul li:before {content: ''; position: absolute; width: 18px; height: 18px; border: 2px solid #ffffff; border-radius: 50%; top: 4px; left: 0;}
.top-ul li:after {content: ''; position: absolute; top: 7px; left: 6px; height: 9px; width: 6px; border-bottom: 3px solid #ffffff; border-right: 3px solid #ffffff; transform: rotate(45deg);}

.no-padding {padding:0!important;}
.section-padding {padding: 80px 0;}
.min-margin{margin: -150px 0 0px;}

p {font-family: 'Jost', sans-serif; font-weight:400; font-size:18px; line-height: 1.4; margin:0 0 30px; color:#000}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6  {font-family: 'Jost', sans-serif; color: #000; font-weight:600; line-height: 1.2; letter-spacing: 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit; line-height: normal;}

h1, .h1 {font-size:50px; line-height: 60px; margin: 0 0 15px;}
h2, .h2 { font-size:40px; line-height: 50px; margin: 0 0 15px;}
h3, .h3 { font-size:28px; line-height: 40px; margin: 0 0 20px;}
h4, .h4 { font-size:24px; line-height: 34px; margin: 0 0 15px;}
h5, .h5 { font-size:20px; line-height: 30px; margin: 0 0 12px;}
h6, .h6 { font-size:18px; line-height: 24px; margin: 0 0 10px;}


.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.align-item-center {align-items: center;}
.justify-content-center {justify-content: center;}
.align-content-center{align-content: center;}
.space-between {justify-content: space-between;}
.flex-direction-column {flex-direction: column;}
.flex-direction-row {flex-direction: row;}
.flex-direction-row-reverse {flex-direction: row-reverse;}
.flex-direction-column-reverse {flex-direction: column-reverse;}
.no-wrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.pb-0{padding-bottom: 0!important;}
.pt-20{padding-top: 20px!important;}
.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat; height: 100%;}
.bg-cover img {width: 100%; display: block; opacity: 1;}

.one-full {max-width: 100%; width: 100%; padding: 0 15px;}
.one-half {max-width: 50%; width: 100%; padding: 0 15px;}
.one-three {max-width: 33.3333%; width: 100%; padding: 0 15px;}
.one-four {max-width: 25%; width: 100%; padding: 0 15px;}

a.readmore { text-decoration: none; color: #00a8ed; font-size: 14px; font-weight: 600;}
a.readmore:hover {color: #59cbf9; }

a.learnmore { text-decoration: none; color: #394cc1;font-size: 14px;font-weight: 600;}
a.readmore:after{content: "\2192"; position: relative; top: -2px;left: 6px;}

.grid h2{text-align: center;}
.grid h2:after{max-width: 50px; border-color: #00a8ed; border-width: 2px; border-style: solid; content: ''; display: block; width: 100%; margin: 10px auto 0;}

/* header */
header {background-color:#1d1d1d; padding:0; position: relative; z-index: 12; padding-top: 15px; padding-bottom: 15px;}
header .logo a {line-height: 0; display: flex;align-items: center;}
.home header#masthead {background-color: transparent;position:absolute; top:0;left:0;right:0;z-index:99;}
header ul li:before, header ul li:after {display: none;}
.main-navigation {margin: 0 0 0 auto;}
.menu-toggle {display: none;}
.menu {display: flex; flex-wrap: wrap; list-style-type: none; padding-left: 0;}
.menu > li {margin: 0; padding: 0 20px; position: relative;}
.menu > li a {  color: #fff; text-decoration: none; border-bottom: 2px solid transparent; transition: all 0.5s; display: block; padding: 20px 0; text-shadow: 1px 1px 1px #000;}
.menu > li a:hover {color:#00a8ed; }
.menu li .sub-menu {list-style-type: none; position: absolute; padding: 0; min-width: 307px; z-index: 1; top: 70px; left: -10%; opacity: 0; display: none; visibility: hidden; transition: all 0.5s;}
.menu > li:hover .sub-menu {opacity: 1; visibility: visible; display: block;background: #272727; border-radius:0px; }
.menu li .sub-menu li:first-child {padding-top: 12px;}
.menu li .sub-menu li:last-child {padding-bottom: 12px;}
.menu li .sub-menu li {  padding: 1px 11px;}
.menu li .sub-menu li a {display: block; padding: 6px 30px 6px 12px; position: relative; color: #fff; border-bottom:none;}
.menu li .sub-menu li a:hover {color: #59cbf9;}
.dropdown > a:after {  content: '^'; position: absolute; display: inline-block; padding: 0px 9px; top: 17px;  right: -4px;transform: rotate(180deg);}

/* hero section */
.main-banner {background-color: #000; position: relative;}
.main-banner .bg-cover{padding: 150px 0 160px;}
.main-banner .main-banner__content { max-width: 100%; width: 100%; margin: auto;text-align: center;} 
.main-banner .main-banner__content h1 { color:#fff; text-shadow:3px 3px #000; margin-bottom: 0; font-family: 'Libre Baskerville', serif;letter-spacing: 1px; line-height: 1.5;}
.main-banner .main-banner__content h1:after { max-width: 50px; border-color: #00a8ed; border-width: 2px; border-style: solid; content: ''; display: block;  width: 100%; margin: 15px auto 0;}
.main-banner .main-banner__content p {color:#fff;margin-bottom: 0;}
.main-banner .main-banner__content h1+p {margin-top: 20px;}
.main-banner__image {max-width: 600px; width: 100%;}
.main-banner:before { background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: ''; z-index: 0;}
.main-banner .main-banner__content .button { margin-top: 30px;}


/* services section */
.services-section {text-align: left; background: #fff;}
.service__item { padding: 0; max-width: calc(33.3333% - 30px); margin: 0 15px; transition: transform 150ms ease-out,box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms; -moz-transition: transform 150ms ease-out,-moz-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms; -o-transition: transform 150ms ease-out,-o-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms; -webkit-transition: transform 150ms ease-out,-webkit-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;}
.service__item:hover {box-shadow: 0 20px 40px rgba(3, 15, 39,0.1); -moz-box-shadow: 0 20px 40px rgba(3, 15, 39,0.1); -webkit-box-shadow: 0 20px 40px rgba(3, 15, 39,0.1); z-index: 1; transform: translate3d(0, -11px, 0);}
.service__icon {height:215px; border-radius:5px;overflow: hidden;}
.service__content {padding: 20px;} 
.service__content h2{font-size: 24px; line-height: 1.2;}

/* image content section */
.image-content {background:#fff;}
.image-content__image, .image-content__content {max-width: 50%;}
.image-content__content {padding: 20px 30px 60px;}
.image-content__content p { margin: 0;}
.image-content__content p + p { margin-top: 20px;}

/* industries section */
.industries-section {padding-left: 0px; padding-right: 0px; }
.industries-section .grid { background: #fff; padding: 50px 15px; box-shadow: 0px 0px 156px rgba(33, 33, 33,0.08); -moz-box-shadow: 0px 0px 156px rgba(33, 33, 33,0.08);-webkit-box-shadow: 0px 0px 156px rgba(33, 33, 33,0.08);}
.industries-section .industries-main .grid .flex {gap: 15px 0;}
.industries-section .grid-item { display: grid; padding: 15px; grid-template-rows: 1fr auto; break-inside: avoid; position: relative; width: 20%;}
.industries-section .grid-item .grid-overlay {position: absolute;background-color: rgba(0,0,0,0.4);top: 15px;right: 15px;  bottom: 15px;  left: 15px;  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; opacity: 1; filter: alpha(opacity=0); overflow: hidden; transition: opacity 500ms ease-out; -moz-transition: opacity 500ms ease-out; -o-transition: opacity 500ms ease-out; -webkit-transition: opacity 500ms ease-out;}
.industries-section .grid-item__box {overflow: hidden;}
.industries-section .grid-item .grid-overlay h3 {color: #fff; text-align: center; margin: 97px 0 20px;transition: all 0.5s ease;}
.industries-section .grid-item:hover .grid-overlay h3{margin: 0px 0 20px;}
.industries-section .grid-item:hover .grid-overlay {opacity:1; filter: alpha(opacity=100);}
.industries-section .ind-img { width: 65px;height: 65px; margin: 0 auto 15px;}
.industries-section .grid-item img{transition: all 0.5s ease;    width: 65px; height: 65px; object-fit: cover;}
.industries-section .grid-item:hover img {-webkit-transform: scale(1.2); transform: scale(1.2);}
.industries-main .grid h2 { padding: 0 0 0px; margin-bottom: 50px;}
.industries-main .industriebox{text-align: center;}
.ind-content h3{font-size: 20px; font-weight: bold; margin: 0;line-height: 1.2;margin-bottom: 8px;}
.ind-content p{font-size: 16px;margin: 0;}
.ind-title{padding: 0 34px 0;}
.ind-title h3{font-size: 36px;}

/* cta section */
.cta-section {position: relative; padding: 70px 0; text-align: center; }
.cta-section:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5);}
.cta-content h2 {color: #fff; font-size: 50px; font-weight: 300; line-height: 1.2; margin-bottom: 0; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.cta-content p {color: #fff; font-size: 20px; font-weight: 500; line-height: 1.4; margin-bottom: 0px;}
.cta-content h2+p {margin-top: 10px;}
.cta-content .button {margin-top: 30px;}

/* contact-section */
.contact-section h3 { font-size: 28px;line-height: 1.2; margin-bottom: 10px;}
.contact-content__inner .contact__us {max-width:55%;}
.contact-content__inner .add__content{max-width:45%;width: 100%;}
.contact__us{padding: 0 50px 0 0;}
.contact__us .wpcf7-form {display: flex; flex-wrap: wrap; max-width: 100%; margin: 0 auto;}
.contact__us .wpcf7-form .input-field p {margin-bottom: 0;}
.contact__us .wpcf7-form .input-field:nth-child(2) {margin: 0 10px 0 0; max-width: 365px; width: 100%;}
.contact__us .wpcf7-form .input-field:nth-child(3) {max-width: 160px; width: 100%;}
.contact__us .row { display: flex;  flex-wrap: wrap; gap: 15px 2%;}
.contact__us .row .col-md-6 { width: calc(50% - 2%);}
.contact__us .row .col-12 {   width: 100%;}
.contact__us p { margin: 0;}
.contact__us .form-check .wpcf7-list-item { margin: 0 0 0 0em;}
.contact-map {max-width: 100%; width: 100%;}

/* inner page banner */
.inner-page-banner {padding:100px 0;}
.main-banner .main-inner-banner__content { max-width: 580px; width: 100%;padding: 90px 0 0 27px;margin: auto; }
.main-inner-banner__content h1{color: #fff;font-size: 61px; line-height: 1.3;margin-bottom: 0;}
.main-inner-banner__content p{color: #fff;margin: 0;}
.main-inner-banner__content h1+p{margin-top: 12px;}
.inner-page-banner .main-banner__content h1 {line-height: 1.2;}
.inner-page-banner .main-banner__content h1:after {margin: 10px auto 0;}

/* solution banner css */
.solution-page-banner {padding:120px 0;}
.solution-page-banner:before { background: rgba(0, 0, 0, 0.3);  content: ''; width: 50%; height: 100%; position: absolute; top: 0;}
.solution-page-banner:after {background: rgba(0, 0, 0, 0.7); content: '';width: 100%;height: 100%; position: absolute; top: 0;}
.solution-page-banner .main-inner-banner__content {padding: 0px 0 0 27px;}
.solution-page-banner .mob_content_icon{  padding: 0px 0 0;}
.mob_content_icon{width:50%; padding: 60px 0 0;}
.mob_content_icon .icon-content-wrapper h3 {color: #fff;   font-size: 19px;   margin: 0 0 0px;  line-height: 1.2;}
.mob_content_icon .icon-content-wrapper p {color: #000;}
.mob_content_icon samp { font-size: 5rem;font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; position: absolute;font-weight: 800; color: rgba(255,255,255,0.2);z-index: -1;left: 1%;bottom: -60px;}
.colum-3{ padding: 15px;border-radius: 8px; max-width: calc(33.3333% - 30px);margin: 0 15px;}
.colum-5{ padding:24px 0;border-radius: 8px; max-width: calc(49.3333% - 30px);margin: 0 10px;}
.icon-left-align{ float: left; margin-right: 15px; max-width: 40px;}
.icon-content-wrapper{overflow: hidden;}
.solution-page-banner .main-inner-banner__content h1 {line-height: 1.2;}

/* coomon section Css */
.bg-blue{background-color: #0075a5;}
.common-content h2{font-size: 42px;line-height: 1.2;color: #fff;margin-bottom: 0px;}
.common-content p{color: #cecece;margin: 0;}
.common-content h2+p{margin-top: 10px;}

/* first content Css */
.first-content{background-color: #fff;}
.second-content{background-color: #fff;}
.third-content{background-color: #fff;}
.odd-image {max-width: 50%; width: 100%;}
.odd-image .bg-cover-content {background-color: #000;   background-position: left 0; background-repeat: no-repeat; height: 100%; background-size: 50vw auto; background-attachment: fixed;}
.odd-content {max-width: 50%; width: 100%;}
.odd-content h3 {font-size: 28px;  line-height: 1.2;margin-bottom: 15px;}
.odd-content p {margin: 0;}
.odd-content p+p {margin-top: 20px;}
.bg-cover-content img {width: 100%;display: block; opacity: 0;}
.justify-between{justify-content: space-between;}
.odd-even-box{max-width:100%; width: 100%; padding:60px 30px; float: left;}
.second-content .odd-content{order:-1;}
.second-content .odd-image .bg-cover-content{background-position: right 0;}
.second-content .odd-even-box{float: right;}

/* policy  */
.page-title-content h1 {font-size: 42px;  line-height: 1.2; margin: 0;}
.doc-content h4 { font-size: 24px;line-height: 1.2;margin-bottom: 15px;}
.doc-content p { margin: 0; font-size: 18px; line-height: 1.4;}
.doc-content p+p { margin-top: 15px;}
.doc-content p+h4 { margin-top: 20px;}
.doc-content b { font-size: 18px;line-height: 1.4;display: inline-block;margin-bottom: 10px;}
.doc-content p+b {margin-top: 15px;}

/* our presence */
.our-presence img {width: 100%;}
.prsnc-content{margin-bottom: 20px;}
.prsnc-content h1 { font-size: 48px; line-height: 1.2; margin-bottom: 20px;}
.prsnc-content p { text-align: justify; margin-bottom:30px;}
.country-list {max-width: 900px; width: 100%; margin:0 auto;}
.country-list table { background: #e3e3e3; width: 100%;}
.country-list table tr:nth-child(even) { background: #ccc; }
.country-list table th { font-size: 15px; padding: 8px; border-right: 1px solid #a9a9a9; text-align: left;}
.country-list table tr th:last-child{border-right: unset;}
.country-list table tr td:first-child { width:70px; text-align: center; padding: 5px 10px; border-right: 1px solid #a9a9a9;}
.country-list table tr td {text-transform: capitalize; line-height: 1.2; text-transform: capitalize;}
.country-list table tr td a {color:#008000; text-decoration: none;}
.country-list table tr td a:hover {color: #000; text-decoration: underline;}
.country-list table tr td:nth-child(2) { padding: 8px 10px; border-right: 1px solid #a9a9a9; }
.country-list table tr td:nth-child(3) { border-right: 1px solid #a9a9a9; padding-left: 10px ; }
.country-list table tr td:last-child { padding-left: 10px;}
 
/* footer */
.footer {background: #282828;  max-width: 100%;  width: 100%; }
.footer__tp {padding: 65px 0;}
.footer .foo-box {max-width: 25%; width: 100%; padding: 0 20px;}
.footer .foo-box h3 {position: relative; padding-bottom: 10px; color: #fff;margin-bottom: 25px; font-size: 24px;line-height: 1.2;}
.footer .foo-box h3:after {content: ''; position: absolute; border-bottom: 3px solid #fff; width: 65px;  bottom: 0; left: 0;}
.footer .foo-box:last-child {max-width: 50%;}
.footer .foo-box:last-child ul {display: flex; flex-wrap: wrap;}
.footer .foo-box:last-child ul li {max-width: 50%; width: 100%;}
.footer .foo-logo { max-width: 200px;}
.foo-logo a{ display: flex; align-items: center;}
.footer ul, .footer ol {list-style-type: none; padding-left: 0;margin-bottom: 0;}
.footer .contact-info span {background: #3c39c1; width: 29px; height: 29px; border-radius: 50%; display: inline-block; text-align: center;}
.footer .contact-info li {padding:5px 0;}
.footer .foo-box ul li {padding-left: 0; display: inherit; padding-bottom: 0;}
.footer .foo-box ul li+li {margin-top: 15px;}
.footer .foo-box:last-child ul li:nth-child(2) {margin-top: 0;}
.footer .foo-box ul li a {text-decoration: none; color: #fff; margin-left: 10px;}
.footer .foo-box ul li a:hover {color: #00a8ed; text-shadow: 0px 0px #3f5682;}
.footer .copyright {background: #181818; padding: 15px 0; text-align: center;}
.footer .copyright .container{display: flex;justify-content: space-between; align-items: center;}
.footer .copyright p {margin-bottom: 0; color: #fff; font-size: 14px;line-height: 1.4;}
.footer .copyright a {color: #fff;text-decoration: none;}
.footer .copyright a:hover {color: #0075a5;}
.footer ul li:before, .footer ul li:after {display: none;}

/* Scroll Top */
.scroll-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 50px; z-index: 995; background: #000; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; display: flex; align-items: center; }
.scroll-top.active { visibility: visible; opacity: 1; }
.scroll-top i { background: url(images/scrollup-arrow.png) 0 0 no-repeat; width: 10px; height: 10px; display: block; }
 
/* Language Select Box */
.gt_switcher_wrapper{bottom: 50px !important;right: 65px !important;}

/* other css */
.purple{background:#7985f0; color: #fff;}
.purple:hover{color: #000;}
.round{border-radius: 50px;}
.text-end{text-align: right;}
.padding-thank{padding: 100px 0 100px;}
.padding-thank h2{color: #fff;}
.transpatent-bg:before{ background: rgba(0,0,0,0.5);  width: 100%; height: 100%;  position: absolute;   top: 0; left: 0; content: ''; z-index: 0;}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip + * { display: none;}


/* =================== Responsive =================== */

@media (max-width: 1699px) {
    .odd-image .bg-cover-content {background-size: 1000px 1000px;}
    .odd-even-box {padding: 120px 50px;}
}

@media (max-width: 1399px) {
    .odd-image .bg-cover-content { background-size: 800px 800px; }
    .odd-even-box {padding: 90px 50px;}
}

@media (max-width: 1200px) {
 h1, .h1 {font-size: 46px; line-height: 50px;}
 h2, .h2 {font-size: 36px; line-height: 40px;}
 h3, .h3 {font-size: 26px; line-height: 34px;}
 .main-banner .main-banner__content {max-width:100%;}
 .main-banner__image {max-width: 500px;}
 .cta-image h2 {font-size: 40px;}
 .solution-page-banner { padding: 90px 0;}
 .solution-page-banner .main-banner__item{width: 50%;}
 .main-banner .main-inner-banner__content {max-width: 100%;}
 .solution-page-banner .main-inner-banner__content h1 {line-height: 1.2;font-size: 52px;}
 .mob_content_icon samp { left: 2%; bottom: -52px;}
}


@media (max-width: 991px) {
 
  p {font-size: 16px;}
  h1, .h1 {font-size: 36px; line-height: 42px;}
  h2, .h2 {font-size: 30px; line-height: 36px;}
  h3, .h3 { font-size: 20px; line-height: 26px;}
  .button {padding: 15px 25px;}
  .menu>li {padding: 0 15px;}
  .menu li .sub-menu{    left: -68%;}
  .bg-cover {background-position: calc(100% - 12%);}
  .main-banner .bg-cover {padding: 120px 0 120px;}
  .main-banner__image {max-width: 400px;}
  .main-banner .main-inner-banner__content{padding: 0 0 0 12px;}
  .main-banner .main-banner__content h1:after{ margin: 10px auto 0;}
  .main-banner .main-banner__content .button {margin-top: 25px;}
  .section-padding {padding: 60px 0;}
  .service__item {padding: 10px; max-width: calc(33.3333% - 10px); margin: 0 5px}
  .service__icon {margin:0 auto 10px;height: 135px;}
  .service__icon img { height: 135px; width: 100%; object-fit: cover;}
  .service__content {padding: 10px;}
  .midle-bg .image-content__content { padding: 0px 30px 75px; max-width: 56%;}
  .industries-section .grid { max-width: 95%; margin: 0 auto; padding: 40px 15px;}
  .industries-main .grid h2 { margin-bottom: 40px;}
  .industries-section .industries-main .grid .flex {gap: 10px 0;}
  .industries-section .grid-item{width:50%;}
  .image-content__content {padding: 0px 20px 0px;}
  .mob_content_icon{width:100%;}
  .mob_content_icon samp{bottom: -30px; left: 3%;font-size: 4.5rem;}
  .solution-page-banner{padding: 60px 0;}
  .solution-page-banner .main-banner__item{width: 100%;}
  .main-banner .main-inner-banner__content{max-width: 750px; margin: 0px; }
  .solution-page-banner .mob_content_icon {order: 2;}
  .solution-page-banner .mob_content_icon + .main-banner__item { margin-bottom: 15px;}
  .solution-page-banner .main-inner-banner__content h1{ line-height: 1.2; font-size: 48px;}
  .solution-page-banner .mob_content_icon .colum-5 { padding: 10px 0;}
  .solution-page-banner .mob_content_icon .icon-content-wrapper h3 { font-size: 16px;}
  .solution-page-banner .mob_content_icon .icon-left-align img { width: 32px;  height: 32px;object-fit: contain;}
  .odd-image .bg-cover-content {background-size: 400px 400px; }
  .odd-image .bg-cover-content{position: relative;} 
  .cta-section {padding: 50px 0;}
  .cta-content h2 {font-size: 46px; line-height: 1.1;}
  .cta-content p {font-size: 18px;}
  .prsnc-content h1 {font-size: 32px; line-height: 1.2;margin-bottom: 15px;}
  .prsnc-content p { margin-bottom: 15px;}
  .footer__tp {padding: 50px 0;}
   .footer .foo-box {padding: 0 10px;}
  .footer .foo-box:first-child {max-width: 25%;}
  .footer .foo-box:nth-child(2) {max-width: 25%;}
  .footer .foo-box:last-child {max-width:50%;}
  .footer .foo-box h3 {margin-bottom: 20px; font-size: 20px;}
  .footer .foo-box ul li a {margin-left: 8px; font-size: 16px;}
}

@media (max-width: 767px) {
    .button {padding: 16px 20px;}
    .min-margin {margin: -130px 0 0;}
    body.menu-open { overflow: hidden!important; }
    .cta-section .wpcf7-spinner {left: auto; margin: 0 15px;}
    .menu-toggle {display: block; position: absolute; width: 40px; height: 45px; top: 0px; right: 20px; transition-duration: 0.5s; cursor: pointer; z-index: 1;transform: scale(0.8);}
    .menu-toggle .icon-left {transition-duration: 0.5s; position: absolute; height: 3px; width: 16px; top: 20px; background-color: #fff; left: 2px; }
    .menu-toggle .icon-left:before {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: -13px; }
    .menu-toggle .icon-left:after {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: 13px;}
    .menu-toggle .icon-right {transition-duration: 0.5s; position: absolute; height: 3px; width: 16px; top: 20px; background-color: #fff; left: 18px; }
    .menu-toggle .icon-right:before {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: -13px;}
    .menu-toggle .icon-right:after {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: 13px;}
    .menu-toggle.open .icon-left {transition-duration: 0.5s; background: transparent;}
    .menu-toggle.open .icon-left:before {transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);}
    .menu-toggle.open .icon-left:after {transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);}
    .menu-toggle.open .icon-right {transition-duration: 0.5s; background: transparent;}
    .menu-toggle.open .icon-right:before {transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);}
    .menu-toggle.open .icon-right:after {transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);}
    .menu-menu-1-container {position: fixed; left: 0; top: 0; padding-top: 90px; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.9);backdrop-filter: blur(22px); opacity: 0;  visibility: hidden; transition: all 0.5s;}
    .menu-open .menu-menu-1-container {opacity: 1; visibility: visible;}
    .menu-menu-1-container .menu {         overflow-y: auto;height: 100%;display: block;}
    .menu-menu-1-container .menu li { width: 100%;}
    .menu > li {border-bottom: 1px solid #4d4d4d; padding: 0;}
    .menu > li a {padding: 12px 15px; border: 0; text-align: left; font-size: 18px;}
    .menu > li a:hover { border: 0; background: transparent;  color: #59cbf9;}
    .menu li .sub-menu, .menu li .sub-menu:hover {opacity: 1!important; display: none!important; visibility: hidden!important; position: relative; top: 0;}
    .menu li .sub-menu li { background-color: transparent; padding: 0;}
    .menu>li .sub-menu, .menu>li:hover .sub-menu{background: #000000;}
    .menu li .sub-menu li a {color:#fff; padding:12px 25px;}
    .menu li .sub-menu{left: 0%;}
    .menu li.submenu-open .sub-menu {padding: 0px 0;border-top: 1px solid #4d4d4d;}
    .menu li.submenu-open .sub-menu {opacity: 1!important; display: block!important; visibility: visible!important;}
    .menu li .sub-menu li{background: transparent;}
    .menu>li.current-menu-item a { color: #59cbf9;}
    .menu>li.current-menu-parent a {color: #59cbf9;}
    .menu li .sub-menu li.current-menu-item a {color: #59cbf9;}
    .menu li .sub-menu li:first-child {padding-top: 10px;}
    .menu li .sub-menu li:last-child{padding-bottom: 10px;}
    .dropdown > a:after{top: 17px; right: 30px;}
    .main-banner .bg-cover { padding: 100px 0 110px;}
    .main-banner .main-banner__content, .main-banner__image {max-width: 100%; text-align: center;}
    .main-banner .main-banner__content h1 { font-size: 24px;}
    .section-padding { padding: 50px 0;}
    .inner-page-banner .main-banner__content h1 { font-size: 28px;}
    .service__item {max-width: 100%; margin-bottom: 10px;}
    .service__item:last-child {margin-bottom: 0;}
    .midle-bg .image-content__content {padding: 0 0px 75px; max-width: 100%; }
    .image-content__image, .image-content__content {max-width: 100%;}
    .image-content__content {padding: 0 0px 0;text-align: center;}
    .image-content__image img {margin-left: 0;}
    .image-content__content+.image-content__image{margin-top: 20px;}
    .industries-main .grid h2 { margin-bottom: 30px;}
    .industries-section .grid {column-count: 1;}
    .industries-section .industries-main .grid .flex { gap: 5px 0; }
    .colum-3, .odd-image, .odd-content, .colum-5, .mobile_img, .mob_content_icon{max-width: 100%; width: 100%;}
    .odd-image .bg-cover-content{background-size: cover; background-attachment: inherit;}
    .bg-cover-content img{height: 55vh;}
    .second-content .odd-content{order:0;}
    .industries-section .grid-item .grid-overlay h3{margin: 47px 0 20px;}
    .two-boxes__item{max-width: calc(100% - 40px);margin-bottom: 40px;}
    .contact-map{max-width: 100%;}
    .industries-section .grid-item {width: 100%;}
    .odd-even-box{padding: 32px 20px;}
    .contact-content__inner .contact__us+.add__content {margin-top: 30px;}
    .contact-content__inner .contact__us, .contact-content__inner .add__content{max-width: 100%; width: 100%;padding: 0;}
    .contact__us .row .col-md-6 { width: calc(100% - 0%);}
    .midle-bg.bg-cover{background-position:top;}
    .mob_content_icon samp{ font-size: 40px;left: 7%; }
    .common-content h2 {font-size: 28px;}
    .doble-bg:before{width: 100%; height:63%;}
    .mob_content_icon {padding-top: 133px;}
    .cta-content h2 {  font-size: 32px;}
    .cta-content p {font-size: 18px;}
    .cta-content .button {margin-top: 25px;}
    .page-title-content h1 {font-size: 32px;}
    .doc-content h4 {font-size: 20px;}
    .solution-page-banner .main-inner-banner__content h1 { line-height: 1.2;font-size: 32px;}
    .footer{position: relative;z-index: 0;}
    .footer__tp {padding: 40px 0;}
    .footer .foo-box:first-child  {max-width:100%;padding: 0 0;}
    .footer .foo-box:nth-child(2) {max-width:50%;}
    .footer .foo-box:last-child {max-width:50%;}
    .footer .foo-box {margin-bottom: 25px;}
    .footer .foo-box:last-child {margin-bottom: 0;}
    .footer .foo-box:last-child ul li {max-width: 100%;}
    .footer .foo-box:last-child ul li:nth-child(2) {margin-top: 15px;}
    .footer .foo-box ul li a { margin-left: 0;}
    .footer .copyright .container {flex-wrap: wrap;gap: 7px 10px;}
    /* our presence */
   .country-list table tr {display: flex; flex-wrap: wrap; width: 100%; border-bottom: 5px solid #fff;}
    .country-list table th {display: none;}
    .country-list table tr td:first-child {width:40px; padding: 5px 10px;}
    .country-list table tr td:first-child, .country-list table tr td:nth-child(2) {border-bottom: 1px solid #a9a9a9; padding-top:8px; padding-bottom: 8px; line-height: 1.2;}
    .country-list table tr td:nth-child(2n) {max-width: calc(100% - 40px); width: 100%;}
    .country-list table tr td:nth-child(2) {border-right: 0;}
    .country-list table tr td:nth-child(3n), .country-list table tr td:nth-child(4n) { width: 48%; padding: 8px 15px;}
    .country-list table tr td:nth-child(3n) { border-right: 1px solid #a9a9a9; }
    .country-list table tr td:nth-child(2) {border-right: 0;}
}

@media (max-width: 500px) {
 .footer .foo-box:nth-child(2), .footer .foo-box:last-child {max-width:100%;padding: 0 0;}
     .footer .copyright .container { justify-content: center; }
}