/*---------------------------------------------
Default CSS
---------------------------------------------*/

html,
body {
  height: 100%;
  background: url('img/Watermark.jpg');
  background-attachment: fixed;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 15px;
  color: rgb(12, 11, 11);
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: rgb(12, 11, 11);
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

hr {
  border: 0.5px solid gray;
  width: 90%;
  align-content: center;
}

.middleSubtitle {
  font-family: 'Cinzel', 'Courgette', 'Raleway', Georgia, Times, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 20px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.company-subtitle {
  font-family: 'Cinzel', 'Courgette', 'Raleway', Georgia, Times, 'Times New Roman', serif;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.minSubtitle {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.section-lineheader h2 {
  font-family: 'Cinzel', 'Courgette', 'Raleway', Georgia, Times, 'Times New Roman', serif;
  margin-top: 70px;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}

.section-lineheader h2::after {
  border: 1px solid #333;
  bottom: -10px;
  content: '';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

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

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

#home {
  background-color: white;
}

#home .home-logo {
  margin: 10px auto;
  max-width: 100%;
  max-height: 199px;
}

.carousel-indicators {
  z-index: 8 !important;
}

img.first-slide {
  max-height: 552px;
  /* object-fit: cover; */
}

.carousel-item a.learn-more-link {
  cursor: pointer;
  color: #007bff;
}

.carousel-item .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.carousel h5,
p {
  color: rgb(238, 226, 226);
}

.navbar-head a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}

nav.navbar.mainmenu {
  background-color: #093a5e !important;
  /*background-color: #0A2D6E !important;*/
}

.nav.navbar-nav.navbar-right {
  width: 100%;
  justify-content: space-around;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu .dropdown-menu.nested li {
  display: block;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  padding: 24px 0px;
  /*text-transform: capitalize;*/
  letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu li .dropdown-menu {
  background-color: #3d5882;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  /* color: #fff; */
}

/* .main-menu ul.navbar-nav li.active a:focus { */

/* color: #fff; */

/* } */

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  /* color: #fff; */
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #3ec1d5;
  background: none;
  opacity: 0.7;
}

.main-menu ul.navbar-nav li:hover {
  color: #3ec1d5;
  background: none;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}

/* .navbar-light { */

/* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */

/* } */

.main-menu ul.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
  background: none;
  color: #333;
}

.navbar-light .navbar-toggler {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus {
  background-color: transparent;
  /* color: #fff; */
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  background: none;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.navbar-dark .navbar-toggler {
  border-color: transparent !important;
}

.nav-link {
  cursor: pointer;
}

.carousel-caption {
  top: 26% !important;
  background-color: white !important;
  color: #535353 !important;
  opacity: 0.7 !important;
  bottom: 26% !important;
  left: 10%;
  right: 10%;
  padding: 31px;
}

.carousel-caption .middleSubtitle {
  color: #383838;
  font-size: 25px;
  font-weight: bold;
  color: #383838;
  font-family: sans-serif;
}

.carousel-caption span {
  color: #535353;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
}

.slider-section {
  margin-top: 10px;
  padding: -30;
}

.btn-login {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
  padding: 6px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.btn-login:hover {
  color: #fff;
  border: 1px solid rgb(8, 19, 82);
  background: #093a5e;
  text-decoration: none;
}

/*---------------------------------------------
About us area
---------------------------------------------*/

.company {
  /*background-color: #f5f5f5;*/
  background-color: white;
  text-align: center;
  padding-bottom: 24%;
}

.company p {
  color: rgb(12, 11, 11);
}

#company #our-firm {
  font-size: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.team {
  padding-bottom: 5%;
}

.team p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

/*---------------------------------------------
Clearing and custodia area
---------------------------------------------*/

.clearing-bolton {
  padding-bottom: 23%;
  background-color: #f5f5f5;
}

.clearing-bolton p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

.clearing-pershing {
  padding-bottom: 10%;
}

.clearing-pershing p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

.clearing {
  padding-bottom: 5%;
}

.clearing p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

.clearing-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid rgb(8, 19, 82);
  color: #444;
  font-size: 23px;
  font-weight: 400;
  margin-top: 6px;
  padding: 6px 25px;
  /**text-transform: uppercase;*/
  transition: all 0.3s ease 0s;
  /**border-radius: 10px;*/
}

.clearing-button:hover {
  color: #ccc;
  /**border: 3px solid rgb(8, 19, 82);
    background: rgb(8, 19, 82);*/
}

.pdf-link {
  align-items: center;
}

#clearing-excess .pdf-link {
  word-wrap: break-word;
}

/*---------------------------------------------
Services area
---------------------------------------------*/

.accessMarket {
  background-color: #f5f5f5;
  text-align: left;
  padding-bottom: 6%;
}

.accessMarket p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

.wealthManagement {
  text-align: left;
  padding-bottom: 6%;
}

.wealthManagement p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

.liquidity {
  background-color: #f5f5f5;
  text-align: left;
  padding-bottom: 6%;
}

.liquidity p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

.localMarket {
  text-align: left;
  padding-bottom: 24%;
}

.localMarket p {
  color: rgb(12, 11, 11);
  font-size: 16px;
}

/*---------------------------------------------
Quotes-news-markets area
---------------------------------------------*/

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

.contact-area {
  height: auto;
  width: 100%;
  background-color: white;
}

.contact-content p {
  color: rgb(12, 11, 11);
}

.contact-form input[type='text'],
.contact-form input[type='email'] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 300px;
  padding: 20px;
  width: 100%;
}

.googlemap {
  border: 0;
  height: 58%;
  left: 0;
  position: absolute;
  top: 253px;
  width: 100%;
}

.contact-form button[type='submit'] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
  padding: 6px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
}

.contact-form button[type='submit']:hover {
  color: #fff;
  border: 1px solid rgb(8, 19, 82);
  background: rgb(8, 19, 82);
}

.contact-form #sendmessage {
  color: #3ec1d5;
  border: 1px solid #3ec1d5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

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

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

/*---------------------------------------------
Footer
---------------------------------------------*/

footer {
  /* position: absolute;
    bottom: 0; */
  width: 100%;
  /* height: 300px; */
  line-height: 130%;
  background-color: #f5f5f5;
}

.containerfooter {
  text-align: center;
  bottom: 0;
  margin-top: 16px;
  padding-top: 16px;
  line-height: 100%;
  font-family: sans-serif;
}

.text-footertext {
  color: #6c757d;
  bottom: 0;
  font-size: 13px;
  text-align: center;
}

/*---------------------------------------------
Responsive
---------------------------------------------*/

@media only screen and (max-width: 575px) {
  .home-logo-brand {
    display: none;
  }

  #home .home-logo {
    margin: 0px auto;
    max-width: 100%;
    max-height: 100px;
  }

  .googlemap {
    position: static;
    width: 95%;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li:hover > ul {
    display: block;
  }
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 95%;
    left: 0;
    min-width: 215px;
    display: none;
  }
  .mainmenu .collapse ul ul li {
    position: relative;
  }
  .mainmenu .collapse ul ul li:hover > ul {
    display: block;
  }
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  .mainmenu .collapse ul ul ul li {
    position: relative;
  }
  .mainmenu .collapse ul ul ul li:hover ul {
    display: block;
  }
  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 35px;
  }
  .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 45px;
  }
}

