
:root {
  --highlight-color : #f2f5f7;
  --tooltip-color : #e2e6ea;
  --input-error-color : #dc3545;
  --input-ok-color : #28a745;
  --input-shadow : inset 0 1px 1px rgba(0,0,0,.075);

  --theme-color : #e20612;
  --theme-color-hover : #ea8087;
  --theme-color-secondary : #005d9e;
  --theme-text : #FFF;
  --theme-text-secondary : #FFF;
  --slider-overlay : rgba(0, 0, 0, 0.5);
}

/* GLOBAL STYLES
-------------------------------------------------- */

body, .ql-toolbar.ql-snow,
.bootstrap-datetimepicker-widget table th,
.ql-toolbar.ql-snow,
.bootstrap-datetimepicker-widget table td {
  /*font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;*/
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #5a5a5a;
}

.btn, form .form-control, .custom-file-label, .custom-file-label::after, .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.ql-container{
  font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
*:focus{
  outline: 0px !important;
}

a:hover{
  text-decoration: none;
}

.text-thin{
  font-weight: 300 !important;
}

form .form-control, .custom-file-label {
  height: 32px;
  line-height: 18px;
  /*font-size: 16px;*/
  box-shadow: var(--input-shadow);
}
.custom-file-label::after{
  height:30px;
  line-height: 18px;
  /*font-size: 16px;*/
}
  
.form-check-input {
  margin-top: .5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
  /*font-size: 16px;*/
  padding-left: .75rem;
}

.bootstrap-tagsinput {
  min-height: 32px;
  font-size: 14px;
  line-height: 18px;
  box-shadow: var(--input-shadow);
}

.bootstrap-tagsinput .tag{
  font-size: 14px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  font-size: 16px;
}

.toggle.btn-xs {
  min-height: 25px;
}
.toggle-off, .toggle-on {
  top: 2px;
}
/* BACK TO TOP
-------------------------------------------------- */

.back-to-top {
position: fixed;
bottom: 25px;
right: 25px;
display: none;
}

/* TOP BAR
-------------------------------------------------- */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ /*display: block;*/ }
  .navbar .nav-item.show .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
  .nav .nav-item .dropdown-menu{ display: none; }
  .nav .nav-item:hover .nav-link{   }
  .nav .nav-item:hover .dropdown-menu{ display: block; }
  .nav .nav-item .dropdown-menu{ margin-top:0; }
}

.top-bar{
  font-size: 90%;
}

.nav .dropdown-menu, .navbar-nav .dropdown-menu{
  border-color: #EEE;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-color: #dc3545;
  border-top-width: 3px;
}
.dropdown-toggle::after {
  margin-left: .355em;
  vertical-align: .1em;
  content: "";
  border-top: .25em solid;
  border-right: .2em solid transparent;
  border-bottom: 0;
  border-left: .2em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #dc3545;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active {
  background-color: #FFF;
}

/* MAIN MENU
-------------------------------------------------- */

.navbar-brand{
  height: 75px !important;
  vertical-align: middle;
}
.navbar-brand img{
  max-height: 65px !important;
  max-width: 190px;
}
.navbar-nav .nav-link{
  font-size: 18px;
  color: #5a5a5a !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
  color: #dc3545 !important;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-inner{
  height: auto;
}

.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel-item {
  height: 550px;
  overflow: hidden;
}*/

