@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i,900&display=swap');


html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-size: 58px;
  color: #0B0B0B;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}

h4 {
  font-size: 30px;
  color: #7C7C7C;


}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
  color: #CD8E40;
}

a a:focus {
  outline: none;
}
a.apis {
  text-decoration: underline;
}
p {
  font-weight: 400;
  font-family: 'Titillium Web',
  sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.btn {
  font-size: 19px;
  padding: 5px 35px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 10;

}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background: linear-gradient(to left, #705A70, #3E4182);
  position: relative;
  z-index: 10;
}

.btn-contact {
  padding: 5px 70px;
}

.btn-common:hover {
  color: #fff;
  background-color: #222;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}


button:focus {
  outline: none !important;
}


/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
  z-index: 10;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
    background: linear-gradient(to bottom, #705A70, #3E4182);
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  z-index: 10;
}

a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3d60f4;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

#feature {
  padding: 100px 0 50px 0;
  position: relative;
}

.feature-text {
position: relative;
z-index: 10;
font-size: 20px;
color: #7C7C7C;
padding-right: 50px;
}

.feature-bg {
  background: #fff;
  padding-left: 60px;
}
.feature-figure {
  position: absolute;
  top: 100px;
  left: 0;
}

.title-hl {
position: relative;
z-index: 10;
}

.text-wrapper {
  height: 100%;
  display: table;

}

.text-wrapper>div {
  vertical-align: middle;
  display: table-cell;
}

/* Services Item */
.services-item {
  background: #fff;
  margin: 15px 0;
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 10;
  min-height: 275px;
}

.services-item .icon i {
  font-size: 42px;
  color: #6C5A70;
}

.services-item .services-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 18px;
  color: #6C5A70;
}

.services-item .services-content h3 a:hover {
  color: #CD8E40;
}

.services-item:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#service {
  position: relative;
}

.services-title {
  line-height: 18px;
}


.navbar-brand {
  position: relative;
  padding: 0px;
}

.navbar-collapse {
  /* background: white; */
}

.navbar-logo {
  padding: 10px ;
  height: auto;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #CD8E40 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #6C5A70 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #6C5A70 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-family: 'Titillium Web', sans-serif;
  color: #CD8E40;
  font-weight: 600;
  padding: 8px 26px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active>a,
.navbar-expand-md .navbar-nav li a:focus {
  color: #6C5A70;
  outline: none;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
  color: #6C5A70 !important;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #6C5A70 !important;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #6C5A70;
}

.menu-white .navbar-nav .nav-link {
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #3d60f4;
  background: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  position: relative;
  padding: 100px 0px;
  background: url(../img/hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.hero-detail {
  position: absolute;
  bottom: 0;
  left: 50px;
  opacity: .2;
}

#hero-area .contents {
  padding: 170px 0px 50px;
}

#hero-area .contents .head-title {
  color: #0B0B0B;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

#hero-area .contents .head-subtitle {
  color: #7C7C7C;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  max-width: 500px;
}

#hero-area .hero-img {
 max-width: 720px
}

.hero-img-mobile {
display: none;
}
.hero-img-mobile-cog {
display: none;
}

.service-wrapper {
  margin: 20px 0;
}

.service-box {
  width: 30%;
  margin-right: 3%;
}

.service-box:nth-child(3n) {
  margin-right: 0;
}

#apis{
  padding-top: 50px;
}
/* Remarkets  */

#remarkets {
  margin-top: 150px; 
  padding: 50px 0; 
  background-color:#f1f1f1;
}

#remarkets .hero-img {
  opacity: .5;
}

.contents__title {
  margin-top: 25px
}
.contents__copy {
  font-size: 16px;
  margin-bottom: 25px;
}

/* End Remarkets */

/* Sandbox */

#sandbox {
  margin-top: 100px;
}

.sandbox__link {
  padding: 10px 25px;
  background: #CD8E40;
  color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-right: 20px;
}

.sandbox__link:last-child {
  margin-right: 0;
}

.sandbox__link:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  color:#3E4182;
}
/* End Sandbox */

/* status */

#status {
  margin-top: 50px;
  padding: 50px 0;
  background: #f1f1f1;
}

.status__link {
  padding: 10px 25px;
  background: #3E4182;
  color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-right: 20px;
}

.status__link:last-child {
  margin-right: 0;
}

.status__link:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  color:#CD8E40;
}
/* End status */


.form-control:focus {
  border-color: #3d60f4;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #3C3C3C;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #3d60f4;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
}

