/*!
Theme Name: utilitrade
Theme URI: 
Author: Underscores.me
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utilitrade
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/*-----------------------------------------
 Basic styles
-------------------------------------------*/
:root {scroll-behavior: unset;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }

html { 
	overflow:hidden; 
	overflow-y:auto; 
}

body { 
	font-size:16px; 
	line-height: normal; 
	font-family: 'Montserrat', sans-serif; 
	color:#474747; 
	font-weight:400; 
	margin:0; 
	padding:0; 
	background: #FFFFFF;
}


article, aside, details, figcaption, figure, footer, header, nav, section, summary { 
	display: block; 
}

audio, canvas, video { 
	display: inline-block; 
}

html, button, input, select, textarea {
  font-family: 'Montserrat', sans-serif; 
}

input:focus, textarea:focus, select:focus {
  border-color:#0B4A70;
}

input, textarea {
  padding:10px 18px;
}

select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-position:right center;
  background-image:url(../images/arrow_select.svg) !important;
  background-repeat:no-repeat !important;
  background-position:right 16px center !important;
  line-height:1.2;
  text-indent:0.01px;
  text-overflow: '';
  cursor:pointer;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance: none;
}

iframe {
  border:0;
  width:100%;
  border-radius: 0;
}

a {
  display: block;
  color:#6D828E;
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:active, a:hover {
  color:#0B4A70;
  outline:0;
}

a:hover, a:focus {
  opacity:1;
}

a:hover {
  text-decoration:none;
}

svg:not(:root) {
  overflow:hidden;
}

ol, ul {
  padding:0;
  margin:0;
}

/*---------------------------------------------------
  Typography
-----------------------------------------------------*/

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { 
  color:inherit; 
  text-decoration:none; 
  font-weight:inherit; 
}

h1, .heading-one,
h2, .heading-two,
h3, .heading-three,
h4, .heading-four,
h5, .heading-five,
h6, .heading-six,
address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr { 
  margin: 0 0 15px 0; 
}


h1, h2,
.heading-one, .heading-two {
   font-family: 'Montserrat', sans-serif; 
}

h1, h2, h3, h4, h5, h6, 
.heading-one, .heading-two, .heading-three, .heading-four, .heading-five, .heading-six {
  display: block;
  color:#1F1F1F;
  margin:0 0 24px;
  font-weight:600;
  overflow-wrap: break-word;
  word-wrap: break-word; 
}

h1,.heading-one { 
  font-size: 52px;
  line-height: 62px;
}
h2, .heading-two{ 
  font-size: 40px;
  line-height: 60px;
}

h3, .heading-three {
  font-size: 22px;
  line-height: 26px;
}

h4, .heading-four {
  font-size: 20px;
  line-height: 26px;
}
h5, .heading-five {
  font-size: 18px;
  line-height: 22px;
}
h6,.heading-six {
  font-size: 16px;
  line-height: 26px;
}

img { 
  max-width:100%;
  display: inline-block;
}

p { 
  font-size: 16px;
  line-height: 24px;
  color:#474747;
}

p:last-child {
  margin-bottom:0;
}

hr {
  margin:20px 0;
  border:0;
  border-bottom:1px solid #e8e9eb;
}

/*--------------------------------------------
  Utilities
----------------------------------------------*/

.site-content {
  padding-top: 104px;
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1140px;
}

/*----------------------------------------------
  Color Style
------------------------------------------------*/
.text-darkblue {color: #0B4A70;}
.text-lightgray {color: #6D828E;}
.text-title{color: #1F1F1F;}
.text-gray{color: #474747;}
.text-white{color: #fff;}
.bg-blue{background: #0B4A70;}
.bg-green{background:#D1FFC1;}
.bg-red{background: #FFC5C2;}
.bg-blue{background: #D1E4FF;}
.bg-yellow{background: #FFE6A6;}
.bg-purple{background: #FFD1F2;}

/*----------------------------------------------
  Button
------------------------------------------------*/

.site-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 27px;
  color: #0B4A70;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0B4A70; 
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 0;
}

.site-button:hover {
  transition: 0.3s;
  background:#0B4A70;
  color: #fff;
}

.solid-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 45px;
  cursor: pointer !important;
  background:#0B4A70;
  color: #fff; 
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 0;
  border: 1px solid #0B4A70;
  display: inline-block;
}

.solid-button:hover{
  transition: 0.3s;
  color: #0B4A70;
  border: 1px solid #0B4A70;
  background: #fff;
}

.solid-button-white {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 27px;
  cursor: pointer;
  background:#fff;
  color: #0B4A70; 
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 0;
  border: 1px solid transparent;
}

.solid-button-white:hover{
  transition:all 0.3s;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/*----------------------------------------------
  Form Style 
------------------------------------------------*/
  input, select, textarea {
  width: 100%; 
  font-size: 14px; 
  box-shadow:none; 
  -webkit-box-shadow:none; 
  border-radius:10px; 
  -webkit-border-radius:10px;  
  background: transparent; 
  border: 1px solid #fff; 
  transition:all 0.4s ease-out 0s; 
  -webkit-transition:all 0.4s ease-out 0s; 
  color: #fff; 
}

input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active { 
  outline:0; 
  border-color: #fff; 
}

input::placeholder, select, textarea {
  color: #fff;
}

input, select { 
  height:44px; 
  padding:11px 16px;
}

input[type="checkbox"], input[type="radio"] { 
  width:auto; 
  height:auto; 
}

input[type="checkbox"]:focus, input[type="radio"]:focus { 
  outline:0; 
  box-shadow:none; 
}


/*----------------------------------------------
  Spacing Style
------------------------------------------------*/
.mt-10{margin-top: 10px;}
.mb-40{margin-bottom: 40px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px}
.mt-30{margin-top: 30px;}
.mt-24{margin-top: 24px;}
.mb-24{margin-bottom: 24px;}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.pb-40{padding-bottom: 40px;}
.pt-40{padding-top: 40px;}
.pb-30{padding-bottom: 30px;}
.pt-30{padding-top: 30px;}
.pt-24{padding-top: 24px;}
.pb-24{padding-bottom: 24px;}
.pb-20{padding-bottom: 20px;}
.pt-20{padding-top: 20px;}
.mr-20{margin-right: 20px;}
.mt-20{margin-top: 20px;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}
.mb-60{margin-bottom: 60px;}
.pb-50{padding-bottom: 50px;}
.pt-50{padding-top: 50px;}
.py-60{padding: 60px 0;}
.py-30{padding:30px 0;}
.py-16{padding: 16px 0;}
.py-10{padding: 10px 0;}


/*----------------------------------------------
  Header 
------------------------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 105.57%);
}
.header.smaller{
  box-shadow: 0px 15px 20px rgba(11, 74, 112, 0.04);
  background: #fff;
}
.header-left a img {
  max-width: 110px;
}
.mobile_sidebar_menu {
  display: none;
}
.header-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.main-menu li {
  padding: 0 16px;
  list-style: none;
}
.main-menu li:first-child {
  padding-left: 0;
}
.main-menu li:last-child{
  padding-right: 0;
}
.main-menu li a{
  transition: 0.3s;
  color: #6D828E;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a.active{
  color:#0B4A70;
  transition: 0.3s;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header .container {
  border-bottom: 1px solid #A7B4BB;
}
.header.smaller .container {
  border: none;
}
/*-------------------------------------------------
  Banner
---------------------------------------------------*/
.vc_section {
  margin: 0;
}
.banner {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 105.57%);
  padding: 67px 0;
  position: relative;
}
.banner-content .text-title {
  margin-bottom: 24px !important;
}
.learn-more {
  display: flex;
  align-items: center;
  margin-top: 37px;
}
.banner-img {
  display: flex;
  justify-content: flex-end;
}
.banner-img-mobile {
  display: none;
}
.video-wrapper video {
  max-width: 500px;
  border-radius: 10px;
  height: auto;
  margin: 0 auto;
}
.banner .modal-body {
  padding: 0;
}
.banner_video .btn-close {
  position: absolute;
  top: -10px;
  background-color: #fff;
  border-radius: 50px;
  right: -10px;
  height: 20px;
  width: 20px;
  z-index: 1;
  opacity: 1;
  background-size: 14px;
  box-shadow: none;
}
.banner_video .btn-close:focus {
  box-shadow: none;
}
.banner_video .modal-content {
  z-index: -1;
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
}
.banner_video .modal-body {
  padding: 0;
}
body.modal-open {
  padding: 0 !important;
  /* position: fixed;
  width: 100%; */
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 330px;
  margin-left: 0;
  margin-top: 0;
  border: none;
  border-radius: 10px;
  background: #FFF;
  z-index: 1002;
  overflow: hidden;
  transform: translate(-50%,-50%);
}
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: #000;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 15px 7px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before {
  content: "×";
}
#fade:hover ~ #boxclose {
  display:none;
}
.test:hover ~ .test2 {
  display: none;
}

.modal-btn-block {
  position: relative;
}
.video-btn-wrapper {
  position: absolute;
  top: inherit;
  bottom: 0px;
}
.video-btn-wrapper .how-work-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1F1F1F;
  padding-left: 30px;
  position: relative;
}
.video-btn-wrapper .how-work-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(./assets/images/how-it-work.svg) no-repeat left center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
/*-------------------------------------------------
  Key Feature
---------------------------------------------------*/

.key-feature {
  padding: 100px 0 50px;
}
.key-feature .vc_column-inner {
  padding: 0;
}
.our-key-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.our-key-features:last-child {
  margin-top: 0;
}
.card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 38px;
  transition: 0.3s;
  border-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 22px;
  cursor: pointer;
}
.card:hover{
  transition: 0.3s;
  box-shadow: 0px 15px 20px rgba(11, 74, 112, 0.04);
}
.card h6 {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.card .vc_single_image-wrapper img {
  transition: 0.3s;
  opacity: 0.54;
}
.card:hover .vc_single_image-wrapper img {
  opacity: 1;
  transition: 0.3s;
}
.key-content {
  text-align: left;
}
.key-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.key-images {
  display: flex;
  gap: 22px;
}
.key-images figure {
  background: #EAF4FA;
  padding: 10px;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  display: block;
  flex-shrink: 0;
  margin: 0;
}
.key-feature-mobile {
  display: none;
}
.key-feature-content {
  padding-left: 24px;
}
.key-feature-content h2 {
  margin-bottom: 16px !important;
}
/* .our-key-features .card .wpb_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 22px;
} */
.our-key-features .key-content .wpb_wrapper {
  display: block;
}
.features_para p {
  font-size: 18px;
  line-height: 27px;
  max-width: 558px;
}

.features_modal .modal-content {
    background-color: #fff;
    padding: 40px;
}
.features_modal .modal-header {
  padding: 0;
  border: none;
  margin-bottom: 16px;
}
.features_modal .modal-content h3.modal-title {
  font-size: 22px;
  line-height: 32px;
}
.features_modal .modal-body {
  padding: 0 16px 0 0;
}
.features_modal .modal-body h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  display: block;
}
.features_modal .modal-body ul {
  list-style: none;
}
.features_modal .modal-body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  text-align: left;
}
.features_modal .modal-body ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #4FC068;
  border-radius: 50px;
}
.features_modal .modal-body ul li:last-child {
  margin-bottom: 0;
}
.features_modal .modal-body ul li span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #474747;
  margin-bottom: 8px;
  display: block;
}
.features_modal .modal-body ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #474747;
  margin-bottom: 0;
}
.close_modal {
  border: none;
  padding: 0;
  position: absolute;
  top: 45px;
  right: 32px;
  transition: 0.3s;
}
.close_modal:hover svg path {
  fill: #0B4A70;
  transition: 0.3s;
}
/*-------------------------------------------------
  About Us
---------------------------------------------------*/

.about-us {
  padding: 50px 0;
}
.about-us .vc_column-inner {
  padding: 0;
}
.about-us .about_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-us-content h2 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 16px !important;
}
.about-us-img {
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.counter_inner_row {
  margin-top: 40px;
  display: none;
}
.counter {
  padding: 0 12px;
}
.counter .vc_column-inner {
  background: #0B4A70;
  box-shadow: 0px 15px 20px rgba(11, 74, 112, 0.04);
  border-radius: 10px;
  padding: 42px 25px !important;
  text-align: center;
}
.counter h2 {
  margin-bottom: 4px !important;
}
.counter h6 {
  margin-bottom: 0;
}
.counter-white .vc_column-inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(11, 74, 112, 0.08);
}
.counter-trade {
  margin-top: 50px;
}
.counter-lockers {
  margin-top: 0;
}
.about-us-mobile {
  display: none;
}


/*-------------------------------------------------
  How-it-work
---------------------------------------------------*/

.how-it-work {
  padding: 50px 0;
}
.how-it-work-button {
  background: url(./assets/images/how-it-work.svg) no-repeat left center;
  background-size: contain;
  border: none;
  height: 22px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #1F1F1F;
}
.how-it-work-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
  position: relative;
}
.how-it-work-image:before {
  position: absolute;
  content: '';
  width: 85%;
  height: 70px;
  top: 50px;
  z-index: -1;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: url(./assets/images/line.svg) no-repeat;
  background-size: contain;
  transform: rotate(-1deg);
}
.how-it-work-content h2 {
  margin-bottom: 16px !important;
}
.how-it-work-content p {
  max-width: 451px;
  margin:0 auto;
}