/*--to see--*/

@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
  .work-right-text {
    padding: 40px 0;
  }
  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0 8px;
  }
  .layer-1-1 h2 {
    font-size: 24px;
  }
  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }
  .main-menu ul.navbar-nav li a {
    padding: 24px 0px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    width: 40%;
  }
  .team-content.text-center > h4 {
    font-size: 20px;
  }
  .sus-btn {
    margin-left: 0;
  }
  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }
  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text {
    padding: 36px 0;
  }
  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }
  .single-awesome-portfolio {
    width: 33.33%;
  }
  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }
  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }
  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }
  .post-information .entry-meta span a {
    padding: 4px 0;
  }
  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-add-itms {
    width: 50%;
  }
  .left-sidebar-title > h4 {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .search-option input {
    width: 67%;
  }
  #company #our-firm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .text-footertext {
    font-size: 13px;
    font-family: sans-serif;
    text-align: center;
  }
}

/* small mobile :320px. */

@media (max-width: 767px) {
  .main-header {
    height: 56px !important;
    background: #000;
  }
  .navbar-header a.navbar-brand,
  .navbar-header a.navbar-brand {
    display: inline-block;
    height: 60px !important;
    padding: 9px 0;
  }
  .navbar-light .navbar-toggler,
  .stick .navbar-light .navbar-toggler {
    padding: 15px 0;
  }
  .nav.navbar-nav.navbar-right,
  .stick .nav.navbar-nav.navbar-right {
    /* background-color: #3d5882; */
    padding: 0;
    margin-top: 0;
  }
  #company #our-firm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider-section {
    margin-top: 65px;
    margin-bottom: 0px;
  }
  /* #navbar-ex.show {
        position: absolute;
        top: 85px;
        background-color: #3d5882;
        /* width: 100%; */
}

