@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:#2f3967;
}
.lgo img{
    z-index: 99999999999999;
    position: relative;
}
.topheader .cnt img{
    margin-left: -113px;
}
.topheader .cnt h1{
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}
.topheader .cnt h1 span{
    font-size: 18px;
    color: #fff;
}
.socials{
    text-align: right;
}
.socials .fa{
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.dn-bar{
    background: #fff;
    padding: 0px;
}
.ficon{
    float: left;
}
.ficon .fa {
    font-size: 22px;
    margin-top: 8px;
    margin-right: 15px;
    color: #ee3131;
}
.cntdtl{
    margin-top: 13px;
}
.detl p {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.detl p a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.btnn{
    margin-top: 14px;
    text-align: right;
}
.btnn a button {
    background: #ee3131;
    padding: 7px 30px;
    color: #fff;
    border: 1px solid#ee3131;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.nvibar .navbar-inverse {
    background-color: #ee3131;
    border-color: #ee3131;
    border-radius: 0px;
}
.nvibar .navbar-inverse .navbar-brand {
    display: none;
}
.nvibar .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.3s;
    padding: 17px 25px;
}
.nvibar .navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 3px solid#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ee3131;
    border-bottom: 3px solid#fff;
}

.cutt img{
    margin-top: -251px;
    position: relative;
}

/************* Start Slider *************/

/************* End of Slider *************/

