@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: #072f4f;
    padding: 0px 10px 5px;
}
.topheader .cnt h1 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.topheader .cnt.ml h1{
    font-size: 13px;
    text-align: right;
}
.topheader .cnt.ml a{
    color: #ff3d00;
    text-decoration: none;
}

.btmm{
    border-bottom: 1px solid #054171;
}




.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-inverse {
    background-color: #072f4f;
    border-color: #072f4f;
    border-radius: 0px;
    height: 92px;

}
.nvibar .navbar-inverse .navbar-brand {
    color: #ee3131;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.nvibar .navbar-brand>img {
    display: block;
    margin-top: -25px;
}
.nvibar .navbar-brand {
    float: left;
    height: 50px;
    padding: 27px 15px;
    font-size: 18px;
    line-height: 20px;
}
.nvibar .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition-duration: 0.3s;
    padding: 34px 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.nvibar .navbar-inverse .navbar-nav>li>a:hover {
    
    color: #8aa4c1;
}
.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;
}

.nav.navbar-nav.navbar-right li a{
    background: #e85119;
    margin-top: 20px;
    padding: 13px;
    font-size: 16px;
    border-radius: 10px;
    transition-duration: 0.5s;
    border:2px solid#e85119;
}
.nav.navbar-nav.navbar-right li a:hover{
    background: transparent;
    color: #fff;
    border:2px solid#e85119;
}

.nmbr{
    font-size: 17px;
    letter-spacing: 1px;
}


.banner{
    margin-top: -20px;
}
.banner img{
    width: 100%;
}





