html,
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-x: hidden;
}

@font-face {
  font-family: firstfont;
  src: url(../webfonts/GEOGTQ-MD.OTF);
}

@font-face {
  font-family: secondfont;
  src: url(../webfonts/GEOGTQ-RG.OTF);
}

@font-face {
  font-family: Thirdfont;
  src: url(../webfonts/GEOGTQ-SB_0.OTF);
}

section,
header,
footer {
  width: 100%;
  float: left;
  clear: both;
}

.pd0 {
  padding: 0;
}

.custom-btn {
  background-color: #e3a200;
  text-decoration: none !important;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 15px;
  color: #ffffff;
  font-family: firstfont;
  -webkit-transition: 0.5 ease-in-out all;
  transition: 0.5 ease-in-out all;
}

.custom-btn:hover {
  background-color: #f2b110;
  -webkit-transition: 0.5 ease-in-out all;
  transition: 0.5 ease-in-out all;
  color: #ffffff;
}

.title {
  font-size: 60px;
  text-transform: uppercase;
  text-align: right;
  color: #311767;
  font-family: Thirdfont;
  position: relative;
}

.title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  background-color: #e3a200;
  bottom: 0;
  right: 0;
}

.lead {
  font-size: 16px;
  font-family: secondfont;
  color: #58595b;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header .navbar {
  background: #311767 !important;
}

header .navbar .navbar-brand .sticky-logo {
  display: none;
  width: 127px;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-family: secondfont;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.5rem 1rem;
}

header .navbar .navbar-nav .nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-top: 30px;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  padding-top: 35px;
  padding-bottom: 0;
  background: transparent !important;
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.4);
}

header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  border-top: 1px solid #d2d2d2;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #311767;
  text-transform: uppercase;
  font-family: firstFont;
}

header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  margin-top: 0px;
  pointer-events: visible;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
  background-color: #ffffff !important;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px #00000036;
          box-shadow: 0 0 10px #00000036;
}

.fixed .navbar {
  background-color: #ffffff !important;
}

.fixed .navbar .navbar-brand .default-logo {
  display: none;
}

.fixed .navbar .navbar-brand .sticky-logo {
  display: block;
}

.fixed .navbar .navbar-nav .nav-item .nav-link {
  color: #311767 !important;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.inner-header {
  margin-top: 100px;
}

.head-wrapper {
  width: 100%;
}

.head-wrapper .inner-page {
  position: absolute !important;
  top: 55% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%) !important;
}

.head-wrapper .inner-page .title {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #311767;
}

.head-wrapper .head-wrapper-bg {
  width: 100%;
  z-index: -1;
}

.head-wrapper .content {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head-wrapper .content .logo {
  padding-right: 50px;
  max-width: 450px;
  float: right;
  position: relative;
}

.head-wrapper .content .logo::before {
  content: "";
  width: 5px;
  height: 170px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.head-wrapper .content .logo img {
  width: 100%;
}

.head-wrapper h3 {
  color: #ffffff;
  font-family: Thirdfont;
  line-height: 50px;
  font-size: 42px;
  margin-bottom: 25px;
  margin-left: 10px;
}

.head-wrapper .custom-btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  display: inline-block;
}

.wrapper-footer {
  width: 100%;
  padding: 50px 15px;
  text-align: center;
  background-color: #e3a200;
}

.wrapper-footer h3 {
  font-family: secondfont;
  text-transform: uppercase;
  font-size: 35px;
  color: #311767;
}

.wrapper-footer h3 span {
  color: #ffffff;
}

.why-us {
  padding: 50px 0px;
}

.why-us .title {
  margin-bottom: 30px;
}

.why-us .lead li{
  padding-right: 50px;
  text-align: justify;
  margin-bottom: 25px;
}
.why-us .lead li {
  margin-bottom: 0;
  list-style-type: disc;
}
.lead-list li {
  text-align: left;
  margin-bottom: 30px;
  /* margin-left: 24px; */
  list-style-type: disc;
  position: relative;
  /* left: -4px; */
  padding-right: 70px;
  /* width: 90%; */
  /* padding: 30px; */
  padding-left: 0;
}
.lead-list-home li{
    padding-left: 0;
    margin-left: 20px;
}

.lead-list strong{
  font-weight: 600;
}
.why-us  ul {
  margin-bottom: 40px;
}
.why-us .logo {
  width: 350px;
  float: right;
  margin-right: 30px;
}

.why-us .logo img {
  width: 100%;
}

.services {
  padding-top: 80px;
}

.services .title {
  z-index: 10;
  position: absolute;
  top: -40px;
  right: 0;
}

.services .specialist-projects .v-align {
  float: left !important;
  left: 100px;
}

.services .specialist-projects .v-align::before {
  left: -20px;
  top: -20px;
}

.services .specialist-projects .v-align::after {
  left: -20px;
  top: -20px;
}

.services .bunker-broke .text-bg,
.services .specialist-projects .text-bg,
.services .marine-consultancy .text-bg {
  background-image: url(../media/images/png-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services .bunker-broke .v-align,
.services .specialist-projects .v-align,
.services .marine-consultancy .v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
  right: 50px;
}

.services .bunker-broke .v-align::before,
.services .specialist-projects .v-align::before,
.services .marine-consultancy .v-align::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 50px;
  background-color: #e3a200;
  right: -20px;
  top: -20px;
  border-radius: 10px;
}

.services .bunker-broke .v-align::after,
.services .specialist-projects .v-align::after,
.services .marine-consultancy .v-align::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 10px;
  background-color: #e3a200;
  right: -20px;
  top: -20px;
  border-radius: 10px;
}