.trade-post {
  max-width: 242px;
  margin-right: 49px;
}
.trade-post .vc_column-inner {
  padding: 0;
}
.trade-post:last-child {
  margin: 0;
}
.trade-post p {
  font-size: 14px;
  line-height: 22px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}

.trade-post-img{
  padding: 24px 22px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trade-share-img {
  padding: 24px 22px;
  border-radius: 10px;
  margin: 40px auto 0;
  max-width: 94px;
}

.trade-post-content h6{
  margin-bottom: 8px;
  margin-top: 24px;
}

/*-------------------------------------------------
  Download App
---------------------------------------------------*/

.download-app {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -8.89%, #EAF4FA 100%);
  margin: 50px 0;
  position: relative;
}
.download-app .vc_column-inner {
  padding: 0;
}
.app-content h2 {
  margin-bottom: 16px !important;
}
.app-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1F1F1F;
}
.app-content-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}
.app-image {
  position: relative;
  z-index: 0;
}
.app-image:before {
  position: absolute;
  content: '';
  background: url(./assets/images/download-app-bg.png) no-repeat center;
  background-size: contain;
  height: 440px;
  width: 100%;
  right: -20px;
  bottom: 0;
  z-index: -1;
}

.app-image-mobile {
  display: none;
}

/*-------------------------------------------------
  Slider
---------------------------------------------------*/
.testimonial_slider {
  padding: 50px 0 100px;
  position: relative;
}
.testimonial_title .wpb_wrapper h2 {
  margin-bottom: 62px;
}
.swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  padding: 15px;
}
.slider-content .slider-para {
  font-size: 18px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 16px;
  /* display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.slider-content h5 {
  margin-bottom: 2px;
}
.slider-content span.designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1F1F1F;
  display: block;
}
.slider-col {
  position: relative;
}
.slider-col:before {
  position: absolute;
  content: '';
  top: -35px;
  left: -68px;
  height: 60px;
  width: 51px;
  background: url(./assets/images/Quotes.svg) no-repeat left;
  background-size: contain;
  z-index: 2;
}
.slider-img img {
  max-width: 115px;
  height: 100%;
  border-radius: 10px;
}
.testimonial_slider .swiper-button-prev,
.testimonial_slider .swiper-button-next {
  left: 50%;
  bottom: -55px;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  transform: translateX(-50%);
}
.testimonial_slider .swiper-button-prev {
  margin-left: -32px;
}
.testimonial_slider .swiper-button-next {
  margin-left: 32px;
}
.testimonial_slider .swiper-button-prev:after, 
.testimonial_slider .swiper-button-next:after{
  content: '';
  width: 32px;
  height: 32px;
  background: url(./assets/images/left-arrow.svg) no-repeat;
  background-position: center left;
  background-size: cover;
}
.testimonial_slider .swiper-button-next:after {
  background: url(./assets/images/right-arrow.svg) no-repeat;
  background-position: center right;
}
.testimonial_slider .swiper-button-prev:hover:after {
  background-position: center right;
}
.testimonial_slider .swiper-button-next:hover:after {
  background-position: center left;
}
.testimonial_slider.swiper-button-prev:after,
.testimonial_slider .swiper-button-next:after  {
  font-size: 0;
  font-family: none;
}

/*-------------------------------------------------
  FAQ
---------------------------------------------------*/
.faq {
  padding: 50px 0;
}
.faq .vc_column-inner {
  padding: 0;
}
.faq .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 24px;
}
.faq .vc_tta.vc_general .vc_tta-panel:last-child {
  margin: 0;
}
.wpb-js-composer .faq .vc_tta-container {
  margin-bottom: 0;
}
.wpb-js-composer .faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  background-color: transparent;
}
.wpb-js-composer .faq .vc_tta.vc_general .vc_tta-panel-title>a {
  margin: 0;
  background: 0 0;
  display: block;
  padding: 16px 48px 16px 24px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  border-radius: 10px 10px 0px 0px;
  color: #1f1f1f !important;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpb-js-composer .faq .vc_tta.vc_general .vc_tta-panel-title>a:after {
  content: '';
  background: url(./assets/images/plus-icon.svg) no-repeat right center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: auto;
  position: absolute;
  right: 24px;
  top: 18px;
}
.wpb-js-composer .faq .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  display: none;
}
.wpb-js-composer .faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border: none;
  background-color: #eaf4fa;
  border-radius: 10px !important;
}
.wpb-js-composer .faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border: none;
}
.wpb-js-composer .faq .vc_tta.vc_general .vc_tta-panel.vc_active {
  display: block;
  background: #EAF4FA;
  border-radius: 10px;
}
.wpb-js-composer .faq .vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 24px 12px 24px;
}
.wpb-js-composer .faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, 
.wpb-js-composer .faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #eaf4fa;
  border-radius: 10px !important;
}
.wpb-js-composer .faq .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:after {
  background: url(./assets/images/cross-icon.svg) no-repeat;
  transform: rotate(180deg);
}
.accordian_box {
  margin: 40px auto 0;
  float: none;
}
.faq .accordian_box .wpb_wrapper p a{ display: inline-block;}