.carousel-item > img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*object-fit:cover;*/
  /*min-width: 100%;
  height: 550px;*/
  width: 100%;
  margin: auto;
  min-height:initial;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel-control-next, .carousel-control-prev{
  width:50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

/* MENTOR
-------------------------------------------------- */

.mentor_container{
  background-color: rgb(220, 53, 69, 0.1);
  position: relative;
  width: 100%;
  padding-top: 92.69%; /* 1:1 Aspect Ratio */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.avatar{
  border-width: 10px;
  border-style: solid;
  border-color: #DDD;
}

/* HEADING
-------------------------------------------------- */

.section-heading {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: -5px;
}

.section-heading h2 {
  display: inline-block;
  font-size: 40px;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
}

.section-heading h2::before {
  background: #dc3545 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

/* JUMBOTRON
------------------------- */

.jumbotron-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
}

/* PAGE HEADER
------------------------- */

.page-header {
  background-color: rgb(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header .jumbotron-heading{
  text-shadow: 0px 1px 1px #DDD;
}

.page-header .text-muted{
  text-shadow: 0px 1px 1px #fdfdfd;
}
/* FEATURETTES
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* CARD
-------------------------------------------------- */

.card-image{
  min-height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.02);
}
.card-title{
  text-align: center;
  font-weight: 400;
}
.card-text{
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.card-title{
  /*min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;*/
  font-size:22px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.card-tag{
  right:0px;
  bottom: -20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



/* COLOR THEME 
-----------------------------------------------------------*/
.page-header .jumbotron-heading {
  text-shadow: 0px 1px 1px #222;
}
.section-heading h2::before {
  background: var(--theme-color) none repeat scroll 0 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
  color: var(--theme-color) !important;
}
.nav .dropdown-menu, .navbar-nav .dropdown-menu{
  border-top-color: var(--theme-color);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--theme-color);
}
.text-theme{
  color : var(--theme-color);
}
.bg-theme{
  background-color : var(--theme-color);
}
.text-theme-secondary{
  color : var(--theme-color-secondary);
}
.bg-theme-secondary{
  background-color : var(--theme-color-secondary);
}
.btn-theme{
  background-color : #3498db;
  color: var(--theme-text-secondary);
}
.text-theme:hover{
  color : var(--theme-color-hover);
}
.btn-theme:hover{
  background-color : #5faee3;
  color: #EEE;
}
.carousel-caption {
  background-color : var(--slider-overlay);
  color: var(--theme-text);
}

.custom-control-input:checked~.custom-control-label::before {
  color:var(--theme-text);
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.ql-editor {
  line-height: 1.8;
}


/*---------------------------------------------------------------------- /
 CUSTOM CARDS
----------------------------------------------------------------------- */

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
	border:none;
    background: #fff;
    /**box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);**/
}

.card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card img {
    width: 100%;
    height: auto;
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
    margin-top: 15px;
}

.card .ftr div {
    display: inline-block;
}

.card .ftr .author {
    color: #888;
}

.card .ftr .stats {
    float: right;
    line-height: 30px;
}

.card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}


/* ============ Card Table ============ */

.table {
    margin-bottom: 0px;
}

.card .table {
    padding: 15px 30px;
}

.card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
    color: #FFFFFF;
}

.card [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
    color: #FFFFFF;
	
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}

.table>:not(caption)>*>* {
    background-color: transparent;
}


.card-header-white {
		min-height:150px;
    background: #f2f2f2;
		background-image: url(../images/ballot-bgh-white.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size : 101%;
		border:none;
		}
		.card-header-red {
		min-height:150px;
    background: #f2f2f2;
		background-image: url(../images/ballot-bgh-red.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size : 101%;
		border:none;
		}
		.card-header-green {
		min-height:150px;
    background: #f2f2f2;
		background-image: url(../images/ballot-bgh-green.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size : 101%;
		}
		.card-header-blue {
		min-height:150px;
    background: #f2f2f2;
		background-image: url(../images/ballot-bgh-blue.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size : 101%;
		}
		.card-header-grey {
		min-height:150px;
    background: #f2f2f2;
		background-image: url(../images/ballot-bgh-grey.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size : 101%;
		}

    @media screen and (max-width: 768px) {
      .card-header-white, .card-header-red, .card-header-green, .card-header-blue, .card-header-grey{
        background-size: 102%;
      }
    }
   
    .text-blue{
      color : #015592;
    }
    .card-green .card-header{
      background: linear-gradient(180deg, transparent 50%, #00A65A 50%);
      margin-top: -77px;
    }
    .card-red .card-header{
      background: linear-gradient(180deg, transparent 50%, #E10512 50%);
      margin-top: -77px;
    }
    .card-blue .card-header{
      background: linear-gradient(180deg, transparent 50%, #015592 50%);
      margin-top: -77px;
    }
    .card-grey .card-header{
      background: linear-gradient(180deg, transparent 50%, #525252 50%);
      margin-top: -77px;
    }
		.card-white .card-avatar1, .card-white .card-body{
		background-color : #ffffff;
		}
		.card-red .card-avatar1, .card-red .card-body, .bg-red{
		background-color : #E10512;
		}
		.card-green .card-avatar1, .card-green .card-body, .bg-green{
		background-color : #00A65A;
		}
		.card-blue .card-avatar1, .card-blue .card-body, .bg-blue{
		background-color : #015592;
		}
		.card-grey .card-avatar1, .card-grey .card-body, .bg-grey{
		background-color : #525252;
		}
		.c-bg{
		background: rgb(241,241,241);
        background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(236,236,236,1) 29%, rgba(255,255,255,1) 100%);
	}

  .bg-blue{
		background-color : #015592 !important;
		}
    .bg-grey{
      background-color : #525252 !important;
      }
      .bg-red{
        background-color : #E10512 !important;
        }
        .bg-green{
          background-color : #00A65A !important;
          }
	
	/* ============ Card Background ============ */

.card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
}

.card-background .table {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small {
    color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
    color: #FFFFFF;
    margin-top: 10px;
}

.card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    table: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}


/* ============ Card Profile ============ */

.card-profile {
    margin-top: 0px;
    text-align: center;
    border-radius: 0px;
}


/* ============ Card Category ============ */

.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}


/* ============ Card Author ============ */

.card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author a {
    color: #333;
    text-decoration: none;
}

.card .author a .ripple-cont {
    display: none;
}

.section-cards {
    z-index: 3;
    position: relative;
}

.section-gray {
    background: #f2f2f2;
    padding: 60px 0 30px 0;
}
/* #section-blue
{
  background:#005d9e;
  color: #fff;
} */

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
    margin-left: 6px;
    margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: 0px auto 0;
    border-radius: 50%;
    overflow: hidden;
    /*box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 
	0 4px 25px 0px rgba(0, 0, 0, 0.12), 
	0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
    margin-top: 0;
}


/**
* Template Name: Lumia - v4.3.0
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-nav .nav-link {
  font-size: 16px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f5a62;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #3498db;
}

.navbar .dropdown ul {
  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 rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.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: #3498db;
}

.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: #384046;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(33, 38, 42, 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: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}

.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: #3498db;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 75vh;
  background: url(../images/slider/bg-home1.png);
  background-size: cover;
  position: relative;
  margin-top: 0px;
  padding: 0;
}

#hero:before {
  /*content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;*/
}

#hero .overlay{
  background: rgba(56, 64, 70, 0.7);
}
#hero img {
  width: 151px; 
  margin-left: 271px;
  height: 11px; 
}



@media (max-width: 576px) {
  #hero img {
    display: none;
  }
  #hero1 img {
    display: none;
  }
  #hero h2 {
    display: inline;
    margin-top: 0px;
  }
}

#hero1 img {
  width: 151px;
  margin-left: 170px;
  margin-bottom: 20px;
  height: auto;
}
#hero .container {
  z-index: 2;
  margin-bottom: 100px;
}

#hero h1 {
  /* margin: 0 0 100px 0; */
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #ffffff;
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgb(255, 255, 255);
  margin:21px 0 0px 0;
  font-size: 30px;
}