.banner1{
    margin-top: -40px;
}
.banner1 img{
    width: 100%;
}
.pdng{
  padding: 0px;
}
.cont-dtl{
    background: #2f3967;
    color: #fff;
    height: 300px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    padding: 20px;
    margin-top: -70px;
}
.cont-dtl.bx2 {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.frm-portion h1{
    font-size: 24px;
    text-align: center;
    margin-bottom: 22px;
    color: #fff;
}
.cont-dtl p {
    font-weight: 500;
    line-height: 24px;
}
.formcnt{
  background:#ee3131;
  height: 350px;
  margin-top: -100px;
  border-radius: 7px;
}
.formcnt{
    padding: 20px;
}
.frm-portion .formcnt h1 {
    margin-bottom: 5px;
}
.formcnt .form-group {
    margin-bottom: 0px;
}
.formcnt .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #be2727;
    background-image: none;
    border: 1px solid #be2727;
    border-radius: 0px;
    margin-top: 15px;
}
.fbtn{
  text-align: center;
}
.formcnt button {
    background: transparent;
    border: 1px solid #fff;
    padding: 13px 35px;
    color: #fff;
    margin-top: 15px;
    transition-duration: 0.5s;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.formcnt button:hover{
    background: #be2727;
    border: 1px solid #fff;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}



.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
.testimonial_btn {
    background-color: #ee3131;
    color: #fff !important;
    border-color: #ee3131;
    border-radius: 0px;
    padding: 12px 15px;
}
.testimonial_btn:hover {
    background-color: #be2727;
    border-color: #be2727;
}
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
    display: none;
}
.pull-right {
    margin-top: -40px;
    position: relative;
}

/*********** End Form Portion *************/

.know {
    margin-top: 110px;
    background: #f1f1f1;
    padding: 50px 20px;
}
.know img{
    width: 100%;
}
.abt-cnt h2{
    font-size: 22px;
    color: #ee3131;
    font-weight: 600;
}
.abt-cnt h3 {
    font-size: 46px;
    font-weight: 700;
}
.abt-cnt h3 span{
    color: #ee3131;
}
.abt-cnt {
    padding: 20px 0px;
}
.abt-cnt p{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.abtn button {
    background: #ee3131;
    border: 1px solid #ee3131;
    padding: 13px 35px;
    color: #fff;
    margin-top: 30px;
    transition-duration: 0.5s;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.abtn button:hover {
    background: #be2727;
    border: 1px solid #fff;
}


.models {
    background: #f1f1f1;
    padding: 70px 0px;
}
.tp{
  margin-top: 30px;
}
.mdlpic img {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 7px 7px 0px 0px;
}
.mdlovr a{
    text-decoration: none;
}
.mdlovr a p {
    background: #ee3131;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    transition-duration: 0.5s;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0px;
}
.mdlovr a:hover p {
    background: #be2727;
}
.mdlovr a:hover img {
    opacity: 0.5;
}

.pd{
  padding: 0px;
}
.abt11 img{
  width: 100%;
}
.abt22 img {
    width: 100%;
    margin-top: -546px;
}
.about-secont h3 {
    margin-top: -420px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 22px;
}
.about-secont {
    color: #fff;
    margin-left: 30px;
}
.about-secont p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.about-secont .tags{
    margin-top: 33px;
}



.choose{
  background: url(../images/bg-1.jpg) no-repeat fixed;
  padding: 100px 20px;
  background-size: cover;
  margin-top: 40px;
  color: #fff;
}
.choose h3{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
.choose h3 span{
  color: #ee3131;
}
.icn {
    float: left;
    margin-right: 17px;
    height: 120px;
}
.icn img{
    width: 50px;
    margin-top: 42px;
}
.y-cont{
    margin-top: 30px;
}
.y-cont span{
    color: #ee3131;
    font-weight: 700;
}
.engin img {
    margin-top: -80px;
    width: 100%;
    border-radius: 10px;
}
.points{
    padding: 50px 20px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 50px;
}
.con{
    float: left;
}
.con img {
    width: 75px;
    margin-top: -26px;
    margin-right: 20px;
    
}
.pnt h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 40px;
    font-family: 'Dosis', sans-serif;
    color: #000;
}
.pnt h3 span{
    font-size: 13px;
}
.footer-3{
    background: #2f3967;
    padding: 70px 20px 50px;
    margin-top: 50px;
}
.fcntnt p{
    color: #fff;
    line-height: 26px;
    margin-top: 20px;
}
.so-icon{
    margin-top: 30px;
}
.so-icon a .fa {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 31px;
    font-size: 20px;
    margin-right: 5px;
    color: #ee3131;
}
.so-icon a .fa:hover {
    background: #f1f1f1;
    color: #be2727;
}
.fcntnt h4{
    color: #fff;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
}
.fcntnt p span{
    float: right;
}
.fcntnt.hours p {
    line-height: 18px;
    border-bottom: 1px solid #fff;
}
.btm-ftr{
    padding: 20px;
    background: #030e28;
}
.btm-ftr p{
    color: #fff;
    padding: 10px 0px 0px;
}
.btm-ftr p span{
    color: #ee3131;
}
.btm-ftr .ftr-nv{
    margin-top: 14px;
    float: right;
}
.btm-ftr a{
    color: #fff;
    padding: 20px;
    margin-top: 32px;
}

/************* Start About Page **************/
.about-baner{
    margin-top: -40px;
}
.about-baner img{
    width: 100%;
}
.bnr-cntnt h1 {
    color: #fff;
    margin-top: -200px;
    font-family: 'Dosis', sans-serif;
    font-size: 60px;
    font-weight: 700;
}
.bnr-cntnt span{
    color: #ee3131;
}
.next {
    float: right;
    margin-top: -40px;
}
.next p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.about-sec.page{
    margin-top: 80px;
}
.about-sec.page .abt22 img {
    width: 100%;
    margin-top: -466px;
}
.about-secont.pagee .fa {
    color: #ee3131;
    margin-right: 15px;
    font-size: 38px;
}
.about-secont.pagee h3 {
    color: #333;
    font-family: 'Dosis', sans-serif;
}
.about-secont.pagee p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    margin-top: 40px;
}
.about-secont.pagee {
    color: #fff;
    margin-left: 90px;
    margin-top: 38px;
}
.wlcm{
    margin-top: 50px;
    text-align: center;
}
.wlcontent h2{
    font-weight: 700;
    text-align: center;
}
.wlcontent h2 span{
    color: #ee3131;
}
.wlcontent p{
    font-size: 16px;
    line-height: 26px;
}
.cnt-frm{
    margin-top: 50px;
}
.cnt-frm h3{
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}
.cnt-frm .bgr2{
    color: #fff;
}
.cnt-frm .bgr2 h3{
    color: #fff;
}
.cnt-frm .bgr2 h4{
    margin-top: 26px;
}
.cnt-frm h3 span{
    color: #ee3131;
}

.cnt-frm .form-control {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 46px;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control.contact-us-input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 150px;
}
.cnt-frm .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.cnt-frm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.cnt-frm .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.bgr .abtn button {
    margin-top: 10px;
}
.bgr {
    background: #f1f1f1;
    height: 570px;
    padding: 30px;
}
.bgr2 {
    background: #2f3967;
    height: 570px;
    padding:60px 30px;
}
.bgr2 p{
    font-size: 16px;
}
.bgr2 p a{
    color: #ee3131;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.bgr2 p a:hover{
    text-decoration: underline;
}
.cnsocl{
    margin-top: 30px;
}
.frm-dtl {
    background: #f1f1f1;
    padding: 50px;
    margin: -40px 0px -50px;
}
.frms{
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 14px #999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 650px;
}
.frms .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;
}
.frms .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 45px;
}
.frms .input-group {
    width: 100%;
    margin-bottom: 18px;
}
.frms .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.frms .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.frms .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.frms h3 span{
  color: #ee3131;
  text-decoration: underline;
  font-family: 'Dosis', sans-serif;
}
.frms h3 {
    font-weight: 600;
}
.frms label {
    font-family: 'Dosis', sans-serif;
}
.frms p{
  margin-bottom: -10px;
}
.frms .fa {
    color: #ee3131;
}
.pdng{
    padding: 0px;
}
.side{
    background: #2f3967;
    padding: 80px 50px;
    height: 650px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 14px #999;
    color: #fff;
}
.side h3{
    font-family: 'Dosis', sans-serif;
}
.side p{
    line-height: 27px;
    font-size: 15px;
    margin-top: 21px;
    letter-spacing: 0.5px;
}
.side img{
    width: 260px;
}
.thank-contnt{
    box-shadow: 0px 0px 120px #999;
}

