

@font-face {
  font-family:Inter-Regular;
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family:Inter-Medium;
  src: url(..//fonts/Inter-Medium.ttf);   
}
@font-face {
  font-family:Inter-SemiBold;
  src: url(..//fonts/Inter-SemiBold.ttf);   
}
@font-face {
  font-family:Inter-Bold;
  src: url(..//fonts/Inter-Bold.ttf);   
}
@font-face {
  font-family:Inter-ExtraBold;
  src: url(..//fonts/Inter-ExtraBold.ttf);   
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
url("fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-arrow-up-short::before {
    content: "\f145";
}


.scroll-contr::-webkit-scrollbar {
  width: 2px;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #001E61;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}





body {
  font-family:Inter-Regular;
  font-size: 14px;
  color: #504F6C;
  font-weight: 400;
}
.row{
  margin: 0;
}
.f-500 {
  font-family:Inter-Medium;
}
.f-600 {
  font-family:Inter-SemiBold; 
}
.f-700 {
  font-family:Inter-Bold;
}
.f-800 {
  font-family:Inter-ExtraBold;
}
img{
  max-width: 100%;
}
a {
  color: #001E61;
  text-decoration: none;
}
a.nav-link {
  font-size: 14px;
  font-family: Inter-Medium;
  padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
}
a.dropdown-item{
  font-size: 15px;
  font-family: Inter-Medium;
}
p{
  margin-bottom: 0;
}
ul{
  padding: 0;
  margin-bottom: 0;
}
li{
  list-style-type: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h2{
  font-family:Inter-Bold;
  font-size: 46px;
  color: #001E61;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  
}
.navbar-toggler:focus {
  box-shadow: none;
}
.center-cn{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#menu-item-57{
  display: none;
}
ul#menu-top-menu {
  position: absolute;
  right: 415px;
  margin-top: 28px;
  z-index: 9;
  font-size: 16px;
  text-transform: uppercase;
}
#navbarSupportedContent {
  flex-grow: initial;
  margin-right: 75px;
}
.header-contr .dropdown-toggle::after{
  display: none;
}
.book-demo:hover{
  background-color: #fff;
  color: #427EC9;
  border-color: rgb(66, 126, 201);
}
.main-pd{
  padding: 0px 180px;
}
.header-contr{
  /* position: absolute; */
  top: 0;
  z-index: 1;
}
.header-contr .dropdown-menu {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.5s;
  border-radius: 4px;
  border: none;
}
.header-contr a.dropdown-item {
  padding: 10px 15px;
}
.header-contr .dropdown-item:focus, .header-contr .dropdown-item:hover {
  color: #427EC9;
  background-color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.position-initial{
  position: initial;
}
.login-contr {
  display: flex;
}
.login-contr a {
  width: 100px;
  display: inline-block;
  text-align: center;
}
a.nav-link.dropdown-toggle svg {
  margin-left: 5px;
}
.cr-btn{
  border-radius: 23px;
  background: #001e61;
  border: 1px solid #001e61;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.5s;
}
.tr-btn{
  border-radius: 23px;
  border: 1px solid #001e61;
  color: #001E61;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.5s;
}
.cr-btn:hover{
  border-radius: 23px;
  background: transparent;
  border: 1px solid #001e61;
  color: #001E61;
}
.tr-btn:hover{
  border-radius: 23px;
  border: 1px solid #001e61;
  background: #001e61;
  color: #fff;
}
.lr-btn {
  border-bottom: 1px solid #001e61;
  padding: 0px 0px;
  margin: 0px 20px;
  color: #001e61;
  text-align: center;
}



.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
button.owl-prev {
  left: -70px;
  position: absolute;
  background-image: url(../images/pre.png) !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  font-size: 0 !important;
  margin-top: -30px !important;
}
button.owl-next {
  right: -70px;
  position: absolute;
  background-image: url(../images/nxt.png) !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  font-size: 0 !important;
  margin-top: -30px !important;
}
.owl-nav button:hover{
  background-color: transparent !important;
}








#footer {
  background: #001E61;
  color: #fff;
}
#footer a{
  color: #fff;
}
.footer-lp {
  top: -100px;
  position: relative;
}



.footer-center ul {
  display: flex;
  float: right;
}
.footer-center p {
  margin-top: 20px;
}
.footer-center ul li a{
  color: #fff;
}
.footer-center {
  font-size: 14px;
  border-top: 1px solid #0098d152;
}
.footer-center ul li {
  padding: 20px 10px;
}
a.get-btn {
  line-height: 47px;
  margin: auto;
  width: 160px;
  height: 47px;
  border-radius: 25px;
  background: #fff;
  display: table;
  text-align: center;
  font-size: 15px;
  margin-top: 45px;
  color: #000 !important;
}
.footer-bottom p{
  margin: 0;
  padding: 20px 0px;
  font-size: 14px;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #3DC8DD;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.5s;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top i{
  font-size: 24px;
}
.back-to-top:hover{
  background-color: #2db6cb;
  color: #fff;
}
.footer-top {
  font-size: 14px;
  padding-bottom: 60px;
}
.footer-top h1 {
  font-size: 21px;
  font-family: Inter-SemiBold;
  margin-bottom: 30px;
  min-height: 25px;
}
ul.footer-menu li {
  line-height: 30px;
}

.subscribe{
  border: 1px solid #fff;
  border-radius: 25px;
  height: 45px;
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.subscribe input {
  background: transparent;
  border: none;
  height: 42px;
  padding: 0px 15px;
  color: #fff;
  outline: none;
}
.subscribe button{
  background: #fff;
  border: none;
  height: 44px;
  padding: 0px 20px;
  border-radius: 0px 25px 25px 0px;
  position: absolute;
  right: 0;
}


.social-links a{
  margin-right: 15px;
}
.footer-demo{
  margin-left: 0;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  width: 200px;
  transition: 0.5s;
  background-color: #427EC9; 
}
.footer-demo:hover{
  width: 220px;
  background-color: #427EC9;
  color: #fff;
}
.ads-cns li{
  line-height: 32px;
}
.fixed-nav {
  position: fixed;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 9%);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ds-hide{
  display: none;
}
.footer-lp h1 {
  font-size: 36px;
}
.ds-none{
  display: none;
} 
.menu-top-menu-container {
  display: none;
}
@media (max-width: 1600px) { 
  ul#menu-top-menu{
    right: 325px; 
  }
  .main-pd {
    padding: 0px 100px;
  }
  
  .footer-top{
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1440px) {
    #navbarSupportedContent {
        margin-right: 25px;
    }
}
@media (max-width: 1360px) {
  .header-contr.main-pd{
    padding: 0px 40px !important;
  }
  ul#menu-top-menu {
    right: 275px;
  }
}
@media (max-width: 1300px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    font-size: 14px; 
  }
  .navbar-brand{
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  ul#menu-top-menu {
    right: 345px;
}
  h2{
    font-size: 30px;
  }
  .main-pd {
    padding: 0px 70px;
  }
  
  .footer-top {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .mobile-menu {
    padding: 0;
  }
  .mobile-menu span {
    background: #001E61;
    width: 40px;
    height: 4px;
    display: flex;
    margin: 8px 0px;
    border-radius: 5px;
  }
  nav.navbar {
    position: initial;
  }
  
  #navbarSupportedContent {
    position: absolute;
    top: 83px;
    background: #c22032;
    width: 100%;
    padding: 0px 30px;
    left: 0;
    right: 0;
    z-index: 9;
  }
  #navbarSupportedContent ul.navbar-nav {
    padding-top: 30px;
    padding-bottom: 20px;
}
  .navbar-nav .nav-link{
    color: #fff;
  }
  #navbarSupportedContent path {
    fill: #fff;
  }

  .header-contr .dropdown-menu{
    position: initial;
    display: none;
  }
  ul.dropdown-menu.show {
    display: block;
}
#navbarSupportedContent .book-demo {
  display: none;
}
.login-contr {
  position: absolute;
  right: 120px;
}
}

