.bgc-yellow{
    background-color: #f98703;
}
.bgc-primary{
    background-color: #1a4b92;
}
.bgc-brown{
    background-color: #1a4b92;
}
.bgc-blue{
    background-color: #020878;
}
.text-brown{
    color: #1a4b92;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.focused-item .content.bgc-light-brown{
    background: #1a4b92;
}
.focused-item .content.bgc-light-green{
    background: #119754;
}
.main-header.header-two.fixed-header .header-upper{
    background: #1a4b92;
}
.main-header.menu-white .header-top > ul > li a i{
    color: #ffffff;
}
.main-header.menu-white .main-menu .navigation li li a:hover{
    color: #1a4b92;
}
.theme-btn.style-three .btn-text.hover, a.theme-btn.style-three .btn-text.hover{
    background: #ffffff;
    color: #020878;
}
.theme-btn.style-three .btn-text.normal, a.theme-btn.style-three .btn-text.normal{
    background: #1a4b92;
    color: #ffffff;
}
.home-two .theme-btn.style-three .btn-text.hover{
    color: #1a4b92;
}
.home-two .theme-btn.style-three .btn-text.hover i{
    color: #1a4b92;
}
.theme-btn.style-three .btn-text.normal i, a.theme-btn.style-three .btn-text.normal i{
    color: #ffffff;
}
.hero-content-two .sub-title{
    color: #ffffff;
    text-shadow: -1px 0px 0px #020878, 1px 0px 0px white, 0px -1px 0px white, 0px 1px 0px white;
}
.section-title .sub-title{
    color: #FFF;
    text-shadow: -1px 0px 0px #020878, 1px 0px 0px #020878, 0px -1px 0px #020878, 0px 1px 0px #020878;
}
section #bgvideo{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: black;*/
    background-image: linear-gradient(to right, #020878, transparent);
    opacity: 1;
    z-index: -1;
}
section video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: auto;
    height: auto;
    z-index: -2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow-x: hidden;
}
.scroll-top{
    background: #1a4b92;
}
.focused-item .content .icon{
    background: #ffffff;
}
.social-style-one a.facebook{
    background: #2374E1;
}
.social-style-one a.twitter{
    background: #1d9bf0;
}
.social-style-one a.instagram{
    background: #f60b5a;
}
.social-style-one a.youtube{
    background: #f00;
}
.widget-title{
    background: #020777;
}
.service-details-content .icon{
    background: #1a4b92;
}
.blog-three-item .content .blog-meta a{
    color: #1a4b92;
}
.blog-meta li i{
    color: #1a4b92;
}
.pagination{
    background: #1a4b92;
}
.copyright-text p a{
    color: #1a4b92;
}
.theme-btn .btn-text.hover, a.theme-btn .btn-text.hover{
    background: #1a4b92;
    color: #ffffff;
}
.banner-inner .page-title:after{
    background: #ffffff;
}
a:hover{
    color: #1a4b92;
}
.widget-recent-post ul li .content .date i{
    color: #1a4b92;
}