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

::selection {
 background: #283986;
}
::-moz-selection {
 background: #283986;
}
::-webkit-selection {
  background: #283986;
}

/* Premery bg Hex color*/
.bg-primary,
.nav-line-animation > li > a:before,
.nav-line-animation > li > a:after,
.input-animate.input .spin,
.wt-separator:after,
.work-hover-grid h5,
.sep-line-one:after,
.wt-separator:before,
.sep-line-one:before,
.site-button-link::before,
.our-team-two h5,
.play-now .icon,

.filter-navigation a::before,
.f-social-link.social-icons li a:after,
.footer-link ul li a::before,
.our-team-one .team-bg,
.our-team-one ul li a:hover,

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus ,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
ol.comment-list li.comment .reply a::before,
.contact-one .form-control:focus + .spin,
.cssload-box-loading::after,
.is-fixed .header-center .navbar-toggle .icon-bar,
.wt-title-small::after,
.wt-post-readmore a::after,
.owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot.active span,
.why-choose-half-section::after,
.line-filter a.v-button::after,
.site-button-link::after,
.wt-team-one .social-overlay .team-social-icon li:hover,
.video-section::after,
.step-blocks-one,
.step-blocks-three,
.animation-block1,
.animation-block2,
.animation-block3,
.animation-block4,
ol.comment-list li.comment .reply a:after,
.acc-bg-dark .acod-head .indicator,
.header-nav.nav-animation .nav  > li > a:after,
.header-nav.nav-animation .nav  > li > a:before,
.header-nav.nav-animation .nav  > li > ul.sub-menu li > a:after,
.line-filter a:hover.v-button::after{
	background-color:#283986;
}



/* Premery hex buttons bg color*/
.site-button {
	background-color:#283986;
	color: #fff;
}
.site-button:hover,
.site-button:focus,
.site-button:active{
	background-color:#da4386;
}

.site-button:hover,
.site-button:focus,
.site-button:active,
.our-team-one:hover .team-bg, .our-team-one.hover .team-bg{
	background-color:#1f3334;
}

/*===================== 
	Premery text color 
=====================*/
/* Premery text Hex color*/
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover,
.text-primary,
ul.primary li::before,
button.scroltop,

.header-nav .nav > li:hover > a,
.header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li .sub-menu li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,

.header-nav .nav > li.active > a, 
.header-nav .nav > li.current-menu-item > a,
.header-nav .nav li.has-child.nav-active > a,

ol.comment-list li.comment .reply a,

.masonry-filter > li.active a, 
.masonry-filter > li a:hover, 
.masonry-filter > li a:active, 
.masonry-filter > li a:focus,
.nav-dark.header-nav .nav > li .sub-menu li a:hover,
.site-button-link::after,

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-nextt:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,

.our-team-two ul li a:hover,


.testimonial-5 .testimonial-paragraph .fa-quote-left,
.f-social-link.social-icons li a,
.footer-link ul li a:after,
.site-footer .widget-section > ul > li a:hover,
.has-child .submenu-toogle,
.nav-dark.header-nav .nav > li > a:hover, .nav-dark.header-nav .nav > li > a:active, .nav-dark.header-nav .nav > li > a:focus,
.site-footer .widget_services ul li a:hover,
.line-filter a.v-button,
.acc-bg-dark .acod-head .fa{
	color:#283986;
}

.owl-prev,
.owl-next {border: 2px solid #283986; color:#283986}

@media only screen and (max-width:991px) {
.contact-slide-show.text-white,
.bg-primary .site-search-btn {
	color:#283986;
}
}

/*===================== 
	Premery border color 
=====================*/

/* Premery Hex border color*/
.site-button:after,
.site-button:before,
.tp-thumbs-inner-wrapper .tp-thumb.selected:after,
ol.comment-list li.comment .comment-body,
.wt-team-one:hover::after{
	border-color:#283986;
}
.hover-border:hover::after {
    border-bottom-color: #283986;
    border-left-color: #283986;
}

.hover-border:hover::before {
    border-top-color: #283986;
    border-right-color: #283986;
}

.site-button:hover:before,
.site-button.hover:before,
.site-button:hover:after,
.site-button.hover:after {
	border-color:#1f3334;
}

/*===================== 
	Secondery bg hex color
 =====================*/
 
/* Secondery hex buttons bg color*/
.site-button-secondry,
.nav-dark.header-nav .nav > li .sub-menu,
.nav-dark.header-nav .nav > li .mega-menu{
	background-color:#1f3334;
}


.site-button-secondry:hover,
.site-button-secondry:focus,
.site-button-secondry:active {
	background-color:#247E86;
}

.site-button-secondry:hover:before,
.site-button-secondry.hover:before,
.site-button-secondry:hover:after,
.site-button-secondry.hover:after {
  border-color: #247E86;
}



a:active, a:hover, a:focus {
    color: #1f3334;
}
/* Secondery hex text color*/
.text-secondry {
	color:#1f3334;
}
/* Secondery hex background color*/
.bg-secondry {
	background-color:#1f3334;
}

.notification-animate::before {
    border: 5px solid rgba(80, 170, 178, 0.2);
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #484848;
}

.owl-prev:hover, .owl-prev:active, .owl-prev:focus, .owl-next:hover, .owl-next:active, .owl-next:focus {
    background-color: #283986;
    border-color: #283986;
}