@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Londrina+Outline&display=swap');
body, html{font-family: "Inter Tight", serif; font-optical-sizing: auto;padding: 0; font-weight: 300; margin: 0; font-smooth: always; color: #111111;overflow-x: hidden;}
img{max-width:100%; vertical-align:middle;}
/* -------------------------- COMMON STYLE -------------------------- */
h1, h2, h3, h4, h5, h6{font-family: "Inter Tight", serif; line-height: 120%;font-weight: 700;color: #2A3330;}
h1{font-size: 50px; margin-bottom: 10px;}
h2{font-size: 50px;margin-bottom: 10px;}
h3{font-size: 30px;margin-bottom: 10px;}
h4{font-size: 26px;margin-bottom: 10px;}
h5{font-size: 16px;margin-bottom: 10px;}
h6{font-size: 14px;margin-bottom: 10px;}
p{font-size: 16px; line-height: 150%; margin-bottom: 15px;}
p.small{font-size: 12px; line-height: 150%;}
p.italic-text{font-style:italic;}
b{font-weight: 600;}
p.lead{font-size: 21px;font-weight: 400;}
p.lead-big{font-size: 26px; line-height: 36px;}
p:last-child{margin-bottom: 0!important;}
.text-white{color: #F4F4F4 !important;}
section{padding: 120px 0;}
.mt-150{margin-top: 150px;}
.bg-light{background: #F3FAF6!important;}
.bg-dark{background: #393a39 !important;}
.bg-green{background: #0E7450 !important;}
.section-title{margin-bottom: 10px;/*  display: grid; */}
.scroll-down-button {text-align: center; position: relative; bottom: -20px; height: 80px; color: #fff; font-weight: 300;}
.scroll-down-button div {
  padding-top: 60px;
}
.scroll-down-button div span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-down-button div span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.form-control,.form-select{padding: .5rem 1rem;font-size: 1.25rem; background: #F3FAF6; border: 1px #A8C7BC solid;}
.form-label{color: #2A3330;font-size: 16px;font-style: normal;font-weight: 600;}
textarea{resize:none;}
.btn{font-weight: 500; text-transform: uppercase; font-size: 12px;padding: 9px 25px; border-radius: 20px;}
.btn-primary{font-size: 14px; background:#000;text-transform: none; color: #fff;}
.btn-primary:hover{background:#1E1E1E;text-decoration: none!important;}
.btn-secondary{font-size: 14px; background:transparent;text-transform: none; color: #000;}
.btn-secondary:hover{background:#000; text-decoration: none!important;}
.btn-white{font-size: 14px; background:#fff;text-transform: none; color: #000;}
.btn-white:hover{background:#fff; text-decoration: none!important;}
.btn-white:focus, .btn-white:active{background:#fff!important; text-decoration: none!important;}
.btn-yellow{font-size: 14px; background:#FFE978;text-transform: none; color: #2A3330;}
.btn-yellow:hover{background:#ffdf42; text-decoration: none!important;}
.btn-yellow:focus, .btn-yellow:active{background:#ffdf42 !important;color: #2A3330; text-decoration: none!important;}

.alertify-logs{z-index: 99998;}
.alertify-log {background: #1F1F1F;background: rgba(0, 0, 0, .9);padding: 15px;border-radius: 4px;color: #FFF;text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);}
.alertify-log-success {background: #047857;background: rgba(4, 120, 87, .9);}

dl, ol, ul {margin-top: 0;margin-bottom: 0; list-style-type: none;}
ul.styled{margin: 25px 0 25px 0; padding: 0;font-size: 21px; line-height: 30px; color: #000;}
ul.styled li{margin: 0 0 12px 0; padding: 0 0 0 25px; background: url(../images/bullet.png) top 10px left no-repeat; list-style-type: none;}
ul.styled li:last-child{margin: 0 0 0 0;}

.bg-green ul.styled{color: #fff; }
.bg-green ul.styled li{background: url(../images/bullet-light.png) top 10px left no-repeat;}
.accordion ul.styled{margin: 25px 0 25px 0; padding: 0;font-size: 16px; line-height: 22px; color: #000;}

ul.bullet-num{list-style-type:none; margin:0; padding:0;}
ul.bullet-num li{margin:0; padding:0 0 10px 70px;margin:0 0 20px;position: relative; min-height:85px; border-bottom:1px solid rgba(115,115,155,0.2);}
ul.bullet-num li:last-child{margin:0;border-bottom:0px;}
ul.bullet-num .num{position:absolute; top:-4px; left:10px;font-family: "Londrina Outline", serif;font-size:80px; line-height: 80px; color:#6FBA9E;}
ul.bullet-num .th{font-weight:600; margin:0;}
.bullet-para{padding-bottom:30px;}
.bullet-para .th{font-weight:600; margin:0;}
ol.sub-points  {margin:0 0 0 15px;padding: 0;list-style: lower-alpha !important;}
ol.sub-points li{margin: 0;padding:0 0 5px;}

a{color: #0E7450;text-decoration: none !important;}
a:hover{color: inherit; text-decoration: underline;}
.height-100{height:100%;}

.accordion-item{background-color:rgba(255,255,255,0); margin-top:30px; border-radius:10px; border:1px solid #CCCCCC;}
.accordion-item:not(:first-of-type) {   border:1px solid #CCCCCC;}
.accordion-button{color:#151515;background-color:rgba(255,255,255,0);border-radius:10px; font-size:22px; font-weight:600;padding:15px 20px;box-shadow:none;}
.accordion-button:not(.collapsed){color:#151515;background-color:rgba(255,255,255,0);border-radius:10px; font-size:22px; font-weight:600;padding:15px 20px 5px 20px;	box-shadow:none;}
.accordion-button::after{background-size:16px;}
.accordion-body{padding-top:0;    font-weight: 400;}

.card{background-color:#fff; border:0px solid #fff; padding:35px 45px;margin:0 0 25px; border-radius:15px;}
.cardflex{display:flex;background-color:#fff; border:0px solid #fff; padding:35px 45px;margin:0 0 25px; border-radius:15px;}
.card .lead{font-weight:400;line-height:1.3;}
.card.bg-org{background:#FFF8DE !important; border:1px solid #f1e2ac;}
.card.bg-blue{background:#D6FFF0 !important; border:1px solid #b4ebd7;}
.card.bg-green-img{color:#fff;background-color:#0E7450; background-image:url('../images/cardgrbg1.png'); background-position: bottom center; background-repeat:no-repeat;background-size:cover;}

.modal-form{max-width:380px;margin:0 auto;}
.modal-form .btn{padding:12px 25px;}

.talkbtn{background-color:#0D7350; color:#fff; border:1px solid #138d64;padding:8px 15px; font-size:18px;line-height:22px; z-index: 9999; font-weight:500;display:inline-block;
	position: fixed; top:40%; left:-35px; border-bottom-left-radius:8px; border-bottom-right-radius:8px;transform: rotate(-90deg);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.talkbtn:hover{ color:#fff;background-color:#13835d;}
		
.side-collapse{	position: fixed;top:0px;right:-421px;z-index: 9998;width:420px;background-color:rgba(21,21,21,1);border:1px solid #424242;box-shadow:-5px 1px 5px 0px rgba(50, 50, 50, 0);padding:30px 45px 30px;color:#fff;transition: right 0.35s ease;/* opacity:0;transition: opacity 0.35s ease; */overflow: auto; height:100%;}
.side-collapse.show{display: block;right: 0px;width:420px;background-color:rgba(21,21,21,1);opacity: 1;transition: right 0.35s ease;/* transition: opacity 0.35s ease; */}
.side-collapse .sideclose{display:block;width:16px;height:16px;background-image:url('../images/modal-close.svg');background-position:center center;background-repeat:no-repeat;	position: absolute;	top: 20px;	right: 20px;cursor:pointer;}
.side-collapse h3{ color:#fff; font-size:26px;}
.side-collapse .form-label{color: #fff;}
.side-collapse .form-control{background-color:#2D2D2D; border-color:#272727;font-size: 15px;color:#fff;padding: .6rem 1rem;}
.side-collapse .form-control:focus{background-color:#424242; border-color:#272727;box-shadow:none; outline:0;}
.side-collapse .btn,.side-collapse .btn:hover{color:#272727;}

/* ---------------------------- NAVBAR ----------------------------- */
.navbar-toggler {border: 0px;}
.navbar {padding: 15px 0;}
.scrolled {background-color: #333333 !important;box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.11);transition: all 0.6s ease 0s;}
.nav-link{color: rgba(255, 255, 255, 0.80);}
.nav-link:hover{color: rgba(255, 255, 255, 1);}
.navbar-brand{padding: 0;}
.navbar-brand img{height: 36px;}
.navbar .navbar-nav .nav-link {padding-right:15px;padding-left:15px;}
.navbar-toggler:focus {outline: 0;box-shadow: none;}
.menuclose {display: none;}
.navbar-toggler{width:30px; height: 20px;cursor: pointer; padding:0;}
.navbar-toggler-icon{background-image:none;position: relative;width: 100%;height:3px;background:#ccc;border-radius:5px;transition: all .4s ease;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.navbar-toggler-icon:after, .navbar-toggler-icon:before{content: "";position: absolute;z-index: 1;left: 0;width: 100%;height:3px;border-radius:5px;	background: #ccc;-webkit-transition: all .4s ease;transition: all .4s ease;}
.navbar-toggler-icon:before {top:10px;}
.navbar-toggler-icon:after {top:-10px;}
.navbar-toggler-icon.is_active{-webkit-transform: rotate(135deg);transform: rotate(135deg);}
.navbar-toggler-icon.is_active:before{top: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);width: 100%;}
.navbar-toggler-icon.is_active:after{opacity: 0;}
.dropdown-toggle::after{width: 9px;height: 9px;border-top: 2px solid rgba(255, 255, 255, 0.80);border-right: 2px solid rgba(255, 255, 255, 0.80);border-left: 0px;vertical-align:-0.10em;transform: translateY(-50%) rotate(135deg);transition: transform .1s ease-in;}
.dropdown-toggle.show::after{transform: translateY(0) rotate(-45deg);}

/* ---------------------------- HEADER ----------------------------- */
.header{padding:150px 0 150px 0; background:#000; }
.header .br{display:block;}
.header h1{font-size: 70px;}
.header h1, .header p{color: #F3FAF6;}
.contact-header{background: url(../images/contact-header.jpg) center bottom no-repeat #000; background-size: cover;}
.careers-header{background: url(../images/careers-header.jpg) center bottom no-repeat #000; background-size: cover;}
.media-header{background: url(../images/media-header.jpg) center bottom no-repeat #000; background-size: cover;}
.blog-header{background: url(../images/blog-header.jpg) center bottom no-repeat #000; background-size: cover;}
.case-studies-header{background: url(../images/case-studies-header.jpg) center bottom no-repeat #000; background-size: cover;}
.awards-header{background: url(../images/awards-header.jpg) center bottom no-repeat #000; background-size: cover;}
.header{overflow: hidden; position: relative;}
.header video {position: absolute;top: 0;z-index: 1;width: 100%;height: 100%;left: 0;object-fit: cover;}
.header .container {
    z-index: 3;
    position: relative;
}

/* ------------------------- HOME ------------------------- */
/* Home */
.hero{height: 100vh; overflow: hidden; position: relative;background: url(../images/hero-bg.jpg) center bottom no-repeat #1D1D1D; background-size: cover;}
.hero video{position: absolute; bottom: 0; right: 0;top: 17.5%;bottom: 0; right: -15%; height: 65%;}
.hero h1{font-size: 40px;margin-bottom: 10px;}
.hero h1 span{color: #FFE978; display: block;}
.bordered-unit{display: flex;}
.hero .bordered-box{border-radius: 12px;border: 1px solid #3A3A3A; padding: 20px; margin: 0 20px 20px 0;display: inline-flex; height: 100%;}
/*.hero .bordered-box:nth-child(1){max-width: 350px;}
.hero .bordered-box:nth-child(2){max-width: 550px;}*/
.error-page{height: 91.5vh; overflow: hidden;}

/* Clients */
.clients{background: #F3FAF6; padding: 20px 0; border-top: 1px #C7C7C7 solid;border-bottom: 1px #C7C7C7 solid;}
.clients img{filter: grayscale(0);transition: all 0.2s ease-in-out; height: 56px;}
.clients img:hover{filter: grayscale(0);}
.slider {position: relative;width: 100%;display: grid;place-items: center;overflow: hidden;}
.slide-track:hover {animation-play-state: paused;}
.slider::before{left:0;top:0;}
.slider::after{right:0;top:0;transform:rotateZ(180deg);}
.slide-track {width: calc(100px * 20);display: flex;animation: scroll 20s linear infinite;justify-content: space-between;}
.slide {display: inline-table;place-items: center;transition:0.5s; padding: 0 20px;}
.slide:hover{transform:scale(0.95)}
.slide img{	max-width:inherit;}
@keyframes scroll {0% {transform: translateX(0px);}100% {transform: translateX(calc(-150px * 10));}}
@media screen and (max-width: 768px) {
  .slide-track {width: calc(80px * 20);}
  .slide-track2 {width: calc(80px * 15);}
  .slide {width: 80px;}
  @keyframes scroll {0% {transform: translateX(0px);}100% {transform: translateX(calc(-80px * 10));}}
}
/* -------------------------- FOOTER -------------------------- */
footer{padding: 0;}
footer .footer-top{padding: 40px 0 70px 0;background: #393a39;}
footer .footer-bottom{padding: 20px 0;background: #F3FAF6; border-top: 1px #DFDFDF solid;}
footer h3{font-size: 18px;margin: 40px 0 20px 0; font-weight: 500; color: #fff;}
footer p{font-size: 16px; margin: 0;}
footer ul{margin: 0 0 0 0; padding: 0; list-style-type: none;font-size: 16px;}
footer ul li{padding: 0;margin: 0 0 10px 0; font-size: 16px;color: #C7C7C7;}
footer ul li a{color: #C7C7C7;}
footer ul li a:hover{color: #fff;}
footer .footer-logo{margin-top: 40px;}
.copyright{}
footer p{font-size: 14px; color: #868686;}
footer img{height: 26px;}
.social-links{margin: 0; padding: 0;list-style-type: none;}
.social-links li{margin: 0 3px; padding: 0px;list-style-type: none; display: inline-block; font-size: 16px;}
.social-links li a{padding: 6px;color: #868686; width:35px; height: 35px; border-radius: 4px; text-align: center;align-items: center !important;
 background: #f1f2f4; display: block;}
.social-links li a:hover{color: #fff; background:#393A39; }

/***************************** PRELOADER ****************************/
.web-loader {height: 100%;width: 100%;position: fixed;overflow: hidden;z-index: 99999;background: #fff; top: 0; right: 0;}
.loader-inner{position: absolute;transform: translateY(-50%);top: 50%;left: 50%; text-align: center; margin-left: -75px; margin-bottom: -75px;}
.loader-inner img{margin: 0 auto; width: 150px;}

/* ------------------------- BACK TO TOP ------------------------ */
a.go-to-top{z-index: 9999;width: 50px;height: 50px;background-color: rgb(113 134 157 / .2);color: #677788;font-size: 14px;border-radius: 50%;transition: 0.3s ease-out;bottom: -50px;opacity: 0;filter: alpha(opacity=0);right: 20px;-webkit-transition: all 0.2s ease-in-out 0s;-o-transition: all 0.2s ease-in-out 0s;transition: all 0.2s ease-in-out 0s;color: #677788;line-height: 50px;position: fixed;text-align: center;z-index: 100;visibility: hidden;}
a.go-to-top.on, a.go-to-top:focus.on {background-color: #; opacity: 0.8;filter: alpha(opacity=80);visibility: visible;bottom: 20px;}
a.go-to-top:hover{background-color: #377dff; opacity: 1; color: #fff;}

/* Whats for You */
.whats-for-you .whats-for-you-block h3, .whats-for-you .whats-for-you-block p{color: #fff;}
.whats-for-you .whats-for-you-block img{width: 100px; margin-bottom: 25px;}
.whats-for-you .col-md-6{margin-top: 25px;}
.whats-for-you .col-md-6:nth-child(odd) .whats-for-you-block{background: #0C6344; height: 100%; padding: 40px 25px 50px 25px; border-radius: 12px;}
.whats-for-you .col-md-6:nth-child(even) .whats-for-you-block{background: #252525; height: 100%; padding: 40px 25px 50px 25px; border-radius: 12px;}

/* Key Offerings */
.key-offerings .key-offerings-block{text-align: center;}
.key-offerings .key-offerings-block:hover{background: #181818!important; transition: all 0.2s ease-in-out;}
.key-offerings .key-offerings-block h3{color: #fff;}
.key-offerings .key-offerings-block img{width: 65%; margin-top: 25px;}
.key-offerings .col-md-4{margin-top: 25px;}
.key-offerings .col-md-4:nth-child(odd) .key-offerings-block{background: linear-gradient(163deg, #181818 11.76%, #4D4D4D 96.64%, #7E7E7E 127.16%); height: 100%; padding: 40px 25px 50px 25px; border-radius: 12px;}
.key-offerings .col-md-4:nth-child(even) .key-offerings-block{background: linear-gradient(0deg, #181818 11.76%, #4D4D4D 96.64%, #7E7E7E 127.16%); height: 100%; padding: 40px 25px 50px 25px; border-radius: 12px;}

/* Technology Expertise */
.technology-expertise .technology-expertise-block{background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 43.98%, rgba(244, 250, 247, 0.80) 101.78%, rgba(243, 250, 246, 0.80) 117.21%); height: 100%; padding: 25px 25px 35px 25px; border-radius: 12px;}
.technology-expertise .technology-expertise-block img{width: 65px; margin-bottom: 25px;}
.technology-expertise .technology-expertise-block:hover{background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 43.98%, rgba(255, 255, 255, 0.99) 101.78%, rgba(255, 255, 255, 0.99) 117.21%);}
.technology-expertise .col-md-4{margin-top: 25px;}

/* Industries */
.industries .col-md-4{margin-top: 25px;}
.industries-block{border-radius: 12px; overflow: hidden; position: relative;}
.industries-block img{border-radius: 12px; overflow: hidden; width: 100%;}
.industries-block:before{content: ''; width: 100%; height: 100%; display: block; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -9.23%, #000 100%); position: absolute;}
.industries-block h3{position: absolute; bottom: 20px; left: 30px; color: #fff;}

/* Products */
.products .col-md-6{margin-top: 25px;}
.products-block{border-radius: 12px; overflow: hidden; position: relative; padding: 100px 80px; text-align: center;}
.products-block img{height:60px; margin-bottom: 25px;}
.products-block .products-content p {color: #F3FAF6;}
.products-block .products-content p a{color: #F3FAF6;padding: 8px 20px; margin-top: 10px; display: inline-block;}
.products-block:hover a{background:#fff;text-transform: none; color: #000!important;border-radius: 4px;padding: 8px 20px;}
.products-block video {position: absolute;top: 0;z-index: 1;width: 100%;height: 100%;left: 0;object-fit: cover;}
.products-block .products-content {z-index: 3;position: relative;}

/* Case Studies & Blogs */
.case-studies hr{margin: 80px 0;}
.two-columns{background: url(../images/two-column-bg.jpg) center top repeat; background-size:100%;}
.home-cs{padding-right: 100px; padding-bottom: 80px; height: 100%; position: relative;}
.home-blog{padding-left: 50px; padding-bottom: 80px; height: 100%; position: relative;}
.section-btn{position: absolute; bottom: 0;}
ul.cs-listing{margin: 0; padding: 0; list-style-type: none;}
ul.cs-listing li{margin:25px 0 0 0; padding: 0; list-style-type: none; display:block;}
ul.cs-listing li .blog-img{ margin:0 0 20px 0;}
ul.cs-listing li .blog-img img{width: 100%;border-radius: 6px; overflow: hidden;}
ul.blog-listing{margin: 0; padding: 0; list-style-type: none;}
ul.blog-listing li{margin:25px 0 0 0; padding: 0; list-style-type: none;}
ul.blog-listing li a{ display: flex;align-items: center;}
ul.blog-listing li .blog-img{ margin-right:20px;}
ul.blog-listing li .blog-img img{max-width: 140px;border-radius: 6px; overflow: hidden;}
.blog-txt h3{font-size: 21px; margin-bottom: 0; color: #fff;}
.blog-txt p{font-size: 18px; margin-bottom: 0; color: #C2C2C2;}

.casestudies-header{position:relative;background-color:#0D7350;}
.casepostimg{border-radius:12px; overflow:hidden; margin-bottom:30px;}
.casepostimg img{width: 100%;}
.solutioncard{display: flex;flex-wrap: nowrap;flex-direction: row;padding:20px 25px;}
.solutioncard i{width: 64px;min-width:64px; margin-right:15px;}
.solutioncard .w40{width: 40px;min-width:40px; margin-right:15px;}
.solutioncard div{flex-grow:1;}
.sidebox h3{font-size:26px; margin-bottom:20px;}
.sidebox .news-and-event{margin-bottom:35px;}
.sidebox .news-and-event .news-and-event-txt p{margin-bottom:5px;}

/* Contact Form */
.contact-us{background: url(../images/contact-bg.png) center bottom no-repeat #fff; background-size: cover;}
.icon-block{border: 1px #CCC solid; padding: 30px; border-radius: 12px; height: 100%;}
.icon-block img{margin-bottom: 15px;}

/* Careers */
.careers-listing{margin: 0; padding: 0; list-style-type: none;}
.careers-listing li{transition: all 0.2s ease-in-out;margin: 0; padding: 30px 20px; list-style-type: none; border: 1px #CCC solid; margin-top: 25px;display: flex; justify-content: space-between;align-items: center; border-radius: 12px;}
.careers-listing li:hover{background: #fff;}

/* Meida & Blog */
.media-nav{border-bottom: 1px #0E7450 solid; margin-bottom: 50px;}
.nav-underline .nav-link.active, .nav-underline .show>.nav-link {border-bottom-color: #FFE978; border-width: 5px;}
.nav-underline .nav-link{font-size: 24px; font-weight: 600; color: #2A3330!important;border-bottom-color: #transparent; border-width: 5px;}

/* CTA */
.cta{background: url(../images/cta-bg.jpg) center bottom no-repeat #fff; background-size: cover; border-radius:12px; padding:60px 60px;}
.cta .col-md-6:nth-child(2){text-align: right;}
.cta-hero{background: rgba(0, 0, 0, 0.70); border-radius:12px; padding:20px; border: 1px solid #3A3A3A; display: inline-flex; margin-top: 20px; width: 500px; align-items: center;}
.cta-hero div:nth-child(2){text-align: right; margin-left: 30px; min-width: 140px;}

/* -------------------------- xxxxxxxxxx -------------------------- */

/* Testimonials */
.testimonials-owl{padding: 0 250px; margin-top: 25px;}
.testimonials-user{font-weight: 600;}
.testimonials-user span{font-weight: 300; display: block;}

/* NEWS AND EVENT */
.news{border-top: 10px #d3d9d6 solid;}
.news-and-event .news-and-event-img{border-radius: 12px; overflow: hidden; margin-bottom: 10px;}
.news-and-event .news-and-event-img img{width: 100%;}
.news-and-event .news-and-event-txt p{font-size: 12px;color: #333;} .news-and-event .news-and-event-txt p span{margin-left: 20px; color: #0D7350;font-weight: 500;}
.news-and-event .news-and-event-txt p:last-child{font-size: 16px;color: #252525;}
.owl-carousel a{display: block;}
.owl-nav{opacity:1;}
.owl-carousel:hover .owl-nav{ opacity:1;}
.owl-carousel .owl-nav button{display:flex;align-items: center;width:46px;height:46px;position:absolute;top:36%;opacity:0.5;}
.owl-carousel .owl-nav button:hover{opacity:1;}
.owl-carousel .owl-nav button.owl-prev{left:2%;}
.owl-carousel .owl-nav button.owl-next{right:2%;}
.owl-carousel .owl-nav button span{display:block;width:46px;height:46px;border:0px solid #fff !important;border-radius:30px;background-color:rgba(000,000,000,0.9)!important;background-position:center center;background-repeat:no-repeat;background-size:11px 18px;text-indent:-9999px;}
.owl-carousel .owl-nav button.owl-prev span{background-image:url('../images/slidearrowleft-wh.svg');}
.owl-carousel .owl-nav button.owl-next span{background-image:url('../images/slidearrowright-wh.svg');}

/* Awards */
.awards{padding: 40px 0;}
.awards img{width: 100%;}
.award-block{padding: 10px 30px}
.awards h6{margin-bottom: 5px;}
.awards h6, .awards p{color: #F8F8F8;}
.col-sm-divider>:not(:first-child) {position: relative;}
.col-sm-divider>:not(:first-child)::before {position: absolute;top: 0;left: 0;width: .0625rem;height: 100%;background-color: #747574;content: "";}

/* about */
.about-header{position:relative;background: url('../images/about-headerimg.jpg') center bottom no-repeat #000; background-size: cover;}
.about-header:before{content:'';display:block;width:100%; height:100%; background-color:rgba(37,37,37,0.5); position:absolute; top:0;left:0;}
.about-header>.container{position: relative;}
.missiondiv{max-width:244px;margin:0 auto;}
.imgthumbrow{padding:0; border-radius:12px; overflow:hidden;}
.imgthumbrow>.coldiv{padding:0;}
.imgthumb{display:flex;align-items: center;justify-content: center;min-height:264px;padding:50px;background-color:#E7FEF1;position:relative;}
.imgthumb .thimgdiv{display:block; width:100%;height:100%; background-position:center; background-size:cover;position:absolute; top:0; left:0;}
.imgthumb .thimgdiv:after{content:'';display:block;width:100%; height:100%;background-color:rgba(31,31,31,0.5);position:absolute;top:0; left:0;}

.imgthumb h3{/* font-size:34px; */color:#fff;position:relative;z-index:1; text-align:center;}
.headthumb{justify-content: start;}
.headthumb h3{color:#2A3330; text-align:left;}
.teamblock{display:block;max-height:288px;min-height:325px;margin:30px auto 0;padding:25px 20px;position: relative;background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 43.98%, rgba(244, 250, 247, 0.80) 101.78%, rgba(243, 250, 246, 0.80) 117.21%);border-radius:12px;text-align:center;}
.teamblock:hover{background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 43.98%, rgba(255, 255, 255, 0.99) 101.78%, rgba(255, 255, 255, 0.99) 117.21%);}
.teamblock .teamimg{display:flex;align-items: end;justify-content: center;width:190px;height:190px;border-radius:100px;overflow:hidden;background-color:#e8fef1;margin:0 auto 15px;	padding:0;}
.teamblock h4{font-size:21px; font-weight:bold; color:#151515; line-height:28px;padding:0 0 5px; margin:0;}
.teamblock .designation{color:#000; padding:0;}
.specialize-wrap>*{padding-left:5px; padding-right:5px;}
.specialize{background-color:#E7FEF1;border-top:7px solid #28AEAF;padding:30px;min-height:255px;height:100%;margin:30px 0 0;}
.specialize-wrap .specialize.center{background-color:#fff;border-top:7px solid #0E7450;}
.specialize h3{padding-bottom:10px;}
.ab-awardblock{display:block;height:100%;margin:30px auto 0;background-color:#0d6444;color:#fff;border-radius:12px; overflow:hidden;}
.ab-awardblock .awardimg{background-color:#f8f8f8;text-align:center;}
.ab-awardblock .blockdata{padding:20px 20px 0;	}
.ab-awardblock .lead{margin:0;padding:0 0 5px;	}
.studieswrap, .blogslidewrap {margin-top: 20px;}
.studieswrap .owl-nav{opacity:0;}
.studieswrap .owl-nav:hover{opacity:1;}
.studieswrap .owl-nav button{top:90px;}
.studieswrap .owl-nav button span{background-color: rgba(255, 255, 255, 0.9) !important;}
.studieswrap .owl-nav button.owl-prev span{border:1px solid #E3E3E3!important;; background-image: url(../images/slidearrowleft.svg);}
.studieswrap .owl-nav button.owl-next span{border:1px solid #E3E3E3!important;; background-image: url(../images/slidearrowright.svg);}
.studieswrap .owl-nav button.owl-prev {left: -2%;}
.studieswrap .owl-nav button.owl-next {right: -2%;}

/*financial-technology*/
.financial-header{position:relative;background: url('../images/financial-headerimg.png') center bottom no-repeat #000; background-size: cover;}
.financial-header:before{content:'';display:block;width:100%; height:100%; background-color:rgba(37,37,37,0.5); position:absolute; top:0;left:0;}
.financial-header>.container{position: relative;}
.overview-sec .lead{font-weight:400;}
.innovationrow{margin-top:30px;padding:0; border-radius:12px; overflow:hidden;}
.innovationrow>.coldiv{padding:0;}
.innovationrow .imgthumb{display:flex;align-items: start;justify-content: start;min-height:400px;padding:50px;background-color:#0C6344;position:relative;}
.innovationrow .imgthumb .thimgdiv{display:block; width:100%;height:100%; background-position:center; background-size:cover;position:absolute; top:0; left:0;}
.innovationrow .imgthumb .thimgdiv:after{display:none;}
.innovationrow .imgthumb .coldata{position:relative;z-index:1; color:#fff;width: 65%;max-width:310px;}
.innovationrow .imgthumb h3{color:#fff; text-align:left;}
.innovationrow .imgthumb .lead{font-weight:400; line-height:26px;}
.innovationrow .imgth02,.innovationrow .imgth03{background-color:#35BB5C;}
.innovationrow .imgth04{background-color:#383939;}
.whychoose-sec{color:#fff;}
.whychoose-sec h2,.whychoose-sec h3{color:#fff;}

/*blockchain*/
.blockchain-header{position:relative;background: url('../images/yodaplus-banner-graphic.webp') center bottom no-repeat #000; background-size: cover;}
.blockchain-header:before{content:'';display:block;width:100%; height:100%; background-color:rgba(00,30,40,0.8); position:absolute; top:0;left:0;}
.blockchain-header>.container{position: relative;}
.overview-blockrow .overview-col{padding-top:50px;}
.overview-block{position: relative; background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 43.98%, rgba(244, 250, 247, 0.80) 101.78%, rgba(243, 250, 246, 0.80) 117.21%); height: 100%;margin:0 0 0; padding: 25px 25px 50px 25px; border-radius: 12px;}
.overview-block a.link{position: absolute; bottom: 25px;}
.overview-block i{display:block; width:65px; margin-bottom: 25px;}
.overview-block:hover{background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 43.98%, rgba(255, 255, 255, 0.99) 101.78%, rgba(255, 255, 255, 0.99) 117.21%);}
.benefits-block{color:#fff;}
.benefits-block h3{color: #fff; font-size:24px;}
.benefits-block i{display:block; width:75px; margin-bottom: 25px;}
.benefitsrow .benefits-col{padding-top:30px;}
.benefitsrow .benefits-block{background: #0C6344; height: 100%; padding: 30px 20px 30px 20px; border-radius: 12px;}
.benefitsrow .benefits-col:nth-child(even) .benefits-block{background: #252525;}

.chain-block{position: relative;display:block; width:100%;max-width:280px;height:100%;background: linear-gradient(180deg, #FFFFFF 0%, #E7FBEF 100%); border:1px solid #CCCCCC; border-radius:12px; padding:20px 20px 110px; margin:0 auto; overflow:hidden;}
.chain-block:before{ content:''; display: block; width:100%; height:118px; background-image:url('../images/chainblock-bgimg.png'); background-position:bottom right; background-repeat:no-repeat; position: absolute; bottom:0;
left:0;}
.chain-block h3{font-size:24px;}
.chain-block i{display:block; width:75px; margin-bottom: 25px;}
.chainrow .chain-col{padding-top:30px;}
.block-innovationrow .imgth01 .coldata{width:80%;max-width:380px;}
.block-innovationrow .imgth02,.block-innovationrow .imgth03{background-color:#E69318;}


/*supply chain*/
.supplychain-header{position:relative;background: url('../images/supplychain-headerimg.png') center bottom no-repeat #000; background-size: cover;}
.supplychain-header:before{content:'';display:block;width:100%; height:100%; background-color:rgba(37,37,37,0.7); position:absolute; top:0;left:0;}
.supplychain-header>.container{position: relative;}
.supply-innovationrow .imgth01 .coldata{width:90%;max-width:399px;}
.supply-innovationrow .imgth02 .coldata{width:80%;max-width:399px;}
.supply-innovationrow .imgth02,.supply-innovationrow .imgth03{background-color:#E36655;}

.cardimg-sec{position: relative;}
.cardimg-sec:before{content:''; width:100%;height:48%; background-color:#0D7350; position:absolute; top:0;left:0;}
.cardimg-sec>.container{position: relative;}
.cardimg{background-color:#fff;max-width:1050px;margin:0 auto;padding:20px; border-radius:12px;text-align:center;}
.tokenization-sec{position:relative; padding:60px 0;}
.tokenization-wrap{display:block; width:100%;position: relative;/* min-height:300px; */background-color:#ccc;margin:30px 0 0;}
.advantages-wrap{padding:50px 0 0;}
.advslide{border:1px solid #fff;background-color:#fff; padding:25px 35px; min-height:300px;position:relative;}
.advslide:after{content:'';width:100%;height:100%; background-color:rgba(255,255,255,0.7); position:absolute;top:0; left:0;}
.active .advslide{border:1px solid #AFDBCB;background-color:#fff; padding:25px 35px; min-height:300px;}
.active .advslide:after{display:none;}
.advantages-slide .owl-nav button{top:90px;opacity:0;}
.advantages-slide .owl-nav:hover button{opacity:1;}
.advantages-slide .owl-nav button span{background-color: rgba(255, 255, 255, 1) !important;border:1px solid #308869!important; border-radius:0;}
.advantages-slide .owl-nav button.owl-prev span{background-color:rgba(255,255,255,1)!important; background-image: url(../images/slidearrowleft.svg)!important;}
.advantages-slide .owl-nav button.owl-next span{background-color:rgba(255,255,255,1)!important; background-image: url(../images/slidearrowright.svg)!important;}
.advantages-slide .owl-nav button.owl-prev {left: 2%;}
.advantages-slide .owl-nav button.owl-next {right: 2%;}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {opacity: 0.65;color: #fff;background-color: #ffdf42;border-color: #ffdf42;}

.blog-detail{}
.blog-detail h1{font-size: 40px; margin-bottom: 10px;}
.blog-detail h2, .blog-detail h3{font-size: 20px; font-weight: 600; margin: 30px 0 15px 0;}
.blog-detail strong, h1, h2, h3, h4, h5, h6 {font-weight: 600 !important;}
.blog-detail p{margin-bottom: 20px;}
.blog-detail ul{margin: 0 0 25px 20px; padding: 0;font-size: 16px; line-height: 26px; color: #000; }
.blog-detail ul li{margin: 0 0 5px 0; padding: 0 0 0 20px; background: url(../images/bullet.png) top 10px left no-repeat; list-style-type: none;}
.blog-detail ul li:last-child{margin: 0 0 0 0;}

.blog-detail ol{margin: 0 0 25px 20px; padding: 0;font-size: 16px; line-height: 26px; color: #000; }
.blog-detail ol li{margin: 0 0 5px 0; padding: 0 0 0 20px; background: url(../images/bullet.png) top 10px left no-repeat; list-style-type: none;}
.blog-detail ol li:last-child{margin: 0 0 0 0;}

.blog-card{background: #fff; padding: 20px;border-radius: 12px; margin-bottom: 30px;}
p.blog-date{font-size: 12px;color: #333; margin-top: 20px;}
p.blog-date span{margin-left: 20px;color: #0D7350;font-weight: 500;}
.side-bar h4{margin: 0 0 15px 0;}
.side-bar ul.social-links, .side-bar ul.styled{margin: 0;}
.side-bar ul.social-links li, .side-bar ul.styled li{padding: 0 0 0 0; background: none;}
.form-control:focus{outline: none;box-shadow: none;border-color: #A8C7BC;}

.blog-pagination .page-numbers {display: inline-block;text-decoration: none;color: #000;padding: 5px 10px;border: 1px solid #ddd;margin: 0 -3px;min-width: 34px;text-align: center;}
.blog-pagination .page-numbers {-webkit-transition: background-color 0.4s;transition: background-color 0.4s;background: #fff;}
.blog-pagination .page-numbers.current {background-color: #4caf50;color: #fff;}
.blog-pagination .page-numbers:hover:not(.current) {background: #ddd;}
