/*===================== 
	Premery bg color 
=====================*/

/* Hex */

.bg-primary,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.widget-title:after,
.widget-title:before,
.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,
.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,
.site-filters .active>[class*="site-button"],
.testimonial-text.bg-primary,
.owl-theme.dots-style-2 .owl-dots .owl-dot.active span,
.owl-btn-1.primary .owl-prev,
.owl-btn-1.primary .owl-next,
.owl-btn-2.primary .owl-prev,
.owl-btn-2.primary .owl-next,
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span,
.icon-bx-wraper.hover:hover,
.portfolio-ic .img-overlay1:before,
.box-bg.active .icon-box-btn .site-button,
.accordion.primary .acod-head a,
.side-bar .widget_tag_cloud a:hover,
.box-services:hover,
.testimonial-center .owl-item.active .item>[class*="testimonial"]:after,
.testimonial-center .owl-item.active .item>[class*="testimonial"]:before,
.medi-about .box-services:hover,
.daz-footer-img:after,
.navs1 .header-nav .nav>li.active>a,
.navs1 .header-nav .nav>li:hover>a,
.navs1 .header-nav .nav>li .sub-menu,
.navs1 .header-nav .nav>li .mega-menu,
.navs2 .header-nav .nav>li>a:after,
.img-overlay1:before,
.img-overlay1:after,
.img-overlay2:before,
.img-overlay2:after,
.img-overlay3:before,
.img-overlay3:after,
.footer-top,
.footer-bottom,
.our-history li a.active {
    background-color: #2157b1;
}

/*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,
.owl-btn-1.primary .owl-prev:hover,
.owl-btn-1.primary .owl-next:hover,
.owl-btn-2.primary .owl-prev:hover,
.owl-btn-2.primary .owl-next:hover,
.blog-categories li a:hover,
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
    background-color: #f26223;
}

.about-us .tabs .nav-tabs li.active {
    border-right: 4px solid #1c2765;
}

/* Rgba color */

.info-has.bg-primary,
.info-has.bg-secondry:hover,
.tp-bannertimer.tp-bottom,
.box-bg.active .icon-bx-wraper,
.team-section .team-content {
    background-color: rgba(39, 50, 114, 0.9);
}

/* Box Shadow */

.side-bar .widget_tag_cloud a:hover {
    box-shadow: 5px 5px 10px 0 rgba(39, 50, 114, 0.15);
}

/*===================== 
	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-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,
.tabs .nav-tabs>li>a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.site-button.outline,
.site-button-link:hover,
.item-info-in ul li a:hover,
.post-meta.text-primary i,
.post-meta.text-primary ul li,
.post-meta.text-primary ul li a,
.post-meta i,
.comments-area p:before,
.header-nav .nav>li>a.nav-link.active {
    color: #273272;
}

/*===================== 
	Premery border color 
=====================*/

.navbar-toggle,
button.scroltop,
blockquote,
.widget_gallery li:hover,
input[type="checkbox"]:checked+label:before,
input[type="checkbox"]+label:hover:before,
input[type="radio"]+label:hover:before,
.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover,
.side-bar .widget_tag_cloud a:hover {
    border-color: #273272;
}

.header-nav .nav>li ul li:hover>a,
.service-list li.active a {
    border-left: 3px solid #273272;
}

.widget-title.style-1:before {
    box-shadow: 3px 0 0px 0 #fff, 6px 0px 0px 0 #273272;
}

/*===================== 
	Secondery bg color
 =====================*/

.bg-secondry {
    background-color: #2d3239;
}

/*===================== 
	Secondery text color
 =====================*/

.text-secondry {
    color: #2d3239;
}