:root {
    --image: url('../images/b2.jpg');
    --image2: url('../images/b.jpg');

    --color-v: white;
    --color: transparent; //hsla(343,100%,50%,.5);
}

body,
html {
    height: 100%;

}

.bg {

    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-group .dark-orange {
    
    background-color: #0670A4;
}
.btn-floating::before {

    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-floating.btn-lg {

    width: 61.1px;
    height: 61.1px;
}

.btn-floating {

    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;

}

.avatar {

    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;

}

.card .card-up {

    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;

}
.navbar:not(.top-nav-callapse) .navbar-brand img{
  position: absolute;
  top: 0;
  left: 2%;
  height: 100px;
}

.top-nav-collapse .navbar-brand img{
  position: relative !important;
  height: 50px !important;
}

.navbar:not(.top-nav-collapse) {
    /* background-image: linear-gradient(to left,#dadce0 70%,#EC5237 ) !important; */
    background-color: rgba(255, 255, 255, .7);
    border-bottom:1px solid #dee7ec;

}


.navbar:not(.top-nav-collapse) .breadcrumb .nav-item.active .nav-link,
.navbar:not(.top-nav-collapse) .navbar-nav .nav-item.active .nav-link {
    background-color:#cc0000;
    color:#fff;
   
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.navbar:not(.top-nav-collapse) .navbar-nav .nav-item .nav-link {
    color: #000000;
    font-weight:400;
    text-transform:uppercase;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-size: 0.9em;
}



.top-nav-collapse
{
    /*background-image: linear-gradient(to right,rgba(255, 255, 255, 0.9) 8%,rgba(209, 219, 225, 1) 80%) !important;
*/
background-color: #fff;
border-bottom:1px solid #dee7ec;

    text-transform:uppercase;
}

.top-nav-collapse .navbar-nav .nav-item .nav-link {
    color: #4B4A4A;
   
    text-transform:uppercase;
    font-size: 0.9em;
    font-weight: 600
}
.top-nav-collapse .breadcrumb .nav-item.active .nav-link, .top-nav-collapse .navbar-nav .nav-item.active .nav-link {
    background-color: rgba(0, 0, 0, .1);
    font-weight: 600;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        /* background-image: linear-gradient(to left,#ffffff 2%,#EC5237) !important; */
         background-color: rgba(255,255,255, 0.8);
    }
    .top-nav-collapse {
      background-color: rgba(255,255,255,0.8);
        /* background-image: linear-gradient(to left,#ffffff 2%,#EC5237) !important; */
    }
    .navbar:not(.top-nav-collapse) .navbar-brand img {
        display: block !important;
        position: relative;
        height:70px;
    }
    .navbar:not(.top-nav-collapse) .navbar-nav .nav-item .nav-link {
        color: white;
        text-transform: uppercase;
        font-weight:400;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        font-size: .86em;

    }
    .top-nav-collapse .navbar-nav .nav-item .nav-link {
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        font-size: .86em;
    }
}


.card.gradient-card {

    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.card.gradient-card .card-image {

    -webkit-border-radius: .25rem;
    border-radius: .25rem;

}

.card-image.service {
    background-size: 100px;
    background-position: right;
    background-repeat: no-repeat
}

.imp-icon {
    width: 30%;
}


.pt-180 {
    padding-top: 180px
}

.slider1 {
    background:
        radial-gradient(circle, transparent 40%, var(--color-v) 75%),
        linear-gradient(to right, var(--color), var(--color)),
        var(--image2) !important ;
    background-position: center !important;
    background-size: 100vw !important;
    background-repeat: no-repeat !important;
    background-blend-mode:
        var(--blend-top, normal),
        var(--blend-bottom, saturation),
        normal;
    flex: 1;
    width: 100vw;
}

.slider {
    background:
        radial-gradient(circle, transparent 40%, var(--color-v) 75%),
        linear-gradient(to right, var(--color), var(--color)),
        var(--image) !important;
    background-position: center !important;
    background-size:100vw !important;
    background-blend-mode:
        10%, normal,
        10%, saturation,
        normal;
background-repeat: no-repeat !important;

    flex: 1;
    width: 100vw;
}

/* @media (max-width: 556px) {
  .slider{
      background-image: var(--image);
  }
  .slider{
      background-image: var(--image2);
      background-size: 100%;
  }
} */

@media (min-width: 992px) {
    .gradient-card {
        min-height: 100px;
    }

    .gradient-card .blue-gradient {
        min-height: 100px;
    }
}

.navbar-toggler-icon {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}

@media(min-width: 768px) {
    .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (max-width: 1024px) {
    .navbar .mega-dropdown .dropdown-menu.mega-menu {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}


.navbar .mega-dropdown {
    position: static !important;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a.list-group-item p {
    font-size: .85em;
    font-weight:300;
}



.footer-container {
    position: relative;
    z-index: 10;
    background-position: center 0;
    background-size: cover;
    margin-top: -30px;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, .9)
}

.btn-floating::before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px;
}


.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}

.btn-fb {
    background-color: #3b5998 !important;
    color: #fff;
}

.heading-link {
    position: absolute;

    top: 0;

    right: 0;

    width: 60px;

    line-height: 140px;

    height: 100%;


    font-size: 26px;

    text-align: center;

    z-index: 1;


}

.servicebox {


   
    padding-right: 24px;
    position: relative;
    padding-right: 60px;
    display: block;
    min-height: 80px;

}

.contents {
    font-size: 13px;
   

}

.text-grey {

    color: #6c757d;

}

.rounded-circle {

    padding: 0px;
    width: 110px;


}

.marquee {
 height: 30px;  
 overflow: hidden;
 background-color: #cc0000;
 position: relative;
}
@media (min-width: 556px) {
  .marquee::before{
    content: 'Important Notice';
    left: 0;
    top: 0;
    vertical-align: middle;
    position: absolute;
    padding: 5px;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #4C4C4C;
    color: white;
    z-index: 99;
  }
}
.marquee h5 {
 color: white;
 font-size: .96em;
 font-weight: 600;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 /* Apply animation to this element */  
 -moz-animation: marquee 20s linear infinite;
 -webkit-animation: marquee 20s linear infinite;
 animation: marquee 20s linear infinite;
 animation-delay: 0ms;
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
 0%   { -moz-transform: translateX(70%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
 0%   { -webkit-transform: translateX(70%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
 0%   { 
 -moz-transform: translateX(70%); /* Firefox bug fix */
 -webkit-transform: translateX(70%); /* Firefox bug fix */
 transform: translateX(70%);     
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

.marquee h5:nth-child(1):hover 
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.footer-links::before{
  content: '\f064';
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  position: absolute;
  left: -5px;
}
@media (max-width: 776px) {
  .footer-links::before{
    content: '\f064';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 38%;
  }
}

@media (max-width: 556px) {
  .footer-links::before{
    content: '\f064';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 25%;
  }
}

.mbileclr{
    background-color: #35424d;
}

@media(min-width:768px){
    .mbileclr{
    background-color: #fff;
}
}

footer.page-footer {
    color:#a3a5a6;

}

.titnws{
    color: #145182 !important;
}

.subtiles{
    color: #1e69a2 !important;
    letter-spacing:0px !important;
    font-size: 18px;
    line-height:27px;
    letter-spacing:0px;
}

@media(min-width:768px){
 .subtiles{
    font-size:22px;
}   
}


.carousel-caption {
    background-color: rgba(255, 255, 255, 0.39);
    bottom: 2px;
    left: 2px;
    padding: 10px;
    width: 30%;
}
.carousel-caption h3 {
    color: #dfff00;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.wrap {
    background: #fefefe none repeat scroll 0 0;
}
.padding {
    padding-top: 15px;
}
.shadow {
    box-shadow: 0 0 5px #aeadad;
}
.logo {
    padding: 7px 0;
}
.welcome {
    padding: 15px;
}
.welcome h3 {
    border-bottom: 1px solid #ccc;
    color: #9c0b00;
    font-family: robotoregular;
    font-size: 25px;
    line-height: 40px;
    margin-top: 0;
}
.welcome p {
    color: #6f6f6f;
    font-family: sans-serif;
}
.about {
    margin: 0 !important;
}
.about {
    text-align: center;
}
.about h2::before {
    border-bottom: 1px solid #9c0b00;
    bottom: 50%;
    content: "";
    height: 0;
    left: -100px;
    position: absolute;
    width: 100px;
}
.about h2::after {
    border-bottom: 1px solid #9c0b00;
    bottom: 50%;
    content: "";
    height: 0;
    position: absolute;
    right: -100px;
    width: 100px;
}
.about h2 {
    border-left: 1px solid #9c0b00 !important;
    border-right: 1px solid #9c0b00 !important;
    color: #9c0b00 !important;
    display: inline-block;
    font-family: oswald_regularregular;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 27px;
    padding: 0 20px;
    position: relative;
}
.about p {
    color: #2a2a2a;
    font-family: sans-serif;
    font-size: 17px;
    line-height: 27px;
}
.about a {
    margin: 10px 0 20px;
}
.top-nav {
    background-color: #fff;
    border-top: 5px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(129, 128, 128, 0.45), 0 1px 6px 0 rgba(194, 194, 194, 0.12) !important;
    padding: 2px 10px;
    position: relative;
    z-index: 999999 !important;
}
.top-nav .time {
    color: #000;
    float: left;
    font-size: 12px;
    text-decoration: none;
}
.top-nav .time i {
    font-size: 12px;
}
.top-nav ul {
    float: right;
    margin: 0;
    padding: 0;
}
.top-nav li {
    border-right: 1px solid #ccc;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px;
    list-style-type: none;
    padding-left: 6px;
    padding-right: 6px;
    text-align: right;
}
.top-nav li:nth-last-child(1) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(2) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(3) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(4) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(5) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(6) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(7) {
    border-right: medium none;
    padding: 0 1px;
}
.top-nav li:nth-last-child(8) {
    border-right: medium none;
}
.top-nav .btn-primary {
    background-color: #060606 !important;
    color: #ff9400 !important;
}
.top-nav li a {
    color: #333333;
}
.top-nav .navbar-form {
    margin: 0;
    padding: 0;
}
.top-nav .input-sm {
    height: 23px;
}
.menu {
    z-index: 999999 !important;
    position:relative;
}
.pwdFxd {
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
}
.nav > li > a { padding:12px 6px !important;}
.navbar-default {
    background-color: #6D610D;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 95px;
    position: relative;
}
.navbar-nav > li {
   /* border-right: 1px solid #be2c03;*/
    float: left;
}
.navbar-nav > li:last-child {
    border-right: 0 solid #be2c03;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
  /*  font-size: 16px;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #EC971F;
    color: #000;
}


.impborder{

    border: 1px dashed #162b40 !important;

}

.rgba-black-strong{
    background-color: rgba(183,28,28,0.8) !important;
}

.boxtit{
    font-size: 0.90em !important;
color:
#08569c;

text-transform: capitalize !important;
letter-spacing: normal;
font-family: 'Titillium Web', sans-serif !important;

}

.btn-floating i {
    font-size: 0.85rem !important;
    line-height: 25px !important;
}

.btn-floating {
  
    width:25px !important;
    height:25px !important;
    
}


 .carousel-item {
            height: 100%;
            min-height:98px;
            background: no-repeat center center scroll;
            background-size: cover;
            }

@media(min-width:768px){
.carousel-item {
            min-height:330px;
           
        }
}

.fa-li {
    left: 1em !important;
    position: relative !important;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

@media(min-width:768px){
 .fa-li {
    left: -2em !important;
    position: absolute !important;
    text-align: center;
    width: 2em;
    line-height: inherit;
}   
}

.pnlcom {
    margin: 10px;
    padding: 33px;
    padding: 6px;
    min-height: 110px;
    border-radius: 12px;
}

.pnlcom img {
    width:17%;
}

.pnlcom p {


   font-size:13px !important;
}