/*
	Theme Name: GIM Trading 2.0
	Theme URI: https://www.weblankan.com/
	Author: Weblankan Team
	Author URI: https://www.weblankan.com/
	Description: GIM Trading 2.0
	Version: 1.0
	Text Domain: Design & Developed by Weblankan Team
*/

/* Custom styles */
:root {
  --black: #000000;
  --white: #ffffff;
  --yellow: #f6d246;
  --blue: #043858;
  --green: #28862a;
  --dark-gray: #4d4d4d;
  --light-gray: #8d8d8d;
  --main-font: "Montserrat", sans-serif;
  --secondary-font: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
.min-custom-div {
  width: 60%;
  margin: auto;
}
.custom-div {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}
.max-custom-div {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb {
  margin-bottom: 5px;
}
.breadcrumb a,
.breadcrumb span {
  color: var(--white);
  font-size: 13px;
  font-family: var(--secondary-font);
}
.btn {
  color: var(--yellow);
  font-size: 13px;
  border: 1px solid var(--yellow);
  height: 45px;
  width: 220px;
  border-radius: 0;
  transform: skew(-18deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.btn:hover {
  background-color: var(--yellow);
  color: var(--blue);
}
.btn:focus {
  box-shadow: 0 0 0 0;
}
.btn-text {
  transform: skew(18deg);
}
.btn .btn-chevron {
  color: var(--blue);
  font-size: 8px;
  margin-left: 10px;
  background-color: var(--white);
  border-radius: 50%;
  padding: 3px 5px;
}
.btn:hover .btn-chevron {
  color: var(--white);
  background-color: var(--blue);
}
.btn .btn-chevron i::before {
  font-weight: 900 !important;
}

.other-btn {
  color: var(--blue);
  font-size: 13px;
  border: 1px solid var(--blue);
  height: 45px;
  width: 220px;
  border-radius: 0;
  transform: skew(-18deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
}
.other-btn:hover {
  background-color: var(--yellow);
  color: var(--blue);
  border: 1px solid var(--yellow);
}
.other-btn .btn-chevron {
  color: var(--white);
  font-size: 8px;
  margin-left: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  padding: 3px 5px;
}

/* Header styles */
.header .main-header {
  position: fixed;
  background-color: white;
  z-index: 99999;
}
.header-height {
  height: 209px;
}
.header .top-bar {
  padding: 5px 0;
}
.header .top-bar .phone-number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--blue);
  font-size: 19px;
  font-family: var(--main-font);
  font-weight: 600;
  padding-bottom: 4px;
}
.header .top-bar .phone-number a {
  color: var(--blue);
}
.header .top-bar .location {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--blue);
  font-size: 15px;
  font-family: var(--main-font);
}
.header .top-bar .contact-info .contact-icon {
  padding-right: 8px;
}
.header .bottom-bar .container {
  padding: 0px 0px;
}

/* Navbar */
.mobile-menu {
  display: none;
}
.navbar {
  background-color: #002d46;
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  margin-right: 20px;
  border-bottom: 4px solid transparent;
  height: 85px;
  display: flex;
  align-items: center;
  position: relative;
}
.navbar .navbar-nav .active {
  border-bottom: 4px solid var(--white);
}
.navbar .navbar-nav .active .nav-link {
  color: var(--yellow);
}
.navbar .navbar-nav .nav-link {
  color: var(--white);
  font-size: 15px;
  letter-spacing: 1.8px;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 30px;
}
.navbar .navbar-nav .nav-item:hover {
  border-bottom: 4px solid var(--white);
}
.navbar.desktop-menu .dropdown-menu {
  border-radius: 0;
  padding: 15px 20px;
  border: none;
  width: 100%;
  min-width: 5rem;
  opacity: 0;
}
.navbar.mobile-menu .dropdown-menu {
  border-radius: 0;
  padding: 15px 25px;
  border: none;
  width: 100%;
  min-width: 5rem;
  opacity: 0;
}
.navbar .dropdown-menu .menu-item {
  margin-right: 0px;
  height: 40px;
}
.navbar .dropdown-menu .menu-item .dropdown-item {
  color: var(--blue);
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-bottom: 3px solid transparent;
}
.navbar .dropdown-menu .menu-item .dropdown-item:hover {
  color: var(--blue);
  background-color: transparent;
  border-bottom: 3px solid var(--yellow);
}
.navbar .dropdown-toggle::after {
  display: block !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  content: "\f078" !important;
  font-family: FontAwesome !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0px 0px 0px 0px !important;
  text-decoration: none !important;
  position: absolute;
  left: 46%;
  bottom: 15px;
  font-size: 11px;
  color: #9b9b9b;
}
.navbar.desktop-menu #menu-item-54:hover > .dropdown-menu {
  opacity: 1;
  display: block;
  top: 85px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar-toggler {
  display: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20' fill='%2357AAF3' class='bi bi-caret-down-fill'><path d='M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z'/></svg>") !important;

  background-repeat: no-repeat;
}
.navbar-toggler-icon-close {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' width='20' height='20' fill='%2357AAF3' class='bi bi-caret-down-fill'><path d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/></svg>") !important;

  background-repeat: no-repeat;
}

/* Footer styles */
.footer {
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  padding: 80px 0;
}
.footer .top-row {
  margin-bottom: 70px;
  padding-right: 220px;
}
.footer .footer-logo {
  height: 85px;
}
.footer .social-icons {
  display: flex;
  justify-content: end;
}
.footer .fb-link {
  color: #043858;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 10px 14px;
}
.footer .insta-link {
  color: #043858;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 13px;
  margin-left: 10px;
}
.footer .contact-link i {
  font-size: 15px;
}

.footer .bottom-row .title {
  color: var(--white);
  font-family: var(--main-font);
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: 600;
}
.footer .bottom-row .navbar-nav .nav-link {
  color: var(--white);
  font-family: var(--main-font);
  font-size: 15px;
  letter-spacing: 1.8px;
  padding: 0 0 20px 0;
  /* border-bottom: 1px solid transparent; */
  display: inline-block;
  text-transform: uppercase;
}
.footer .bottom-row .navbar-nav .nav-link:hover {
  /* border-bottom: 1px solid var(--white); */
  text-decoration: underline;
}
.footer .bottom-row i {
  color: var(--white);
  font-size: 15px;
}
.footer .bottom-row a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--main-font);
}
.footer .bottom-row .fa-phone-volume {
  transform: rotate(-35deg);
}
.footer .bottom-row .number {
  font-size: 17px;
}
.footer .bottom-row .text {
  font-size: 15px;
}
.footer .btn {
  color: var(--yellow) !important;
  margin-bottom: 30px;
}
.footer .btn i {
  color: var(--blue) !important;
  font-size: 8px;
}
.footer .btn:hover {
  background-color: var(--yellow);
  color: var(--blue) !important;
}
.footer .btn:hover i {
  color: var(--white) !important;
  background-color: var(--blue);
}

