body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2c;
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}



ul/ol {
    margin: 0 0 0 10px;
}

li {
    margin: 0 0 10px 0;
}

button {
    display: block;
}

a {
    text-decoration: none;
}

/* ============== Home Page Css starts ============== --*/
.top-header {
    /*background: url(../images/topbg.jpg) no-repeat;*/
    width: 100%;
    height: 42px;
    background-size: cover;
    background:#384474;
}

.breaking-box a {
    color: #fff;
    text-decoration: none;
}

.news p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.breaking-box a {
    font-size: 13px;
}

.nos {
    /*padding: 0;*/
}
.newticker .col-md-11{
    text-align:right;
}
marquee {
    width: 85%;
}

.newticker,
.header-top-right {
    padding-top: 6px;
}

.breaking-box a.viewall {
    float: right;
    cursor: pointer;
    text-align: right;
    margin-right: -48px;
}
.breaking-box a.viewall:hover{
    color: #000;
}

.header-top-right ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
}

.header-top-right ul {
    padding-left: 5px;
}

.header-top-right ul li a {
    color: #fff;
}

.header-top-right ul li.login .show-on-hover:hover>ul.dropdown-menu {
    display: block;
}

.header-top-right ul li.login ul {
    padding: 10px 0;
    background: #0a2252;

}

.header-top-right ul li.login ul li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding: 0 10px 10px;
}

.header-top-right ul li.caa,
.header-top-right ul li.caa button {
    background: #125;
    border-radius: 5px;
    color: #fff;
}
.header-top-right ul li.caa:hover,
.header-top-right ul li.caa button:hover{
   background: #dd974e;
}
.header-top-right ul li.login a button {
    color: #fff;
    padding: 0px;
}

.header-top-right ul li.login a:hover {
    text-decoration: none;
}

.header-top-right ul li.login ul:last-child {
    padding: 0;
}

.header-top-right ul li.login ul li:last-child {
    border: none;
    margin: 0;
}

.header-top-right ul li.login i {
    font-size: 14px;
    padding-right: 5px;
}

