@charset "UTF-8";
*,
*::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-family: "Ubuntu", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    background: #fff;
}
ol,
ul,
li {
    list-style: none;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
    color: #1553fc;
}
.maintitle{
    display: flex;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #000;
    font-weight: 900;
    margin-bottom: 1rem;
}
.viewbutton{
    display: inline-block;
    margin-left: auto;
}
.viewbutton a{
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    background: #000;
    padding: 10px 25px;
    color: #fff;
}
.clear {
    clear: both;
}
header{
    background: #1d1d24;
}
.mainheader{
    display:flex;
    justify-content: space-between;
    column-gap:1rem;
    align-items: center;
    padding:1rem 0;
}

.logo{
    display: block;
    width: 220px;
    max-width: 100%;
    float: left;
    margin-right: 15px;
}
.logo img{
    width: 100%;
    height: auto;
}
.navcontainer{
    display: block;
    float: left;
    position: relative;
}
.navcontainer::after{
    content: '';
    display: block;
    clear: both;
}

.socialbg{
    display: inline-block;
    float: right;
    padding: 10px 0;
}
.socialbg ul{}
.socialbg ul li{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 0 0.25rem;
    background: #fff;
    border-radius: 50%;
}
.socialbg ul li a{
    display: block;
    font-size: 20px;
    line-height: 33px;
    color: #CD5A1C;
}
.socialbg ul li a span{
    display:none;
}
.container-fluid{
    padding-left: 45px;
    padding-right: 45px;
}
.shrtdesc{
    display: block;
    position: relative;
}
.shrtdesc p{
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 300;
}
.shrtdesc h2{
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 300;
}
.footer{
    display: block;
    position: relative;
    background: #1d1d24;
    width: 100%;
    margin-top: 100px;
    border-top: 1px solid #000;
    padding-top: 60px;
}
.footer::after{
    content: '';
    display: block;
    clear: both;
}
.footer .title{
    display: block;
    font-size: 22px;
    color: #CD5A1C;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.footer .footermenu{
    display: block;
    width: 100%;
}
.footer .footermenu ul{}
.footer .footermenu ul li{
    display: block;
    margin: 1.5rem 0;
}
.footer .footermenu ul li a{
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}
.footer p{
    display: block;
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
.footer p strong{
    font-weight: 900;
}
.footer input[type='text']{
    display: block;
    width: 80%;
    max-width: 100%;
    border:1px solid #ddd;
    padding: 5px 15px;
    line-height: 50px;
    text-shadow: none;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 15px;
}
.rememberme{
    display: flex;
    align-items: center;
    list-style: none;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 2px;
    border-radius: 8px;
}
.footer input[type="checkbox"] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 1px;
  margin-right: 12px;
  border: 1px solid #2E8599;
  transition: all 0.3s ease-in-out;
}

.footer input[type="checkbox"]:checked {
  background-color: #2E8599 !important;
  color: #ffffff !important;
}

.footer input[type="checkbox"]:after {
  box-shadow: none !important;
}
.footer .socialbg{
    float: left;
    margin-bottom: 2rem;
}
.footer input[type='submit']{
    display: inline-block;
    background: #000;
    box-sizing: border-box;
    padding: 0 35px;
    text-align: center;
    line-height: 45px;
    font-size: 1rem;
    color: #fff;
    text-shadow: none;
    border: none;
}
.footer label{
    display:none;
}

.disablebutn{
    display:inline-block;
    font-size:1.2rem;
    height:45px;
    width:45px;
    background:#000;
    color:#fff;
    text-align:center;
    cursor:pointer;
    position:fixed;
    top:55%;
    right:0;
    z-index:99999999;
    padding:10px;
    box-sizing:border-box;
}
.disablebutn img{
    width:100%;
    height:auto;
}
.disableicons{
    position:absolute;
    top:3.5px;
    right:50px;
    z-index:999999999;
    width: 164px;
    display:none;
}
.disableicons ul{
    
}
.disableicons ul li{
    display:inline-block;
    width:40px;
    height:40px;
    float:left;
    margin-right:1px;
    margin-bottom:1px;
}
.disableicons ul li a{
    display:inline-block;
    width:40px;
    height:40px;
    font-size:1.2rem;
    line-height:40px;
    background:#000;
    color:#fff;
}
.disableicons ul li button{
    display:inline-block;
    width:40px;
    height:40px;
    font-size:1.2rem;
    line-height:40px;
    background:#000;
    color:#fff;
    border:0;
}
.disableicons ul li a span{
    display:block;
}
.disableicons ul li a img{
    width:24px;
    height:24px;
}
.disableicons ul li button img{
    width:24px;
    height:24px;
}
@media screen and (max-width:767px){
    .navcontainer{
        width:100%;
    }
    .mainheader{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        column-gap:1rem;
        align-items: center;
        padding:1rem 0;
    }
    .mainheader .socialbg{
        display: none;
    }
}