.contact-detail {
  position: absolute;
  bottom: 10px;
  right: 100px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}



.h3 {
  font-size: 16px;
  margin-top: 26px;
}

/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

.faq-detail {
position: absolute;
top: 10px;
right: 100px;
}

.faq-title {
  position: relative;
  z-index: 10;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list .faq-a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: 'Titillium Web',
  sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list .faq-a:hover {
  color: #CD8E40;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
  font-size: 16px;
  margin-left: 15px;
}

#faq #faq-list .faq-inner-list {
  margin-left: 35px;
}
#faq #faq-list .faq-inner-list li{
  list-style: disc;
  border-bottom: none;
}

#faq #faq-list a.collapse {
  color: #6CBCfE;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact {

  font-size: 14px;
  background: url(../img/figure-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;

}

#contact .contact-top {
  padding: 60px 0 30px 0;

}

#contact .contact-top .contact-info {
  margin-bottom: 30px;
}

#contact .contact-top .contact-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Titillium Web', sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#contact .contact-top .contact-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Titillium Web',
  sans-serif;
  color: #535074;
}

#contact .contact-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .contact-top .social-links a:hover {
  background: #6CBCFE;
  color: #fff;
}

#contact .contact-top .contact-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  
}

#contact .contact-top .contact-text {
  font-size: 18px;
  font-weight: 300;
  color: #3C3C3C;
  
}

#contact .contact-top .contact-links {
  margin-bottom: 30px;
}

#contact .contact-top .contact-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact .contact-top .contact-links ul li {
  padding: 8px 0;
}

#contact .contact-top .contact-links ul li:first-child {
  padding-top: 0;
}

#contact .contact-top .contact-links ul a {
  color: #696592;
}

#contact .contact-top .contact-links ul a:hover {
  color: #6CBCFE;
}

#contact .footer-top .footer-contact {
  margin-bottom: 30px;
}

#contact .contact-top .contact-contact p {
  line-height: 26px;
}

#contact .contact-top .contact-newsletter {
  margin-bottom: 30px;
}

#contact .contact-top .contact-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#contact .contact-top .contact-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#contact .contact-top .contact-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#contact .contact-top .form .form-group {
  margin-bottom: 15px;
}

#contact .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .contact-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .contact-top .form #sendmessage.show,
#contact .contact-top .form #errormessage.show,
#contact .contact-top .form .show {
  display: block;
}

#contact .contact-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .contact-top .form label {
  color: #413e66;
  font-weight: 500;
}

#contact .contact-top .form input,
#contact .contact-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#contact .contact-top .form input::-webkit-input-placeholder,
#contact .contact-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#contact .contact-top .form input::-moz-placeholder,
#contact .contact-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#contact .contact-top .form input:-ms-input-placeholder,
#contact .contact-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#contact .contact-top .form input::placeholder,
#contact .contact-top .form textarea::placeholder {
  color: #a2a0bd;
}

#contact .contact-top .form button[type="submit"]:hover {
  cursor: pointer;
}

.head-title {
  position: relative;
  z-index: 999;
}

.contents__copy {
  position: relative;
  z-index: 999;
}


/* Footer Area Start */

.footer-text {
  color: #333333;
}

.copyright {
  background: #3E4182;
  padding: 15px;
}


.copyright .footer-logo img {
  width: 80%;
}

.copyright p {

  color: #fff;
  text-align: center;
  margin: 0;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #6CBCFE;
}

.copyright-left-text {
  color: white;
  font-weight: 300;
}

.copyright-center-text {
  font-weight: 300;
}


.footer-area {
  background: #ffffff;
}

.footer-area .footer-titel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-link {
  color: #6C5A70;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #6CBCFE;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #137ED9;
  border-left: 1px solid #ddd;
}

.footer-logo {
  
  height: auto;
}

#connected {
  padding-bottom: 100px;
}

  .slick-track{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

  }

  .slick-list {
    width: 100%;
  }

  .responsive-slider .btrader {
  width: 210px;
  margin: auto;

  }
  .responsive-slider  .xoms {
    width: 125px;
    margin: auto;
    
  }

  .responsive-slider .primary-dma {
    width: 125px;
    margin:auto;
    
  }
  .responsive-slider .slick-slide {
      border: none;
      outline: none;
      }


.connected-title {
  text-align: center;
  margin-bottom: 50px;
}

.connected-detail {
  width: 50px;
  opacity: .2;
}



/*------------MEDIA QUERIES ------------- */

