@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 #373737;
    border-radius: 0.5rem;
    transition: all 500ms ease;
    text-align: center;
}
.topsocail ul li a:hover{
    background-color: #b60101;
    border-color: #b60101;
}
.information{
    display: inline-block;
    float: right;
}
.information .enquiry{
    display: inline-block;
    float: left;
    margin-right: 2rem;
    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: 2rem;
    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;
}
.footer{
    display: block;
    width: 100%;
    position: relative;
    padding: 40px 0 0;
    background: #121F2E;
    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;
}