/*===================== 
	Premery bg color 
=====================*/

/* Hex */
.bg-primary,
.meet-ask-row:after,
.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before,
.dez-tilte-inner.skew-title:after,
.date-style-2 .post-date,
.date-style-3.skew-date .post-date,
.date-style-3.skew-date .post-date:before,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.widget-title:after,
.site-button,
.comments-area .comment-form p input[type="submit"],
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.footer-line:after,
.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,
.site-filters .active > [class*="site-button"],
.list-num-count > li:before,
.date-style-4 .post-date strong,
.date-style-3 .post-date,
.date-style-2 .post-date,
#myNavbar li.active a,
.skew-angle:after,
.header-style-4.style-1 .header-nav .nav > li.active a:before,
.header-style-4.style-1 .header-nav .nav > li:hover > a:before,
.dez-project-left:after,
.service-carousel .owl-prev, 
.service-carousel .owl-next,
.about-us .dez-tabs .nav-tabs li.active a,
.progress .progress-bar,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span {
    /*background-color: #0D6BEA;*/
    background-color: #51B9DC;
}

/*Hex color :hover */
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button,
.bg-primary-dark,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus ,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.progress .progress-bar span {
    /*background-color: #004BBF;*/
    background-color: #51B9DC;
}
.about-us .dez-tabs .nav-tabs li.active{
	border-right: 4px solid #51B9DC;
}
.progress .progress-bar span:before{
	border-top: 8px solid #51B9DC;
}

/* Rgba color */
.dez-info-has.bg-primary,
.dez-info-has.bg-secondry:hover,
.tp-bannertimer.tp-bottom {
    background-color: rgba(69, 200, 245, 0.6);
}

/*===================== 
	Premery text color 
=====================*/
a,
.text-primary,
.primary li:before,
.breadcrumb-row ul li a,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover,
blockquote:before,
ol.comment-list li.comment .reply a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
button.scroltop,
.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.testimonial-3 .quote-left:before,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.dez-tabs .nav-tabs > li > a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.creative-work .filters li.active a,
.creative-work .filters li:hover a,
.header-nav .nav > li > a.active, 
#myNavbar li.active a  {
    color: #51B9DC;
}

/*===================== 
	Premery border color 
=====================*/
.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
blockquote,
.widget_gallery li:hover,
.owl-dots-style .owl-dots .owl-dot.active span,
.header-nav .nav > li > a.active,
#myNavbar li.active a{
    border-color: #51B9DC;
}
.draw:hover:after {
    border-bottom-color: #51B9DC;
    border-left-color: #51B9DC;
}
.draw:hover:before {
    border-top-color: #51B9DC;
    border-right-color: #51B9DC;
}
.pricingtable-wrapper.active .pricingtable-inner{
	box-shadow:0 0 0 2px #51B9DC inset;
}
/*===================== 
	Secondery bg color
 =====================*/
.bg-secondry {
    background-color: #2d3239;
}

/*===================== 
	Secondery text color
 =====================*/
.text-secondry {
    color: #2d3239;
}

/*===================== 
	Custom
 =====================*/
.text-aroma{
    color: #1391B5!important;
}
.bg-aroma{
    background-color: #1391B5!important;
}

.draw-aroma:hover:after {
    border-bottom-color: #1391B5!important;
    border-left-color: #1391B5!important;
}
.draw-aroma:hover:before {
    border-top-color: #1391B5!important;
    border-right-color: #1391B5!important;
}
.text-music{
    color: #B9D762!important;
}
.bg-music{
    background-color: #B9D762!important;
}

.draw-music:hover:after {
    border-bottom-color: #B9D762!important;
    border-left-color: #B9D762!important;
}
.draw-music:hover:before {
    border-top-color: #B9D762!important;
    border-right-color: #B9D762!important;
}

.text-audio{
    color: #EDA027!important;
}
.bg-audio{
    background-color: #EDA027!important;
}

.draw-audio:hover:after {
    border-bottom-color: #EDA027!important;
    border-left-color: #EDA027!important;
}
.draw-audio:hover:before {
    border-top-color: #EDA027!important;
    border-right-color: #EDA027!important;
}

.text-digital{
    color: #9B71A7!important;
}
.bg-digital{
    background-color: #9B71A7!important;
}

.draw-digital:hover:after {
    border-bottom-color: #9B71A7!important;
    border-left-color: #9B71A7!important;
}
.draw-digital:hover:before {
    border-top-color: #9B71A7!important;
    border-right-color: #9B71A7!important;
}


.text-audio-video{
    color: #EE7454!important;
}
.bg-audio-video{
    background-color: #EE7454!important;
}

.draw-audio-video:hover:after {
    border-bottom-color: #EE7454!important;
    border-left-color: #EE7454!important;
}
.draw-audio-video:hover:before {
    border-top-color: #EE7454!important;
    border-right-color: #EE7454!important;
}

.text-equipo{
    color: #51B9DC!important;
}
.bg-equipo{
    background-color: #51B9DC!important;
}

.draw-equipo:hover:after {
    border-bottom-color: #51B9DC!important;
    border-left-color: #51B9DC!important;
}
.draw-equipo:hover:before {
    border-top-color: #51B9DC!important;
    border-right-color: #51B9DC!important;
}
