

.display-4 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
	background-color: #FFFFFF;

}

.dropdown-menu-sub {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin-top: 0px !important;
   
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active {
    color: #7f7f7f;
	
	
}
	/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}




.carousel-indicators li {
    display: block;
    background: #ffffff;
    position: relative; 
	border-radius:100%; 
	border: 1px solid #bbb5b5;

	
}
.carousel-indicators li.active {
    background: #bbb5b5;
}
.dropdown-menu{border-radius: 0rem;}


@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

 
  .popover-header {
      display: none;
  }
  .popover {
    max-width:100%; 
	 border: none;
	background-color: #F5F5F5; 
	border-top: 1px solid #C2BABA; 
	
  }

  .popover-body {
    border: none;
    padding: 20px 49.4px 24px 24px;
    font-size: 15px; 
    z-index: 2;
    line-height: 1.53;
    letter-spacing: 0.1px;
}
    
@media (min-width: 1200px) {
.container, .container-sm, .container-md,  .container-xl {
    max-width: 1260px;
}
}
@media (min-width: 1200px) {
 .container-lg {
    max-width: 100%;
}
}

.dropdown-submenu {
    position: relative;
}
.dropdown-menu{ width: 250px;}
.dropdown-menu li{
padding: 10px;	
border-bottom: 1px solid #F3F3F3;	
}
.dropdown-submenu li {
    padding: 10px; 
	border-bottom: 1px solid #F3F3F3;
}
.dropdown-submenu li a {
    color: #000000; 
	font-weight: 500; 
	text-decoration: none
}
.dropdown-menu li a {
    color: #000000; 
	font-weight: 500; 
	text-decoration: none
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.hedar_bg{background: url("../img/header_bg.png") no-repeat; min-height: 500px;}

#myVideo {
  position:relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */

.content {
  position: absolute;
  color: #f1f1f1; 
  bottom: 14%;
  width: 100%;
  padding: 20px; 
  z-index: 9999;
}

.content h1{ font-size:4.5rem; font-weight: 600}
.content h2{ font-size:3.0rem; font-weight: 600}

/* > Process Styles */
.process-wrap {
  width: 80%; 
	margin-top: 100px;
	margin-bottom: 100px;
 
}
.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}
.col-3 {
  width: 25%;
  position: relative;
}
.col-3:first-child .process-step:before {
    content: '1';
}
.col-3:nth-child(2) .process-step:before{
    content: '2';
}
.col-3:nth-child(3) .process-step:before {
    content: '3';
}
.col-3:nth-child(4) .process-step:before{
    content: '4';
}
.col-3:nth-child(5) .process-step:before{
    content: '5';
}
.process-main .col-3:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 20px);
    right: 0;
    background: #6D9C41;
    border: 2px #6D9C41 solid;
   -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
     transition: .4s;
}
.process-step-cont {
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border: 3px #6D9C41 solid;
    border-radius: 100%;
    line-height: 0;
    background: #FFFFFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #6D9C41;
    width: 35px;
    height: 35px;
    font-weight: 600;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}
.process-label {
    color: #000000;
    font-weight: 400;
     width: 100%;
     text-align: center;
}
.process-dots {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}
.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%; 
    padding-top: 5px;
}

dia screen and (max-width: 640px) {
  .process-main {
    flex-wrap: wrap;
  }
  .col-3 {
    width: 50%;
  }
  .process-main .col-3:nth-of-type(3):not(:first-child):before {
    top: -19.5px;
    left: calc(-50% + 145px);
    transform: rotate(150deg);
  }
}

