@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogooser.woff2') format('woff2'),
    url('../fonts/Cocogoose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cabin-Regular';
    src: url('../fonts/Cabin-Regularr.html') format('woff2'),
    url('../fonts/Cabin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Patua';
    src: url('../fonts/Patua.woff2') format('woff2'),
    url('../fonts/Patua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* HEADER */
 .top-header .navbar{
     padding: 5px 0px;
}
 .top-header {
     background-image: url("../images/header_img.jpg");
     position: relative;
     top: 0px;
     left: 0px;
     width: 100%;
     margin: 0 auto;
     z-index: 20;
     background-position: left;
     background-repeat: no-repeat;
     background-color:#2e3191;
     background-size: auto 100%;
}
.top-header .navbar .navbar-collapse ul li a {
    text-transform: uppercase;
    font-size: 17px;
    padding: 7px 30px;
    position: relative;
    font-weight: 900;
    overflow: hidden;
    color: #EDEEF0;
    font-family: 'Montserrat-Regular';
}
a.navbar-brand {
    left: 10%;
    position: relative;
}
 .top-header .navbar .navbar-collapse ul li a.active {
}
 .top-header .navbar .navbar-collapse ul li a:hover, .top-header .navbar .navbar-collapse ul li a:focus {
     background: transparent;
     color: #fff;
     border-radius: ;
}
 .search_icon.nav-link img {
     width: 25px;
}
 .top-header .navbar .navbar-collapse ul li {
     margin: 0 2px;
}
 .top-header.fixed-menu {
     width: 100%;
     position: fixed;
     box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     background: #fff;
     z-index: 20;
}
 .navbar-toggler {
     border: 2px solid #2e3191;
     border-radius: 0;
     margin: 15px 15px;
     padding: 8px 8px;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .navbar-toggler span {
     background: #2e3191;
     display: block;
     width: 22px;
     height: 2px;
     margin: 0 auto;
     margin-top: 0px;
     margin-top: 0px;
     -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     border-radius: 1px;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .navbar-toggler span + span{
     margin-top: 5px;
}
 .navbar-toggler:hover {
     border: 2px solid #0892fd;
}
 .navbar-toggler:hover span{
     background: #0892fd;
}
/* search bar */
.search-box {
    position: absolute;
    top: 0;
    right: 140px;
    height: auto;
    padding: 0;
    margin-top: 12px;
    border-radius: 10px;
    background: transparent;
    width: 11%;
}
 .search-box:hover .search-txt{
     width: 240px;
     padding: 0 10px;
}
.top-header #navbar-wd {
    padding-right: 20%;
}
.search-btn {
    float: right;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}
 .search-txt {
     border: none;
     outline: none;
     float: left;
     padding: 0;
     color: #000;
     font-size: 14px;
     line-height: 41px;
     width: 0;
     transition: width 400ms;
     background: #fff;
     padding: 0;
     font-weight: 300;
}
 .theme_color {
     color: #2E3192;
}
/*footer*/
.footer-box {
    background: #072745;
    padding: 50px 0;
}
 .footer-box .footer-company-name {
     text-align: center;
     margin: 0px;
     color: #333;
     font-size: 13px;
     font-weight: 400;
     padding-top: 2px;
}
 .footer-box .footer-company-name a {
     color: #333;
     text-decoration: underline !important;
}
 .footer-box .footer-company-name a:hover {
     color: #e91327;
}
.footer-box p {
    color: rgba(255, 255, 255, 0.5);
    text-align: justify;
    font-size: 17px;
    font-family: monospace;
}
.footer-box #menu-company i {
    color: #00A551;
    margin: 0 9px 0px 0px;
    font-size: 16px;
    font-weight: 400;
}
.footer-box ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-align: justify;
    font-size: 17px;
    font-family: monospace;
    text-transform: capitalize;
}
.footer-box ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
	padding-left: 5px;
}
.footer-box h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: monospace;
    letter-spacing: 0.5px;
    font-size: 23px;
}
.footer-box ul.social_icon li a {
    width: 35px;
    height: 35px;
    background: #fff;
    float: left;
    border-radius: 100%;
    text-align: center;
}
.footer-box ul.social_icon li a:hover {
    background: #00a551;
    padding: 0;
}
.footer-box ul.social_icon li i {
     color: #000 !important;
     line-height:35px;
}
.footer-box ul.social_icon li {
     float: left;
     margin: 0 5px;
}
 .footer_bottom {
     background:#05223D;
     padding: 15px 0;
}
 .footer_bottom p.crp {
     float: left;
     margin: 0;
     color: #fff;
     font-size: 15px;
}
.footer_bottom p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: monospace;
    font-size: 16px;
}
.footer-box .contact img {
    width: 12%;
    margin: 0 10px 0px 0px;
}
p.d-d {
    float: right;
    text-transform: capitalize;
}
.d-d a {
    color: #072745;
    font-weight: 600;
}
.footer-box .logo img {
    margin: 0 0 20px 0px;
}
.footer-box .contact h3 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    font-family: monospace;
}
.top-header.fixed-menu .search-btn {
    background: #fff;
}
.top-header.fixed-menu .navbar .navbar-collapse ul li a{
	color:#2E3191;
}
 .top-header.fixed-menu .search-box:hover .search-txt {
     width: 240px;
     padding: 0 10px;
     border: solid #000 1px;
     height: 41px;
}
 .top-header.fixed-menu ul li:hover a, .top-header.fixed-menu ul li:focus a {
     color: #00A551 !important;
}
.top-header.fixed-menu ul li a{color:#072745;}
.contact span {
    width: 84%;
    display: block;
    float: right;
}