.thnknav{
    background: #ee3131;
    padding: 20px;
    text-align: center;
    padding: 1px 20px 10px;
}
.thnknav h3 a{
    color: #fff;
    font-family: 'Dosis', sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
}
.bdcnt {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 443px;
}
.bdcnt .abtn{
    margin-top: -20px;
}
.bdcnt .abtn span{
    font-size: 20px;
}
.thnknav p {
    color: #fff;
    padding: 20px 10px 0px;
}
.thnknav p span{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.bdy{
    background: url(../images/thnk.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
    height: 520px;
    text-align: center;
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
.bdy h1{
    font-size: 60px;
    font-weight: 600;
}
.bdy p {
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    margin-top: 20px;
    font-size: 15px;
}




.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;
}


/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #ee3131;
    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: #2f3967;
    color: #fff;
} 











@media screen and (min-width: 1px) and (max-width: 767px){
.socials {
    text-align: center;
}
.lgo img {
    width: 220px;
    margin-top: 10px;
}
.lgo{
    text-align: center;
}
.cnt{
    display: none;
}
.btnn {
    display: none;
}
.ficon {
    display: none;
}
.cntdtl {
    text-align: center;
}
.nvibar .navbar-inverse .navbar-brand {
    display: block;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > 
.active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    border-bottom: 1px solid #fff;
}
.nvibar .navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 1px solid #fff;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
    padding: 12px 25px;
    text-align: center;
}
.cont-dtl {
    display: none;
}
.formcnt {
    height: auto;
    margin-top: 0px;
}
.choose {
    padding: 20px;
    margin-top: 40px;
}
.choose h3 {
    font-size: 26px;
    text-align: center;
}
.engin img {
    display: none;
}
.about-secont h3 {
    margin-top: 20px;
    font-size: 22px;
}
.abt22 img {
    display: none;
}
.about-secont {
    margin-left: 0px;
    background: #ee3131;
    padding: 20px;
}
.abt11 img {
    display: none;
}
.know {
    background: #f1f1f1;
    padding: 18px 20px;
    margin-top: 0px;
}
.abt-cnt h3 {
    font-size: 26px;
}
.btm-ftr {
    padding: 14px;
    text-align: center;
}
.btm-ftr a {
    padding: 10px;
}
.btm-ftr .ftr-nv {
    float: none;
}

.bnr-cntnt h1 {
    margin-top: -60px;
    font-size: 20px;
}
.about-secont.pagee {
    color: #fff;
    margin-left: 0px;
    margin-top: -72px;
}
.about-secont.pagee h3 {
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
.about-secont.pagee p {
    color: #fff;
    margin-top: 10px;
}
.cnt-frm {
    margin-top: 0px;
}
.bgr {
    text-align: center;
    height: auto;
}
.frms {
    padding: 20px;
    border-radius: 10px;
    height: auto;
}
.frm-dtl {
    background: #f1f1f1;
    padding: 16px;
    margin: -20px 0px;
}
.side {
    padding: 10px 20px;
    height: auto;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}
.bdy h1 {
    font-size: 30px;
}
.bdcnt {
    padding: 20px;
    height: auto;
}
.bdy {
    padding: 20px;
    height: auto;
}
.bdy h3{
    font-size: 20px;
} 
}

@media screen and (min-width: 768px) and (max-width: 991px){

.socials {
    margin-top: -38px;
}
.cutt img {
    display: none;
}
.btnn {
    display: none;
}
.dn-bar {
    text-align: center;
}
.ficon {
    display: none;
}
.formcnt {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cont-dtl {
    height: 300px;
    margin-top: 0px;
    border-radius: 10px;
    text-align: center;
}
.cont-dtl.bx2 {
    border-radius: 10px;
}
.engin img {
    display: none;
}
.choose {
    padding: 20px;
}
.icn img {
    margin-top: 20px;
}
.abt22 img {
    display: none;
}
.btm-ftr a {
    padding: 10px;
}
.btm-ftr .ftr-nv {
    float: right;
    margin-top: -30px;
}
.bnr-cntnt h1 {
    margin-top: -150px;
    font-size: 50px;
}
.about-secont.pagee {
    display: none;
}
.abt11 img {
    display: none;
}
.frm-dtl {
    background: #f1f1f1;
    padding: 50px 0px;
    margin: -40px 0px -50px;
}
.frms {
    height: auto;
    border-radius: 10px;
}
.side {
    border-radius: 10px;
    margin-top: 20px;
}


}