.footer .copyright-div {
  margin-top: 60px;
}
.footer .copyright-div .copyright {
  font-family: var(--secondary-font);
  font-size: 12px;
  color: var(--white);
}
.footer .copyright-div .web-lankan {
  color: var(--white);
}
.footer .copyright-div i {
  color: var(--white);
  border: 1px solid rgb(196, 196, 196, 0.25);
  border-radius: 50%;
  padding: 10px 12px;
  cursor: pointer;
}
.footer .copyright-div i:hover {
  color: var(--black);
  background-color: var(--white);
}
.footer .email-address a:hover {
  text-decoration: underline !important;
}
.footer .google-map-link:hover {
  text-decoration: underline !important;
}

/*Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.5s ease-in-out both;
  animation-delay: calc(0.3s * var(--i));
}

.scrolled.slide-left {
  animation: slide-in-left 0.5s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 0.5s ease-in-out both;
}

.scrolled.rotate {
  animation: spin 4s linear;
  animation-fill-mode: forwards;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@media screen and (max-width: 1600px) {
  .custom-div {
    width: 85%;
  }
  .min-custom-div {
    width: 65%;
  }
  .max-custom-div {
    width: 95%;
  }

  .header .bottom-bar .container {
    padding: 0px 0px;
  }

  .navbar .navbar-nav .nav-item {
    margin-right: 0;
    border-bottom: 4px solid transparent;
    height: 85px;
    display: flex;
    align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 1440px) {
  .min-custom-div {
    width: 70%;
  }

  .header .bottom-bar .container {
    padding: 0px 0px;
  }

  .navbar .navbar-nav .nav-item {
    margin-right: 0;
    border-bottom: 4px solid transparent;
    height: 85px;
    display: flex;
    align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 1366px) {
  .header .bottom-bar .container {
    padding: 0px 0px;
  }

  .navbar .navbar-nav .nav-item {
    margin-right: 0;
    border-bottom: 4px solid transparent;
    height: 85px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .footer .container {
    max-width: 1170px;
  }
  .footer .top-row {
    padding-right: 175px;
  }
}

@media screen and (max-width: 1280px) {
  .custom-div {
    width: 90%;
  }
  .max-custom-div {
    width: 100%;
  }
  .min-custom-div {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .custom-div {
    width: 96%;
  }
  .max-custom-div {
    width: 100%;
  }
  .min-custom-div {
    width: 90%;
  }

  .header .bottom-bar .container {
    padding: 0px 0px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer .bottom-row .phone-numbers .col-1 {
    width: 12%;
  }
  .footer .bottom-row .phone-numbers .col-11 {
    width: 88%;
  }

  .footer .bottom-row .fax-number .col-1 {
    width: 12%;
  }
  .footer .bottom-row .fax-number .col-11 {
    width: 88%;
  }

  .footer .bottom-row .email-address .col-1 {
    width: 12%;
  }
  .footer .bottom-row .email-address .col-11 {
    width: 88%;
  }

  .footer .top-row {
    padding-right: 135px;
  }
}

@media screen and (max-width: 768px) {
  .custom-div {
    width: 95%;
  }
  .max-custom-div {
    width: 100%;
  }
  .min-custom-div {
    width: 100%;
  }

  .header-height {
    height: 95px;
  }
  .header .top-bar .right .row {
    display: none;
  }

  .mobile-menu {
    display: block;
    /* background-color: transparent; */
  }
  .desktop-menu {
    display: none;
  }
  .navbar-toggler {
    display: flex;
    margin-left: auto;
  }
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar-brand .logo {
    height: 75px;
  }
  .navbar-toggler i {
    font-size: 40px;
    color: #5cacf3;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 0;
    height: 85px;
    justify-content: center;
    border-bottom: 0;
    height: 65px;
    display: table;
  }
  .navbar .navbar-nav .active {
    border-bottom: 0;
  }
  .navbar .navbar-nav .nav-item:hover {
    border-bottom: 0;
  }
  .navbar .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .navbar .dropdown-toggle::after {
    left: 49%;
  }
  .mobile-menu-container {
    max-width: 100%;
  }
  .mobile-contact-details {
    background-color: white;
    padding: 25px 0;
  }
  .mobile-contact-details .contact-info .contact-icon {
    padding-right: 8px;
    position: relative;
    top: -2px;
  }
  .mobile-contact-details .phone-number {
    font-weight: 800;
    font-size: 18px;
    font-family: var(--main-font);
    color: var(--blue);
    margin-bottom: 10px;
  }
  .mobile-contact-details .location {
    font-size: 16px;
    font-family: var(--main-font);
    color: var(--blue);
    font-weight: 600;
  }
  .dropdown-menu.show {
    display: contents;
  }
  .dropdown-menu li {
    background-color: white;
    width: 50%;
    /* margin: auto; */
    display: flex !important;
    height: 40px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: left !important;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
  }

  .banner .breadcrumb {
    justify-content: left;
  }

  .footer {
    height: auto;
    padding: 50px 0;
  }
  .footer .top-row {
    padding-right: 0px;
  }
  .footer .bottom-row {
    padding: 0 50px;
  }
  .footer .bottom-row .footer-column {
    margin-bottom: 60px;
  }
  .footer .copyright-div {
    margin-top: 0;
  }
}

@media screen and (max-width: 414px) {
  .navbar-brand .logo {
    height: 55px;
  }

  .header-height {
    height: 75px;
  }

  .footer {
    padding: 60px 0 40px 0;
  }
  .footer .social-icons {
    position: absolute;
    bottom: 31%;
  }
  .footer .footer-logo {
    height: 70px;
  }
  .footer .top-row {
    margin-bottom: 45px;
  }
  .footer .bottom-row {
    padding: 0 10px;
  }
  .footer .bottom-row .footer-column {
    margin-bottom: 40px;
  }
  .footer .bottom-row .contact-info {
    margin-bottom: 130px;
  }
  .footer .copyright-div i {
    position: absolute;
    right: 20px;
    bottom: 70px;
  }
}

@media screen and (max-width: 375px) {
  .navbar-brand .logo {
    height: 45px;
  }

  .header-height {
    height: 65px;
  }

  .footer .footer-logo {
    height: 60px;
  }
  .footer .social-icons {
    bottom: 32%;
  }
}