.header-top-right ul li a {
    padding: 3px 5px;
    margin: 0px;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.header-top-right ul li.caa button {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 0px 5px;
}

.bottom-header img {
    /*width: 100px;*/
    height: 100px;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.menu ul li a,
.menu ul li button {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}

.menu ul {
    padding-left: 0;

}
.navbar-brand img{
    width:250px;
    object-fit:contain;
}

.menu ul li {
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.navbar.navbar-expand-md.navbar-dark {
    padding: 0;
}

.menu ul li .show-on-hover:hover>ul.dropdown-menu {
    display: block;
}

.menu ul li ul {
    min-width: 240px;
    background: #fff;
    padding: 0;
}

.menu ul li ul li {
    border: 1px solid #e9ecef;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #125;
}

.menu ul li ul li a {
    font-weight: normal;
    font-size: 12px;
    text-decoration: none !important;
    color: #fff !important;
    display: block;
}

.menu ul li ul li:hover,
.header-top-right ul li.login ul li:hover {
    background: #dd974e !important;

}

.menu ul li.abt button {
    padding: 0;
    margin-bottom: 3px;
}

.menu ul li a {
    text-decoration: none;
    cursor: pointer;
}

.menu ul li a:hover,
.menu ul li.abt button:hover {
    color: #dd974e;
}

.services {
    /*background: url(../images/2.jpg) no-repeat;*/
   

    padding: 30px 0 50px 0;
}

.services h2 {
    color: #384474;
    font-size: 30px;
    font-weight: normal;
}

.services p {
    color: #000;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.service-slider {
    margin-top: 30px;
}

.service-slider img {
    width: 100%;
    height: 180px;
    border: 1px solid #ccc;
}

.service-slider .slick-prev:before,
.slick-next:before {
    color: #dd974e;
    opacity: 1;
}

.service-slider h6 {
    background: #384474;
    padding: 10px;

    text-transform: uppercase;
}

.service-slider h6 a {
    color: #fff;
    text-decoration: none;
}

.service-slider h6 a:hover {
    color: #ccc;
}

.box-detail .table-bordered {
    border: 1px solid #dee2e6 !important;

}

.box-detail p {
    border: 1px solid #ccc;

    margin: 0;
    padding: 10px;
    border-bottom: 0;
}

.box-detail .diff {
    color: #dd974e;
}

.boxes {
    background: #fff;
}

.box-wrap h6 {

    color: #fff;

    margin: 0;
}

.box-wrap .card-header {
    background: #dd974e;
    border-radius: 0;
}

.box-wrap .card {
    border-radius: 0;
}

.box-wrap {
    background: url(../images/2.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 30px 0 50px 0;
}

.box-detail a {
    text-decoration: none;
    padding: 10px 0;
    color: #000;
}

.box-detail a:hover {
    color: #384474;
}

.box-detail img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.forex tr {
    font-size: 12px;
}

.forex tr td {
    padding: 8px !important;
}

.box-detail p.nepalexchange {
    background: #384474;
    color: #fff;
    margin: 0;
    text-align: center;
}

.notices h6 {
    background: #dd974e;
    border-radius: 0;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.notices ul {
    padding: 1.25rem;
    background: #fff;
}

.notices ul li {
    position: relative;
    list-style: none;
    padding-left: 15px
}

.notices ul li:after {
    position: absolute;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 7px;
}

.notices ul li a {
    text-decoration: none;
    color: #000;
}

.banking-hour .card-body {
    min-height: 440px;
}

.box-wrap a.viea {
    background: #384474;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.box-wrap a.viea:hover {
    background: #dd974e;
    text-decoration: none;
}

footer {
    background: rgb(235, 235, 235);
    padding-top: 60px;
    /*font-family: 'Playfair Display', serif;*/
    padding-bottom: 0px;
}

footer h6 {
    margin-bottom: 20px;
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer ul {
    padding-left: 15px;
}

footer ul li {
    list-style: none;
    position: relative;
}

footer ul li a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

footer ul li a:hover {
    color: #dd974e;
    text-decoration: none;
}

footer ul li:after {
    position: absolute;
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    left: -10px;
    top: 6px;
}

.payment-slider img {
    width: 100%;
}

.payment-slider .slick-next.slick-arrow,
.payment-slider .slick-prev.slick-arrow {
    display: none !important;
}

.digpay h6 {
    font-size: 11px;
    margin: 0;
}

.footercontact ul li:after {
    content: none;
}

.footercontact ul {
    padding-left: 0;
}

.footercontact i {
    padding-right: 5px;
}

.footercontact ul li {
    display: inline-block;
}

.footercontact ul li.social {
    width: 25px;
    height: 25px;
    background: #384474;
    line-height: 25px;
    text-align: center;

}

.footercontact ul li.social:hover {
    background: #dd974e;
}

.footercontact ul li.social a {
    color: #fff;
}

.footercontact ul li.social i {
    padding: 0;
}

.footercontact ul li.mobilapp {
    padding: 8px 15px;

}

.footercontact ul li.mobilapp a,
.footercontact ul li.mobilapp i {
    color: #fff;
}

.footercontact ul li.android {
    background: #a0c037;
}

.footercontact ul li.ios {
    background: #000;
}

.footerinfo img {
    width: 90px;
    height: 90px
}

.footerinfo ul li:after {
    content: none;
}

.footerinfo i {
    padding-right: 5px;
}

.footerinfo ul {
    padding-left: 0;
}

.bottom-footer {
    background: rgba(148, 151, 151, 0.3);
    padding: 15px 0;
}

.bottom-footer p {
    color: #212529;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}

.menu ul.main-nav {
    list-style-type: none;
    padding: 0px;
    font-size: 0px;
    max-width: 1000px;
    margin-left: 32px;
    margin-bottom: 0;
}

.menu ul.main-nav>li {
    display: inline-block;
    padding: 0;
}




.menu ul.main-nav>li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

.menu ul.main-nav>li>div.sub-menu-block {
    visibility: hidden;
    background-color: #f9f9f9;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    color: #333;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    border: 1px solid #ccc;
    opacity: 0;

    /*CSS animation applied for sub menu : Slide from Top */
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
}

.menu ul.main-nav>li:hover>div.sub-menu-block {
    background-color: #f9f9f9;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.menu .sub-menu-block {
    padding: 20px
}

.search-box {
    background: #E8E8E4;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: 4px solid #384474;
    display: none;
    z-index: 2;
}

.search-box input[type="text"] {
    width: 200px;
    padding: 5px 10px;

    border: none;
    background: none;
    outline: none;
}

.search-box button {
    width: 75px;
    padding: 5px 0;
    background: #384474;
    color: #fff;
    border: 1px solid #384474;
    outline: none;
    cursor: pointer;
    height: 40px;
    float: right;
    color: #fff !important;
}

.bottom-header .fa.fa-search {
    cursor: pointer;
    font-size: 20px;
}

.search-box button:hover {
    background: #dd974e;
    border: 1px solid #dd974e;
}

.stickey {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.bottom-header {
    background: #fff;
    box-shadow:0px 3px 6px #ddd;
}

.bottom-header ul li.nepali img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.animate__animated {
    animation-duration: 3s;
}
.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 5px;
    z-index: 9;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
    background:#003399;
}
.banner p{
    width:50%;
    margin:0 auto;
    color:#fff;
    font-size:18px;
}
.banner{
    position:relative;
}
.banner-overlay{
    position:absolute;
    content:'';
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
}
.banner h1{
    color:#fff;
}
.about-imgs{
    position:relative;
}
.about_img{
    position:absolute;
}
.about_img-1 {
    top: 0;
    left: 0;
    z-index: 99;
    width: 500px;
}
.about_img-2 {
    top: 4rem;
    right: 0;
    z-index: 100;
    width: 400px;
}
.about-part{
    position:relative;
    padding:50px 0 100px;
}
.about-part h2{
   color:#384474;
}
.common-btn .btn{
    background:#dd974e;
    border:1px solid #dd974e;
}
.common-btn .btn:hover{
    background:#384474;
    border:1px solid #384474;
}
.about-part p{
    font-size:16px;
    text-align:justify;
}
.products{
  background: #f5f5f5;;
}
.producttab .nav-tabs .nav-item.show .nav-link, .producttab .nav-tabs .nav-link.active{
    background: #dd974e;
    color: #fff;
}
.producttab nav a {
    border-right: 1px solid #fff!important;
    border-radius: 0 !important;
    border:1px solid #ccc!important;
    width: 25%;
    font-size: 18px;
    /*background:#384474;*/
    background:none;
    margin:0!important;
    color:#000;
}
.producttab .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #384474;
    padding: 30px 25px;
}
.producttab ul li{
    list-style:none;
    position:relative;
}
.producttab ul li:after{
    position:absolute;
    content:'\f0da';
    font:normal normal normal 14px/1 FontAwesome;
    left:-18px;
    top:5px;
    color:#384474;
}
.producttab ul li a{
    color:#000;
}
.producttab ul li a:hover{
    text-decoration:none;
    color: #dd974e;
}
.date{
    background:#384474;
    text-align: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    
    padding-top: 14px;
    text-align: center;
    border-radius: 4px;
}
.date h6{
    color:#fff;
    text-transform:uppercase;
    margin:0;
    
}
.date h6 span{
    display:block;
}
.news-part{
    padding:40px 0;
}
.nwlist h5 a{
    color:#000;
    text-decoration:none;
}
.nwlist a,.nwlist h5 a:hover{
    color:#dd974e;
}
.nwlist a:hover{
    color:#384474;
}
.nwlist p{
    margin:0;
}
.events img{
  width:100px;
  height:100px;
  object-fit:cover;
}
.news-part h4{
    color:#384474;
}
a.navbar-brand{
    padding:0 0 10px 0;
    margin-left: -1px;
    margin-right: 0;
    padding-bottom:0px;
}
.events ul li{
    list-style:none;
}
.events i.fa{
    padding-right:5px;
    color:#dd974e;
}
.events ul li a{
    color:#000;
    font-size:16px;
}
.events ul{
    padding-left:0;
}
.develop a{
     color:#384474;
     padding-left:5px;
}
.develop a:hover,.footerabt a{
    text-decoration:none;
    color:#dd974e;
}
.footerabt a{
    color:#384474;
}
.newmenu .sf-menu li{
    background:none;
    margin:0 15px;
}
.newmenu ul li a{
font-size: 15px;
text-transform: capitalize;
font-weight: bold;
/*color: rgba(0, 0, 0, 0.5);*/
color: #384474;
padding:0;
}
.newmenu ul li a:hover{
    color:#dd974e;
}
.newmenu .sf-menu ul{
    background:#0a2252;
}
.newmenu .sf-menu ul li a{
    color:#fff;
    padding:10px;
    border:none;
}
.newmenu .sf-menu ul li:hover{
    background:#dd974e;
}
.newmenu .sf-arrows .sf-with-ul{
    padding-right:0!important;
}
.sf-menu{
    margin-left:20px;
    margin-bottom:0;
}

.newmenu ul li ul li{
    margin:0!important;
    border-bottom:1px solid #fff;
}
.newmenu ul li ul li:last-child{
    border:none;
}
.newmenu ul li ul li a,.newmenu ul li ul li ul li a{
    padding:10px;
}
.newmenu ul li.ta a:after{
     /*border-top-color: #333;*/
     /*opacity: 0.5; */
     /*right:-15px;*/
}
.newmenu .sf-arrows .sf-with-ul::after {
   /*right:0; */
   display:none;

}
.samelay{
    padding:30px 0;
}
.sameimg img{
    width:100%;
}
.samelay h5{
  color:#384474;
  font-weight:500;
}
.service-wrap img{
   margin-bottom:15px;   
}
.service-wrap ul{
    padding-left:15px;
    margin-bottom:0;
}
blockquote{
    border-left:none
}

.quote-box{
    display:none;
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
    background-color: #384474;
    margin-top: 25px;
    color:white;
    width:70%;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    padding:30px;
}

.quotation-mark{
    
    margin-top: 20px;
    font-weight: bold;
    font-size:100px;
    color:white;
    
    
}

.quote-text{
    font-size: 19px;
   
}
.service-list ul li{
    list-style:none;
    position:relative;
    border:1px solid #ccc;
}
.service-list ul li:after{
    position:absolute;
    content:'';
    right:10px;
    font:normal normal normal 14px/1 FontAwesome;
    content:'\f105';
    top:10px;
}
.service-list ul li a{
    color:#000;
    display:block;
    padding:10px;
}
.service-list ul li a:hover{
    background:#384474;
    color:#fff;
    text-decoration:none;
}
.service-list ul li:hover:after{
    color:#fff;
}
.sidebar-contact{
    border:1px solid #ccc;
    padding:15px;
    background:#384474;
}
.sidebar-contact p,.sidebar-contact h5{
    color:#fff;
}
.sidebar-contact p{
    font-size:18px;
}
.service-list ul{
   padding-left:0; 
}
.bod-wrap{
    padding:30px 0;
}
.bod-wrap img{
    height:auto;
    object-fit:cover;
    margin-bottom:15px;
    max-width:250px;
}
.bod-wrap h6,.bod-wrap p{
    text-align:center;
}
.bod-wrap h6{
    margin:0;
    color:#384474;
    font-weight:500;
}

.samelayout{
    padding:30px 0;
}
.product-wrap ul li{
    list-style:none;
    position:relative;
}
.product-wrap ul{
    padding-left:20px;
}
.product-wrap h5{
 color:#384474;
}
.product-wrap ul li:after{
    position:absolute;
    content:'\f138';
    left:-20px;
    top:7px;
    font:normal normal normal 14px/1 FontAwesome;
   
    color:#dd974e;
    
}

.product-list ul li{
    list-style:none;
    position:relative;
    border-bottom: 1px solid #ccc;
padding: 7px 7px 7px 30px;
margin: 0;
}
.product-list ul{
    padding-left:0px;
}
.product-list ul li a{
    color:#000;
    text-decoration:none;
}
.product-list ul li a:hover{
    color:#dd974e;
}
.product-list ul li:last-child{
    border:none;
}
.product-list ul li:after{
    position:absolute;
    content:'\f0da';
    left:10px;
    top:12px;
    font:normal normal normal 14px/1 FontAwesome;
    color:#384474;
}
.product-list-wrap h5{
    background:#384474;
    padding:10px;
    color:#fff;
    margin:0;
    font-size:20px;
    font-weight:normal;
}
.product-list{
    border:1px solid #ccc;
}
.product-list ul{
    margin:0;
}
.blog-wrap {
    background: rgba(237, 237, 237, 1);
    padding: 30px 0 60px;
}

.blog-wrap p {
    color: #333;
    margin-bottom: 0;
}

.blog-wrap h3 {
    color: #333;
    margin-bottom: 0;
    font-size: 32px;
}

.blog-list h4 a {
    text-decoration: none;
    color: #384474;
    
    
    font-weight: 400;
}

.blog-list {
    padding: 15px;
    background: #fff;
}
.blog-list img{
    width:100%;
    height:200px;
    object-fit:cover;
}
.blog-detail h4 {
    margin: 15px 0 35px 0;
}

.blog-detail h6 {
    font-size: 14px;
    color: #606060;
    position: relative;
    margin-top: 20px;
    font-weight: 500;
}

.blog-detail h6:after {
    position: absolute;
    content: '';
    border: 1px solid #333333;
    width: 50px;
    height: 2px;
    top: -17px;
    left: 42%;
}

.blog-readmore a {
    padding: 5px 10px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    background: #000;
    text-transform: uppercase;
}

.blog-readmore a:hover {
    background: #dd974e;
    color: #fff;
    border-color: #eeeeee;
    text-decoration: none;
}

.viewblog a {
    background: #303030;
    border: 2px #333333;
    font-weight: 400;
}
.blog-pagination .page-item.active .page-link{
    background-color: #384474;
    border-color: #384474;
}
.blog-pagination .page-link{
    color:#000;
}
.blog-pagination .page-link:hover{
    background:#dd974e;
    color:#fff;
}
.news-wrap{
   background:#ccc;   
}
.news-detail img{
    width:100%;
    margin-bottom:20px
}
.find-widget{
    margin-bottom:10px;
}
.base-rate-table{
    width:60%;
}
.commonhead h4{
  color:#384474;  
}
.base-rate-table th{
    font-weight:normal;
}
.base-rate-table thead th{
    font-weight:bold;
    background: #384474;
    color: #fff;
}
.base-rate-table a{
    color:#384474;
}
.base-rate-table a:hover{
    color:#dd974e;
}
.newemi {
    width: 40%;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 0 5px;
}
.ebtn input{
   background: #dd974e;
   border: 1px solid #dd974e;
   color:#fff;
   padding: .375rem .75rem;
   font-size: 1rem;
   border-radius:.25rem;
}
.ebtn input:hover{
    background: #384474;
    border: 1px solid #384474;
}
.career-wrapper h2 {
    font-size: 28px;
    color: #125;
    margin-bottom:20px;
}

.career-block {
    background-color: #f4f5f7;
    padding: 20px;
    margin-bottom: 20px;
    
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.career-block p {
    margin: 0;
}

.career-block h5 {
    font-size: 20px;
    color: #152644;
    margin-bottom: 5px;
}
.career-block h5 a{
    color:#000;
}
.career-block h5 a:hover{
    color:#125;
    text-decoration:none;
}

.career-block i.fa {
    padding-right: 5px;
}

.career-block button {
    border-radius: 100px;
}

.career-detail h4 {
    font-size: 14px;
    font-weight: normal;
}



.career-detail h5 {
    font-size: 18px;
    margin: 30px 0 15px 0;


}

.career-detail ul {
    padding-left: 15px;
}

.career-detail ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.career-detail ul li:after {
    position: absolute;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    color: #125;
    left: -14px;
    width: 10px;
    height: 10px;
    font-size: 6px;
    bottom: 15px;
}

.career-sidebar button {
    border-radius: 100px;
}

.career-sidebar input,
.career-sidebar label {
    width: 100%;
}

.career-sidebar p {
    margin-bottom: 0;
}

.career-sidebar input {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 40px;
    padding: 0;
}

.career-detail .col-md-9 {
    border-right: 1px solid #ccc;
}

.career-sidebar label {
    margin-bottom: 0;
}

.career-sidebar span {

    padding-left: 5px;
}

.career-detail .form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 12px !important;
}

.career-detail .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px !important;
}

.career-detail .form-control::placeholder {
    font-size: 12px !important;
}
.pagi {
    width: 25%;
    margin: 20px auto 0;
}

.pagi .page-link {
    color: #000;
}

.pagi .page-item.active .page-link {
    background: #125;
    border: 1px solid #125;
}

.pagi .page-link:hover {
    background: #125;
    color: #fff;
}

.pagi .page-item:first-child .page-link,
.pagi .page-item:last-child .page-link {
    border-radius: 0;
}
.otherjob {
    background-color: #f4f5f7;
    padding: 15px 25px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}
.career-detail h3{
   color:#125; 
   font-size:25px;
}
.otherjob a{
    color:#125;
    text-decoration:none;
}
.otherjob a:hover{
    color:#dd974e;
}
.otherjob p{
    margin-bottom:15px;
}
.branch p{
    margin-bottom:0;
}
.team-phone p{
    margin:0;
}


/* ============== Home Page Css ends ============== --*/
/* ============== Responsive Page Css starts ============== --*/
.inner-banner{
    background:url(../images/inner.jpg) no-repeat;
    background-size:cover;
    height:170px;
    position:relative;
}
.inner-overlay:after{
    position:absolute;
    content:'';
    background:#000;
    opacity:0.5;
    top:0;
    height:100%;
    width:100%;
    left:0;
    
}
.banner-text{
    position: absolute;

bottom: 10px;
left: 40%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.breadcrumb{
    background:none;
    padding:5px 10px;
}
.breadcrumb li a{
    color:#fff;
}
.breadcrumb-item.active,.breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}
.banner-text h3{
    color:#fff;
    margin:0;
}
.contact-form{
    padding:30px 0;
}
.contact-form .find-widget a{
    color:#384474;
}
.contact-form .find-widget a:hover{
   color:#dd974e;
   text-decoration:none;
}
.cnt-form button{
   background: #dd974e;
   border: 1px solid #dd974e;
   color:#fff;
}
.cnt-form button:hover{
   background: #384474;
border: 1px solid #384474; 
color:#fff;
}
.cnt-form input{
    border-radius:0;
}
.career-detail button,.career-detail button:hover{
    color:#fff;
}
.career-detail a.career-email{
    color:#125;
}
.career-detail a.career-email:hover{
    color:#384474;
}
.apply-btn button,.apply-btn button:hover{
   color:#fff;   
}
.branches-box{
    background:#f0f4f9;
    padding:20px;
}
.branches{
    padding:30px 0;
}
.branches-box h4{
   color:#384474;
   margin-bottom:10px;
   font-weight:bold;
   font-size:20px;
}
.branches-box h6{
    margin-bottom:0;
}
.bline{
    /*border-bottom:1px dashed #a1a1a1;*/
    margin-bottom:5px!important;
}
.branches-box p{
    margin-bottom:10px;
}
.branches-box  iframe{
    height:200px;
}
.branches-box i.fa{
   font-size:20px;
}
.apps ul li{
    display:inline-block;
    list-style:none;
    margin-right:10px;
    /*width:105px;*/
    text-align:center;
}
.apps ul li.android a{
    background: #a0c037;
}
.apps ul li a{
    padding: 8px 15px;
}
.apps ul li.ios a{
    background: #000;
}
.apps ul li:after{
    content:none;
}
.apps i.fa{
    color:#fff;
    padding-right:5px;
}
.apps ul li a,.apps ul li a:hover{
    color:#fff;
}
.apps ul{
    padding-left:0;
}
/* ============== Responsive Page Css ends ============== --*/
/* ============== Responsive Page Css starts ============== --*/

@media (max-width: 992px) {
    .top-header {
        height: auto;
    }

    .menu ul li {
        margin: 0 6px;
    }

    .menu ul li a,
    .menu ul li button {
        font-size: 8px;
    }

    .menu ul li.abt button {
        margin-bottom: 0;
    }

    .footerinfo img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .box-wrap .col-md-4 {
        max-width: 100%;
        margin-bottom: 20px;
        flex: auto;
    }

    footer ul li a {
        font-size: 11px;
    }
    .about_img{
        position:static;
    }
    .about_img-2,.about_img-1{
        width:100%;
    }
    .about_img-2{
        margin-top:10px;
    }
    .date{
        width:60px;
        height:60px;
        padding-top:5px;
    }
    .events img{
        width:100%;
        height:100%;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        background: #384474;
        right: -340px;
        position: relative;
        bottom: 75px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }

    header .fa.fa-bars {
        color: #fff;
    }

    .nos {
        padding: 0 15px;
    }

    .newticker .col-md-1 {
        width: 20%;

    }

    .newticker .col-md-11 {
        width: 80%
    }

    .breaking-box a.viewall {
        margin-right: 0
    }

    marquee {
        width: 70%;
    }

    .header-top-right {
        text-align: left !important;

    }

    .menu ul li a,
    .menu ul li button {
        font-size: 14px;
    }

    .menu ul.main-nav>li {
        display: block;
        margin-bottom: 7px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .box-wrap .col-md-4 {
        margin-bottom: 20px;
    }

    .payment-slider img {
        width: auto;
    }

    .bottom-footer {
        padding: 20px;
    }

    .stickey {
        position: static;
    }

    .service-slider .slick-prev,
    .service-slider .slick-next {
        top: 105%;
    }

    .service-slider .slick-prev {
        left: 40%;
    }

    .service-slider .slick-next {
        right: 46%;
    }

    .services p {
        width: 100%;
    }

    .header-top-right ul li {
        margin-bottom: 10px;
    }

    footer ul li a {
        font-size: 1rem;
    }

    .digpay h6 {
        font-size: 16px;
    }

    .footerinfo h6 {
        margin-bottom: 10px;
    }
    .banner img{
        height:auto;
    }
    .banner p{
        width:100%;
    }
    .banner h1{
        font-size:25px;
    }
    .events img{
        padding-bottom:15px;
    }
    .date{
        margin-bottom:10px;
    }
    a.navbar-brand{
        padding:0;
    }
    .bottom-header img{
        width: 89%;
       object-fit: contain;
    }
    .menu ul.main-nav > li:hover > div.sub-menu-block{
        z-index:999;
    }
    .develop{
        text-align:left!important;
    }
    .about-part{
        padding:50px 0 50px;
    }
    .nwlist.mt-5{
        margin-top:15px!important;
    }
    .events{
        margin-top:10px;
    }
    .bottom-footer{
        padding:20px 0;
    }
    .menu ul.main-nav{
        margin-left:0;
    }
    .newmenu .sf-menu{
        margin:0;
    }
    .newmenu .sf-menu li{
        float:none;
    }
    .mobileview{
        width:100%;
    }
    .search-box{
        right:auto;
    }
    .inner-banner{
        background-position:bottom center;
    }
    .banner-text{
        left:32%;
    }
    .bod-wrap .offset-4.mx-auto.col-md-3{
    margin:0!important;
    }
    .newemi,.base-rate-table,.pagi{
        width:100%;
    }
    .top-footer .offset-1{
        margin:0;
    }
    .bod-wrap img{
        height:auto;
        width:100%;
    }
    .news-wrap .col-md-4{
        margin-bottom:20px;
    }
    .quote-box{
        width:100%;
    }
    .producttab nav a{
        font-size:12px;
    }
    .branches-box{
        margin-bottom:20px;
    }
}

/* ============== Responsive Page Css ends ============== --*/