@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: '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
}
.topheader {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0 15px;
    background: #343642;
    
}
.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;
}
.informationbg{
    display: inline-block;
    float: left;
}
.quotebtn{
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.quotebtn a{
    display: inline-block;
    font-size: 1rem;
    line-height: 50px;
    background: #E9706E;
    color: #fff;
    border-radius: 45px;
    padding: 0 30px;
}
.menu_collapse {
    margin-left: auto;
    padding: 26px 0;
    display: flex;
    cursor: pointer;
    height: 70px;
    align-items: center;
    position: relative;
    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;
}
/*--navigation--*/
.navigationbg{
    position: fixed;
    top: 0px;
    right: -100%;
    height: 100vh;
    overflow: auto;
    display: block;
    background: #fff;
    border-left: 3px solid #ddd;
    overflow-x: auto;
    width: 320px;
    padding: 1rem;
    z-index: 9999;
    max-width: 100%;
    transition: .6s ease-in-out;
}
.navigationbg.slide{
    right: 0;

}
.navigationbg ul{}
.navigationbg ul li{
    display: block;
    float: inherit;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin:0.5rem 0;
}
.navigationbg ul li:last-child{
    border-bottom: 0;
}
.navigationbg ul li a{
    font-size: 1rem;
    display: block;
    width: 100%;
    background: #F7F7F7;
    padding: 10px 20px;
    color: #414141;
    line-height: 1.8;
}
.overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    transition: top .2s ease-out,-webkit-transform .2s .2s ease-out;
}
/*--navigation--*/
.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: 1rem;
    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: 600;
    text-transform: capitalize;
    line-height: 44px;
    letter-spacing: 0px;
    margin-bottom: 1.5rem;
}
.maintitle span{
    color: #AE1B2C;
}
.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%;
}
.seocontentbg{
    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0;
/*    visibility: hidden;*/
}
.seocontentbg::after{
    content: '';
    display: block;
    clear: both;
}
.footer{
    display: block;
    width: 100%;
    position: relative;
/*    background: #221638 url(../images/footerbg.png) repeat;*/
    background: #071625;
    padding: 60px 0 30px;
    min-height: 300px;
/*    visibility: hidden;*/
}
.footer::after{
    content: '';
    display: block;
    clear: both;
}
.footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 22, 37, 0.98);
}
.footer .container{
    position: relative;
    z-index: 1;
}
.footertop{
    display: block;
    width: 100%;
    background: #E9706E url(../images/banner.webp) no-repeat center center;
    padding: 50px 0;
    position: relative;
    border-radius:20px;
}
.footertop::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 112, 110, 0.95);
    border-radius: 20px;
}
.footertop .inneer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    padding: 0 2rem;
}
.footertop .content{}
.footertop .content .toptitle{
    display: block;
    font-size: 2.3rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
}
.footertop .content p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
}
.footerquotebtn{
    display: inline-block;
    /*max-width: 200px;
    flex:  0 0 200px;*/
    margin-right: 20px;
    margin-top: 10px;
}
.footerquotebtn a{
    display: inline-block;
    font-size: 1rem;
    line-height: 50px;
    background: #071625;
    color: #fff;
    border-radius: 45px;
    padding: 0 30px;
}
.footerlog{
    display: block;
    text-align: center;
    margin: 2rem 0;
}
.footerlog img{
    width: 192px;
    height: auto;
}
.footermenu{
    display: block;
    margin-bottom: 1rem;
}
.footermenu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.footermenu ul li{
    display: block;
}
.footermenu ul li a{
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.footermenu ul li a:hover{
    color: #E17470;
}
.footersocial{
    display: block;
    position: relative;
}
.footersocial ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1rem;
}
.footersocial ul li{
    display: inline-block;
    font-size: 1rem;
}
.footersocial ul li a{
    display: inline-block;
}
.footersocial ul li a img{
    border-radius: 50%;
}
.footerbottom{
    display: block;
}
.footerbottom .bottitle{
    display: block;
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.bottommenu{
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}
.bottommenu ul{
    display: inline-block;
    margin: 0 -15px;
}
.bottommenu ul li{
    display: inline-block;
    padding: 0 15px;
}
.bottommenu ul li a{
    display: inline-block;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.bottommenu ul li a:hover{
    color: #E17470;
}
.bottommenu ul li i{
    color: #A83038;
    margin-right: 7px;
}
.copyright{
    display: block;
    text-align: center;
    margin: 1rem 0 2rem;
    font-size: 0.8rem;
    color: #c3c0c0;
}
.copyright a{
    color: #c3c0c0;
    padding: 0 0.5rem;
}
.newsearchbg{
    display: block;
    width: 475px;
    max-width: 100%;
    background: #fff;
    padding: 0px;
    background: #FFFFFF;
    border: 5px solid #efefef;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50px 50px 50px 50px;
}
.newsearchbg form{
    display: block;
}
.newsearchbg select{
    display: block;
    width: 100%;
    background: none;
    line-height: 40px;
    height: 40px;
    padding:0px 6px 0px 12px;
    border:none;
    font-size:1rem;
    color:#8d8888;
}

select:focus {
  outline: none;  /* Removes the default outline */
  border: none;   /* Removes the border */
}
.reguder img{
    width: 30px;
    height: auto;
    margin-top: 11px;
}
@media screen and (max-width:767px){
    .headerflex{
        display:block;
    }
    .logo{
        max-width: 150px;
        margin:10px auto;
    }
    .quotebtn{
        display:none;
    }
    .newsearchbg input[type='submit']{
        background:#f16b6c;
    }
    .reguder{
        position: absolute;
    right: 45px;
    top: 2px;
    z-index: 999999;
    }
}












