#brochure-btn:hover{
    color:white;
    background-color:#5bc0de;
    border-color: #5bc0de;
}
.nav-icon{
   color: white; 
}

.nav-item a{
    color: #eeeeee;
}

nav{
    font-family:Verdana, sans-serif,Tahoma, sans-serif;
}

nav a:hover{
    border-radius: 4px;
    color:#393e46;
    font-weight: bolder;
    padding: -4px;
}
.bg-gray{
    background-color: #eeeeee;
}

#main-shape {
    position: relative; 
    background: url(../assets/svg/wave4.svg) no-repeat;
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 290px;
    z-index:98;
    
}
/*Politics Section*/
#section-politics{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*
.main-sect-lettering h1{
    font-style: oblique;
    font-size: 3vw;
    color:#00ADB5;
}*/
.main-sect-lettering h2{
    color:#222831;

}
/*OUTLIERS TEXT SECTION*/
#main-text{
    transform:translate(70%,-250%);
    z-index: 100;
    width: 30%;
}
.main-sect-lettering{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


.main-sect-lettering h2:hover{
    color:#eeeeee;
}
#section-our-company{
    position: relative; 
    background:white;
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%;
    border-radius: 4px;

}/*
#section-pre{
    position: relative; 
    background: #393f46;
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%;
}*/
#section-send-query{
    position: relative; 
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%;
}
#section-services-product{
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%
}
#section-prices-main-services{
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%
}
#section-our-customers{
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%
}
#section-blog{
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%
}
#section-contact-us{
    position: relative; 
    padding-bottom: 2em;
    min-width: 100%;
    min-height: 20%;
}
#logo_oc img{
    margin-top: -8em;
    border-radius: 50%;
    width: 50%;
    height: 20%; 
}
ul.list-tracker{
    list-style-type: none;
    position: relative;
}
/*
#list-history-item::before{
    border-radius: 50%;
    background-color: #393e46;
    border-color: #393e46;

}*/
ul.list-tracker ::before{
    content: ' ';
    position: absolute;
    display: inline-block;
    top:0.5%;
    left:29px;
    height:100%;
    width: 4px;
    background:#eeeeee;
    z-index: 400;
}
ul.list-tracker > li  {
    margin: 20px 0;
    padding-left: 20px;
    
}
ul.list-tracker>li::before {
    content: ' ';
    background: white;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #00ADB5;
    left: -30px;
    width: 20px;
    height: 20px;
    z-index: 401;
}
/*
#history{
    padding: 0;
}*/
h5#query-text{
    color:#00ADB5;
}
h5#query-text:hover{
    color:#eeeeee;
}
.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
#services-chunk > span > i{
    color:white;
}

/*FOOTER STYLING*/
/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #5bc0de !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
