@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');

/********
font-family: 'Saira', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Dosis', sans-serif;
********/

*{
	margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.topheader {
    background: #00070f;
    padding: 0px 10px 0px;
}
.topheader .cnt h1 {
    font-size: 11px;
    color: #ff3d00;
    margin-top: 16px;
}
.topheader .cnt.ml h1{
    font-size: 12px;
    text-align: right;
}
.topheader .cnt.ml a{
    color: #ff3d00;
    text-decoration: none;
}

.cnt.ml.phn h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 11px;
}




.nvibar.inner .navbar-inverse {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0px;
    height: 80px;
}
.inner .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f1f1f1;
    border-bottom: 3px solid#fff;
}
.nvibar.inner  .navbar-inverse .navbar-nav>li>a{
    border-bottom: 3px solid#f1f1f1;
    background: transparent;
    color: #ee3131;
    transition-duration: 0.5s;
}
.nvibar.inner  .navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 3px solid#fff;
    background: transparent;
    color: #333;
}
.nvibar .navbar-brand>img {
    display: block;
    margin-top: -25px;
}
.nvibar .navbar-inverse {
    background-color: #011327;
    border-color: #011327;
    border-radius: 0px;
    height: 92px;

}
.nvibar .navbar-inverse .navbar-brand {
    color: #ee3131;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.nvibar .navbar-brand {
    float: left;
    height: 50px;
    padding: 27px 15px;
    font-size: 18px;
    line-height: 20px;
}
.nvibar .navbar-inverse .navbar-nav>li>a {
    color: #8aa4c1;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.3s;
    padding: 34px 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.nvibar .navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 3px solid#fff;
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #8aa4c1;
    background-color: transparent;
    border-bottom: 0px solid#8aa4c1;
}

.nmbr{
    font-size: 17px;
    letter-spacing: 1px;
}


.banner{
    margin-top: -20px;
}
.banner img{
    width: 100%;
}


.frm-dtl {
    background: #f1f1f1;
    padding: 30px 30px 20px;
    margin-top: -70px;
    z-index: 999999999;
    position: relative;
    box-shadow: 0px 0px 20px #333;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.frm-dtl label{
    color: #333;
}
.frm-dtl span{
    color: #ff3d00;
    opacity: 0.5;
}
.btnn a button{
    background: #ff3d00;
    padding: 10px 20px;
    width: 100%;
    border:1px solid#ff3d00;
    color: #fff;
    margin-top: 25px;
    height: 45px;
    transition-duration:0.5s;
}
.btnn a button:hover{
    background: #011327;
    border:1px solid#011327;
}


.sizes{
    margin-top: 80px;
}
.sizes img{
    border-radius: 15px;
    width: 100%;
}
.sizes a{
    text-decoration: none;
}
.sizes p{
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
.ctn p{
    color: #011327;
    transition-duration: 0.5s;
}
.ctn p span{
    color: #ff3d00;
    transition-duration: 0.5s;
}
.ctn:hover p{
    color: #ff3d00;
}
.ctn:hover p span{
    margin-left: 20px;
}

.chose{
    background: #011327;
    padding: 90px 20px 70px;
    color: #fff;
    margin-top:80px;
}
.chose h2{
    text-align: center;
    margin-bottom: 50px;
}
.bx{
    padding: 10px;
    border:1px solid#ccc;
    transition-duration: 0.5s;
    height: 230px;
}
.bx:hover{
    padding: 0px;
    border:1px solid#fff;
}
.bx:hover .bx2{
    height: 230px;
    padding: 20px;
}

.bx2{
    padding: 10px;
    border:1px solid#ccc;
    height: 210px;
    transition-duration: 0.5s;
}
.bx2 p{
    color: #ccc;
    line-height: 30px;
}
.icn .fa{
    font-size: 40px;
    float: left;
    margin-top: 11px;
    margin-right: 16px;
}


.bg1{
    background: url(../images/bg1.jpg) no-repeat;
    padding: 50px 20px 80px;
    background-size: cover;
}
.bg1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #222;
}
.bg1 h2 span{
    font-size: 16px;
    font-weight: 500;
    color: #ff3d00;
}
.lin{
    height: 4px;
    width: 60px;
    background: #ff3d00;
    margin-top: 20px;
}
.bg1 p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 28px;
}
.lines .fa{
    background: #ff3d00;
    color: #fff;
    padding: 4px;
    border-radius: 19px;
    margin-right: 7px;
    font-size: 12px;
}
.lines {
    margin-top: 30px;
}
.lines p{
    margin-top: 8px;
}





.abt{
    background: url(../images/abt.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    margin-top: -40px;
    height: 600px;
}
.abt h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 2px #000;
}
.abtcnt{
    margin-top: 190px;
}
.abt h2 {
    color: #fff;
    font-size: 18px;
    color: #ccc;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 2px #000;
}
.abt h2 .fa{
    color: #ff3d00;
    font-size: 22px;
}


