@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
}
h1, h2, h3{
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
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%;
    background: #212121;
    position: relative;
    padding: 3px 0;
    line-height: 0;
}
.topsocail{
    display: inline-block;
}
.topsocail ul{}
.topsocail ul li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.topsocail ul li:last-child{
    margin-right: 0;
}
.topsocail ul li a{
    display: inline-block;
    width: 38px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #a72416;
    background: #a72416;
    border-radius: 0.5rem;
    transition: all 500ms ease;
    text-align: center;
}
.topsocail ul li a:hover{
    background: transparent;
    border-color: #a72416;
}
.information{
    display: inline-block;
    float: right;
}
.information .enquiry{
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.information .enquiry a{
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    line-height: 37px;
    color: #fff;
    padding-left: 45px;
}
.information .enquiry a::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 17px;
    background: url(../images/mailicon.png) no-repeat;
}
.information .ifesmember{
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width: 189px;
}
.information .ifesmember img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.languagebg{
    display: inline-block;
    float: left;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.dropdown{
  position: absolute;
  width: 200px;
  margin-top: 0.0rem;
  background: white;
  border-top: 3px solid #b60101;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  z-index: 99999;
}
.dropdown a {
  display: block;
    line-height: 24px;
    padding: 8px 15px;
    font-size: 14px;
    color: #272727;
    transition: all 300ms ease;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown a:hover {
  color: #000;
}
.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}
.btn-danger{
    background-color: #AE190E;
    border-color: #AE190E;
    position: relative;
}
.btn-danger span{
    margin-left: 5px;
}
.mainmenu{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0px 0;
    background: #34343C;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.mainmenu::after{
    content: '';
    display: block;
    clear: both;
}
.logo{
    display: block;
    width: 135px;
    float: left;
    margin: 5px 0;
}
.logo img{
    width: 100%;
    height: auto;
}
.navigationbg{
    display: inline-block;
    max-width: calc(100% - 150px);
    float: right;
}
.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;
}
.smalltitle{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.smalltitle span{
    color: #ae190e;
    font-weight: 600;
}
.maintitle{
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #414141;
    margin:0 0 1rem;
    font-weight: 700;
    letter-spacing: -1px;
}
.maintitle span{
    color: #A72416;
}
.footer{
    display: block;
    width: 100%;
    position: relative;
    padding: 40px 0 0;
    background: #34343C;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.footer::after{
    content: '';
    display: block;
    clear: both;
}
.footer .title{
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footermenu{
    display: block;
    width: 100%;
    position: relative;
}
.footermenu ul{}
.footermenu ul li{
    display: block;
    margin:.5rem 0;
}
.footermenu ul li a{
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #fff;
     transition: all 500ms ease;
}
.footermenu ul li a:hover{
    color: #ee2618;
}
.footermenu p{
    display: block;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: .5rem;
}
.footermenu p b{
    font-size: 1rem;
    font-weight: 500;
}
.footermenu p a{
    font-size: 0.9rem;
    line-height: 1.6;
    color: #fff;
}
.socialfooter{
    display: block;
    position: relative;
    margin-top: 2rem;
}
.socialfooter ul{}
.socialfooter ul li{
    display: inline-block;
    float: left;
    margin-right: 1rem;
}
.socialfooter ul li:last-child{
    margin-right: 0;
}
.socialfooter ul li a{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #b60101;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}
.socialfooter ul li a:hover{
    background: #fff;
    color: #b60101;
}
.copyright{
    display: block;
    width: 100%;
    text-align: center;
    padding:10px 10px;
    border-top: 1px solid #0a1621;
    background: #0f1f2e;
    font-size: 14px;
    color: #999;
    margin-top: 1rem;
}
.copyright a{
    display: inline-block;
    color: #fff;
}

.mob-view{display: none!important;}
.menu_collapse{display: none;}
.logomobile{
    display: none;
}
.mlauto{
    float:right;
}
.error {
    color: #f19292;
    font-size: 0.85rem;
    display: block;
    text-align: left;
    margin-bottom:0;
}
@media screen and (max-width:991px){
    
    .logomobile{
        width: 115px;
    }
    header{
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    header .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;
    }
    header .menu_collapse span{
        height: 2px;
        position: relative;
        width: 30px;
        background: #ffffff;
        border-radius: 5px;
        display: block;
    }
    header .menu_collapse span::after,
    header .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;
    }
    header .menu_collapse span::after{
        top: -8px;
    }
    header .menu_collapse span::before {
        width: 20px;
    }
    header .menu_collapse.active span {
        background: transparent;
    }
    header .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;
    }
    header .menu_collapse.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        width: 27px;
    }
    header .menu_collapse.active span:after,
    header .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){
    .topheader{
        display: none;
    }
}