@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.6) !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;
}
section{padding: 60px 0}
.bg-dark{background: rgb(0, 0, 0) !important;}
.about{padding:50px 0}
.tab-pills{align-items: center;justify-content: center;}
.tab-pills .nav-link{color: #861922;opacity: 0.5;font-size: 24px;font-weight: 700;border-radius: 0;padding: 0 50px;}
.tab-pills .nav-item{border-right: 1px solid #941c1e;}
.tab-pills .nav-item:last-child{border: 0;}
.tab-pills .nav-link.active{background: transparent;color: #861922;opacity: 1;}
.sub-title{color: #941c1e;  font-family: 'Lato', sans-serif;  font-size: 36px;font-weight: 900;margin-bottom: 20px;}
.tab-content{padding:30px 50px}
.cust-btn{color: #861922;border: 2px solid #861922;padding:10px 30px;border-radius: 30px;font-size: 18px;font-weight: 600;transition: 0.5s;}
.cust-btn:hover{background: #861922;color:#fff}
.card .title{color: #861922;font-size: 30px;font-weight: 800;}
.card.cd{padding-right:120px}
.cd .image img{width:100px}
.border-right-0 {
  border-right: 0px !important;
}
.projects, .metrics{
    padding: 50px 0;
}


.content-box {padding: 30px;border-bottom:1px solid #e0414469;border-right: 1px solid #e0414469;height:100%}
.border-bottom{border-bottom:1px solid #e0414469 !important;}
.border-left{border-left:1px solid #e0414469 !important;}
.metrics  .border-right-0{border-right: 0px !important;}
/*.content-box .icon{width:30%}*/
.content-box h3{font-size: 26px; color: #430506;font-weight: 900;font-family: 'Lato', sans-serif;}
.cbox{padding-left: 10px;}
.building{padding:50px 0}
.building h2{color: #941c1e;font-size: 36px; font-weight: 900;font-family: 'Lato', sans-serif;}
.building h3{color: #941c1e;font-size: 36px; font-weight: 400;font-family: 'Lato', sans-serif;}
.build-cnt{padding-right:25%;margin-top:6%}
.ic-img{width: 75%; filter: grayscale(3) brightness(1.5); opacity: 0.1;}
.sb-head{color:#fff;font-size:20px;}

.qt-img{position: absolute;bottom:15%;left:8%}
hr.sep {
    height: 5px;
    width: 30%;
    background: #1a3485;
    opacity: 1;
    margin-top: 35px;
    margin-bottom: 10px;
}
.work{
    padding:60px 0;
    background: url(../img/wor-bg.jpg);
    background-size:cover ;
    position: relative;
    background-position: center;
    z-index: 1;
}

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;}
    .card.cd{padding:0 !important;}
    .tab-content{padding:15px;}
    .content-box{border:0}
}
.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;}
  }

.abouttabcss .content-box .icon img {
    width: 70px;
    margin-bottom: 15px;
}
.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;
}
.profiletabcss h4{
    color: #808080;
    font-size: 20px;
    margin-bottom: 18px;
    text-align: center;
}
.profiletabcss .card-body {
    text-align: center;
    padding: 20px 25px;
}
.profiletabcss img{
    width: 150px;
    margin-bottom: 20px;
}

.hidedesktop {
    display: none;
}
@media (max-width: 900px){
    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }
.footerlogo {
    width: 150px;
    margin-bottom: 25px;
}
.mnu-bx {
    border-right: 1px solid #941c1e00;
        margin-top: 20px;
}
    .cnt-lnk {
    margin-top: 20px;
}
    .tab-pills .nav-item {
    border: 1px dotted #861922;
    margin-bottom: 10px;
}
    .tab-pills .nav-item:last-child {
    border: 1px dotted #861922;
}
    .custbtncustom {
    margin-left: 0px !important;
    margin-top: 23px;
}
}


.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;
}
.howitworksimgcss{
    width:100%;
}

@media (max-width: 900px){
    .howitworksimgcss {
    width: 100%;
}
    .tab-pills {
    padding-right: 0px;
}
    .tab-pills .nav-item {
    width: 100%;
}
    .tab-pills .nav-link {
    width: 100%;
}
}