
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Asap', sans-serif;
  color: #444444;
  background: #ffffff;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

img, video {
  max-width: 100%;
  height: auto;
}

.no-bdr-radius{
  border-radius: 0px;
}


.btn-yellow{
  background:#fac842 ;
  font-size:15px ;
  text-transform: uppercase;
  padding:10px 20px;
  text-align: center;
  color: #231f20;
  font-weight: 600;
  border: none;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
  border-radius: 0px;
}

.btn-yellow:hover{
  background:#cadde3;
}


.gray-bg{
  background: #ebeced !important;
}

.light-blue-bg{
  background: #d9e5e9 !important;
}

.mr-auto{
  margin: 0 auto;
}

.no-mar-top{
  margin-top: 0px !important;
}

.no-mar-bottom{
  margin-bottom: 0px !important;
}
.text-medium{
  font-size: 22px !important;
  line-height: 36px !important;
}

.bdr-top-blue{
  border-top:8px solid #005685 !important;
}


.d-none{
  display: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  z-index: 997;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.header .btn-sign{
  background:#005685;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
}


.header .btn-sign:hover{
  background: #009bbd;
  color: #ffffff !important;
}

.header .btn-sign:focus{
  box-shadow: none;
}


/*--------------------------------------------------------------
# Banner-Section
--------------------------------------------------------------*/

.banner-main{
  width: 100%;
  float: left;
  background: #7fe8f4;
  padding: 70px 0;
}

.banner-main h1{
  font-size: 36px;
  color: #142b57;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0;
}

.imgshadow{
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;
}

.banner-main p{
  font-size: 22px;
  color: #231f20;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.home-banner{
  background: url('../img/home-banner.jpg') no-repeat center center;
  background-size: cover;
}



/*--------------------------------------------------------------
# Partnership-Section
--------------------------------------------------------------*/

.partner-banner{
  width: 100%;
  float: left;
  background: #009bbd;
  padding: 50px 0 70px;
}

.partner-banner h3{
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  margin:0 0 20px;
  padding: 0;
}

.partner-banner p{
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
}


.partner-white{
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 60px 0 30px;
}

.partner-white h3{
  font-size: 32px;
  color: #142b57;
  font-weight: 600;
  margin:0 0 20px;
  padding: 0;
}

.partner-white p{
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
}

.partner-white .in-text{
   text-transform: uppercase;
   color: #142b57;
}


/*--------------------------------------------------------------
# About-Section
--------------------------------------------------------------*/

.about-text{
  font-size: 22px !important;
  line-height: 36px !important;
}

.about-banner{
  background: url('../img/about-banner.jpg') no-repeat center center;
  background-size: cover;
}


/*--------------------------------------------------------------
# DB-Section
--------------------------------------------------------------*/

.db-banner-main{
  background: #ebeced;
  width: 100%;
  float: left;
  padding:  70px 0;
}


.db-banner-main h2{
  font-size: 32px;
  color: #142b57;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

.db-banner-main h6{
  font-size: 17px;
  color: #005685;
  font-weight: 500;
  margin: 0 0 60px 0;
  padding: 0;
  text-transform: uppercase;
}

.db-banner-main p{
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 36px;
}

.db-white{
  background: #ffffff;
  width: 100%;
  float: left;
  padding: 50px 0 70px;
}


.db-white .db-white-left h3{
  font-size: 32px;
  color: #142b57;
  font-weight: 600;
  margin:50px 0 30px 0;
  padding: 0;
}

.db-white .db-white-left p{
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
}

.db-white .db-white-left .in-text{
  text-transform: uppercase;
  color: #142b57;
}

.db-white .db-white-right{
  width:100%;
  background: #005685;
  padding: 60px 40px;
  box-sizing: border-box;
  float: left;
}

.text-info{
  text-align: center;
  margin-bottom: 60px;
  float: left;
  width: 100%;

}

 .text-info h4{
   font-size: 30px;
   color: #ffffff;
   padding: 0;
   margin: 0 0 40px 0;
   position: relative;
}

 .text-info h4::before{
  position: absolute;
  content: '';
  width:52px;
  height: 4px;
  background: #009bbd;
  bottom: -24px;
  left: 44%;
}

.text-info p{
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin: 0 ;
  line-height: 26px;
}


.db-blue{
  background: #005685;
  width: 100%;
  float: left;
  padding: 50px 0;
}

.db-over{
  background: #ebeceb;
  width: 100%;
  float: left;
  padding: 50px 0;
}

.db-over h3{
  font-size: 32px;
  color: #142b57;
  font-weight: 500;
  margin:0 0 50px;
  padding: 0;
}

.db-over h3 img{
  float: left;
  margin: 0 20px 0 0;
}

.db-over table tr td{
  border:0px;
  padding: 4px;
  font-size: 15px;
}

.db-over table tr {
  margin-bottom: 20px;
  /* display: inline-block; */
}


.db-over table .left-gap{
  padding-left: 40px;
  display: inline-block;
}

.db-over table .dots-col{
   color: #ced0d0;
}

.db-over .bdr-left{
  border-left: 2px solid #d4d5d6;
  padding-left: 20px;
}

/*--------------------------------------------------------------
# Manage-Section
--------------------------------------------------------------*/

.manage-main{
  background: #d9e5e9;
  width: 100%;
  float: left;
  padding: 50px 0 70px;
  border-top: 10px solid #ffffff;
}


.manage-main h3{
  font-size: 32px;
  color: #142b57;
  font-weight: 600;
  margin:0 0 20px;
  padding: 0;
}

.manage-main p{
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
}


.manage-main .manage-inner{
  margin-top: 30px;
}

.manage-main .manage-inner h5{ 
  font-size: 22px;
  color: #005685;
  font-weight: 600;
  margin:0 0 20px;
  padding: 0;
}

.manage-main .manage-inner small{ 
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  margin:0 0 20px;
  padding: 0;
}

.manage-main .manage-inner p{ 
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin:0 0 10px;
  padding: 0;
  line-height: 27px;
}

.manage-main .manage-inner a{
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.manage-main .manage-inner a:hover{
  color: #009bbd;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Contact-Section
--------------------------------------------------------------*/

.contact-banner{
  width: 100%;
  float: left;
  background: #d9e5e9;
  padding: 50px 0 120px;
}

.contact-banner h2{
  font-size: 32px;
  color: #142b57;
  font-weight: 600;
  margin:60px 0 20px;
  padding: 0;
}

.contact-banner img{
  float: right;
}

.contact-banner p{
  font-size: 22px;
  color: #231f20;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.contact-banner p a{
  font-size: 22px;
  text-decoration: underline;
  color: #231f20;
}

.contact-banner p a:hover{
  color: #009BBD;
  text-decoration: none;
}

.contact-form{
  width: 100%;
  float: left;
  background: #ffffff;
  padding:70px 0 100px;
}

.contact-form .contact-box{
  background: #ffffff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
  border-top:8px solid #009bbd;
  padding:30px 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.contact-form .contact-box h5{
  font-size: 22px;
  color: #0d345c;
  font-weight: 500;
  margin:0 0 10px;
  padding: 0;
}

.contact-form .contact-box address, .contact-form .contact-box p a{
  color: #231f20;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}


.contact-form .contact-box p{
  line-height: 36px;
}

.contact-form .contact-box p a:hover{
  color: #009bbd;
}

.contact-form .contact-form-inner{
  width: 92%;
}

.contact-form h6{
  font-size: 22px;
  color: #142b4f;
  padding: 0;
  margin: 0 0 40px 0;
}

.contact-form .contact-form-inner .form-control{
  background: #ebeceb;
  border: none;
  border-radius: 0px;
}

.contact-form .contact-form-inner .form-control:focus{
  box-shadow: none;
}

.contact-form .contact-form-inner label, .contact-form .contact-form-inner sup{
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}


.contact-form .form-check-input[type=checkbox]{
    border-radius: 0px;
}

.contact-form  .form-check-label{
  font-size: 17px;
  color: #000000;
}

.contact-form .pl-4{
  padding-left: 20px;
}


.contact-form .pl-4 .form-check-label{
  font-size: 15px;
  color: #202020;
}
.contact-form  .pl-4 .form-check-input{
  width: 0.8em;
  height:0.8em;
}

.contact-form textarea {
  resize: none;
}




/*--------------------------------------------------------------
# Data-Section
--------------------------------------------------------------*/

.data-main{
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 70px 0;
}

.data-main h3{
  color: #221f1f;
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 38px;
}

.data-main h3 strong{
  color: #142b57;
  font-weight: 700;
}


.data-main h6{
  text-transform: uppercase;
  color: #142b57;
  font-size: 18px;
  margin: 0 0 50px 0;
}


.data-main p{
  color: #142b57;
  font-size: 16px;
  margin: 0 0 30px 0;
  line-height: 27px;
}

.data-box{
  background: #ffffff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
  border-top:8px solid #009bbd;
  text-align: center;
  padding:40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.data-box h4{
  font-size: 22px;
  color:#142b57;
  margin: 30px 0 20px 0;
  padding: 0;
}

.data-box p{
  font-size: 15px;
  color:#000000;
  margin: 0 0 20px 0;
  padding: 0;
}

.data-box a{
  text-decoration: underline;
  color: #142b57;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.data-box a:hover{
  text-decoration: none;
  color: #009bbd;
}


.data-main .data-nav{
  padding: 0;
  margin: 0;
}

.data-main .data-nav li{
  padding: 0;
  margin: 0 30px 0 0;
  display: inline-block;
  list-style: none;
  width: 31%;
  vertical-align: top;
}

.data-main .data-nav li.no-mar-rgt{
  /* margin: 0; */
}

/*--------------------------------------------------------------
# Explore-Section
--------------------------------------------------------------*/
.explore-main{
  width: 100%;
  float: left;
  background: #009bbd;
  padding: 70px 0 100px 0;
}


.explore-main h3{
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}


.explore-main h5{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 50px 0;
  padding: 0;
  text-transform: uppercase;
}

.explore-main p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
  
}


/*--------------------------------------------------------------
# White-Section
--------------------------------------------------------------*/

.white-main{
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 100px 0;
}


.white-main h3{
  font-size: 28px;
  color: #142b57;
  font-weight: 600;
  margin: 0 0 16px 0;
  padding: 0;
}

.white-main p{
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: 0;
  float: right;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 20px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #231f20;
  white-space: nowrap;
  position: relative;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}



.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #009BBD;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -20px;
  top: calc(100% + 100px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #009BBD;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #005685;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  float: right;
  font-size: 50px;
}

.mobile-nav-toggle.bi-x {
  color: #005685;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  padding-top: 60px;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


.min-wid-btn{
  min-width: 150px;
}

.min-wid-btn-sm{
  min-width: 100px;
  margin-right: 20px;
}


.pagination{
  float: right;
  margin-top: 30px;
}

.page-link:hover{
  color: #012A4C;
  background-color: #C1E7FE;
}


.top-select{
  float:right;
  width: 30%;
  margin: 10px 0 -20px;
}
@media screen and (max-width:767px) {
  .top-select{
      margin: 10px 0;
      width: 100%;
      text-align: center;
  }
  .responsive-height{
    height:170px !important;
  }

  .top-select .text-right{
    text-align: left;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #1b3352;
  float: left;
  width: 100%;
  padding: 50px 0 30px;
}


.footer hr{
  background: #148dcf;
  height: 4px;
}

.footer p{
  font-size: 15px;
  color: #ffffff;
  line-height: 25px;
  margin: 0;
  font-weight: 400;
}


.footer nav ul{
  padding: 0;
  margin: 0;
}


.footer nav ul li{
  list-style: none;
  display: block;
  margin-bottom: 8px;
}

.footer nav ul li a{
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
}

.footer nav ul li a:hover{
  color: #009BBD;
}

.text-sm{
  font-size: 13px;
}

.footer .form-control{
   border: none;
   background: #ffffff;
   border-radius: 0px;
   color: #808285;
   font-size: 14px;
   padding: 10px 20px;
}

.footer  .btn-primary{
  background: #009bbd;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
}

.footer  .btn-primary:hover{
  background:#005685;
}

.footer .form-control:focus{
   box-shadow: none;
}

.footer .copyright {
  font-size: 13px;
  color: #ffffff;
  margin-top: 30px 0;
}


.footer .social-nav ul li{
  display: inline-block;
  margin-right: 5px;
}

.footer .social-nav ul li a img:hover{
  opacity: 0.9;
}

.text-right{
  text-align: right;
}



/*--------------------------------------------------------------
# Responsive 
--------------------------------------------------------------*/

@media screen and (min-width:1400px) and (max-width:1920px){
    .custom-container{
      max-width: 1400px;
    }
} 

@media screen and (max-width:1024px){
  .data-main .data-nav li{
    width: 30%;
  }
  .contact-banner p br{
    display: none;
  }
  .manage-main .mr-auto{
    width:100%;
  }
  
}

@media screen and (max-width:960px){
  .data-main .data-nav li.no-mar-rgt{
    margin: 0 20px 0 0;
  }
.data-main .data-nav li{
  width: 46%;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.footer .form-control{
  margin-bottom: 20px;
  width: 70%;
}
.contact-form .contact-box{
  padding: 10px;
  margin-top: 50px;
  width: 90%;
}
.contact-box p a{
  font-size: 15px !important;
}
.navbar-mobile{
  background: #ffffff;
  top: 88px;
  right: -16px;
  width: 370px;
  left: auto;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
 }

 .navbar-mobile .mobile-nav-toggle{
  top: 30px;
  right: 22px;
  font-size: 60px;
 }

 .navbar-mobile > ul > li{
   border-bottom: 1px solid #ebecec;
 }

 .navbar-mobile > ul > li.top-bdr{
  border-top: 1px solid #ebecec;
 }
 .navbar-mobile ul{
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;

 }
 .header .btn-sign{
  float: left;
  margin: 20px 0 0 0;
}
.navbar-mobile a{
  padding: 14px 0;
}
.navbar-mobile .dropdown ul{
  padding: 0px;
  margin: 10px 0 20px;
  box-shadow: none;
  background: #ebeceb;
}
.navbar a, .navbar a:focus{
  padding: 10px 0;
}

.navbar .dropdown ul {
  transition: none;
}
.nav-icon{
  display: none;
}
.mobile-nav-toggle.bi-x{
  margin: 0 -30px 0 0;
}

.data-main{
  padding-bottom: 30px;
}
.explore-main .text-right{
  text-align: center;
  margin-top: 30px;
}

.db-white .db-white-right{
  margin-top: 50px;
}
.mobile-center{
  text-align: center;
}

.db-over .bdr-left{
  border:none;
}

.db-over table .left-gap{
  padding: 0;
}
.db-over{
  padding: 30px 0;
}

}



@media screen and (max-width:767px){
  .contact-form .contact-box{
    width: 100%;
  }
  .col-auto{
    width: 100%;
  }
  .footer .form-control{
    margin-bottom: 20px;
  }

  .data-main .data-nav li{
    width: 100%;
  }
  .data-main .data-nav li.no-mar-rgt{
    margin: 0;
  }
  .banner-main h1{
    font-size: 28px;
    text-align: center;
  }

  .white-main, .partner-banner, .partner-white, .db-white, .db-banner-main{
    padding: 50px 0;
  }
  .db-white .db-white-left h3{
    margin-top: 10px;
  }
  .banner-main p{
    background: #d9e5e9;
    text-align: center;
    padding: 20px 10px;
    font-size: 17px;
    line-height: 26px;
  }
  .banner-main{
    padding: 70px 0 0;
  }
  .white-main h3{
    font-size: 22px;
  }
  .white-main p{
    font-size: 15px;
  }
  .data-main .data-box h4{
    font-size: 21px;
  }

  .contact-form .contact-box{
    padding: 30px;
    margin-top: 40px;
  }
  .contact-form{
    padding: 50px 0;
  }
  .contact-form .contact-form-inner {
    width: 100%;
}
.contact-form .pl-4{
  margin-bottom: 40px;
}
.contact-banner img{
  width: 30%;
}
.contact-banner h2{
  font-size: 26px;
}

.contact-banner{
  padding:30px 0 50px;
}

.contact-banner p{
  font-size: 16px;
  line-height: 26px;
}


.partner-white .text-center{
  text-align: left !important;
  /* margin-bottom: 40px; */
}

.partner-white h3{
  font-size: 22px;
}

.partner-white p{
  font-size: 15px;
}

.db-white .db-white-right{
  margin-top: 30px;
}
.db-banner-main .text-right{
  text-align: center;
}

.home-banner, .about-banner{
  background: #59c7de;
}

.d-block-mobile{
  display: block !important;
}
.d-none-mobile{
  display: none !important;
}


.text-info{
  width: 100%;
  /* margin-bottom: 40px !important; */
}


.db-over table .dots-col{
  display: none;
}
.manage-main h3{
  font-size: 28px;
}
.mobile-iconset{
  float: right;
  width: 26%;
  margin: -110px 0 0 0;
 }

 .navbar-mobile{
   width:100%;
   left: 0;
   right: 0;
   top:24%;
 }

 .partner-banner .btn-yellow{
    margin-bottom: 30px;
 }

 .nav-icon{
   display: block;
 }

 .mobile-nav-toggle.bi-x{
  margin:0;
}

.form-check{
  margin-bottom: 14px;
}

.contact-banner p{
  font-size: 16px;
}

.container, .container-sm{
  max-width:100%;
}


}


@media screen and (max-width:380px){
    
.home-banner{
  background: url('../img/home-banner-phone.jpg') no-repeat -100px 0px;
  background-size: cover;
}
.about-banner{
  background: url('../img/about-banner-phone.jpg') no-repeat top center;
  background-size: contain;
}
.navbar-mobile{
  top: 14%;
}

.banner-main h1{
  font-size: 24px;
  text-align: right;
}


}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}