.services .bunker-broke .v-align .white-heading,
.services .specialist-projects .v-align .white-heading,
.services .marine-consultancy .v-align .white-heading {
  font-size: 25px;
  color: #ffffff;
  font-family: Thirdfont;
}

.services .bunker-broke .v-align .lead,
.services .specialist-projects .v-align .lead,
.services .marine-consultancy .v-align .lead {
  color: #ffffff;
  max-width: 300px;
}

.services .bunker-broke .v-align .orange-link,
.services .specialist-projects .v-align .orange-link,
.services .marine-consultancy .v-align .orange-link {
  color: #e3a200;
  text-decoration: none !important;
  font-family: firstfont;
}

.services .service-img-area img {
  width: 100%;
}

.approach {
  background-image: url(../media/images/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 150px;
}

.approach .title {
  position: absolute;
  top: -185px;
  right: 0;
}

.approach .title::before {
  background-color: #ffffff;
}

.approach .content {
  max-width: 60%;
  margin: 0 auto;
}

.approach .content .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
  right: 50px;
}

.approach .content .text::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 50px;
  background-color: #ffffff;
  right: -20px;
  top: -20px;
  border-radius: 10px;
}

.approach .content .text::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 10px;
  background-color: #ffffff;
  right: -20px;
  top: -20px;
  border-radius: 10px;
}

.approach .content .lead {
  color: #311767;
  text-align: justify;
}

.approach .content .white-link {
  color: #ffffff;
  font-family: firstfont;
  text-decoration: none !important;
}

.market-report {
  padding: 80px 0px;
}

.market-report .v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.market-report .cup-shape {
  width: 350px;
  background-image: url(../media/images/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 40px;
  padding-bottom: 100px;
  float: right;
  margin-right: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: relative;
}

.market-report .cup-shape::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 50px;
  background-color: #311767;
  right: -5px;
  top: -5px;
  border-radius: 10px;
}

.market-report .cup-shape::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 10px;
  background-color: #311767;
  right: -5px;
  top: -5px;
  border-radius: 10px;
}

.market-report .cup-shape h3 {
  font-size: 50px;
  color: #311767;
  font-family: secondfont;
  position: relative;
  text-transform: capitalize;
}

.market-report .cup-shape h3 span {
  font-family: Thirdfont;
}

.market-report .cup-shape h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #311767;
  bottom: -10px;
  left: 0;
  opacity: 0.5;
}

.market-report .cup-shape h6 {
  margin-top: 20px;
  font-family: firstfont;
  color: #311767;
  font-size: 20px;
}

.market-report .title {
  margin-bottom: 30px;
}

.market-report .lead {
  padding-right: 50px;
  text-align: justify;
  margin-bottom: 25px;
}

.contact .title {
  position: absolute;
  top: -40px;
  right: 0;
  color: #e3a200;
  z-index: 10;
}

.contact .title::before {
  background-color: #ffffff;
}

.contact .p-bg {
  background-image: url(../media/images/png-bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .p-bg .vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 50px;
}

.contact .p-bg .vertical-align .lead {
  color: #ffffff;
}

.contact .p-bg .vertical-align .lead a {
  text-decoration: none !important;
  color: #ffffff;
}

.contact .contect-img-box img {
  width: 100%;
}

footer {
  padding: 60px 0px;
  background-image: url(../media/images/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 100%);
  opacity: 0.4;
}

footer .about-content,
footer .services-link,
footer .address {
  padding: 50px;
}

footer .about-content img {
  width: 150px;
  margin-bottom: 30px;
}

footer .about-content .lead {
  text-align: justify;
}

footer .about-content .nav .nav-item {
  margin-right: 10px;
}

footer .about-content .nav .nav-item .nav-link {
  width: 30px;
  height: 30px;
  background-color: #311767;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  color: #ffffff;
}

footer .services-link h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: Thirdfont;
  color: #707070;
}

