/*=============================================
=             01. Default Css                 =
=============================================*/
:root {
  --primary-clr-clr: #000000;
  --secondary-clr: #2e3192;
  --text-clr: #bebebe;
  --border-clr: #939499;
  --bg-clr: #141821;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

*::selection {
  color: var(--bg-clr);
  background-color: var(--text-clr);
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  position: relative;
  color: var(--text-clr);
  background-color: var(--bg-clr);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-clr);
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}



a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: var(--secondary-clr);
}

button,
input[type="submit"] {
  cursor: pointer;
}

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

/*--
    Default Class
*/
.text-clr-primary {
  color: var(--primary-clr);
}

.text-clr-secondary {
  color: var(--secondary-clr);
}

.text-clr-default {
  color: var(--text-clr) !important;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333333;
}

.bg-theme-default {
  background: var(--bg-clr);
}

.bg-theme-secondary {
  background: var(--secondary);
}

.bg-img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.border-default {
  border: 2px solid var(--border-clr);
}

/* Button  */
/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
select:focus {
  color: var(--secondary-clr);
  border-color: var(--secondary-clr);
} */

.primary-btn {
  font-size: 18px;
  font-weight: 400;
  border-style: solid;
  border-radius: 1px;
  border-color: transparent;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background: var(--secondary-clr);
  border-width: 2px;
  transform: translateY(0px);
}

.primary-btn.primary-btn-md {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  margin-right: px;
}

.primary-btn.primary-btn-full {
  width: auto;
  display: block;
}

.primary-btn.primary-btn-full {
  width: auto;
  display: block;
}

.primary-btn:hover,
.primary-btn:focus {
  color: var(--secondary-clr);
  background-color: white;
  border-color: var(--secondary-clr);
  border-width: 2px;
}

.secondary-btn {
  border-width: 1px;
  line-height: 54px;
  background: transparent;
  border: 2px solid var(--secondary-clr);
  color: var(--secondary-clr);
  font-weight: 700;
}

.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn:active {

  transform: translateY(-3px);
  border-color: transparent;
  background: var(--secondary-clr);
  color: #ffffff;
}

/* --------Modified Container------------- */
.container-1300 {
  max-width: 1200px;
  width: 100%;
}

/* ----------------default-css for section---------------------------- */
.s-border-top {
  border-top: 2px solid var(--border-clr);
}

.s-border-bottom {
  border-bottom: 2px solid var(--border-clr);
}

.s-border-left {
  border-left: 2px solid var(--border-clr);
}

.s-border-right {
  border-right: 2px solid var(--border-clr);
}

.s-padding-top {
  padding-top: 50px;
}

.s-padding-bottom {
  padding-bottom: 50px;
}

.s-padding-70 {
  padding: 70px 0px;
}

.mt-50 {
  margin-top: 50px;
}

.s-title {
  font-size: 36px;
}

.s-sub-title {
  font-size: 24px;
  margin-bottom: 0px;
  padding: 25px 0px;

}

.default-title {
  font-size: 24px;
  padding-bottom: 25px;
}

/*========================================================
  Header
========================================================*/
.header {
  padding: 20px 0px;
}

.brand-logo-img {
/*  height: 45px;*/
  width: 230px;
}


.header .flag {
  height: 20px;
}

.header .main-menu {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-clr) !important;
}

.header .sub-menu {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-clr) !important;
}

.header .main-menu:hover,
.sub-menu:hover {
  color: var(--secondary-clr) !important;
}

.header .dropdown-menu {
  background-color: var(--bg-clr);
  color: var(--text-clr);
  border: 2px solid var(--border-clr);
}


/* navbar button */

.custom-toggler {
  border: none;
}

.custom-toggler .navbar-toggler-icon {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.custom-toggler.navbar-toggler:focus {
  box-shadow: 0 0 0 white;
  border: 1px solid white;
}

/*========================================================
  Footer
========================================================*/
.footer .brand-logo-img {
/*  height: 70px;*/
}

.footer .brand-logo-text {
  font-size: 48px;

}

.footer .copyright-content {
  font-size: 18px;
}

.footer .menu-links .menu-link {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid var(--border-clr);
}

/*========================================================
   Common CSS For Other Pages Start Here
  ========================================================*/


/*----------===Other-Banner===-----------------*/
.other-banner .other-banner-item {
  max-height: 500px;
}

.other-banner .other-banner-item img {
  object-fit: contain;
}



/*========================================================
  Media Query
  ========================================================*/

@media (min-width: 1300px) {
  .container-1300 {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  /* desktop view */


}

@media (min-width: 992px) {

  /*---------------==========Responsive Header min-992==========--------------- */
  .header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: var(--bg-clr);
  }

  .header .dropdown .dropdown-menu {
    display: none;
  }

  .header .dropdown:hover .dropdown-toggle::after {
    border-top: 0.3em;
    border-bottom: 0.3em solid;
  }

  /* language selector */
  .dropdown .desktop-lang {
    left: -35px
  }

}

@media (min-width: 768px) {}


@media (max-width: 1199.98px) {
  /* ipad tab big */
}

@media (max-width: 991.98px) {

  /*---------------==========Responsive Header max-991.98==========--------------- */

  .header .main-menu-list {
    border-top: 2px solid var(--border-clr);
    margin-top: 16px;
    padding-top: 8px;
  }

  .header .sub-menu-list {
    border: none;
  }

  .header .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .header .dropdown.active .dropdown-toggle::after {
    border-top: 0.3em;
    border-bottom: 0.3em solid;
  }
}




@media (max-width: 767.98px) {

  /* ----------------Responsive default-css for section max-767.98---------------------------- */

  .s-mob-border-top {
    border-top: 2px solid var(--border-clr);
  }

  .s-padding-top {
    padding-top: 25px;
  }

  .s-padding-bottom {
    padding-bottom: 25px;
  }

  .s-padding-70 {
    padding: 40px 0px;
  }

  .mt-50 {
    margin-top: 25px;
  }

  .s-title {
    font-size: 28px;
  }


  .about-breadcrumb-section .breadcrumb {
    padding: 20px 0px;
    margin: 0px;
  }


  /*---------------==========Responsive Header max-767.98==========--------------- */
  .header {
    padding: 10px 0px;
  }

  .header .brand-logo-img {
    max-width: 170px;
  }

  .header .brand-logo-text {
    font-size: 16px;
  }

  .header .flag {
    height: 20px;
  }

  .header .main-menu {
    font-size: 14px;
  }

  .header .sub-menu {
    font-size: 12px;
  }


  /*--------------=========Responsive footer max-767.98==========-------------- */


  .brand-logo-img {
/*    height: 50px;*/
  }

  .brand-logo-text {
    font-size: 19px;
    padding-top: 2px;
  }

  .footer .copyright-content {
    font-size: 14px;
  }

  .footer .main-menu {

    font-size: 18px;
  }

  .footer .menu-links .menu-link {

    font-size: 14px;
  }


}