/* Main Rules */
.separator {background: #009de0;}
.tooltip-inner {background-color: #009de0;}
.tooltip.top .tooltip-arrow {border-top-color: #009de0;}
::-moz-selection {background: #009de0;}
::selection {background: #009de0;}
.btn-custom {border: 1px solid #009de0;}
.btn-custom:hover {background: #009de0;}
.btn-custom.reverse {background: #009de0;}
.btn-custom.reverse:hover {border: 1px solid #009de0;}
.btn-custom.light:hover {color: #009de0 !important;}

/* Color-Box Switch */
.color-switcher h6 {background: #009de0;}
.color-switcher .switcher-btn {background: #009de0;}
.color-switcher .map-styles li a:hover {background: #009de0;}

/* Home Section */
#home .navbar span.colored-brand {background: #009de0;}
#home .navbar .nav>li>a:focus, #home .navbar .nav>li>a:hover {color: #009de0;}
#home .navbar.scrolled .navbar-brand {color: #009de0;}
#home .navbar.scrolled .navbar-toggle .icon-bar {background-color: #009de0;}
#home .navbar.scrolled .nav .active a {background: #009de0;color:#fff;}
.hero-content-wrapper .hero-content span.dot {background: #009de0;}
#home .go-down:hover {background: #009de0; border-color: #009de0;}

/* About Section */
#about .info-tabs .nav-tabs>li>a {background: #009de0;}
#about .info-tabs .nav-tabs>li.active>a,
#about .info-tabs .nav-tabs>li.active>a:focus,
#about .info-tabs .nav-tabs>li.active>a:hover,
#about .info-tabs .nav-tabs>li>a:hover {border-color: #009de0;}
#about .info-tabs .tab-content {border: 1px solid #009de0;}

/* Ready Section */
#ready {background: #009de0;}

/* Was Section */
#was .service i:after {box-shadow: 0px 0px 0px 4px #009de0;}
#was .service:hover i {background: #009de0;}
#was .service.yes i:after {box-shadow: 0px 0px 0px 4px #28a745;}
#was .service.yes:hover i {background: #28a745;}
#was .service.no i:after {box-shadow: 0px 0px 0px 4px #dc3545;}
#was .service.no:hover i {background: #dc3545;}

/* Skills Section */
#skills .skill .chart span.percent {color: #009de0;}

/* Testimonials Section */
#testimonials .carousel .carousel-indicators li.active {background: #009de0;}
#testimonials .carousel .carousel-control {border: 1px solid #009de0;}
#testimonials .carousel .carousel-control:hover {background: #009de0;}

/* Experiences Section */
#experiences .timeline .event .event-left i {color: #009de0;}
#experiences .timeline .event .event-left h4 {background: #009de0;}
#experiences .timeline .event .event-right::before {background: #009de0;}
#experiences .timeline .event .event-right::after {border: 2px solid #009de0;}

/* Contact Section */
#contact .call-info i {background: #009de0;}
#contact .call-info:hover .info-wrapper {background: #009de0;}
#contact .call-info:hover i {color: #009de0;}
#contact form #submit:hover {background: #009de0; border-color: #009de0;}

/* To Top Button */
#toTop {background: #009de0;}

/* -------------------------------------
              Media Queries
* ------------------------------------- */
@media (max-width: 991px) { 
	/* Adjusting the navbar */
	#home .navbar .nav .active a, #home .navbar .navbar-brand {color: #009de0;}
	#home .navbar .navbar-toggle .icon-bar {background: #009de0;}
}