@charset "UTF-8";
@font-face {
    font-display: swap
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

html,
body,
header,
footer,
nav,
aside,
figure,
figcaption,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
div,
strong,
span,
aside,
main {
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0;
    font-display: optional;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    background: #fff
}

ol,
ul,
li {
    list-style: none
}

img {
    max-width: 100%
}

a,
a:hover {
    text-decoration: none;
    color: #1553fc
}
.topheader{
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 0;
    background: #373C42;
}
.topheader::after{
    content: '';
    display: block;
    clear: both;
}
.headerflex{
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
}
.logo{
    display: block;
    max-width: 192px;
}
.logo img{
    display: block;
    width: 100%;
    height: auto;
}
.logininfobtn{
    
}
.logininfobtn ul{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.logininfobtn ul li{
    display: inline-block;
}
.logininfobtn ul li a{
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    column-gap: 7px;
}
.logininfobtn ul li a i{
    font-size: 1.4rem;
}
.navigationbg{
    display: block;
    background:none;
    line-height: 0;
    position: relative;
    text-align: center;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.navigationbg::after{
    content: '';
    display: block;
    clear: both;
}
.widthmedium{
    display: block;
    width: 991px;
    max-width: 100%;
    position: relative;
    margin:0 auto;
}
.widthsmall{
    display: block;
    width: 767px;
    max-width: 100%;
    position: relative;
    margin:0 auto;
}
.shrtdesc{
    display: block;
    width: 100%;
    position: relative;
}
.shrtdesc p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #3d3d3d;
    margin-bottom: 1rem;
}
.widthmedium::after,
.widthsmall::after,
.shrtdesc::after{
    content: '';
    display: block;
    clear: both;
}
.maintitle{
    display: block;
    text-align: center;
    color: #222222;
    font-size: 34px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 44px;
    letter-spacing: 0px;
    margin-bottom: 1.5rem;
}
.maintitle span{
    color: #DB311F;
}
.boldtitle{
    display: block;
    color: #000;
    font-size: 3rem;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 1.5rem;
}
.boldtitle span{
    color: #414141;
    font-weight: 500;
}
.shrttitle{
    display: block;
    text-align: center;
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
}
.clear{
    clear: both;
    width: 100%;
}
.delet{
    display: block;
    width: 100%;
    margin:0;
    padding: 0;
    position: relative;
}
.delet img{
    width: 100%;
    height: auto;
}
.footer {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    overflow: hidden;
    background: #282828;
}
.footerinfobottom {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
}
.footerlogo {
    width: 192px;
    float: left;
    margin-right: 18px;
}
.footerlogo img{
    width: 100%;
    max-width: 192px;
    height: auto;
}
.footerinfobottom .icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}
.footerinfobottom .icon img{
    width: 100%;
    height: auto;
}
.footerinfobottom .caption {
    width: calc(100% - 65px);
    float: left;
    overflow: hidden;
}
.footerinfobottom .caption .title {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.footerinfobottom .caption p {
    display: block;
    font-size: .8rem;
    color: #fff;
    line-height: 1.2;
}
.footerbottom {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.footerbottom .headingtitle {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.footermenu {
    width: 100%;
    overflow: hidden;
}
.footermenu ul li {
    display: block;
    margin: .5rem 0;
}
.footermenu ul li a {
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    color: #8d8d8d;
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.footermenu ul li a::before {
    content: '\f141';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    font-family: 'FontAwesome';
}
.footertopcaps {
    width: 100%;
    float: left;
    padding-top: 15px;
}
.social {
    display: block;
}
.social ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.social ul li:last-child {
    margin-right: 0;
}
.social ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.8rem;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}
.copyright {
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px 0 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright p {
    font-size: .9rem;
    color: #fff;
    line-height: 2.1;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    display: block;
}
@media screen and (max-width:991px){
    .logomobile{
        width: 115px;
    }
    
   .menu_collapse{
        margin-left: auto;
        padding: 26px 0;
        display: flex;
        cursor: pointer;
        height: 70px;
        align-items: center;
        position: absolute;
        right: 5px;
        top: 0px;
        z-index: 9;
    }
   .menu_collapse span{
        height: 2px;
        position: relative;
        width: 30px;
        background: #ffffff;
        border-radius: 5px;
        display: block;
    }
    .menu_collapse span::after,
    .menu_collapse span::before{
        content: '';
        bottom: -8px;
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: #ebebeb;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
        transition: background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear;
        transition: background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear,-webkit-transform .2s linear;
    }
    .menu_collapse span::after{
        top: -8px;
    }
    .menu_collapse span::before {
        width: 20px;
    }
    .menu_collapse.active span {
        background: transparent;
    }
    .menu_collapse.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        -moz-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        -o-transform: rotate3d(0,0,1,45deg);
        width: 27px;
    }
    .menu_collapse.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        width: 27px;
    }
    .menu_collapse.active span:after,
    .menu_collapse.active span:before {
        transition: top .2s ease-out,-webkit-transform .2s .2s ease-out;
        transition: top .2s ease-out,transform .2s .2s ease-out; 
        transition: top .2s ease-out,transform .2s .2s ease-out,-webkit-transform .2s .2s ease-out;
    }
    .navigationbg{
        position: fixed;
        top: 75px;
        right: -100%;
        height: 100vh;
        overflow: auto;
        transition: .3s ease-in-out;
        display: block;
        background: #fff;
        border-left: 1px solid #ddd;
        overflow-x: auto;
        width: 80%;
        z-index: 9999;
        max-width: 100%;
    }
    .navigationbg.slide{
        right: 0;
    }
}
@media screen and (max-width:767px){
    .footerlogo{
        display: block;
        width: 100%;
    }
    .footerinfobottom .row{
        margin-left:0;
    }
    .footerinfobottom [class*='col-']{
        padding: 1rem 15px 0.5rem 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 0.5rem;
    }
}