footer .services-link .nav {
  margin-top: 70px;
  display: block;
}

footer .services-link .nav .nav-item {
  display: block;
  width: 100%;
}

footer .services-link .nav .nav-item .nav-link {
  color: #58595b;
  padding-left: 0;
}

footer .address .lead a {
  text-decoration: none !important;
  color: #9a9a9a;
}

footer .address h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: Thirdfont;
  color: #707070;
}

footer .address h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Thirdfont;
  color: #707070;
  margin-top: 70px;
}

footer .address .copyright {
  margin-top: 100px;
  text-transform: capitalize;
}

.why-us-page {
  padding: 60px 0px;
  background-color: #ffffff;
}

.why-us-page .content {
  max-width: 76%;
  margin: 0 auto;
}

.why-us-page .content .lead {
  text-align: center;
}

.why-us-page .content h4 {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  font-family: firstfont;
  margin-top: 20px;
  color: #e3a200;
}

.why-us-page .content .custom-btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  display: inline-block;
}

.contact-us-page {
  padding: 60px 0px;
}

.contact-us-page .content {
  max-width: 45%;
  margin: 0 auto;
}

.contact-us-page .content .lead {
  text-align: center;
}

.contact-us-page .content .contact-form {
  width: 100%;
  background-color: #e3a200;
  margin-top: 30px;
  padding: 20px;
}

.contact-us-page .content .contact-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 0;
  border: none;
}

.contact-us-page .content .contact-form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.contact-us-page .content .contact-form .form-control:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.contact-us-page .content .contact-form .form-control::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.contact-us-page .content .contact-form .form-control::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.contact-us-page .content .contact-form .custom-btn {
  background-color: #311767;
  border-radius: 0;
  padding: 5px 30px;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: secondFont;
  font-size: 14px;
}

.contact-us-page .content .center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  display: inline-block;
}

.Marketing-report-page {
  padding: 60px 0px;
}

.Marketing-report-page .content {
  max-width: 60%;
  margin: 0 auto;
}

.Marketing-report-page .content .lead {
  text-align: center;
}

.Marketing-report-page .content h1 {
  font-size: 80px;
  font-family: firstFont;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0px;
  color: #311767;
}

.Marketing-report-page .content .center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  display: inline-block;
}

.Consultancy-page {
  padding: 60px 0px;
}

.Consultancy-page .content {
  max-width: 70%;
  margin: 0 auto;
}

.Consultancy-page .content .lead {
  text-align: center;
}

.Consultancy-page .content .center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  display: inline-block;
}

.Independent-page {
  padding: 60px 0px;
}

.Independent-page .content {
  max-width: 70%;
  margin: 0 auto;
}

.Independent-page .content .lead {
  text-align: center;
}

.Independent-page .content img {
  max-width: 70%;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
}

.Independent-page .content .center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  display: inline-block;
}

#intro-bg {
  overflow: hidden;
}

.intro {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  z-index: none;
}

.intro .video-bg {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro .content-intro {
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: animbtn 7s linear forwards;
          animation: animbtn 7s linear forwards;
}

@-webkit-keyframes animbtn {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 80px;
  }
}

@keyframes animbtn {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 80px;
  }
}

.sub .modal-content {
  border-radius: 0;
  background-image: url(../media/images/sub.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub .modal-content .modal-body {
  padding: 20px;
}

.sub .modal-content .modal-body .close {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  opacity: 1;
  color: #e3a200;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
}

.sub .modal-content .modal-body .lead {
  color: #e3a200;
  text-align: center;
  font-size: 18px;
}

.sub .modal-content .modal-body .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.sub .modal-content .modal-body .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.sub .modal-content .modal-body .form-control:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.sub .modal-content .modal-body .form-control::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.sub .modal-content .modal-body .form-control::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: secondFont;
}

.sub .modal-content .modal-body .center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 0;
  padding: 7px 25px;
}

