@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%;}
textarea, input {display: block;}
.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: #0078cf;  box-shadow: 0px 3px 9px rgb(255 255 255 / 60%); color: #fff;}

.border-round{border-radius: 50px !important;} 
.round{border-radius: 50px;}

.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: 12px 15px;height: 50px;border: 1px solid #ccc;border-radius: 4px;}
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: 12px 15px;border: 1px solid #ccc;font-size: 16px;border-radius: 4px;}

.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: #40afff; 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;}
.pb-0{ padding-bottom: 0px !important;}
.pt-20{padding-top: 20px!important;}
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:60px; line-height: 60px; margin: 0 0 15px;}
h2, .h2 { font-size:40px; line-height: 1.2; margin: 0 0 15px;}
h3, .h3 { font-size:28px; line-height: 1.2; 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;}

.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat; height: 100%;}
.bg-cover img {width: 100%; display: block; opacity: 1;}

.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;}
.justify-between{justify-content: space-between;}

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

.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;}

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

.purple{background:#7985f0; color: #fff;}
.purple:hover{color: #000;}

.border-right{border-right: 1px solid #414141;}

.dropdown > a:after {content: ''; border: solid #fff;border-width: 2px 0 0 2px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);  top: 40px; position: absolute;  right: 6px; width: 8px; height: 8px;}

/* header */
header {background-color:transparent; padding:0 0; position: absolute; top:0; left: 0; right: 0; z-index: 99;}
header .logo a {line-height: 0; display: block;}
.logo img { height: auto;}
header ul li:before, header ul li:after {display: none;}
span.wpcf7-not-valid-tip {max-width: 50%;}
.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: 28px 0;text-transform: uppercase;font-size: 16px;line-height: 1.4;}
.menu > li a:hover {color:#50b6ff; }
.menu li .sub-menu {list-style-type: none; position: absolute; padding: 0; min-width: 307px; z-index: 1; top: 100%; left: -17%; 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;text-transform: capitalize;}
.menu li .sub-menu li a:hover {color: #40afff;}
header .dropdown > a:after {top: 32px;right: 5px;}
header .dropdown > a:hover:after {border-color: #40afff;}
/* main banner */
.main-banner {background-color: #000;position: relative; padding: 170px 0 140px;}
.main-banner:before {background: rgba(0, 0, 0, 0.6);width: 100%; height: 100% !important; position: absolute; top: 0; left: 0;content: '';z-index: 0;}
.main-banner .main-banner__content {text-align: center;} 
.main-banner .main-banner__content h1 { color:#fff;margin-bottom: 0;line-height: 1.2;}
.main-banner .main-banner__content h1:after, .middle-banner__content h2:after, .industries-section h2:after { max-width: 120px; border-color: #40afff; border-width: 2px; border-style: solid;  content: '';  display: block;   width: 100%;margin: 12px auto 0px;}
.main-banner .main-banner__content p {color:#fff;margin: 0;}
.main-banner .main-banner__content h1+p { margin-top: 25px;}
.main-banner .main-banner__content .button { margin-top: 30px;}
.main-banner__image {max-width: 600px; width: 100%;}

/* globle item css */
.globle-item+.globle-item { margin-top: 100px;}
.globlebox{display: flex;align-items: center;gap: 15px;}
.globle-img img {display: block;}
.globle-content h3, .globle-content p{color: #fff;}
.globle-content h3 { font-size: 28px; font-weight: 600; margin: 0; line-height: 1.2;}

/* center heading css */
.tp-center-hdng{margin-bottom: 60px;}
.tp-center-hdng h2{text-transform: uppercase;margin: 0;}

/* industries css */
.industries-section .grid {display: flex; flex-wrap: wrap;}
.industries-section .grid-item { display: grid; padding: 1px; grid-template-rows: 1fr auto; break-inside: avoid; position: relative; width: 20%;}
.industries-section .grid-item img {grid-row: 1 / -1; grid-column: 1; max-width: 100%; width: 100%; height: 100%; transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out; -moz-transition: opacity 300ms ease-out,-moz-transform 300ms ease-out,-moz-filter 300ms ease-out; -o-transition: opacity 300ms ease-out,-o-transform 300ms ease-out,-o-filter 300ms ease-out; -webkit-transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out,-webkit-filter 300ms ease-out;}
.industries-section .grid-item .grid-overlay { position: absolute; background-color: rgba(0,0,0,0.5); top: 0px; right: 0px; bottom: 0px; left: 0px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;  opacity: 1; padding:15px; 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: 0;transition: all 0.5s ease;}
.industries-section .grid-item:hover .grid-overlay {opacity:1; filter: alpha(opacity=100);}
.industries-section .grid-item:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

/* solution css */
.solution-section {padding-left: 15px; padding-right: 15px; }
.solution-section .grid-item { display: grid; padding: 15px; grid-template-rows: 1fr auto; break-inside: avoid; position: relative; width: 33%;}
.solution-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;}
.solution-section .grid-item__box {overflow: hidden;}
.solution-section .grid-item .grid-overlay h3 {color: #fff; text-align: center; margin: 97px 0 20px;transition: all 0.5s ease;}
.solution-section .grid-item:hover .grid-overlay h3{margin: 0px 0 20px;}
.solution-section .grid-item:hover .grid-overlay {opacity:1; filter: alpha(opacity=100);}
.solution-section .grid-item img{transition: all 0.5s ease;}
.solution-section .grid-item:hover img {-webkit-transform: scale(1.3); transform: scale(1.3);}

/* cta section css */
.cta-section {position: relative; padding: 70px 0; background: #fff;}
.cta-content {text-align: center;}
.cta-content h2 {color: #000; font-size: 50px; font-weight: 300; line-height: 1.2; margin-bottom: 10px; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.cta-content p {color: #000; font-size: 20px; font-weight: 500; line-height: 1.4;margin: 0;}
.cta-content .button {margin-top: 30px;}
.cta-content .wpcf7-form {display: flex; flex-wrap: wrap; max-width: 535px; margin: 0 auto;}
.cta-content .wpcf7-form .input-field p {margin-bottom: 0;}
.cta-content .wpcf7-form .input-field:nth-child(2) {margin: 0 10px 0 0; max-width: 365px; width: 100%;}
.cta-content .wpcf7-form .input-field:nth-child(3) {max-width: 160px; width: 100%;}


/* inner page banner */
.inner-page-banner { padding: 180px 0 170px;}
.inner-page-banner .main-inner-banner__content { max-width:650px;  width: 100%; padding:100px 0 25px; margin: auto; }
.inner-page-banner .main-inner-banner__content h1{color: #fff;font-size: 61px; line-height: 1.2;}
.inner-page-banner .main-inner-banner__content p{color: #fff;}

/* about css */
.about-content { max-width: 900px; width: 100%; margin: 0 auto; padding: 50px 0 0px;}
.about-content p { color: #fff; text-align: center;margin: 0;}

/* solution banner */
.solution-banner{ padding: 170px 0 150px;}
.solution-banner::before {background: rgb(0 0 0 / .7);}
.solution-banner .main-inner-banner__content {max-width: 650px; width: 100%; margin: auto;}
.solution-banner .main-inner-banner__content h1 {color: #fff; font-size: 60px;line-height: 1.2;margin: 0}
.solution-banner .main-inner-banner__content p {color: #fff;margin: 0;}
.solution-banner .main-inner-banner__content h1+p {margin-top: 15px;}

/* image content */
.image-content {background:#fff;}
.image-content__image, .image-content__content {max-width: 50%; width: 50%;}
.image-content__content {padding: 50px;}
.image-content__image img {margin-left:-38px;}

/* odd even box */
.color-bg1{background-color: #1975b7 !important;}
.color-bg2{background-color: #3a3a3a !important;}
.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-even-box h3 {font-size: 40px;line-height: 1.2;}
.color-bg1 h3, .color-bg1 p,.color-bg2 h3, .color-bg2 p{color: #fff;}
.bg-cover-content img {width: 100%;display: block; opacity: 0;}
.odd-even-box{max-width:100%; width: 100%; padding:160px 50px; float: left;}
.odd-even-box p{margin: 0;}
.odd-even-box p+p{margin-top: 25px;}
.second-content .odd-content{order:-1;}
.second-content .odd-image .bg-cover-content{background-position: right 0;}
.second-content .odd-even-box{float: right;}
.bottom-box .odd-even-box{padding: 200px 50px;}
.color-bg1 p, .color-bg2 p{margin-bottom: 0;}
.color-bg1 p+p, .color-bg2 p+P{margin-top: 20px;}

/* alternate css */
.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;}
.transpatent-bg:before{background: rgba(0,0,0,0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0;content: '';z-index: 0;}
.bnt-color1{background: #0078cf;    color: #fff; }
.bnt-color1:hover{background: #fff;    color: #000;    box-shadow: 2px 3px 10px #000000a3;}

/* conatc section */
.contact-section {padding-top: 30px;}
.contact-content__inner .contact__us {max-width:70%; width: 100%;margin: auto;}
.contact-content__inner .add__content{max-width:40%;width: 100%;}
.contact__us{ text-align: center;}
.contact-map {max-width: 100%; width: 100%;}
.contact__us h3, .contact__us p{color: #fff;}
.contact__us p {margin: 0;text-align: left;}
.contact__us .row { display: flex;  flex-wrap: wrap; gap: 20px 15px;}
.contact__us .row .col-md-6 { width: calc(50% - 8px);}
.contact__us .row .col-12 {   width: 100%;}
.contact__us .form-check input {   display: inline-block;}
.contact__us .wpcf7-list-item {margin: 0 0 0;}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip + * { display: none; }
.wpcf7-spinner{ position: absolute; margin-top: 20px;}
.wpcf7-not-valid-tip{color: #fff;background: #f00; margin: 4px 0;padding: 3px; width: 100%; max-width: 18%;}

/* middle bg */
.midle-bg{position: relative;}
.midle-bg:before{background: rgba(0, 0, 0, 0.6); content: ''; width:100%; height: 100%; position: absolute; top: 0;}
.midle-bg:after{background: rgba(45, 155, 234, 0.6); content: ''; width: 50%; height: 100%; position: absolute; top: 0;}

/* middle content */
.middle__content {max-width: 50%; width: 50%; padding: 0 50px;}
.middle-banner__content h2{color: #fff;font-size: 40px;margin-bottom: 25px;line-height: 1.2;}
.middle-banner__content h2:after{ margin: 12px 0 0px;}
.middle-banner__content p{ color: #fff;}
.middle__content .middle-banner__content p {margin: 0;}
.middle__content .middle-banner__content ul li {padding: 0;padding-left: 30px;}
.middle-banner__content li{color: #fff;}
.middle-banner__content ol li:before, .middle-banner__content ul li:before{border: 2px solid #fff;}
.middle-banner__content ul li:after{border-bottom: 3px solid #fff; border-right: 3px solid #fff;}
.middle__content .middle-banner__content p+p {margin-top: 20px;}
.middle__content .middle-banner__content p+ul {margin-top: 20px;}
.middle__content .middle-banner__content ul+p { margin-top: 20px;}
.middle__content .middle-banner__content ul li+li {margin-top: 15px;}


/* compliance section */
.compliance-content{text-align: center;}
.compliance-content p { margin-bottom: 0;}
.main-grid{display: grid;  grid-template-columns: repeat(3, 1fr); gap: 25px;position: relative; }
.solution-box{ display: flex;  gap: 15px;}
.sol-img {width: 58px;}
.sol-img img{transition: all 0.5s ease;}
.solution-box:hover img { -webkit-transform: scale(1.3); transform: scale(1.2);}
.sol-content{width:100%;}
.sol-content h3{font-size: 20px; font-weight: bold; margin: 0;line-height: 1.2; margin-bottom: 6px;}
.sol-content p{font-size: 16px;margin: 0;}
.sol-content .readmore{margin-top: 10px;display: inline-block;}

/* block divider */
.block-divider{position: relative; height: 22px;}
.block-divider::before { content: ""; width: 60px; height: 22px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff url(images/divider-logo.png) no-repeat center; background-size: contain; z-index: 1;}
.block-divider:after{max-width: 96%;border-color: #e2e2e2;border-width: 1px;border-style: dashed;content: '';display: block; width: 100%; margin: 0px auto;position: relative;z-index: -1;top: 11px;}

/* dark header  */
.page-template-tp-policy .header, .page-template-tp-our-presence .header, .page-template-tp-blog header, .error404 .header  {background: #181818;}
.page-template-tp-policy .header+main, .page-template-tp-our-presence .header+main, .page-template-tp-blog header+main, .error404 .header+main {padding-top:80px;}

/* 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;}


/* thankyou section */
.thankyou-section {height: 100vh;}
.thankyou-section .container { height: 100%;}
.thankyou-section  .main-banner__item {height: 100%;}
.padding-thank h2{color: #fff;font-size: 48px;line-height: 1.2;margin-bottom: 5px;font-family: 'Libre Baskerville', serif;text-shadow: 2px 2px #000;}
.padding-thank p {font-size: 24px; line-height: 1.4;}

/* blog section */
.blog-section { padding: 150px 0;}
.blog_content { text-align: center;}

/* 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;}

/* erro 404 */
.error-404.not-found {text-align: center;min-height: 600px;padding: 8%;}
.error-404.not-found h1{font-size: 6rem;}

/* footer */
.footer {background: #282828;max-width: 100%; width: 100%;}
.tp-footer {padding: 60px 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;}
.footer .foo-logo a{display: block;}
.footer ul, .footer ol {list-style-type: none; padding-left: 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+li {margin-top: 15px;}
.footer .foo-box:last-child ul li:nth-child(2) {margin-top: 0;}
.footer .foo-box ul li {padding: 0; display: inherit;}
.footer .foo-box ul li a {text-decoration: none; color: #fff; margin-left: 10px;}
.footer .foo-box ul li a:hover {color: #40afff; 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: #40afff; text-shadow: 0px 0px #3f5682;}
.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;}
.gt_container--5p1f3z .gt_switcher .gt_selected a {padding: 7px 5px;}


/* =================== 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;}
    .middle__content { padding: 0 29px;}
    .footer .foo-box { max-width: 20%;}
    .footer .foo-box:first-child {max-width: 20%;}
    .footer .foo-box:last-child {max-width: 60%;}
}


@media (max-width: 991px) {
    p {font-size: 16px;}
    h1, .h1 {font-size: 42px; line-height: 1.2;}
    h2, .h2 {font-size: 36px; line-height: 1.2;}
    h3, .h3 { font-size: 20px; line-height: 1.2;}
    .section-padding {padding: 60px 0;}
    .logo img {width: 170px;}
    .menu > li { padding: 0 13px;}
    .menu > li a {padding: 28px 0;font-size: 16px;}
    .menu .dropdown > a:after {right: 1px;}
    .menu li .sub-menu {top: 86px;}
    .page-template-tp-policy .header+main, .page-template-tp-our-presence .header+main, .page-template-tp-blog header+main, .error404 .header+main {padding-top: 86px;}
    .main-banner {padding: 160px 0 100px;}
    .main-banner .main-banner__content {max-width: 700px;width: 100%;margin: 0 auto;}
    .main-banner__image {max-width: 400px;}
    .inner-page-banner { padding: 140px 0 100px;}
    .about-content {padding: 40px 0 0px;}
    .solution-banner { padding: 140px 0 100px;}
    .solution-banner .main-inner-banner__content h1 { font-size: 42px;  line-height: 1.2;}
    .solution-banner .main-inner-banner__content h1+p {margin-top: 10px;}
    .main-grid { gap: 25px 20px; }
    .sol-img {width: 46px;}
    .sol-img img { width: 36px;height: 36px; object-fit: contain;}
    .middle__content {padding: 0 20px;}
    .middle-banner__content h2 {font-size: 30px;}
    .globle-item+.globle-item { margin-top: 70px;}
    .globle-content h3 {font-size: 24px;}
    .tp-center-hdng {margin-bottom: 40px;}
    .industries-section .grid-item .grid-overlay h3 {font-size: 20px;line-height: 1.2;}
    .odd-image .bg-cover-content { background-attachment: unset;background-size: cover;background-position: center center;}
    .odd-even-box { padding: 60px 40px;}
    .odd-even-box h3 { font-size: 28px; line-height: 1.2;}
    .bottom-box .odd-even-box {padding: 60px 40px;}
    .cta-section {padding: 60px 0;}
    .cta-content h2 {font-size: 38px;}
    .prsnc-content h1 {font-size: 36px;}
    .contact-content__inner .contact__us{max-width: 90%;}
    .footer .foo-box {max-width: 35%;}
    .footer .foo-box:first-child {max-width: 25%;}
    .footer .foo-box:last-child {max-width: 40%;}
    .footer .foo-box:last-child ul li { width: 100%; max-width: 100%;}
    .footer .foo-box ul li a {margin-left: 0;}
    .footer .foo-box:last-child ul li:nth-child(2) { margin-top: 15px;}
    .wpcf7-not-valid-tip{max-width:28%;}
}

@media (max-width: 767px) {
    h2, .h2 {  font-size: 32px; line-height: 1.2; }
    .button {line-height: 18px; padding: 16px 30px;}
    body.menu-open { overflow: hidden!important; }
    .container {max-width: 100%; padding: 0 15px;}
    .section-padding {  padding: 50px 0; }
    .cta-section .wpcf7-spinner {left: auto; margin: 0 15px;}
    .dropdown > a:after{top: 17px; right: 30px;}
    .header {padding: 26px 0;}
    .header .logo {position: relative; z-index: 1;}
    .menu-toggle {display: block; position: absolute; width: 40px; height: 45px; top: -11px; right: 7px; 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 {flex-direction: column; display: block;     overflow: auto; height: 100%;}
    .menu > li {border-bottom: 1px solid #2f2f2f; padding: 0;}
    .menu > li a {padding: 16px 20px; border: 0; text-align: left; font-size: 16px;}
    .menu > li a:hover {border:0; background: transparent; color: #40afff;}
    .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:first-child { padding-top: 0px; }
    .menu li .sub-menu li a {color:#fff; padding:12px 35px;}
    .menu li .sub-menu{left: 0%;}
     .menu li.submenu-open .sub-menu {padding: 5px 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: #40afff;}
    .menu>li.current-menu-parent a {color: #40afff;}
    .menu li .sub-menu li.current-menu-item a {color: #40afff;}
    .menu .dropdown > a:after {  top: 22px;  right: 20px; }
    header .dropdown > a:hover:after {border-color: #fff;}
    .page-template-tp-policy .header+main, .page-template-tp-our-presence .header+main, .page-template-tp-blog header+main, .error404 .header+main { padding-top: 74px;}
    .main-banner .main-banner__content, .main-banner__image {max-width: 100%; text-align: center;}
    .main-banner {  padding: 120px 0 80px;}
    .main-banner .main-banner__content h1 { font-size: 36px;}
    .inner-page-banner { padding: 130px 0 80px; }
    .inner-page-banner .main-banner__content h1 { font-size: 32px;}
    .solution-banner {padding: 120px 0 70px;}
    .solution-banner .main-inner-banner__content h1 { font-size: 32px; line-height: 1.2;}
    .about-content {padding: 30px 0 0px; }
    .image-content__image, .image-content__content {max-width: 100%; width: 100%; padding: 0 10px;}
    .image-content__image img {margin-left: 0;}
    .industries-section .grid {column-count: 1;}
    .main-grid {  grid-template-columns: repeat(1, 1fr); }
    .tp-footer {  padding: 50px 0;}
    .footer .foo-box {max-width:50%;}
    .footer .foo-box:first-child {max-width:100%;}
    .footer .foo-box:last-child {max-width:50%;}
    .footer .foo-box+ .foo-box{margin-top: 20px;}
    .footer .foo-box:last-child ul li {max-width: 100%;}
    .footer .foo-box.border-right:first-child {border: unset;}
    .footer .copyright .container { justify-content: space-between;  flex-wrap: wrap;  gap: 7px;}
    .colum-3, .odd-image, .odd-content, .colum-5, .mob_content_icon{max-width: 100%; width: 100%;}
    .odd-image .bg-cover-content{background-size: cover; background-attachment: inherit;}
    .bg-cover-content img{height: 68vh;}
    .second-content .odd-content{order:0;}
    .industries-section .grid-item .grid-overlay h3{ font-size: 28px;line-height: 1.2;}
    .two-boxes__item{    max-width: calc(100% - 40px);margin-bottom: 40px;}
    .menu li .sub-menu li{background: transparent;}
    .left-address, .left-address__form, .contact-map{max-width: 100%;}
    .industries-section .grid-item {width: 50%;}
    .odd-even-box, .bottom-box .odd-even-box{padding: 50px 15px;}
    .contact-content__inner .contact__us, .contact-content__inner .add__content{max-width: 100%; width: 100%;padding: 0;}
    .contact__us .row .col-md-6 { width: 100%;}
    .midle-bg.bg-cover{background-position:top;}
    .solution-section .grid-item{width:100%; padding: 0px;}
    .middle__content{padding: 0 0px; max-width: 100%; width: 100%;}
    .middle__content+.middle__content { margin-top: 90px;}
    .globle-item+.globle-item {  margin-top: 40px; }
    .midle-bg:after{width: 100%;    height: 420px;}
    .globle-content h3{font-size: 18px;}
    .wpcf7-not-valid-tip{max-width:100%;}
    .cf7sr-g-recaptcha > div {transform: scale(0.9);margin-left: -15px;}
    .cta-section { padding: 50px 0; }
    .cta-content h2 {  font-size: 32px; }
    .prsnc-content h1 { font-size: 28px; }
    .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;}
    .page-title-content h1 { font-size: 32px; line-height: 1.2;}
}
@media (max-width: 610px) {
.footer .foo-box:first-child, .footer .foo-box, .footer .foo-box:last-child {max-width:100%;}
    .footer .foo-box+ .foo-box{margin-top: 20px;}
    .footer .foo-box:last-child ul li {max-width: 100%;}
    .border-right{border: none;}
    .footer .foo-logo { margin: 0 auto;}
    .footer .foo-box h3 {text-align: center;}
    .footer .foo-box h3::after { right: 0; margin: 0 auto;}
    .footer .foo-box ul li { text-align: center;}
    .footer .foo-box:last-child ul {justify-content: center;}
    .footer .foo-box:last-child ul li a { width: 100%;}
    .industries-section .grid-item { width: 100%;}
    .footer .copyright .container { justify-content: center;}
}