@media (max-width: 991px) {
  .footer-links {
    width: 100%;
  }
  a.get-btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mbl{
    margin-top: -90px;
  }
  .mb-center{
    text-align: center;
  }
  .mb-full{
    width: 100%;
  }
  .mb-none{
    display: none !important;
  }
  .ds-none{
    display: block;
  }
}

@media (max-width: 767px) {
  h2{
    font-size: 24px;
  }
  ul#menu-top-menu {
    right: 90px;
    margin-top: 20px;
}
  .ds-hide a {
    background: #fff;
    border: none;
    color: #001e61;
    width: 130px;
    text-align: center;
    margin-top: 10px;
    height: 40px;
    line-height: 38px;
    padding: 0;
}
  .ds-hide{
    display: block;
  }
  .login-contr{
    display: none;
  }
  a.get-btn{
    margin-bottom: 0;
  }
  .footer-top {
    padding: 80px 0px 60px 0px !important;
  }
  .footer-top h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
}
  .x-half {
    width: 50%;
}
  .x-full {
    width: 100%;
    text-align: center !important;
}
  body{
    font-size: 16px;
  }
.main-pd {
  padding: 0px 10px;
}
.header-contr.main-pd{
  padding: 0px 20px !important;
}
a.navbar-brand img {
  max-width: 180px;
}

.m-full{
  width: 100%;
}
.footer-center ul {
  display: initial;
  text-align: center;
  float: none;
}
.footer-center ul li {
  padding: 8px 10px;
}
.footer-center {
  padding: 15px 0px;
}
#navbarSupportedContent {
  top: 63px;
}

}
@media (max-width: 480px) {
  a.navbar-brand img {
    max-width: 155px;
  }
  ul#menu-top-menu {
    right: 74px;
  }
}