/* tablets */
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .services-item .services-content h3 a {
    font-size: 14px;
  }

  .services-item {
    margin-bottom: 20px;
  }

  #hero-area .hero-img {
    width: 100%;
  }

  #hero-area .contents .head-subtitle {
    color: #7C7C7C;
    font-size: 20px !important;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .contact-detail {
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .service-wrapper {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin: 0;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar {
    padding: 8px 0px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .services-item .services-content h3 a {
    font-size: 16px;
  }

  .bg-inverse {
    background: #fff !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0px 15px;
  }

  #about .sec-title h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .title-hl {
    font-size: 30px;
  }

  .text-wrapper {
    padding: 30px 10px;
  }

  .footer-area .footer-titel {
    margin-top: 30px;
  }

  .contact-right-area {
    margin-top: 0px;
    margin-left: 0px;
  }

  #hero-area {
    padding: 50px 0;
  }

  #hero-area .hero-img {
    width: 100%;
    height: auto;
  }

  #hero-area .contents .head-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .feature-text {
    font-size: 16px;
    padding-right: 0;
  }

  .responsive-slider .btrader {
    width: 200px;
  }

  .connected-title {
    font-size: 48px;
  }

  .responsive-slider .btrader {
    width: 180px;
  }

  .responsive-slider .xoms {
    width: 100px;
  }

  .responsive-slider .primary-dma {
    width: 100px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {

  .navbar-logo {
    width: 150px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .title-hl {
    font-size: 30px;
  }

  .bg-inverse {
    padding: 8px 15px;
    background: #fff !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 15px;
  }

  .hero-vh {
    height: 70vh !important;
    display: flex;
    align-items: center;
  }

  .hero-col-hide {
    display: none !important;
  }

  #hero-area {
    padding: 60px 0 0;
  }

  #hero-area .contents {
    padding: initial;
    margin-top: 120px;
  }

  #hero-area .contents .head-title {
    font-size: 50px;
    line-height: 36px;
    margin-bottom: 25px;
    text-align: center;
  }

  #hero-area .contents .head-subtitle {
    color: #7C7C7C;
    font-size: 20px !important;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
  }

  .header-button {
    text-align: center;
    position: relative;
    z-index: 100;
  }

  .hero-detail {
    display: none;
  }

  .head-subtitle{
    padding: 0 25px;
    position: relative;
    z-index: 100;
  }
  
  #hero-area .contents p {
    font-size: 18px;
  }

  #hero-area .contents .btn {
    margin: 5px 10px 10px 0px;
  }

  .hero-img-mobile {
    display: block;
    position: absolute;
    top: 145px;
    left: -300px;
    opacity: 0.06;
  }

.hero-img-mobile-cog {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 120px;
  opacity: 0.6;
}
  .text-wrapper {
    padding: 30px 15px;
  }

  #about .sec-title h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .counter-box {
    margin-bottom: 30px;
  }

  
  .feature-thumb {
    padding: 10px;
  }

    .feature-bg {
      background: #fff;
      padding: 0 10px;
    }

    .feature-text {
      font-size: 16px;
      padding-right: 0;
    }

  .footer-right-contact .single-contact {
    margin: 10px 7px;
    padding: 3px 45px;
  }

  .footer-area .footer-titel {
    margin-top: 30px;
  }

  .contact-right-area {
    margin: 20px 0;
  }

  .contact-form-area h2 {
    font-size: 14px;
  }

  .contact-detail {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 50px;
  }

  .copyright-center {
    justify-content: center;
  }

  .copyright-left-text-first {
    margin-right: 1rem !important;
  }

  .faq-title {
    font-size: 38px;
  }

  .faq-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .faq-detail {
    width: 80px;
    right: 50px;
  }

  .footer-text {
    margin-bottom: 50px;
    color: #333333;
  }

  .connected-title {
    font-size: 38px;
    padding: 0 20px;
  }

  .sandbox__link  {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .status__link {
    margin-bottom: 30px;
    margin-right: 0;
  }

  #remarkets {
    background-color: #ffffff;
    margin-top: 50px;
  }

  #remarkets .head-subtitle {
    padding: 0;
  }

  #remarkets .hero-img-mobile-cog {
    top: -30px;
  }

  #faq {
    padding: 120px 0 60px;
  }

  #status {
    background: white;
  }

    .responsive-slider .slick-slide {
   
    .slick-current {
      width: 390px;
    }

}

@media screen and (max-width:576px) {
  #feature {
    padding: 0 0 50px 0;
  }



}

