@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,
strong,
span,
aside,
main {
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0;
    font-display: optional;
    /*font-family: 'Poppins', 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
}


@media screen and (max-width:991px) {
    
}

@media screen and (max-width:575px) {
    
}
.topheader{
    display: block;
    width: 100%;
    margin:0;
    padding: 5px 0;
    position: relative;
    background: #fff;
}
.topheader::after{
    content: '';
    display: block;
    clear: both;
}
.topheader .mailto{
    display: block;
    position: relative;
    margin-top: 20px;
}
.topheader .mailto a{
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 32px;
    color: #201A5C;
}
.topheader .mailto a::before{
    content: '\f003';
    position: relative;
    font-size: 1rem;
    line-height: 32px;
    margin-right: 7px;
    color: #E20935;
    font-family: 'FontAwesome';
}
.topheader .mobile{
    display: block;
    position: relative;
    margin-top: 10px;
    font-size: 1rem;
    color: #201A5C;
}
.topheader .mobile i{
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    color: #E20935;
}
.ttmenu{
    display: inline-block;
    float: right;
}
.ttmenu ul{}
.ttmenu ul li{
    display: inline-block;
    float: left;
    margin-left: 15px;
}
.ttmenu ul li a{
    display: inline-block;
    font-size: 1rem;
    line-height: 32px;
    color: #fff;
}
.socialttmenu{
    display: inline-block;
    float: right;
    margin-top: 20px;
}
.socialttmenu ul li{
    display: inline-block;
    float: left;
    margin-left: 15px;
}
.socialttmenu ul li a{
    display: inline-block;
    font-size: 1rem;
    line-height: 32px;
    color: #191358;
}
.mainheader{
    display: block;
    position: relative;
    background: #191358;
}
.mainheader::after{
    content: '';
    display: block;
    clear: both;
}
.mainheader .container{
    position: relative;
}
/*.mainheader .container{
    position: relative;
    display: block;
    height: 100%;
    min-height: 63px;
}
.mainheader .container::after{
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% - 220px);
    width: 100%;
    height: 100%;
    background: #e20935;
}*/
.mainheader  .navigationl{
    display: block;
    width: 100%;
    height: 50px;
}



.header{
    width: 100%;
    margin:0;
    padding:30px 0 5px;
/*    background: #0b2a44;*/
    position: relative;
}
.header::after{
    content: '';
    display: block;
    clear: both;
}

.logo{
    width: 350px;
   margin:0 auto;
    position: relative;
    z-index: 1;
}
.logo img{
    width: 100%;
    height: auto;
    
}
.navigation{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px;
    z-index: 1;
    text-align: center;
}
.navigation::after{
    content: '';
    display: block;
    clear: both;
}
.cartbg{
    display: inline-block;
    max-width: 50px;
    float: right;
}
.cartbg .cart{
    width: 34px;
    position: relative;
}
.cartbg .cart img{
    width: 100%;
    height: auto;
}
.cartbg .cart .cartnum{
    width: 24px;
    height: 24px;
    background: #E20935;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -14px;
    font-size: .7rem;
    color: #000;
    line-height: 24px;
    text-align: center;
}
.shrttitle{
    display: block;
    color: #73787d;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: .5rem;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.shrttitle::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #E20935;
    margin-right: 10px;
    transform: skew(-15deg);
}
.maintitle{
    display: block;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #202F41;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: "Roboto Condensed",  Arial, Helvetica, sans-serif;
}
.shrtdesc{
    display: block;
    width: 100%;
    overflow: hidden;
}
.shrtdesc p{
    display: block;
    font-size: 1rem;
    line-height: 1.8;
    color: #414141;
}
.shrtdesc p:not(:last-child){
    margin-bottom: 1rem;
}
.widthsmall{
    width: 767px;
    max-width: 100%;
    margin:0 auto;
}
.btnprimary{
    display: block;
    width: 100%;
    margin-top: 1rem;
}
.btnprimary a{
    display: inline-block;
    padding:15px 50px;
    font-size: 1rem;
    line-height: 20px;
    background: #ea1f28;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.btnprimary a:hover{
    background: #0b2a44;
}
.btnsecondary{
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 5px;
}
.btnsecondary a{
    display: inline-block;
    padding:15px 20px;
    font-size: 1rem;
    line-height: 1;
    background: #0b2a44;
    color: #fff;
    border-radius: 6px;
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0px 5px #0b2a44;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
}
.btnsecondary a:hover{
    background: #fff;
    box-shadow: 0px 5px #fff;
    border-right: 1px solid #0b2a44;
    border-bottom: 1px solid #0b2a44;
    color: #0b2a44;
}

/*--footer--*/
/*--footer--*/
.clear{
    clear: both;
}
.footer {
    width: 100%;
    margin: 0;
    padding: 50px 0 20px;
    position: relative;
    background: #191358;
    background-size: cover;
}
.footer::after{
    content: '';
   display: block;
   clear: both;
}
.footerlogo{
    display: block;
    width: 100%;
}
.footerlogo img{
    display: block;
    width: 100%;
    height: auto;
}
.footer .fdesc{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}
.footertitle {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.fmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.fmenu ul li {
    display: block;
    margin-bottom: 12px;
}
.fmenu ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.fmenu ul li a:hover {
    color: #E20935;
    border-bottom: 1px solid #fff;
}

.footerbottom .footerlogo {
    width: 100%;
    padding: 20px 20px 20px 0;
    overflow: hidden;
    border-right: 1px solid #505050;
    box-sizing: border-box;
}
.footerbottom .footerlogo img {
    width: auto;
    max-width: 100%;
}

.copyrightbg{
    display: block;
    text-align: right;
    position: relative;
    font-size: 0.95rem;
    line-height: 24px;
    padding: 1rem 0;
    color: #fff;
    background: #E20935;
    text-align: center;
    margin-top: 2rem;
}
.copyrightbg::before {
    content: "";
    display: table;
    clear: both;
}
.socialfoote {
    display: block;
    float: left;
}
.socialfoote ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.socialfoote ul li:last-child {
    margin-right: 0;
}
.socialfoote ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #E20935;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 35px;
    color: #fff;
}
.socialfoote ul li a:hover {
    background: #fff;
    color: #E20935;
}

.footerinfobtn{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 20px;
}
.footerinfobtn .icon {
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    transition: all 300ms ease;
}
.footerinfobtn small {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.footerinfobtn strong {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.36px;
}


/*--footer end--*/
@media screen and (max-width: 1199px){
    .logo{
        width: 120px;
    }
    .navigation {
        width: calc(100% - 210px);
    }
    
}
@media screen and (max-width: 991px){
    /*.header .container{
        position: relative;
    }*/
   .logo{
        margin:0 auto;
        float: none;
    }
    .navigation{
        width: 100%;
    } 
    
}
@media screen and (max-width: 767px) {
   .topheader .mobile{
    display: none;
   } 
   .socialttmenu{
    margin-top: 0;
   }
   .logo {
        width: 171px;
    }
}
@media screen and (max-width: 575px) {
   
}