.nmbrs{
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 50px;
    background: #f1f1f1;
}
.nmbrs h3{
    color: #011327;
    font-size: 30px;
    font-weight: 700;
}
.nmb h4{
    color: #011327;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
    margin-top: 30px;
}
.nmb h4 span {
    color: #ff3d00;
    font-size: 40px;
    font-weight: 700;
}
.bg1.bg2 {
    background: url(../images/bg2.png) no-repeat;
    padding: 50px 20px 80px;
    background-size: cover;
}


.abt.cnt{
    background: url(../images/cnt.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    margin-top: -40px;
    height: 600px;
}
.dtlcnt{
    background: #f1f1f1;
    padding:70px 20px;
}
.dtlct h2{
    color: #ff3d00;
    font-size: 26px;
    font-weight: 600;
    margin-bottom:20px;
}
.dtlct p a{
    text-decoration: none;
    color: #011327;
}
.dtlct p a:hover{
    color: #ff3d00;
}
.dtlct p{
    color: #011327;
    font-size: 16px;
    font-weight: 600;
}
.dtlct p.ad{
    margin-top: 30px;
}
.scon{
    float: left;
    height: 90px;
}
.scon .fa{
    font-size: 60px;
    color: #ff3d00;
    margin-right: 20px;
}

.cntfrm{
    background: #fff;
    box-shadow: 0px 0px 20px #999;
    margin: 80px 20px;
    padding: 30px;
    border-top: 7px solid#ff3d00;
}
.cnttx{
    text-align: center;
}
.cnttx h1{
    color: #011327;
    line-height: 40px;
    font-weight: 700;
    margin-bottom:20px;
}
.cnttx h1 span{
    font-size: 20px;
    color: #ff3d00;
    font-weight: 500;
}
.cntfrm .form-control {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.cntfrm .top-contact-input{
    height: 150px;
}

.cntfrm .btnn a button{
    margin-top: 0px;
    height: 50px;
}


.frm-dtl.lsat {
    background: url(../images/form.jpg) no-repeat;
    padding: 60px 20px;
    background-size: cover;
    margin-top:-35px;
}
.frms {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 14px #999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 616px;
}
.frms h3 {
    font-weight: 600;
    opacity: 1;
}
.frms h3 span {
    color: #ff3d00;
    text-decoration: underline;
    font-family: 'Dosis', sans-serif;
    opacity: 1;
}
.frms label {
    font-family: 'Dosis', sans-serif;
}
.frms .input-group {
    width: 100%;
    margin-bottom: 18px;
}
.frms .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 45px;
    opacity: 1;
}
.frms .fa {
    color: #ff3d00;
    opacity: 1;
}
.frms .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #999;
}
.frms p {
    margin-bottom: -10px;
}
.abtn {
    text-align: center;
}
.abtn button {
    background: #ff3d00;
    border: 1px solid #ff3d00;
    padding: 13px 55px;
    color: #fff;
    margin-top: 10px;
    transition-duration: 0.5s;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition-duration: 0.5s;
    border-radius: 30px;
}
.abtn button:hover {
    background: #011327;
    border: 1px solid #011327;
}
.pdng{
    padding: 0px;
}
.side {
    background: #011327;
    padding: 80px 50px;
    height: 616px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 14px #999;
    color: #fff;
}
.side h3 {
    font-family: 'Dosis', sans-serif;
}
.side h4{
    margin-bottom: -16px;
    margin-top: 32px;
}
.side h3 a{
    color: #ff3d00;
    text-decoration: none;
    font-size: 17px;
}
.side p{
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}











.footer5{
    background:#011327;
    padding: 70px 20px 30px;
}
.fsocila{
    margin-top: 30px;
}
.fsocila a{
    margin-right: 20px;
    color: #8aa4c1;
    text-decoration: none;
    transition-duration: 0.5s;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.fsocila a:hover{
    margin-right: 10px;
    color: #fff;
}

.footer5 p{
    color: #8aa4c1;
    line-height: 28px;
    font-weight: 500;
    margin-top: 30px;
}
.fctn{
    border-right: 1px solid#8aa4c1;
    padding: 0px 40px 20px;
}
.fctnn h4{
    color: #fff;
}
.fctnn {
    border-right: 1px solid#8aa4c1;
    padding: 0px 40px 20px;
}
.fctnn a{
    text-decoration: none;
}
.fctnn a p{
    font-size: 12px;
    transition-duration: 0.5s;
}
.fctnn a p:hover{
    color: #ff3d00;
    
}
.fctnn a p .fa{
    font-size: 10px;
    margin-right: 5px;
}
.fctnn.nn{
    border-right: 0px;
}
.fctnn.nn span{
    color: #fff;
}
.fctnn.nn p{
    margin-top: 10px;
}
.ftr5b{
    background: #00070f;
    color: #fff;
    text-align: center;
    padding: 15px 10px 1px;
}


.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}
.whatsapp .bx {
    background: transparent;
    padding: 0px;
    border-bottom: 0px solid#ee3131;
    box-shadow: none;
    height: fit-content;
    border: 0px solid#ccc;
}




