* {
  margin: 0px;
  padding: 0px;
}
body {
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1199px) {
  .container {
    max-width: 1020px;
  }
}
/* Start common style */
/* fonts */
h1,
h2,
h3 {
      font-family: "Work Sans", sans-serif;
      font-style: normal;
}
/* p,
label,
span,
input,
textarea {
 font-family: "Work Sans", sans-serif;
} */
/* fonts */
.btn,
.form-control:focus,
.btn-close:focus,
.form-check-input:focus {
  box-shadow: none !important;
  transition: all 0.4s ease;
  outline: 0 !important;
}
.form-check-input:active {
  filter: brightness(100%);
}
.form-control:hover, .form-control:focus, .form-check-input:focus, .form-check-input:active {
  border-color: #0ab9ff !important;
}
label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000000;
}
.form-control {
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 5px;
  color: #1B1B1B;
}
button:focus,
a:focus {
  outline: 0 !important;
}
.btn-info {
  background: linear-gradient(to right, #29ABE2, #0071BC);
  border-color: #0ab9ff !important;
  color: #fff !important;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #0ab9ff !important;
  border-color: #0ab9ff !important;
  color: #fff !important;
}
button.btn.btn-secondary {
  background-color: #50575D;
  border-color: #50575D;
}
.btn-info:hover, .btn-secondary:hover{opacity: 0.9;}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
  background-color: #50575D;
  border-color: #50575D;
}
::placeholder{
  color: #888888;
}
h1 {
  font-size: 62px;
  line-height: 70px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-weight: 800;
}
h2 {
  font-size: 46px;
  color: #1E1E1E;
  line-height: 52px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
}
p {
  font-weight: 400;
  line-height: 28px;
  font-size: 16px;
  color: #1B1B1B;
}
span.bluetext{
  color:#22A1DC;
}
section {
  position: relative;
}
.top-head-block {
  text-align: center;
  margin-bottom: 50px;
}
/* .top-head-block p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
} */
a.read-more {
    color: #22A1DC;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin: 6px 0px;
    font-weight: 600;
    background-image: url(../images/r-more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-size: 24px;
}
a.btn-style1{
  padding: 14px 36px;
  transition: all 0.7s ease-in;
}
a.btn-style1:hover {
  color: #fff;
  transform: translateY(-4px);
  opacity: 0.9;
}
textarea {
  resize: none;
  height: 67px;
}
.form-check-input:checked[type=checkbox] {
  background-color: #f77a00 !important;
  border-color: #f77a00 !important;
}
.form-check-input[type=checkbox], .form-check-input:checked[type=checkbox]{
  border-radius: 0px !important;
}
ul.icon_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
ul.icon_list li{
    padding-left: 34px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    position: relative;
    position: relative;
    background-color: #1B1B1B;
    border-radius: 16px;
}
ul.icon_list li::after{
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  background-image: url('../images/circle-img.png');
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat; 
}
span.asterisk {
    color: #C70F2D;
}
/* End common style */

/* header style start */
header {
  background-color: #fff;
  z-index: 1000;
}
header .topbar{
  background-color: #1B1B1B;
  padding:6px 0;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
header .topbar::after{
  content: "";
  /* background:#0ab9ff; */
  background: linear-gradient(to right, #29ABE2, #0071BC);
  width: 450px;
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  transform: skew(-25deg, 0deg);
  z-index: -1;
}
header .topbar .container{
  display: flex;
  justify-content: space-between;
}
header .topbar .mail_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
header .topbar .mail_phone a,
header .topbar .sociallink span{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
header .topbar .mail_phone a:first-child {
    border-right: 1px solid #ffffff52 !important;
    padding-right: 10px;
}
header .topbar .mail_phone img{
  margin-right: 6px;
}
header .topbar .sociallink{
  height: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: right;
  position: relative;
}
header .navbar {
  padding: 16px 16px;
  background-color: #fff !important;
}
header .navbar-brand {
  padding: 0px;
}
header .navbar-brand img {
  max-width: 320px;
}
header .navbar-dark .navbar-nav .nav-link {
  color: #1B1B1B;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 4px 16px;
}
header .navbar-dark .navbar-nav .nav-link:hover {
  color: #0ab9ff;
  opacity: 1;
}
header .navbar-dark .navbar-nav li.active a {
  color: #0ab9ff !important;
}
header a.nav-link.btn.btn-info{
    padding: 8px 20px;
    font-size: 16px;
    margin-top: -8px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 12px;
}
header .navbar-dark .navbar-nav .dropdown-menu li a {
    color: #1B1B1B !important;
}
header .navbar-dark .navbar-nav .dropdown-menu li a:hover{
  background-color: transparent;
  color: #0ab9ff;
}
.sticky-header .navbar{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100% !important;
    z-index: 1028;
    transform: translateY(-100%);
    opacity: 0;
    animation: slideDown 0.5s ease forwards;
}

/* Keyframes */
@keyframes slideDown {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.elementor-35 .elementor-element.elementor-element-6144aa29 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown{
    margin-top: 4px !important;
}
/* header end */

/* .bannerstart */
.banner {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 750px;
  padding: 10px 0px;
  z-index: 100;
  display: flex;
  align-items: center;
}
/* .banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
} */
.banner .content-block{
  padding-right: 300px;
}
.banner .content-block p{
  max-width: 88%;
  color: #fff;
}
.banner .icon_list li{
  max-width: 40%;
}
.banner .form-block{
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.banner .form-block .col-sm-6 {
    margin-bottom: 8px;
}
.banner .form-block button[type="submit"]{
  padding: 13px 36px;
  margin-top: 20px;
}
.banner .filechooser{
    border: 2px dashed #29ABE240;
    text-align: center;
    padding: 15px;
    margin: 20px 0px 10px;
}
.banner .filechooser button{
    outline: 0;
    border: 0;
    background-color: transparent;
}
/* section.transactions_conversion */
.transactions_conversion {
  padding: 70px 0px;
}
.transactions_conversion .row{
  align-items: center;
}
.transactions_conversion .image-block img{
  border-radius: 30px;
}
.transactions_conversion .content-block{
  padding-left: 40px;
}
.transactions_conversion .tblock {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.transactions_conversion .tblock p{
  margin-bottom: 0px;
}
.transactions_conversion .tblock,
.transactions_conversion .cta-block{
  max-width: 89%;
}
.transactions_conversion .cta-block{
    background-color: #fff;
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 16px;
}
.transactions_conversion ul.icon_list{
  flex-direction: row;
  gap: 10px 10px;
  margin: 12px 0px;
}
.transactions_conversion .icon_list li{
  width: 48%;
  margin-bottom: 0px;
  background-color: #F7F7F7;
  color: #1B1B1B;
}
.transactions_conversion .content-block .btn{
  margin-top: 15px;
}
/* why-choose */
.why-choose {
  padding: 60px 0px;
  background-color: #001625;
}
.why-choose .top-head-block h2{
  color: #fff;
}
.why-choose .row{
      gap: 40px 0px;
}
.why-choose .row .col-lg-4 {
    padding: 0 20px;
}
.why-choose .content-box {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 20px;
  border: 1px solid #dee4e7;
  min-height: 400px;
}
.why-choose .icon-box {
  width: 70px;
  height: 70px;
  background-color: #EBEEF5;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.why-choose .content-box p {
  font-size: 17px;
  color: #000;
  line-height: 30px;
}
.why-choose .content-box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.why-choose a.button-style1 {
  margin: 30px 0 0;
}
.why-choose .btn-style1{
    background: transparent;
    border-color: #fff !important;
}
.why-choose .btn-style1:hover, .why-choose .btn-style1:focus{
  border-color: #0ab9ff !important;
}
/* transactions_required */
.transactions_required{
  background-color: #fff;
  padding: 60px 0px;
}
.transactions_required .content-block{
  padding-left: 0;
}
.transactions_required .content-block p {
    font-size: 24px;
    font-weight: 500;
    max-width: 90%;
    margin: 16px 0px 20px;
}
.transactions_required .image-block{
  padding-left: 30px;
}
.transactions_required .image-block p{
  margin-bottom: 30px;
}
.transactions_required .detail-row{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: row;
}
.transactions_required .d-box{
  background-color: #fff;
    width: 44%;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    position: relative;
    padding: 15px;
}
.transactions_required .d-box h4{
  font-size: 26px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.transactions_required .d-box h4::after{
    content: "";
    position: absolute;
    left: -4px;
    top: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #EBEEF5;
    z-index: -1;
}
.transactions_required .d-box p{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* website_localisation */
.website_localisation {
    background-color: #f6f7fa;
    padding: 50px 0px;
}
.website_localisation .top-head-block p{
    max-width: 56%;
    text-align: center;
    margin: 0 auto;
}
.website_localisation .image-block {
    display: flex;
    gap: 20px;
}
.website_localisation .image-block .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.website_localisation .faq-sec{
  background-color: transparent;
  padding: 0;
}
.website_localisation .faq-sec {
    background-color: #fff;
    padding: 20px 34px;
    margin-left: 60px;
    border-radius: 16px;
}
.website_localisation .faq-sec .card{
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
}
.website_localisation .faq-sec .card.active{
 border-color: #EAEAEA;
}
.website_localisation .faq-sec .card .card-header{
  padding: 10px 0px;
}
.website_localisation .faq-sec .card-body {
    padding: 0px 0px 10px;
}
/* website_plateform */
.website_plateform{
  background-color: #fff;
  padding: 60px 0px;
}

.website_translation{
  padding: 50px 0px;
  background-color: #040324;
}
.website_translation p{
  color: #fff;
}

/* expert_webplateform */
.transactions_required .content-block {
    padding-right: 50px;
    padding-left: 0;
}
.expert_webplateform .content-block p{
  width: 100%;
  font-size: 16px;
  margin: 12px 0px 6px;
}
.expert_webplateform .content-block h2{
  max-width: 90%;
}
.expert_webplateform .icon-block {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.expert_webplateform .detail-row .d-box{
  border-radius: 24px;
  padding: 24px 30px;
}
.expert_webplateform .detail-row .d-box:nth-child(1) {
    background-color: #F3FCFF;
}
.expert_webplateform .detail-row .d-box:nth-child(2){
 background-color:#FAFFF0;
}
.expert_webplateform .detail-row .d-box:nth-child(3){
background-color:#F7F7F7;
}
.expert_webplateform .detail-row .d-box:nth-child(4){
background-color:#F4F6FF;
}
.expert_webplateform .d-box h4::after{
  display: none;
}
.expert_webplateform .d-box h4{
  font-size: 24px;
}
.expert_webplateform .d-box p{
  font-size: 16px;
}
/* .seo-ecommerce */
.seo-ecommerce{
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.seo-ecommerce .container{
      max-width: 70%;
}
.seo-ecommerce .top-head-block{
      margin-bottom: 30px;
}
.seo-ecommerce h2,
.seo-ecommerce h4,
.seo-ecommerce p{
    color: #fff
}
.seo-ecommerce .top-head-block p {
    max-width: 75%;
    margin: 0 auto;
}
.seo-ecommerce .row{
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.seo-ecommerce .contentblock{
    width: 48%;
    text-align: center;
}
.seo-ecommerce .contentblock img{
  width: 100%;
  margin-bottom: 20px;
}
.seo-ecommerce .contentblock h4{
    font-size: 24px;
}
/* flexiblesupport */
.flexiblesupport {
    background-color: #fff;
    padding: 60px 0px;
}
.flexiblesupport .container{
  max-width: 1282px;
}
.flexiblesupport .imageblocks{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
    margin-top: 30px;
    position: relative;
}
.flexiblesupport h2{
    max-width: 40%;
    margin: 0 auto;
    text-align: center;
}
.flexiblesupport .content-block {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: transparent;
    width: 490px;
    border-radius: 30px 30px 0px;
    padding: 20px;
    border: 1px solid #77D4FF40;
}
.flexiblesupport .content-block p{
  color: #fff;
  margin-bottom: 0px;
}
.flexiblesupport .btm-content {
    position: absolute;
    left: 206px;
    bottom: 15px;
    background: transparent;
    width: 880px;
    display: flex;
    align-items: center;
    gap: 40px;;
}
.flexiblesupport .btm-content .box {
    display: flex;
    align-items: start;
    gap: 15px;
}
.flexiblesupport .btm-content .box div h4{
  font-size: 20px;
  margin-bottom: 0;
}
.flexiblesupport .btm-content .box div p{
  margin-bottom: 0px;
}

/* webtransslanguage */
.webtransslanguage .container {
    max-width: 760px;
    text-align: center;
}
.webtransslanguage .top-head-block p{
  max-width: 100%;
}
.laguagecard {
background-color: transparent;
    border-radius: 16px;
    padding: 25px 0px;
    width: 760px;
    color: #fff;
    border: 2px solid #ffffff12;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    margin: 10px 0 20px;
  }

  .laguagecard .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .laguagecard .languages {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
    justify-content: center;
    font-size: 14px;
    max-width: 70%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .laguagecard .lang {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }
  .laguagecard .divider {
    margin: 18px 0;
    height: 1px;
    background: #2a2a2a;
  }

  .laguagecard .footer {
    text-align: center;
    font-size: 13px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .laguagecard .globe {
    color: #4caf50;
    font-size: 16px;
  }
/* .translation-partner */
.translation-partner .content-block h4{
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.translation-partner ul.icon_list{
    gap: 12px 12px;
}
.translation-partner .icon_list li{
    width: 87%;
    background-color: transparent;
    font-size: 18px;
    padding-left: 26px;
}
.translation-partner .icon_list li::after{
  left: 0;
}
/* allwedo */
.allwedo{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.allwedo .content-block{
  max-width: 36%;
}
.allwedo .content-block h2,
.allwedo .content-block p{
    color: #fff;
    margin-bottom: 12px;
}
.allwedo .content-block .btn{
  margin-top: 15px;
}

/* faq */
.faq-sec {
  background-color: #fff;
  padding: 60px 0px;
}
.faq-sec .top-head h2 {
  text-align: center;
  margin-bottom: 30px;
}
.faq-sec .acc-row{
    max-width: 70%;
    margin: 0 auto;
}
.faq-sec .card {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 0px;
  border: 1px solid #E1E5F3;
}
.faq-sec .card .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.faq-sec .card-header h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #1B1B1B;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  cursor: pointer !important;
}
/* .faq-sec h3::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
} */

.faq-sec .active .card-header h3::after {
  /* content: "\f078"; */
  content: "-";
  background-image: url("../images/minus.png");
  background-color: #EDEDED;
}
.faq-sec .card.active .card-header{
  border-color: transparent;
}
.faq-sec .card-header h3::after {
  content: "+";
  background-image: url("../images/plus.png");
}
.faq-sec .card .card-header{
  padding: 20px 30px;
}
.faq-sec .card-body{
  padding: 0px 20px 30px;
}
.faq-sec .card-body p {
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.faq-sec .card .card-body {
  display: none;
  transition: all 0.7s ease-in;
}
.faq-sec .active .card-body {
  display: block;
}
.faq-sec .card-header h3::after {
  position: absolute;
  right: -10px;
  top: -5px;
  color: #000;
  font-size: 0;
  width: 34px;
    height: 34px;
    background-color: #22A1DC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size:17px 17px;
}
/* .blogposts_slider */
.blogposts_slider{
  background-color: #EEF0F680;
  padding: 60px 0px;
}
.blogposts_slider h2{
    margin-bottom: 30px;
    text-align:center;
}
.blogposts_slider .slick-arrow{
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* width: 70px; */
    border: 0px solid transparent;
    font-size: 0;
    position: absolute;
    bottom: 55%;
    background-color: transparent;
    outline: 0px !important;
    padding: 20px;
    cursor: pointer;
}
.blogposts_slider .slick-prev{
    background-image: url(../images/l-arrow.png);
    left: -40px;
}
.blogposts_slider .slick-next{
    background-image: url(../images/r-arrow.png);
    right: -40px;
}
.blogposts_slider .slick-slide {
    margin: 0 20px;
}
.blogposts_slider .item img {
    width: 100%;
}
.blogposts_slider .slick-dots{
  list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.blogposts_slider .slick-dots li{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.blogposts_slider .slick-dots li.slick-active{
  border-color: #22A1DC;
}
.blogposts_slider .slick-dots li button {
    outline: 0;
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    color: #1E1E1E;
    background-color: #1E1E1E;
    font-size: 0;
}
.blogposts_slider .slick-dots li.slick-active button{
    background-color: #22A1DC;
}
.blogposts_slider .postdate {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blogposts_slider .postdate img{
    width: 17px !important;
    height: 17px;
}
.blogposts_slider .postdate p{
    margin: 0;
    color: #A9A9A9;
}
.blogposts_slider .content{
  background-color: #F7F8FB;
    margin-top: -50px;
    border-radius: 20px 20px 0 0;
    padding: 16px 20px;
    z-index: 100;
    position: relative;
}
.blogposts_slider .content h4{
  font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
    font-weight: 600;
}
.blogposts_slider .content a.read-more{
    color: #1B1B1B;
    text-decoration: underline;
}
/* footer*/
footer {
  background-color: #050E12;
  padding: 60px 0px 0px;
}
footer .content-box a.logo {
  display: inline-block;
}
footer .content-box a.logo img {
  max-width: 270px;
}
footer .content-box p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 82%;
}
footer .content-box a.logo,
footer .content-box h4 {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 600;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer .content-box ul li,
footer .copyright ul li{
  list-style: none;
}
footer .content-box ul.social-links,
footer .copyright ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
}
footer .copyright ul{
  gap: 6px;
}
footer .content-box ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 400;
}
footer .content-box ul.useful-link li a {
  opacity: 0.7;
  padding: 4px 0px;
  display: inline-block;
}
footer .content-box ul.useful-link li a:hover {
  opacity: 1;
}
footer .content-box ul.social-links li a {
  font-size: 24px;
  padding: 4px;
  color: #fff;
  opacity: 1;
}
footer .content-box ul.social-links li a:hover {
  opacity: 0.7;
}
.content-box.contact-us {
    padding-left: 32px;
}
footer .contact-us h4 {
  margin-bottom: 10px;
}
footer .contact-link li a {
  display: inline-block;
  margin-bottom: 10px;
}
footer .contact-link li a img {
    margin-right: 6px;
}
footer li a {
  font-size: 16px;
}
footer .contact-link li a i {
  margin-right: 14px;
  font-size: 18px;
}
footer .copyright {
  background-color: #081921;
  border-top: 1px solid #5c5c5c;
  padding: 15px;
  margin-top: 70px;
}
footer .copyright .c-block{
  display: flex;
  justify-content: space-between;
}
footer .copyright p {
  color: #A9A9A9;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
footer .copyright ul li a{
  color: #fff;
  text-decoration: none;
}

/* contact */
.contact-banner{
  background-image: url('..//images/contact-banner.png');
  min-height: 400px;
  text-align: center;
}
.contactus-sec {
    background-image: none !important;
    background-color: #fff;
    padding: 0 0 40px;
}
.contactus-sec .container{
    max-width: 70%;
}
.contactus-sec .form-block{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 11px;
  padding: 40px;
}
.contactus-sec .left-block img{
    width: 100%;
    height: 670px;
    border-radius: 16px;
}
.contactus-sec .right-block{
    padding-left: 70px;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.breadcrumbs {
    padding: 10px 0px;
}
.breadcrumbs ul li a,
.breadcrumbs ul li {
    line-height: 28px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}
.breadcrumbs ul li a{
  color: #22A1DC;
}
.breadcrumbs ul li{
  color:#1E1E1E;
}


/***/

@media only screen and (max-width: 1550px){
  .banner .l-block{
    width: 60%;
  }
  .banner .r-block{
    width: 40%;
  }
  .banner .content-block {
    padding-right: 150px;
}
.banner .form-block h3{
      font-size: 28px;
}
  .banner .icon_list li {
    max-width: 50% !important;
}
.transactions_required .content-block {
    padding-right: 30px;
    padding-left: 0;
}
.website_localisation .faq-sec {
    margin-left: 120px;
}
.contactus-sec .container {
    max-width: 85%;
}
.allwedo{
  padding: 40px 0px;
}
}