*/ .main-menu ul.navbar-nav li,
.stick .main-menu ul.navbar-nav li {
  display: block;
}

.main-menu ul.navbar-nav li a,
.stick .main-menu ul.navbar-nav li a {
  padding: 10px 2px;
}

.main-menu ul.navbar-nav li.active a::after,
.stick .main-menu ul.navbar-nav li.active a::after {
  border: 0px solid #fff;
}

.navbar-collapse .main-menu .collapse .show {
  position: absolute;
  top: 85px;
  /* width: 100%; */
  background-color: #3d5882;
}

.logo {
  height: inherit;
  left: 0;
  padding: 0;
  position: absolute;
  top: -6px;
  z-index: 999999;
}

.logo a {
  padding: 0;
}

.slider-content h2 {
  font-size: 18px !important;
  line-height: 24px !important;
}

.slider-content h1 {
  font-size: 20px !important;
  line-height: 26px !important;
}

.layer-1-3 a.ready-btn {
  padding: 8px 15px;
}

.section-lineheader h2 {
  font-size: 30px;
}

.well-middle .single-well {
  margin-top: 30px;
}

.single-skill {
  margin-bottom: 40px;
}

.tab-menu {
  margin-top: 30px;
}

.tab-menu ul.nav li a {
  padding: 8px 6px;
}

.wellcome-text {
  margin: 0px;
  padding: 70px 0px;
}

.subs-feilds {
  width: 100%;
}

.suscribe-input input {
  width: 60%;
}

.suscribe-input button {
  font-size: 15px;
  padding: 14px 10px;
  width: 40%;
}

.section-lineheader h3 {
  font-size: 25px;
}

.well-text > h2 {
  font-size: 18px;
}

.well-text p {
  display: none;
}

.single-team-member {
  margin-bottom: 30px;
}

.service-right {
  width: 100%;
}

.service-images:hover .overly-text {
  display: none;
}

.portfolio-area {
  padding-top: 0px;
}

.project-menu li a {
  padding: 8px 12px;
  margin: 10px 4px;
}

.pri_table_list {
  margin-bottom: 30px;
}

.single-awesome-project,
.portfolio-2 .single-awesome-project {
  width: 100%;
  float: none;
}

.single-blog {
  margin-bottom: 30px;
}

.sus-btn {
  margin-left: 0;
  margin-top: 30px;
}

.contact-form {
  margin-top: 30px;
}

.head-team h5 {
  font-size: 22px;
}

.contact-content {
  margin-bottom: 30px;
}

.header-bottom h1 {
  font-size: 30px;
  margin-bottom: 0;
}

.page-area .slider-content {
  padding: 100px 0;
}

.search-option input {
  width: 74%;
}

.header-bottom h2 {
  font-size: 20px;
  margin-bottom: 0;
}

li.threaded-comments {
  margin-left: 0;
}

.text-footertext {
  font-size: 13px;
  font-family: sans-serif;
  text-align: center;
}

/* Large Mobile :480px. */

@media only screen and (max-width: 768px) {
  .main-menu ul.navbar-nav li {
    padding: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }
  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }
  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }
  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
  #company #our-firm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .text-footertext {
    font-size: 13px;
    font-family: sans-serif;
    text-align: center;
  }
}