/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #011327;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #ff3d00;
    color: #fff;
} 









@media screen and (min-width: 1px) and (max-width: 767px){
.cnt{
    text-align: center;
}
.cnt.ml{
    text-align: center;
}
.topheader .cnt.ml h1 {
    text-align: center;
}
.nvibar .navbar-inverse {
    height: 75px;
}
.navbar-brand > img {
    width: 210px;
    margin-top: -14px;
    width: 130px;
}
.navbar-nav {
    margin: 0px -15px;
    position: relative;
    z-index: 99999999999;
}
.navbar-toggle {;
    margin-top: 19px;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
    padding: 14px 25px;
    background: #011327;
    text-align: center;
}
.nvibar .navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 0px solid #fff;
    color: #fff;
    background: #011327;
}

.banner img {
    margin-top: -5px;
}
.form-control {
    margin-bottom: 15px;
}
.frm-dtl {
    margin-top: 20px;
}
.sizes {
    margin-top: 40px;
}
.sizes p {
    font-size: 16px;
}
.chose {
    padding: 30px 20px 30px;
    margin-top: 40px;
}
.chose h2 {
    margin-bottom: 20px;
    font-size: 26px;
}
.bx {
    margin-bottom: 20px;
}
.icn .fa {
    margin-top: 23px;
}
.bg1 {
    background: #f1f1f1;
    height: auto;
    padding: 20px;
}
.bg1 h2 {
    font-size: 20px;
}
.footer5 {
    background: #011327;
    padding: 40px 20px;
}
.fctn img{
    width: 163px;
}
.fctn {
    border-right: 0px solid #8aa4c1;
    padding: 20px;
    text-align: center;
}
.fctnn {
    border-right: 0px solid #8aa4c1;
    padding: 20px;
}
.abt {
    padding: 20px;
    height: auto;
}
.abt h1 {
    color: #fff;
    font-size: 30px;
}
.abtcnt {
    margin-top: 0px;
    text-align: left;
}
.abt h2 {
    font-size: 14px;
}
.nmbrs h3 {
    font-size: 20px;
    font-weight: 700;
}
.nmb h4 span {
    font-size: 30px;
}
.bg1.bg2 {
    background: #f1f1f1;
    padding: 20px 20px;
    margin-top: -50px;
}
.abt.cnt {
    background: url(../images/cnt.jpg) no-repeat;
    padding: 20px;
    margin-top: -20px;
    height: auto;
}
.scon .fa {

    font-size: 30px;
}
.scon {
    float: left;
    height: 30px;
}
.dtlct h2 {
    font-size: 20px;
}
.dtlct p {
    font-size: 13px;
}
.cnttx h1 {
    font-size: 25px;
}

.side {
    border-radius: 10px;
    padding: 20px;
    height: auto;
}
.side h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
}
.frms {
    padding: 20px;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}






}


@media screen and (min-width: 768px) and (max-width: 991px){
.cnt{
    display: none;
}
.cnt.ml{
    display: block;
}
.topheader .cnt.ml h1 {
    text-align: center;
}
.navbar-right {
    display: none;
}
.navbar-nav {
    float: right;
    margin: -50px -15px;
}
.frm-dtl {
    margin-top: 30px;
}
.bx {
    margin-top: 20px;
}
.bg1 {
    background: #f1f1f1;
    height: auto;
}
.fctn {
    border-right: 0px solid #8aa4c1;
}
.fctnn {
    border-right: 0px solid #8aa4c1;
    padding: 0px 40px 20px;
}
.abt {
    margin-top: -20px;
    height: auto;
}
.bg1.bg2 {
    background: #f1f1f1;
    margin-top: -50px;
}
.dtlcnt {
    margin-top: -20px;
}

.side {
    padding: 20px;
    height: auto;
    border-radius: 10px;
}
.frms {
    padding: 20px;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
.nvibar .navbar-inverse .navbar-nav > li > a {
    padding: 28px 22px;
}
.topheader .cnt.ml h1 {
    font-size: 11px;
    text-align: left;
}
.frm-dtl {
    margin-top: -40px;
}
.btnn a button {
    padding: 10px 15px;
    font-size: 12px;
}
.fctn {
    border-right: 0px solid #8aa4c1;
    padding:20px;
}
.fctnn {
    border-right: 0px solid #8aa4c1;
    padding: 20px;
}
.side h3 {
    font-size: 20px;
}




}






