@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;900&display=swap');
body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color:#000;
    overflow-x: hidden;
}
h1, h2, h3,h4, h5, h6, p{
    color:#000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
p{font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: 400;line-height: 30px;}
a{
    text-decoration: none;;
}
.hidden {
    display: none;
    transition: 0.6s;
}
#ChangeToggle{border:2px solid #fff;padding:10px;font-size:24px;box-shadow:none;border-radius: 5px;width:50px;height:50px}
/* .open, .mn-close{border:2px solid #fff;padding:10px;font-size:20px;box-shadow:none} */
.home i{
    color: #941c1e;
}
.navbar-brand img{
    width: 100px;
    transition: 0.5s;
}
.nav-item a{
    color:#fff !important;font-size: 16px;padding: 10px 40px !important;font-weight: 400;
}
.nav-item{
    position: relative;
}
.nav-item:hover a{
    color: #941c1e !important;
}

.sticky{background-color: rgba(0,0,0,0.8) !important;}
.sticky .navbar-brand img{  width: 80px;}
.ban-txt{
    font-size: 50px;
    color: #fff;
}
.vw-btn{background-color: #0b5b8c;padding:10px 25px;text-transform: uppercase; border-radius: 20px;color:#fff;margin-top: 20px;transition: 0.5s;border:1px solid #fff}
.vw-btn:hover{background-color: #fff;color: #0b5b8c;border: 1px solid #0b5b8c;}
.ban-para{font-family: 'Lato', sans-serif;color:#fff;}
.bg-blue{
    color: #fff;
    font-size:60px;
    font-weight: 700;
    background-color: #283782;
    width: fit-content;
    padding:10px;
}
.btn-custom{
    background-color: #283782;
    padding:10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
    margin-top: 30px;
}
.text-right{text-align: right;}
.btn-custom:hover{
    color:#fff;
    background: #33c132;
    border: 1px solid #283782;
}
h2.abt-title{
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #941c1e;
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    /* text-transform: uppercase; */
    font-weight: 900;
}
.contact-bg{background: url(../img/contact-banner.jpg);position: relative;background-size: cover;z-index: 1;}
.contact-bg:before{content:'';position: absolute;background: #931c1e;width:100%;height: 100%;opacity: 0.8;top:0;left:0;z-index: -1;}
section{padding: 60px 0}
.form-bg{background: #fff;padding:0 30px 30px}
.frm-btn{background: #941c1e;color: #fff;padding:15px 20px;border:1px solid #861922}
.frm-btn:hover{background: #fff;color: #861922;border:1px solid #861922}
.maps{padding:60px !important}
.bg-dark{background: #000 !important;}
.about{padding:50px 0}

footer{
    background: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
}
.txt-big{font-size: 20px;font-weight: 600;}
.ft-bx{padding-right:20%}
.menu-list, .social-icons{padding-left: 0;}
.menu-list li{color:#fff;list-style: none;line-height: 40px;}
.menu-list li a, .social-icons li a{color:#fff}
.social-icons li{display: inline;padding:0 10px;font-size: 30px;list-style: none;}
.ft-big{font-size:20px}
.mnu-bx{border-right:1px solid #fff}
.cnt-lnk h3{padding-left: 30px;margin-bottom: 20px;font-size:36px}
.cnt-lnk li{
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    color: #fff;
}
.cnt-lnk li i{    font-size: 20px;;}
.about-content:before {
    content: '';
    position: absolute;
    background: #1a3485;
    width: 200px;
    height: 200px;
    top: -43px;
    right: -47px;
    z-index: -1;
}
.carousel-control-next, .carousel-control-prev{width:8%}
.carousel-caption{top: 15rem;left:8%}
@media(max-width:700px){
    .ic-img{display: none;}
    .w-50{width:100% !important}
    .maps{padding:30px 0px !important}
    .contact-bg{padding:30px !important}
    .form-bg{padding:20px !important}
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #941c1e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 30px 32px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #aaa;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border:0;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



.footerlogo {
    width: 300px;
}
@media (min-width: 1400px){
.footerconatiner {
    max-width: 1080px;
}
}
.mt-20{
    margin-top: 20px;
}
.footericoncss li a {
    color: #ffffff;
    border: 2px solid #941c1e;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 20px;
}
.footericoncss li a:hover{
    color: #ffffff;
    background: #941c1e;
    border: 2px solid #941c1e;
}
.menu-list li {
    margin-bottom: 10px;
}
.mnu-bx {
    border-right: 1px solid #941c1e;
}
.menu-list li {
    line-height: 28px !important;
}
@media (max-width: 900px){
.footerlogo {
    width: 150px;
    margin-bottom: 25px;
}
.mnu-bx {
    border-right: 1px solid #941c1e00;
        margin-top: 20px;
}
    .cnt-lnk {
    margin-top: 20px;
}
}



.floatingicon .fl-fl {
    background: #941c1e;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 6px;
    width: 280px;
    position: fixed;
    right: -230px;
    z-index: 1000;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.floatingicon .fa {
    font-size: 27px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.floatingicon .fl-fl:hover {
    right: 0;
}

.floatingicon .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: 6px !important;
}

.floatingicon .float-fb {
   bottom: 180px;
}
.float-tw {
      bottom: 115px;
}