.modal {
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1920px) {

 .tc {
    margin-top: 52px;
    font-size: 18px;
}

  .contact-us-page .content {
    max-width: 50%;
    margin: 0 auto;
  }
  .container {
    max-width: 1370px;
  }
  header .navbar {
    padding: 20px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 0.5rem 1.5rem;
  }
  .head-wrapper .content .logo {
    max-width: 555px;
  }
  .head-wrapper h3 {
    font-size: 54px;
    line-height: 70px;
  }
  .head-wrapper .content .logo::before {
    height: 250px;
  }
  .head-wrapper .content {
    top: 200px;
  }
  .custom-btn {
    padding: 15px 35px;
    font-size: 18px;
  }
  .wrapper-footer h3 {
    font-size: 45px;
  }
  .title {
    font-size: 85px;
  }
  .why-us .logo {
    width: 460px;
  }
  .why-us .title {
    margin-bottom: 40px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 30px;
  }
  .lead {
    font-size: 18px;
  }
  .why-us {
    padding: 80px 0px;
  }
  .services .title {
    top: -55px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 18px;
  }
  .approach {
    margin-top: 50px;
    padding: 200px 0px;
  }
  .approach .title {
    top: -255px;
  }
  .market-report .cup-shape h3 {
    font-size: 65px;
  }
  .market-report .cup-shape h6 {
    font-size: 25px;
  }
  .market-report .cup-shape {
    width: 450px;
    padding: 30px 50px;
    padding-bottom: 150px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -55px;
  }
  .approach .content .white-link {
    font-size: 18px;
  }
}

@media (max-width: 1600px) {

.tc {
    margin-top: 55px;
}
  
 

  .contact-us-page .content {
    max-width: 50%;
    margin: 0 auto;
  }
  .container {
    max-width: 1300px;
  }
  header .navbar {
    padding: 20px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 0.5rem 1.3rem;
  }
  .head-wrapper .content .logo {
    max-width: 525px;
  }
  .head-wrapper h3 {
    font-size: 50px;
    line-height: 70px;
  }
  .head-wrapper .content .logo::before {
    height: 230px;
  }
  .head-wrapper .content {
    top: 170px;
  }
  .custom-btn {
    padding: 12px 30px;
    font-size: 18px;
  }
  .wrapper-footer h3 {
    font-size: 42px;
  }
  .title {
    font-size: 75px;
  }
  .why-us .logo {
    width: 440px;
  }
  .why-us .title {
    margin-bottom: 40px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 28px;
  }
  .lead {
    font-size: 17px;
  }
  .why-us {
    padding: 70px 0px;
  }
  .services {
    padding-top: 80px;
  }
  .services .title {
    top: -50px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 18px;
  }
  .approach {
    margin-top: 30px;
    padding: 200px 0px;
  }
  .approach .title {
    top: -245px;
  }
  .approach .content .white-link {
    font-size: 17px;
  }
  .market-report .cup-shape h3 {
    font-size: 60px;
  }
  .market-report .cup-shape h6 {
    font-size: 23px;
  }
  .market-report .cup-shape {
    width: 430px;
    padding: 30px 50px;
    padding-bottom: 120px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -47px;
  }
}

@media (max-width: 1480px) {

.tc {
    margin-top: 28px;
}

  .container {
    max-width: 1270px;
  }
  header .navbar {
    padding: 20px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0.5rem 1.2rem;
  }
  .head-wrapper .content .logo {
    max-width: 505px;
  }
  .head-wrapper h3 {
    font-size: 48px;
    line-height: 60px;
  }
  .head-wrapper .content .logo::before {
    height: 220px;
  }
  .head-wrapper .content {
    top: 170px;
  }
  .custom-btn {
    padding: 12px 30px;
    font-size: 18px;
  }
  .wrapper-footer h3 {
    font-size: 42px;
  }
  .title {
    font-size: 70px;
  }
  .why-us .logo {
    width: 420px;
  }
  .why-us .title {
    margin-bottom: 35px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 28px;
  }
  .lead {
    font-size: 16px;
  }
  .why-us {
    padding: 60px 0px;
  }
  .services {
    padding-top: 80px;
  }
  .services .title {
    top: -46px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 16px;
  }
  .head-wrapper .inner-page {
    top: 50% !important;
  }
  .approach {
    margin-top: 30px;
    padding: 200px 0px;
  }
  .approach .title {
    top: -243px;
  }
  .approach .content .white-link {
    font-size: 16px;
  }
  .market-report .cup-shape h3 {
    font-size: 55px;
  }
  .market-report .cup-shape h6 {
    font-size: 22px;
  }
  .market-report .cup-shape {
    width: 400px;
    padding: 30px 50px;
    padding-bottom: 110px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -43px;
  }
  footer .address .copyright {
    margin-top: 70px;
  }
}