#hero b {
  color: #C9F0FE;
}

#hero em {
  color: #C9F0FE; 
}

#hero1 h3 {
  color: black; /* Text color */
  font-size: 40px;
  margin-bottom: 20px; /* Adjust spacing as needed */
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  /* padding: 50px 5px;
  margin-left: -20px; 
  margin-top:-4px; */
  border-radius: 130px;
}

#hbtn{
  border-radius:10px;
  padding: 5px 25px;

}
#hero h5{
  font-weight: 250;
  margin-top: 28px;
  color: #C9F0FE; 
  font-size: 0.9rem;
  margin-left: 12px;
}


/* @media (max-width: 992px) {
  #hero {
    min-height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/


.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #3498db;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a, .what-we-do .icon-box:hover .icon i {
  color: #3498db;
}

.what-we-do ul {
  list-style: none;
  padding: 0;
  font-size: 17px;
}

.what-we-do ul li + li {
  margin-top: 10px;
}

.what-we-do ul li {
  position: relative;
  padding-left: 26px;
}

.what-we-do ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 20px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 17px;
}

.about ul li + li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 17px;
  color: #848484;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 25px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}


.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover i {
  background: #3498db;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  min-height: 100px;
}

.contact .php-email-form button[type="submit"], .contact .php-email-form button#contactSubmit {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5faee3;
}

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

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


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


#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}

#table-button
{
  width: 100%;
  border-radius: 15px !important;
  display: flex;
  justify-content: center;
}

#poll-button
{
  width: 50%;
}
.text-red
{
  color: #E10512;
}
.text-green
{
  color: #00A65A;
}
.text-grey
{
  color: #525252;
}
.text-best
{
  color: #FFE8A3;
}
.book-button
{
  display: flex;
  justify-content: center;
}
.book-button1
{
  display: flex;
  margin-top: -15px;
}
#support
{
  padding-bottom: 6rem;
}
@media (max-width:600px)
{
  .book-button
{
  margin-bottom: 2rem;
}

#support
{
  padding-bottom: 0rem;
}
}
#text-trans
{
font-Size:28px !important; 
color:#FFE8A3 !important;
}