/*-------------------------------------------------
  Footer
---------------------------------------------------*/
.newsletter {
  padding: 0;
  margin-bottom: -105px;
  padding-top: 50px;
}
.page-template-smart_contract .newsletter,
.page-template-locker .newsletter {
  padding-top: 0;
}
.newsletter_box {
  background:rgba(11, 74, 112, 0.9);
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  max-width: 946px;
  margin: 0 auto;
}
.newsletter_box h2 {
  margin-bottom: 16px;
  text-align: center;
}
.newsletter_box p {
  max-width: 537px;
  margin: 0 auto 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.emaillist {
  margin-top: 40px;
}
.emaillist .es_subscription_form {
  display: flex;
  justify-content: center;
  max-width: 516px;
  margin: 0 auto;
  gap: 32px;
}
.emaillist .es-field-wrap label input[type="email"] {
  width: 350px;
}
.emaillist .es-field-wrap label input[type="email"]::placeholder {
  color: #fff;
}
.es_subscription_form_submit  {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0B4A70;
  padding: 12px 44px;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.es_subscription_form_submit:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;
}
footer {
  background: rgba(234, 244, 250, 0.4);
  padding-top: 178px;
}
.footer_logo img {
  max-width: 169px;
}
.footer-row h5 {
  margin-bottom: 16px;
}
footer .footer-nav {
  column-count: 2;
  margin: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 8px;
}
.phoneNo {
  background: url(./assets/images/call.svg) no-repeat left;
  background-size: 18px;
  display: inline-block;
  padding-left: 26px;
}
.email {
  background: url(./assets/images/Icon-email.svg) no-repeat left;
  background-size: 18px;
  display: inline-block;
  padding-left: 26px;
}
.contact-us-link {
  margin-bottom: 20px;
}
.contact-us-link li {
  margin-bottom: 12px;
}
.contact-us-link li a {
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
  font-weight: 400;
}
.contact-us-link li a:hover {
  color: #0b4a70;
}
.connect_with_us p {
  color: rgb(31 31 31 / 80%);
  margin-bottom: 10px;
}
.socialLinks {
  display: flex;
  align-items: center;
  margin: 0;
}

.socialLinks li {
  transition: 0.4s;
  margin: 0 16px 0 0;
}

.socialLinks li:last-child {
  margin-right: 0;
}
.socialLinks li a {
  margin: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: 0.4s;
  height: 24px;
  width: 24px;
  position: relative;
}
.socialLinks li:hover a {
  transform: translateY(-5px);
  transition: 0.4s;
}
.copyright {
  text-align: center;
  padding: 16px 0;
  margin-top: 26px;
  border-top: 1px solid rgba(167, 180, 187, 0.4);
}
.copyright p {
  font-size: 14px;
  line-height: 22px;
  color: #808184;
  font-weight: 400;
}
ul.footerdropdown {
  margin: 0;
}
ul.footerdropdown li a {
  transition: 0.4s;
  color: #474747;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
ul.footerdropdown li a:hover{
  transition: 0.4s;
  color: #0b4a70;
}
.c-go-top {
  position: fixed;
  right: 40px;
  bottom: 70px;
  display: none;
  background-color: #f7fbfd;
  padding: 8px 12px;
  text-decoration: none;
  z-index: 999;
  border: 1px solid #225c7e;
  border-radius: 6px;
  transition: all .4s;
}
.c-go-top svg path {
  fill: #225c7e;
}
.c-go-top:hover {
  background-color: #225c7e;
}
.c-go-top:hover svg path {
  fill: #fff;
}

/* Page Title & Breadcrumb */
.page_title {
  padding: 0;
}
.titlebar {
  background-color: #f7fbfd;
  padding: 50px 0;
}
.titlebar h1 {
  margin-bottom: 10px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
.breadcrumb li, .breadcrumb li a {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.breadcrumb li {
  color: #0b4a70;
}
.breadcrumb .separator {
  padding: 0 8px;
  color: #1f1f1f;
}
.breadcrumb li a:hover {
  color: #0b4a70;
}
/* About Us Page */

.about_page .counter-trade {
  margin: 0;
}

/* Privacy Policy */

.py-100 {
  padding: 100px 0;
}
.single_page h5 {
  margin-bottom: 15px !important;
}
.single_page p {
  margin-bottom: 20px !important;
}
.single_page p a {
  display: inline-block;
}

/* About Us Page */

.about_us_desc {
  padding-top: 50px;
}
/* Contact Us Page */

.contact_page {
  padding: 100px 0 80px;
}
.contact_page .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 10px 15px;
}
.contact_page .conact_form_left {
  padding-right: 20px;
}
.contact_page .row > div .form-group {
  position: relative;
  margin-bottom: 50px;
}
.textarea-field .form-group {
    margin-bottom: 30px !important;
}
.contact_page label {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #6c757d;
}
.contact_page .row > div input:focus, 
.contact_page .row > div textarea:focus {
  box-shadow: none;
  border-color: #0b4a70;
}
.textarea-field textarea {
  height: 100px;
}
form.vcf7form label.error {
  color: #f30f0f;
  top: inherit;
  bottom: -20px;
  font-size: 12px;
  line-height: normal;
}
.recaptcha-cover .form-group {
  margin-bottom: 30px !important;
}
.contact_sidebar {
  padding: 15px;
  background-color: #0b4a70;
  border-radius: 10px;
}
.contact_sidebar ul {
  list-style: none;
}
.contact_sidebar ul li {
  margin-bottom: 15px;
}
.contact_sidebar h6 {
  margin-bottom: 5px;
  color: #fff;
}
.contact_sidebar ul li a{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
}
.contact_sidebar .email ,
.contact_sidebar .phoneNo {
  filter: brightness(100);
}
.contact_sidebar .email:hover ,
.contact_sidebar .phoneNo:hover {
  text-decoration: underline;
  transition: 0.3s;
}
.contact_sidebar ul li:last-child {
  margin-bottom: 0;
}
.contact_sidebar .socialLinks li {
  transition: 0.4s;
  margin: 0 10px 0 0;
}
/* Thank You Page */

.lightcolor_box {
  background: #EAF4FA;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  float: none;
  border-radius: 10px;
}

/* Testimonial Page */

.testimonial_row {
  position: relative;
  height: 155px;
  margin-bottom: 50px;
}
.testimonial_row:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -60px;
  background-image: url(assets/images/Quotes.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

/* Blog Listing */

.blog_cover {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 20px rgb(11 74 112 / 12%);
  overflow: hidden;
  border-radius: 22px;
}
.blog_img {
  width: 100%;
  height: 270px;
  background-color: #2f2e2e;
  overflow: hidden;
  display: block;
}
.blog_cover .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_text {
  padding: 30px;
  background-color: #fff;
}
.blog_text .blog_date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
  color: #a19898;
}
.blog_text h5 {
  margin-bottom: 10px;
  line-height: 26px;
}
.blog_text h5 a {
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog_text h5 a:hover {
  color: #0B4A70;
}
.blog_text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_text .solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog_cover:hover .blog_img img {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_col {
  margin-bottom: 30px;
}
.sidebar{
  padding-left: 20px;
}
.sidebar h2.widget-title {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 0;
  background-color: #0B4A70;
  border-radius: 10px 10px 0 0;
  max-width: 100%;
}
.sidebar ul.widget {
  padding: 15px 20px;
  background-color: #f2f2f2;
  margin-bottom: 40px;
  border-radius: 0 0 10px 10px;
}
.sidebar ul.widget:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sidebar ul.widget li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(31 31 31 / 10%);
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar ul.widget li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #474747;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.sidebar ul.widget.recent_post li {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.recent_post_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
}
.recent_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.recent_post_text span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #474747;
  margin-bottom: 0;
  padding-top: 4px;
}
.sidebar ul.widget.recent_post li:before {
  display: none;
}
.sidebar ul.widget li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar ul.widget li a {
  color: #404040;
  font-weight: 700;
  display: block;
}
.sidebar ul.widget li a:hover {
  color: #0B4A70;
}
.sidebar ul.blog_categories li{
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.sidebar ul.widget li:last-child{
  padding-bottom: 0;
}
.blogDetail_img{
  margin-bottom: 24px;
}
.blogDetail_img img{
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.blogList_middle {
  margin: 10px 0 24px;
  padding: 10px 0;
  display: flex;
  grid-gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgb(31 31 31 / 10%);
  border-bottom: 1px solid rgb(31 31 31 / 10%);
}

.blogList_middle_left p {
  font-size: 13px;
  color: #858585;
  margin: 0;
}
.blogList_middle_right p{
  margin: 0;
}
.blogList_middle_right a {
  font-weight: 600;
    color: #1f4a70;
}
.blogDetail_title .title{
  margin: 0;
  line-height: normal;
}
.blogDetail_content {
  line-height: 28px;
}
/**/
.sidebar ul.widget.sidebar_search li {
  padding: 0;
}
.sidebar ul.widget.sidebar_search li:before {
  display:none;
}
.search_form,
.widget.widget_search .searchform div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 44px;
}
.search_form input,
.widget.widget_search .searchform input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #2c6080;
  border-radius: 10px 0 0 10px;
  padding: 8px 18px;
  width: 100%;
  height: 44px;
  color: #1F1F1F;
}
.search_form .submit_btn,
.widget.widget_search .searchform input[type="submit"] {
  background-color: #2c6080;
  color: #fff;
  width: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 0 10px 10px 0;
  text-transform: capitalize;
  padding: 8px 15px;
  transition: 0.3s;
  border: none;
}
.widget.widget_search .searchform .screen-reader-text{
  display: none;
}
.search_form .submit_btn:hover,
.widget.widget_search .searchform input[type="submit"]:hover {
  background-color: #0b4a70;
  color: #fff;
  transition: 0.3s;
}

/* Pagination */

.pagination {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li.page-item {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  line-height: normal;
}
.pagination li.page-item.disabled span.page-link {
  background: rgb(11 74 112 / 10%);
  font-size: 36px;
  line-height: 36px;
  color: #0b4a70;
  border: none;
  border-radius: 10px;
}
.pagination li.page-item.active span.page-link {
  background: #0b4a70;
  border: 1px solid #0b4a70;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.pagination li.page-item a,
.pagination li.page-item span {
  color: #fff;
  font-size: 20px;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: normal;
  border-radius: 10px;
  background: #e6edf0;
  border-color: #e6edf0;
  color: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li.page-item a:hover,
.pagination li.page-item.active span.current {
  background: #0b4a70;
  color: #fff;
}
.pagination li.page-item:last-child a.page-link {
  font-size: 36px;
  line-height: 36px;
  border: none;
  border-radius: 10px;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

/* Search Page */
.entry-header, 
.page-header {
  text-align: center;
  background-color: #f7fbfd;
  padding: 50px 0;
  position: relative;
  min-height: 200px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entry-header h1, 
.page-header h1 {
  margin: 0;
}
.page-content {
  text-align: center;
  padding: 50px 0;
}
.page-content p {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  margin: 0;
}
.page-content .searchform {
  display: none;
}
.search-cover {
  display: flex;
  flex-wrap: wrap;
}
.search-results .status-publish {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 12px 24px;
}
.search-results  header.entry-header {
  color: #fff;
  background: transparent;
  min-height: auto;
  text-align: left;
  order: 2;
  padding: 12px;
  margin: 0;
  display: block;
  position: static;
  width: auto;
}
.search-results .status-publish.type-post header.entry-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.margin-top {
  margin-top: 80px;
}
.margin-bottom {
  margin-bottom: 80px;
}
.search-results .margin-bottom {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.search-results .entry-header h2 {
  text-align: left !important;
  margin: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.search-results .entry-header h2 a {
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.search-results .status-publish.type-post .posted-on {
  font-size: 0;
  display: block;
}
.search-results .status-publish.type-post .posted-on time.entry-date.published {
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f1f1f;
  padding: 0;
}
.search-results .status-publish.type-post .byline {
  display: none;
}
span.author.vcard a {
  pointer-events: none;
}
.search-results .post-thumbnail {
  position: static;
  margin: 0;
  display: block;
  order: 1;
  overflow: hidden;
  transition: 0.9s;
  border-radius: 10px;
  height: 270px;
}
.search-results .post-thumbnail img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  transition: 0.9s;
}
.search-results .post-thumbnail:hover img {
  transform: scale(1.1);
  transition: 0.9s;
}
.search-results .entry-summary {
  padding: 0 12px 12px;
  line-height: 28px;
  order: 3;
}
.search-results .entry-summary p {
  margin: 0;
  line-height: 28px;
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.search-results .entry-footer {
  display: none;
}
.search-results nav.navigation.posts-navigation {
  width: 100%;
  justify-content: center;
}
.search-results nav.navigation.posts-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.search-results nav.navigation.posts-navigation a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  background-color: #0b4a70;
  padding: 13px 45px;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  z-index: 0;
  border: 1px solid #0B4A70;
  display: inline-block;
}
.search-results nav.navigation.posts-navigation a:hover {
  transition: 0.3s;
  color: #0B4A70;
  border: 1px solid #0B4A70;
  background: #fff;
}

/* Smart Contract */

.single_page h4 {
  margin-bottom: 30px !important;
}
.single_page p a:hover {
  text-decoration: underline;
}
.single_page ul {
  margin-bottom: 20px !important;
}
.single_page ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.single_page  ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #474747;
  border-radius: 100%;
}
.single_page .margin_bottom {
  margin-bottom: 30px;
}

/**/

.intro_video {
  background-color: #f7fbfd;
  padding: 60px 0;
  text-align: center;
}
.intro_video video {
  border-radius: 10px;
  width: 800px;
  height: 500px;
  background-color: #fff;
}
.intro_video video::-webkit-media-controls-panel {
  background-image: linear-gradient(transparent, transparent) !important;
}