.reg-frm{
    margin-top: -450px;
}
.reg-frm h1{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.reg-frm input, select, textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.reg-frm a button {
    color: #fff;
    background-color: #e85119;
    border: 2px solid #e85119;
    margin-top: 10px;
    height: 69px;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    transition-duration: 0.5s;
}
.reg-frm a button:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #e85119;
}
.reg-frm .form-control{
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    height: 69px;
    border-radius: 0px;
    color: #333;
    border: 1px solid #777;
}
.alternatively p{
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.alternatively p a{
    text-decoration: underline;
    color: #fff;

}
.alternatively p{
    margin-top: 20px;
    text-align: center;
}





.steps{
    background: #f3f3f3;
    padding: 50px;
    margin-top: 43px;
    text-align: center;
}
.contnt p{
    margin-top: 20px;
    font-size: 16px;
}
.contnt p span{
    font-size: 18px;
    font-weight: 600;
}
.content {
    margin: 50px 20px 50px;
}
.content h2{
    text-align: center;
    color: #072f4f;
    font-weight: 600;
}
.content p {
    text-align: center;
    font-weight: 500;
    font-size: 14.3px;
    line-height: 27px;
    margin-top: 20px;
}

.pding-0{
    padding: 0px;
}
.stp-cnt{
    box-shadow: 0px 0px 10px #333;
    margin-top: 30px;
}
.steps-more{
    margin-bottom: 40px;
}
.steps-more .rite{
    background: #072f4f;
    padding:10px 20px;
    height: 126px;
    border-right:20px solid#031625;
}
.lft {
    padding: 10px 30px 10px 10px;
    height: 126px;
}
.lft img{
    width: 70px;
    margin-left: -50px;
    margin-top: 20px;
}
.lft p {
    margin-left: 32px;
    margin-top: -87px;
    font-size: 15px;
    color: #333;
}
.lft p span{
    font-size: 20px;
    font-weight: 600;
    color: #072f4f;
}
.steps-more .rite p{
    color: #fff;
    font-size: 21px;
    line-height: 45px;
}
.steps-more .rite p span{
    font-size: 60px;
    font-weight: 600;
}









.testimonial_section {
  display: block;
  overflow: hidden;
  margin-top: 90px;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #f1f1f1;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 50px 0px 50px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 80px;
  margin-top: 30px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 62px;
  border-radius: 0;
  background: #e85119;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 25px;
  border-radius: 0;
  display: block;
  background: #e85119;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}


.callus{
    background: url(../images/call-bg.jpg) no-repeat;
    height: 350px;
    margin-top: 60px;
    text-align: center;
    color: #fff;
    padding: 80px 20px;
    background-size: cover;
}
.callus h2{
    font-size: 40px;
    font-weight: 700;
}
.callus p{
    font-size: 20px;
    margin-top: 20px;
}
.callus a button{
    background: transparent;
    padding: 13px 46px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    border: 1px solid#fff;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 600;
    transition-duration: 0.5s;
}
.callus a button:hover{
    border: 1px solid#e85119;
}

.forminput{
    background: #f1f1f1;
    padding: 20px;
}
.inputbg {
    background: #f1f1f1;
    padding: 20px 40px 40px;
    box-shadow: 0px 0px 10px #333;
    margin-top: 50px;
    margin-bottom: 50px;
}
.inputbg h3 {
    text-align: center;
    color: #fff;
    background: #072f4f;
    padding: 14px;
    margin-bottom: 0px;
}
.forminput .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-top: 20px;
}
.forminput .input-group .form-control {
    height: 50px;
    font-weight: 600;
    border: 1px solid #072f4f;
}

.forminput textarea {
    text-align: left;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 0px;
    border: 1px solid #072f4f;
}

.frmbtn{
    text-align: center;
}
.frmbtn a button{
    background: #072f4f;
    border: 2px solid #072f4f;
    color: #fff;
    padding: 10px 40px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
    transition-duration: 0.5s;
}
.frmbtn a button:hover{
    background: transparent;
    border: 2px solid #e85119;
    color: #072f4f;
    border-radius: 50px;
}

.about-bg{
    background: url(../images/about-b.jpg) no-repeat;
    height: 250px;
    margin-top: -20px;
    color: #fff;
    padding: 80px 20px;
    background-size: cover;
}
.about-bg h1{
    font-weight: 700;
}

.fourr{
    text-align: center;
}
.fourr .fa{
    font-size: 40px;
    background: linear-gradient(to bottom, #072f4f 0%, #2c0b02 100%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: -15px;
}
.fourr .fa:hover{
    background: linear-gradient(to bottom, #2c0b02 0%, #072f4f 100%);
}

.mission{
    background: url(../images/call-bg.jpg) no-repeat;
    height: 350px;
    color: #fff;
    padding: 70px 20px;
    background-size: cover;
}
.mission p{
    font-size: 15px;
    margin-top: 20px;
    line-height: 28px;
}
.fault img{
    width: 100%;
    border-radius: 15px;
    margin-top:-50px;
}
.get{
    background: #f1f1f1;
    padding: 60px 20px;
    text-align: center;
}
.get p{
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}
.contact img{
    margin-top: -20px;
    width: 100%;
}
.frmbtn.frm{
    text-align: right;
}
.frmbtn.top{
    text-align: left;
}
.contact-detail{
    background: #020d26;
    padding: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    height: 422px;
}
.forminput.to{
    background:#fff;
}
.phn .fa{
    font-size: 40px;
}
.phn a {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}
.phn a:hover {
    text-decoration: none;
    color: #f1f1f1;
}
.contact-detail p {
    margin: 0 0 10px;
    font-size: 17px;
}
.steps.to{
    margin-top: 0px;
}

.content.doc h2{
    text-align: left;
}
.content.doc p{
    text-align: left;
}


.area {
    background: #f1f1f1;
    padding: 40px 20px;
}
.form-area {
    margin:30px 20px;
}

.dvla-width {
    width: 299px;
    margin-top: 10px;
    margin:0 auto;
}
    
.dvla-main{
    background: #005baf;
    border-radius: 0px 7px 7px 0px;
    padding: 3px;
    height:80px;
}
.reg-input-new1 {
    height: 74px;
    width: 248px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    border:1px solid #fff;
    outline:none;
    border-radius:0px 7px 7px 0px;  
}

.gb{
    float:left;
}
.gb img{
    width: 43px;
}
    
placeholder { /* Firefox 19+ */
  color: black;
}   
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
:-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.detail{
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #072f4f;
}
.detail p{
    font-size: 16px;
}
.detail p span{
    font-size: 16px;
    font-weight: 600;
    color: #072f4f;
}
.text p{
    font-size: 10px;
    font-style: italic;
    margin-top: 11px;
    color: #000;
}
.text-to p{
    font-weight: 500;
}
.text-to p span{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}


.rit{
    padding: 0px 10px 0px 50px;
}
.rit .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    background: #e85119;
    color: #fff;
}
.rit .btn{
    padding: 10px 20px;
    background: #072f4f;
    color: #fff;
    margin-right: 10px;
}
.rit .btn:hover{
    background: #e85119;
}
.rit label {
    margin-right: 20px;
}
.f-frm {
    margin-top: -20px;
}

.f-frm .input-group-addon {
    font-size: 26px;
    font-weight: 400;
    color: #072f4f;
    background-color: #fff;
    border: 1px solid #072f4f;
    border-radius: 0px;
    border-right: 0px;
    width: 51px;
}

.f-frm .input-group {
    width: 100%;
    margin-top: 20px;
}
.f-frm .form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #072f4f;
    border-radius: 0px;
}
.f-frm .frmbtn a button {
    padding: 15px 40px;
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
}
.non-bg.f{
    background: #fff;
}


.non-bg{

}
.non-footer{
    background: linear-gradient(to bottom, #072f4f 0%, #2c0b02 100%);
    padding:100px 20px 10px;
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
    margin-top: 50px;
}
.fot-content p{
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.fot-content{
    text-align: left;
    
}
.fot-content h4{
    color: #fff;
    text-decoration: underline; 
}
.fot-content a{
    display: block; 
}
.fot-content a:hover {
    text-decoration: underline wavy white;
}
.fot-content.social a{
    color: #fff;
    line-height: 40px;
}
.copyr{
    text-align: center;
}
.copyr p{
    color: #fff;
}



.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: #072f4f;
    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: #E8511A;
    color: #fff;
}







@media screen and (min-width: 1px) and (max-width: 767px){
.navbar-inverse .navbar-toggle {
  border-color: #333;
  background: #e85119;
}
.topheader .cnt.ml h1 {
  text-align: center;
  margin-top: 5px;
}
.topheader {
  text-align: center;
}
.navbar-nav {
  z-index: 999999999999;
  position: relative;
  margin: 0px -15px;
}
.nvibar .navbar-inverse {
  height: 62px;
}
.nav.navbar-nav.navbar-right li a {
  background: #e85119;
  margin-top: -7px;
  border-radius: 0px;
  border: 2px solid #e85119;
}
.nav.navbar-nav.navbar-right li a:hover {
  background: #e85119;
  border: 2px solid #e85119;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color:#072f4f;
}
.nvibar .navbar-brand > img {
  width: 160px;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
  padding: 12px 25px;
  background: #072f4f;
  text-align: center;
  border: 2px solid #072f4f;
}
.reg-frm h1 {
  font-size: 18px;
  color: #072f4f;
}
.reg-frm {
  margin-top: 0px;
}
.reg-frm input, select, textarea {
  font-size: 16px;
  text-align: left;
  height: 40px;
}
.reg-frm .form-control {
  font-size: 16px;
  height: 40px;
}
.reg-frm a button{
  background: #072f4f;
  height: 43px;
  border-radius: 0px;
  padding: 6px 30px;
  font-size: 16px;
  border-radius: 0px;
  width: 100%;
  border: 2px solid #072f4f;
}
.reg-frm a button:hover {
  background: #e85119;
  border: 2px solid #e85119;
}
.reg-frm img{
  display: none;
}
.alternatively p {
  display: none;
}
.content h2 {
  font-size: 16px;
}
.lft p span {
  font-size: 16px;
}
.lft {
  height: 176px;
}
.steps-more .rite {
  height: 176px;
}
.lft p {
  margin-top: 0px;
}
.lft img {
  display: none;
}
.steps-more .rite p span {
  font-size: 40px;
}
.steps-more .rite {
  padding: 10px 10px;
}
.steps-more .rite p {
  line-height: 37px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-size: 20px;
  line-height: 30px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  margin-left: 80px;
  margin-top: 0px;
  padding: 15px 20px 20px 20px;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  top: 135px;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  top: 135px;
}
.callus {
  height: 320px;
  margin-top: 0px;
  padding: 30px 20px;
}
.callus h2 {
  font-size: 30px;
}

.inputbg h3 {
  font-size: 16px;
}
.inputbg {
  padding: 0px 10px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.frmbtn a button {
  font-size: 18px;
}
.non-footer {
  padding: 40px 20px 10px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.fot-content img{
  width: 200px;
}

.about-bg {
  padding: 60px 20px;
}
.about-bg h1 {
  font-size: 26px;
}
.mission {;
  height: auto;
  padding: 20px 20px;
}
.fault img {
  display: none;
}
.contact-detail {
  height: auto;
}
.phn a {
  font-size: 24px;
}
.contact-detail p {
  font-size: 13px;
}
.area {
  padding: 20px 0px;
}
.dvla-width {
  width: 279px;
}
.reg-input-new1 {
  width: 225px;
}
.postal{
  margin-top: 10px;
}
.rit {
  padding: 20px;
}

}

@media screen and (min-width: 668px) and (max-width: 991px){
.topheader .cnt h1 {
  text-align: center;
}
.topheader .cnt.ml h1 {
  text-align: center;
}
.navbar-nav {
  float: right;
  margin: 0;
}
.nav.navbar-nav.navbar-right li a {
  display: none;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
  padding: 34px 9px;
  font-size: 11px;
  margin-top: -51px;
}
.reg-frm h1 {
  font-size: 26px;
}
.reg-frm input, select, textarea {
  font-size: 20px;
  height: 52px;
  margin-top: 5px;
}
.reg-frm .form-control {
  font-size: 20px;
  height: 52px;
}
.reg-frm a button {
  height: 52px;
  font-size: 19px;
  width: 100%;
  margin-top: 5px;
}
.reg-frm img{
  display: none;
}
.alternatively p {
  display: none;
}
.steps {
  margin-top: 0px;
}
.content h2 {
  font-size: 24px;
}
.fault img {
  display: none;
}
.rit {
  padding: 20px;
}
.postal{
  margin-top: 10px;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
.topheader .cnt.ml h1 {
  text-align: left;
  margin-left: -50px;
}
.nav.navbar-nav.navbar-right li a {
  display: none;
}
.reg-frm img{
  width: 160px;
}
.steps {
  margin-top: 19px;
}
.steps-more .rite p {
  line-height: 25px;
}
.steps-more .rite p span {
  font-size: 40px;
  line-height: 47px;
}
.lft {
  padding: 2px 30px 10px 10px;
  height: 126px;
}
.dvla-width {
  width: 235px;
}
.reg-input-new1 {
  width: 180px;
}
.reg-input-new1 {
  font-size: 20px;
}





}