@media (max-width: 1366px) {

.tc {
    margin-top: 59px;
}

  .container {
    max-width: 1200px;
  }
  header .navbar {
    padding: 20px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
  .head-wrapper .content .logo {
    max-width: 480px;
  }
  .head-wrapper h3 {
    font-size: 45px;
    line-height: 60px;
  }
  .head-wrapper .content .logo::before {
    height: 200px;
  }
  .head-wrapper .content {
    top: 140px;
  }
  .custom-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .wrapper-footer h3 {
    font-size: 37px;
  }
  .title {
    font-size: 60px;
  }
  .why-us .logo {
    width: 380px;
  }
  .head-wrapper .inner-page {
    top: 45% !important;
  }
  .why-us .title {
    margin-bottom: 35px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 25px;
  }
  .lead {
    font-size: 16px;
  }
  .why-us {
    padding: 60px 0px;
  }
  .services {
    padding-top: 80px;
  }
  .services .title {
    top: -40px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 16px;
  }
  .approach {
    margin-top: 10px;
    padding: 200px 0px;
  }
  .approach .title {
    top: -237px;
  }
  .approach .content .white-link {
    font-size: 16px;
  }
  .market-report .cup-shape h3 {
    font-size: 45px;
  }
  .market-report .cup-shape h6 {
    font-size: 20px;
  }
  .market-report .cup-shape {
    width: 350px;
    padding: 30px 50px;
    padding-bottom: 100px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -37px;
  }
  footer .address .copyright {
    margin-top: 100px;
  }
}

@media (max-width: 1360px) {




  .contact-us-page .content {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }
  header .navbar {
    padding: 20px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  .head-wrapper .content .logo {
    max-width: 450px;
  }
  .head-wrapper h3 {
    font-size: 43px;
    line-height: 60px;
  }
  .head-wrapper .content .logo::before {
    height: 200px;
  }
  .head-wrapper .content {
    top: 130px;
  }
  .custom-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .wrapper-footer {
    padding: 40px 0px;
  }
  .wrapper-footer h3 {
    font-size: 33px;
  }
  .title {
    font-size: 50px;
  }
  .why-us .logo {
    width: 360px;
  }
  .why-us .title {
    margin-bottom: 35px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 22px;
  }
  .lead {
    font-size: 16px;
  }
  .why-us {
    padding: 60px 0px;
  }
  .services {
    padding-top: 70px;
  }
  .services .title {
    top: -33px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 16px;
  }
  .head-wrapper .inner-page {
    top: 45% !important;
  }
  .approach {
    margin-top: 10px;
    padding: 150px 0px;
  }
  .approach .title {
    top: -180px;
  }
  .approach .content .white-link {
    font-size: 16px;
  }
  .market-report .cup-shape h3 {
    font-size: 45px;
  }
  .market-report .cup-shape h6 {
    font-size: 20px;
  }
  .market-report .cup-shape {
    width: 350px;
    padding: 30px 50px;
    padding-bottom: 100px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -30px;
  }
  footer .address .copyright {
    margin-top: 100px;
  }
}

@media (max-width: 1200px) {

  .tc {
    margin-top: 42px;
}


  .container {
    max-width: 1100px;
  }
  header .navbar {
    padding: 20px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  .head-wrapper .content .logo {
    max-width: 425px;
  }
  .head-wrapper h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .head-wrapper .content .logo::before {
    height: 180px;
  }
  .head-wrapper .content {
    top: 120px;
  }
  .custom-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .wrapper-footer {
    padding: 30px 0px;
  }
  .wrapper-footer h3 {
    font-size: 30px;
  }
  .title {
    font-size: 50px;
  }
  .why-us .logo {
    width: 360px;
  }
  .head-wrapper .inner-page {
    top: 45% !important;
  }
  .why-us .title {
    margin-bottom: 35px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 20px;
  }
  .lead {
    font-size: 15px;
  }
  .why-us {
    padding: 60px 0px;
  }
  .services {
    padding-top: 70px;
  }
  .services .title {
    top: -33px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 15px;
  }
  .approach {
    margin-top: 10px;
    padding: 120px 0px;
  }
  .approach .title {
    top: -150px;
  }
  .approach .content .white-link {
    font-size: 15px;
  }
  .market-report .cup-shape h3 {
    font-size: 45px;
  }
  .market-report .cup-shape h6 {
    font-size: 20px;
  }
  .market-report .cup-shape {
    width: 350px;
    padding: 30px 50px;
    padding-bottom: 100px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -30px;
  }
  footer .address .copyright {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {

  .tc {
    margin-top: 21px;
}


  .container {
    max-width: 991px;
  }
  header .navbar {
    padding: 15px 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
  .head-wrapper .content .logo {
    max-width: 375px;
  }
  .head-wrapper h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .head-wrapper .content .logo::before {
    height: 150px;
  }
  .head-wrapper .content {
    top: 110px;
  }
  .custom-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .wrapper-footer {
    padding: 30px 0px;
  }
  .wrapper-footer h3 {
    font-size: 30px;
  }
  .title {
    font-size: 45px;
  }
  .why-us .logo {
    width: 310px;
  }
  .head-wrapper .inner-page {
    top: 39% !important;
  }
  .why-us .title {
    margin-bottom: 35px;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 20px;
  }
  .lead {
    font-size: 15px;
  }
  .why-us {
    padding: 60px 0px;
  }
  .services {
    padding-top: 70px;
  }
  .services .title {
    top: -30px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: 90px;
  }
  .services .specialist-projects .v-align .orange-link {
    font-size: 16px;
  }
  .approach {
    margin-top: 10px;
    padding: 150px 0px;
  }
  .approach .title {
    top: -177px;
  }
  .approach .content .white-link {
    font-size: 16px;
  }
  .market-report .cup-shape h3 {
    font-size: 40px;
  }
  .market-report .cup-shape h6 {
    font-size: 18px;
  }
  .market-report .cup-shape {
    width: 320px;
    padding: 30px 50px;
    padding-bottom: 80px;
  }
  .market-report .title {
    margin-bottom: 40px;
  }
  .contact .title {
    top: -28px;
  }
  footer .address .copyright {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .Consultancy-page .content .lead {
    text-align: justify;
}
.lead-list li {
  text-align: justify;
  padding-right: 15px;
}
.tc{font-size: 15px;}
  

  .intro .content-intro {
    position: absolute;
    left: 50%;
    bottom: 120px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: animbtn 7s linear forwards;
            animation: animbtn 7s linear forwards;
  }
  @-webkit-keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 120px;
    }
  }
  @keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 120px;
    }
  }
  .head-wrapper .inner-page {
    top: 31% !important;
  }
  .why-us-page,
  .Independent-page,
  .Consultancy-page,
  .Marketing-report-page,
  .contact-us-page {
    padding: 40px 0px;
    background-color: #ffffff;
  }
  .why-us-page .content,
  .Independent-page .content,
  .Consultancy-page .content,
  .Marketing-report-page .content {
    max-width: 90%;
    margin: 0 auto;
  }
  .Marketing-report-page .content h1 {
    margin: 30px 0px;
    font-size: 50px;
  }
  .Consultancy-page .content .center,
  .why-us-page .content .custom-btn,
  .Independent-page .content .center,
  .Marketing-report-page .content .center {
    margin-top: 30px;
  }
  .contact-us-page .content {
    max-width: 60%;
    margin: 0 auto;
  }
  .services {
    overflow: hidden;
    padding-top: 40px;
  }
  .services .specialist-projects .v-align {
    float: left !important;
    left: 15px;
  }
  .services .bunker-broke .v-align,
  .services .marine-consultancy .v-align {
    right: -25px;
  }
  .custom-btn {
    padding: 7px 25px !important;
  }
  .head-wrapper h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .head-wrapper .content {
    top: 85px;
  }
  .title {
    font-size: 35px;
    right: 15px !important;
  }
  .services .title {
    top: -22px;
    right: 25px !important;
  }
  .why-us {
    padding: 40px 0px;
  }
  .why-us .logo {
    width: 250px;
  }
  .why-us .lead {
    padding-right: 15px;
    text-align: justify;
    margin-bottom: 25px;
  }
  .services .service-img-area {
    height: 100%;
  }
  .services .service-img-area img {
    width: 100%;
    height: 100%;
  }
  .services .bunker-broke .v-align .white-heading {
    font-size: 18px;
  }
  .services .bunker-broke .v-align .lead,
  .services .specialist-projects .v-align .lead,
  .services .marine-consultancy .v-align .lead {
    color: #ffffff;
    max-width: 90%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .services .bunker-broke .v-align .white-heading,
  .services .specialist-projects .v-align .white-heading,
  .services .marine-consultancy .v-align .white-heading {
    font-size: 18px;
  }
  .services .specialist-projects .v-align .lead,
  .services .specialist-projects .v-align .white-heading,
  .services .specialist-projects .v-align a {
    margin-left: 10px;
  }
  .services .specialist-projects .v-align::before {
    width: 5px;
    height: 40px;
    left: -10px;
    top: -15px;
  }
  .services .specialist-projects .v-align::after {
    height: 5px;
    width: 40px;
    left: -10px;
    top: -15px;
  }
  .services .bunker-broke .v-align::before,
  .services .marine-consultancy .v-align::before {
    width: 5px;
    right: 30px;
    top: -10px;
    height: 40px;
  }
  .services .bunker-broke .v-align::after,
  .services .marine-consultancy .v-align::after {
    height: 5px;
    right: 30px;
    top: -10px;
    width: 40px;
  }
  .market-report {
    padding: 40px 0px;
  }
  .market-report .cup-shape {
    width: 300px;
    padding: 30px 40px;
    padding-bottom: 80px;
    margin-right: 30px;
  }
  .market-report .cup-shape h3 {
    font-size: 35px;
  }
  .market-report .cup-shape h6 {
    font-size: 16px;
  }
  .contact .title {
    top: -21px;
  }
  .contact .p-bg .vertical-align {
    padding-left: 15px;
  }
  footer {
    padding: 40px 0px;
  }
  footer .about-content,
  footer .services-link,
  footer .address {
    padding: 15px;
  }
  .lead {
    font-size: 14px;
  }
  footer .services-link .nav {
    margin-top: 50px;
    display: block;
  }
  footer .address h5 {
    margin-top: 63px;
  }
  footer .address .copyright {
    margin-top: 30px;
  }
  .title::before {
    bottom: -10px;
  }
  footer .services-link h4,
  footer .address h4 {
    font-size: 18px;
  }
  footer .about-content img {
    width: 120px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .intro .content-intro {
    position: absolute;
    left: 50%;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: animbtn 7s linear forwards;
            animation: animbtn 7s linear forwards;
  }
  .lead-list li {
    text-align: justify;
    padding-right: 15px;
    padding-left: 15px;
}
  @-webkit-keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 70px;
    }
  }
  @keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 70px;
    }
  }
  .head-wrapper .head-wrapper-bg {
    min-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header {
    z-index: 999999;
  }
  .navbar-collapse {
    background-color: #311767;
    margin-top: 10px;
  }
  header .navbar .navbar-nav .nav-item .dropdown-menu {
    padding-top: 0;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    font-family: secondFont;
    font-size: 14px;
    padding: 15px 30px;
    border-bottom: 1px solid #000;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 15px;
    border-bottom: 1px solid #000;
  }
  .fixed .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
  }
  .navbar-dark .navbar-toggler {
    border: 2px solid #e3a200;
    border-radius: 0;
  }
  .navbar-dark .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    background-image: url(../media/svg/menu.svg);
  }
  .navbar .navbar-brand img {
    width: 100px !important;
  }
  .head-wrapper h3 {
    font-size: 25px;
  }
  .head-wrapper .custom-btn {
    padding: 5px 15px !important;
  }
  .custom-btn {
    padding: 7px 15px !important;
  }
  .why-us .logo {
    width: 100%;
    margin-right: 0;
    padding: 30px;
  }
  .why-us .lead {
    padding-right: 0;
  }
  .title {
    font-size: 30px;
  }
  .lead {
    font-size: 15px;
  }
  .why-us {
    padding: 30px 0px;
  }
  .title::before {
    width: 100px;
  }
  .services .bunker-broke .v-align,
  .services .specialist-projects .v-align,
  .services .marine-consultancy .v-align {
    position: relative !important;
    top: 0;
    -webkit-transform: none;
    transform: none;
    float: auto;
    right: 0;
    padding: 50px 20px;
  }
  .services .specialist-projects .v-align::before {
    width: 5px;
    height: 40px;
    left: 10px;
    top: 30px;
  }
  .services .specialist-projects .v-align::after {
    height: 5px;
    width: 40px;
    left: 10px;
    top: 30px;
  }
  .services .title {
    top: -20px;
    right: 15px !important;
  }
  .title {
    font-size: 30px;
    right: 0px !important;
  }
  .services .bunker-broke .v-align::before,
  .services .marine-consultancy .v-align::before {
    width: 5px;
    right: 30px;
    top: 30px;
    height: 40px;
  }
  .services .bunker-broke .v-align::after,
  .services .marine-consultancy .v-align::after {
    height: 5px;
    right: 30px;
    top: 30px;
    width: 40px;
  }
  .services {
    overflow: hidden;
    padding-top: 30px;
  }
  .market-report .cup-shape {
    width: 300px;
    padding: 30px 40px;
    padding-bottom: 80px;
    margin-right: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    float: none !important;
  }
  .market-report {
    padding: 30px 0px;
  }
  .market-report .lead {
    padding-right: 0;
    text-align: justify;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .market-report .custom-btn {
    margin-bottom: 30px;
    display: inline-block;
  }
  .contact .title {
    top: -18px;
    right: 15px !important;
    color: #311767;
  }
  .contact .p-bg .vertical-align {
    padding-left: 0;
    padding: 50px 15px;
  }
  .contact .p-bg .vertical-align .lead:last-child {
    margin-bottom: 0;
  }
  footer {
    padding: 30px 0px;
  }
  footer .services-link .nav {
    margin-top: 0;
    display: block;
  }
  footer .address h5 {
    margin-top: 25px;
  }
  .inner-header {
    margin-top: 80px !important;
  }
  .head-wrapper .inner-page {
    top: 30% !important;
  }
  .why-us-page,
  .Independent-page,
  .Consultancy-page,
  .Marketing-report-page,
  .contact-us-page {
    padding: 30px 0px;
    background-color: #ffffff;
  }
  .why-us-page .content,
  .Independent-page .content,
  .Consultancy-page .content,
  .Marketing-report-page .content {
    max-width: 100%;
    margin: 0 auto;
  }
  .Independent-page .content img {
    max-width: 100% !important;
    margin-top: 0;
  }
  .Marketing-report-page .content h1 {
    margin: 30px 0px;
    font-size: 50px;
  }
  .Consultancy-page .content .center,
  .why-us-page .content .custom-btn,
  .Independent-page .content .center,
  .Marketing-report-page .content .center {
    margin-top: 30px;
  }
  .contact-us-page .content {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .intro .content-intro {
    position: absolute;
    left: 50%;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: animbtn 7s linear forwards;
            animation: animbtn 7s linear forwards;
  }
  @-webkit-keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 70px;
    }
  }
  @keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 70px;
    }
  }
  .contact-us-page .content {
    max-width: 100%;
    margin: 0 auto;
  }
  .head-wrapper .inner-page {
    top: 26% !important;
  }
  .Consultancy-page .content .center,
  .why-us-page .content .custom-btn,
  .Independent-page .content .center,
  .Marketing-report-page .content .center {
    margin-top: 20px;
  }
  .why-us-page .content h4 {
    font-size: 20px;
  }
  .Marketing-report-page .content h1 {
    margin: 30px 0px;
    font-size: 40px;
  }
  .head-wrapper h3 {
    font-size: 21px;
    line-height: 22px;
  }
  .head-wrapper .custom-btn {
    padding: 3px 15px !important;
  }
  .title {
    font-size: 25px !important;
  }
  .services .title {
    top: -15px;
    right: 15px !important;
  }
  .contact .title {
    top: -15px;
    right: 15px !important;
    color: #311767;
  }
  .contact .p-bg .vertical-align {
    padding-left: 0;
    padding: 50px 0px;
  }
  footer {
    padding: 30px 0px;
  }
  footer .about-content,
  footer .services-link,
  footer .address {
    padding: 0px 15px;
  }
  .services-link,
  footer .address {
    padding: 0px 15px;
  }
  footer .col-lg-4 {
    padding: 15px 0px;
  }
  .head-wrapper .head-wrapper-bg {
    min-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 414px) {
  .head-wrapper .inner-page {
    top: 34% !important;
  }
}

@media (max-width: 375px) {
  .intro .content-intro {
    position: absolute;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: animbtn 7s linear forwards;
            animation: animbtn 7s linear forwards;
  }
  @-webkit-keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 100px;
    }
  }
  @keyframes animbtn {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 100px;
    }
  }
  .head-wrapper .head-wrapper-bg {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .title {
    font-size: 25px !important;
  }
  .why-us .logo {
    padding-top: 0;
  }
  .head-wrapper .inner-page {
    top: 26% !important;
  }
  .head-wrapper .inner-page .title {
    font-size: 22px !important;
  }
}

@media (max-width: 320px) {
  .title {
    font-size: 23px !important;
  }
  .title::before {
    width: 70px;
  }
  .services .title {
    top: -13px;
    right: 15px !important;
  }
  .head-wrapper .inner-page {
    top: 26% !important;
  }
  .market-report .cup-shape {
    width: 270px;
  }
}
/*# sourceMappingURL=main.css.map */