@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');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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;
font-family: "Playfair Display", serif;
********/



body {
    font-family: 'Arimo', sans-serif;

}




/**********
.res-nav .dvl.nv{
    display: none;
    transition-duration: 0.5s;
}
.res-nav .shrink-nav .dvl.nv{
    display: block;
    transition-duration: 0.5s;
}
*************/

.res-nav{
    margin-bottom: 88px;
}
.res-nav .navbar {
    position: fixed;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    background:#232f68;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s !important;
    z-index: 111;
    border:0px;
    height: 90px;
    top: 0px;
}
.res-nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border-bottom: 1px dashed #999;
}
.res-nav .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: #f2801f;
}
.res-nav .navbar-nav > li > a {
  text-transform: uppercase;
  line-height: 58px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}






.res-nav .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.res-nav .navbar-brand {
    padding: 1px 15px;
}

.res-nav .navbar-brand img {
    width: 246px;
    padding:18px 0px;
    border-radius: 6px;
}
.res-nav .shrink-nav {
  color: #fff !important;
  top: 0px;
  background-color: #232f68;
  position: fixed;
  z-index: 999999;
  transition-duration: 0.5s;
}
.res-nav .navbar-left {
    float: right !important;
    margin-top: 16px;
}
.res-nav .navbar-left a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
}
.icon {
    float: left;
}
.nmbr{
    float: right;
    margin-top: -2px;
}
.nmbr p{
    color: #fff;
    margin-bottom: 0px;
}


.icon .fa {
    font-size: 28px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 5px;
    color: #232f68;
    border: 4px solid #fff;
}
.res-nav .navbar-right {
    float: left !important;
    margin-left: 170px;
}

.dvlanav {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 10px 10px #ccc;
}


 
@media (min-width: 768px) {
.res-nav ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


.res-nav .dropdown-menu{
    text-align: center !important;
}


.res-nav .navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}
.res-nav .dropdown-menu>li>a {
    padding: 10px 20px;
}
.res-nav .dropdown-menu>li>a:hover {
    color: #0b51c3;
}




@media (max-width: 767px) {

  .res-nav .navbar-nav > li > a {
    line-height: 20px;
    text-align: center;
  }
  .res-nav .navbar-brand {
    padding: 15px 15px;
  }
.res-nav .navbar-brand img {
  width: 246px;
  margin-top: -9px;
  padding: 0px;
  background: none;
}
.res-nav .navbar-right {
    float: none !important;
    margin-left: 0px;
}
.res-nav .navbar-collapse {
  padding-right: 15px;
  padding-left: 0px;
}
.res-nav .dvl.nv {
  float: none;
  margin-top: -7px;
}
.res-nav .dvl.nv .qoute-btn button {
  margin-top: 10px;
  margin-left: 17px;
}
}

/************ End Navigation *************/

.dvlanav .custom-search {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.dvlanav .custom-search input {
  height: 60px;
  padding: 6px 70px 6px 20px;
  font-size: 16px;
  border: 1px solid #fbbc05;
  background-color: #fbbc05;
      font-size: 20px;
}

.dvlanav .search-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 54px;
    width: 120px;
    border: none;
    background: #232f68;
    color: #fff;
    font-size: 16px;
}
.dvlanav .glyphicon {
    font-size: 27px;
}

.dvlanav .search-btn:hover {
  background: #cc1f1f;
}






.frnt-bnr{
    background: url(../images/front-banner.jpg) no-repeat;
    background-size: cover;
    height: 750px;
}


.bnr-txt {
    padding-top: 60px;
}
.bnr-txt h1 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
}
.bnr-txt.inner h1 {
    font-size: 36px;
}
.bnr-txt p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.bnr-txt .dvl-hding p{
    font-size: 24px;
        margin-bottom: 20px;
}





.formm {
    background: #232f68;
    padding: 25px 20px 20px 45px;
}
.serch p {
    color: #f1f1f1;
    font-size: 22px;
    margin-top: 23px;
}
.frmcnt label {
    color: #f1f1f1;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}
.frmcnt .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-image: none;
    border: 0px;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px 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;
}
.fbtn a button {
    background: #fff;
    border: 1px solid #fff;
    width: 85%;
    padding: 10px;
    color: #000;
    font-size: 16px;
    margin-top: 14px;
    transition-duration: 0.3s;
}
.fbtn a button:hover {
    background: #f2801f;
    border: 1px solid #f2801f;
    color: #fff;
}



.about-section{
    padding:80px 0;
    background:#f7f7f7;
}

.ford-side img{
    width: 100%;
    border-radius: 10px;
    margin-top: -10px;
}

.sub-title{
    display:block;
    font-size:18px;
    font-weight:700;
    color:#f2801f;
    margin-bottom:10px;
}
.sub-title.priv{
    font-size:22px;
}


.about-section h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #232f68;
    margin: 0 0 25px;
}

.about-text{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
}

.feature-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 7px 10px;
    height: 230px;
    background: #fff;
}

.feature-box span {
    display: block;
    color: #f2801f;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.feature-box h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
    color: #222;
}

.feature-box p{
    color:#666;
    font-size:15px;
    line-height:1.8;
}

.learn-btn {
    display: inline-block;
    margin-top: 18px;
    background: #232f68;
    color: #fff;
    padding: 12px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.learn-btn:hover{
    color:#fff;
    background:#f2801f;
    text-decoration:none;
}




.heading{
    text-align: center;
    margin-top: 80px;
}
.heading h1{
    font-size: 36px;
    color: #232f68;
    font-weight: 600;
}
.heading p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    line-height: 30px;
}
.model-btn a button {
    width: 100%;
    padding:12px 10px;
    background: #232f68;
    border: 1px solid#232f68;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    transition-duration: 0.3s;
    margin-top: 20px;
}
.model-btn a button:hover {
    background: #f2801f;
    border: 1px solid#f2801f;
}
.model-btn a button span{
    float: right;
    margin-right: 10px;
    transition-duration: 0.3s;
}
.model-btn a button:hover span{
    margin-right: 5px;
    margin-left: 5px;
}


.about-section.two{
    margin-top: 80px;
}
.tow{
    padding-right: 100px;
}
.ford-side p {
    background: #232f68;
    padding: 30px;
    font-size: 18px;
    margin-top: -40px;
    margin-left: -50px;
    position: relative;
    margin-right: 50px;
    color: #fff;
}
.about-section.two .ford-side img {
    border-radius: 0px;
}


.services-section{
    padding:80px 0 0;
    background:#fff;
}

.services-content h2{
    font-size: 36px;
    color: #232f68;
    font-weight: 600;
    margin-bottom:30px;
    line-height:1.2;
}

.services-content p{
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    line-height: 30px;
}

.services-content ul{
    padding-left:20px;
    margin-top:25px;
}

.services-content ul li {
    font-size: 19px;
    color: #1f355d;
    line-height: 1.9;
    margin-bottom: 5px;
    list-style: none;
    margin-left: -20px;
    font-weight: 600;
}

.services-card{
    position:relative;
    background:#fff;
    border:1px solid #e3e3e3;
    border-radius:20px;
    padding:25px 25px 25px 75px;
    min-height:230px;
    margin-bottom:20px;
    box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.icon-box{
    position:absolute;
    left:20px;
    top:22px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:#232f68;
    text-align:center;
    line-height:38px;
}

.icon-box i{
    color:#fff;
    font-size:18px;
}

.services-card h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #f2801f;
    margin: 0 0 15px;
    letter-spacing: 0px;
}

.services-card p{
    font-size:16px;
    line-height:1.8;
    color:#495266;
    margin:0;
}






.how{
    margin-bottom: 30px;
}

.how-cont{
    text-align: center;
    margin-top: 30px;
}
.how-cont img{
    width: 120px;
    margin-bottom: 20px;
}
.how-cont p span{
    font-size: 26px;
    font-weight: 600;
    color: #f2801f;
}
.how-cont p {
    font-size: 18px;
    padding: 20px;
    color: #000;
}





 .faq-section {
    background: #f7f7f7;
    padding: 50px 0px;
}
.heading.nxt {
    margin-top: 0px;
    margin-bottom: 30px;
}


.faq-section .panel-group .panel {
    margin-bottom: 12px;
    border-radius: 4px;
}

.faq-item {
  border-radius: 10px;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.faq-item .panel-heading {
  padding: 0;
  background: #fff;
  border-radius: 10px;
}

.faq-item .panel-heading a {
  display: block;
  padding: 22px 60px 22px 20px;
  font-size: 19px;
  color: #232f68;
  position: relative;
  text-decoration: none;
    font-weight: 600;
}

.faq-item .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #232f68;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.faq-item .panel-body {
  border-top: none;
  color: #333;
  padding: 20px;
  font-size: 17px;
    font-weight: 500;
}


.reviews-section{
    padding:80px 0;
    background:#fff;
}

.section-title span{
    color:#c79c4a;
    font-weight:600;
    letter-spacing:3px;
    display:block;
    margin-bottom:10px;
}

.section-title h2{
    font-size:56px;
    font-weight:800;
    color:#071638;
    margin-bottom:60px;
}

.review-box{
    background:#f7f7f7;
    border:1px solid #ececec;
    border-radius:30px;
    padding:35px;
    min-height:270px;
    height: 320px;
    transition:.4s;
}



.stars{
    color:#f2801f;
    font-size:20px;
    margin-bottom:20px;
}

.review-box p{
    font-size:16px;
    line-height:1.6;
    color:#555;
    min-height:120px;
}

.review-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.review-user span{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#232f68;
    color:#fff;
    text-align:center;
    line-height:50px;
    font-size:22px;
    font-weight:bold;
    margin-right:15px;
}

.review-user h4{
    margin:0;
    color:#232f68;
    font-weight:700;
}

.review-user small{
    color:#f2801f;
    text-transform:uppercase;
    letter-spacing:1px;
}

.review-slider{
    position:relative;
}

.review-slider .owl-nav{
    display:block !important;
}

.review-slider .owl-prev, .review-slider .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    border-radius: 50% !important;

    color: #fff !important;
    font-size: 30px !important;
    line-height: 50px !important;
    margin: 0 !important;
    font-size: 20px;
}
.review-slider .owl-prev, .review-slider .owl-prev .fa{
    font-size: 26px;
    color: #f2801f;
}
.review-slider .owl-prev, .review-slider .owl-next .fa{
    font-size: 26px;
    color: #f2801f;
}


.review-slider .owl-prev{
    left:-50px;
}

.review-slider .owl-next{
    right:-50px;
}




.gallery-section{
    padding:80px 0;
    background:#f7f7f7;
}

.gallery-heading{
    margin-bottom:50px;
}

.gallery-heading span{
    color:#c79c4a;
    letter-spacing:3px;
    font-weight:600;
}

.gallery-heading h2{
    font-size:48px;
    font-weight:800;
    color:#071638;
    margin-top:10px;
}

.gallery-item{
    margin-bottom:30px;
}

.gallery-item a{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.6s;
}

.gallery-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(7,22,56,.85);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-overlay h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    transform:translateY(20px);
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.12);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-item:hover .gallery-overlay h4{
    transform:translateY(0);
}





.rr-footer{
    background:#232f68;
    padding:80px 0 30px;
    color:#fff;
}

.footer-logo{
    font-size:24px;
    font-weight:800;
    line-height:1.35;
    letter-spacing:2px;
    margin:0 0 25px;
}

.footer-logo span{
    color:#f2801f;
}

.footer-text{
    color:#fff;
    font-size:16px;
    line-height:1.9;
    margin-bottom:30px;
}

.footer-title{
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:30px;
    letter-spacing:1px;
}

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:16px;
}

.footer-links li a{
    color:#b8bfd3;
    text-decoration:none;
    transition:.3s;
}

.footer-links li a:hover{
    color:#f2801f;
    padding-left:5px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-block;
    text-align:center;
    line-height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    color:#fff;
    margin-right:3px;
    font-size:18px;
    transition:.3s;
}

.social-icons a:hover{
    background:#f2801f;
}
.social-icons img {
    width: 42px;
    padding: 12px;
    border-radius: 5px;
    transition-duration: 0.5s;
    margin-top: -2px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
}

.contact-item i{
    color:#f2801f;
    font-size:22px;
    width:35px;
    margin-top:5px;
}

.contact-item span{
    display:block;
    color:#7f88a5;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:5px;
}

.contact-item p{
    margin:0;
    color:#fff;
    font-size:16px;
    line-height:1.7;
}
.contact-item p a{
    margin:0;
    color:#fff;
    font-size:16px;
    line-height:1.7;
    text-decoration: none;
    transition-duration: 0.3s;
}
.contact-item p a:hover{
    color:#f2801f;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:50px;
    padding-top:30px;
    color:#8f96aa;
    font-size:15px;
    text-align: center;
}

@media(max-width:991px){

    .rr-footer{
        padding:60px 0 20px;
    }

    .footer-title{
        margin-top:30px;
    }

    .footer-bottom{
        text-align:center;
        margin-top: 0px;
    }
}




.frnt-bnr.about{
    background: url(../images/abt_bnr.jpg) no-repeat;
    background-size: cover;
    height: 468px;
}
.frnt-bnr.about.serv{
    background: url(../images/abt_bnr.jpg) no-repeat;
}
.frnt-bnr.about.contact{
    background: url(../images/abt_bnr.jpg) no-repeat;
}
.abut-txt{
    margin-top: 150px;
}
.abut-txt h1{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}
.line{
    background: #f2801f;
    width: 70px;
    height: 5px;
    margin-top: 15px;
}
.abut-txt p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.abut-txt p span a{
    font-size: 30px;
    color: #fff;
}
.abut-txt p span a:hover{
    color: #f2801f;
}

.about-section.two.abt{
    margin-top: 0px;
}

.for {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pic {
    float: left;
    margin-right: 15px;
}
.txt h4 {
    font-weight: 600;
    color: #000;
}
.txt p {
    margin-top: 0px;
    font-size: 18px;
}

.services {
    text-align: center;
    padding: 0px 20px 50px;
}
.full {
    transition-duration: 0.5s;
    margin-top: 30px;
}
.full:hover {
    margin-top: 10px;
}
.nbr h2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 999999;
    position: relative;
    background: #232f68;
    border-radius: 30px;
    margin: 0px auto -20px;
    font-size: 18px;
}
.bx {
    background: #fff;
    padding: 20px;
    border-bottom: 3px solid #232f68;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    height: 200px;
}
.bx img {
    width: 65px;
    margin: 30px 10px 0px;
}
.bx h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.right-s p {
  text-align: left;
  line-height: 30px;
}




.cnt-cnt {
    margin-top: 70px;
    margin-bottom: 70px;
}
.cnt-dtl {
    border: 1px solid #ccc;
    padding: 20px 20px 32px;
    background: #232f68;
}

.cnt-dtl h3 {
    font-weight: 700;
    color: #f2801f;
}
.cnt-dtl p {
    color: #fff;
    font-size: 17px;
    margin-top: -8px;
}

.abc {
    margin-top: 52px;
}
.icn {
    float: left;
}
.icn .fa {
    font-size: 20px;
    width: 40px;
    height: 45px;
    border: 1px solid#f2801f;
    line-height: 45px;
    text-align: center;
    margin-top: 1px;
    margin-right: 20px;
    color: #f2801f;
}
.icnt h5 {
    font-size: 14px;
    font-weight: 700;
    color: #f2801f;
}
.cnt-dtl p {
    color: #fff;
    font-size: 16px;
    margin-top: -8px;
}
.icnt p a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.icnt p a span:hover {
    color: #f2801f;
}
.icnt p a {
    text-decoration: none;
}

.cnt-cnt .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-top: 19px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.cnt-cnt textarea.form-control {
    height: 114px;
    margin-bottom: -10px;
}

.learn-btn.contact {
    background: #f2801f;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    float: right;
}
.learn-btn.contact:hover {
    background: #fff;
    color: #232f68;
}
.contact-button{
    text-align: right;
}
.contact-button button {
    background: #f2801f;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    padding: 10px 40px;
    font-size: 16px;
    border: 1px solid#f2801f;
    transition-duration: 0.3s;
}
.contact-button button:hover {
    background: #fff;
    color: #232f68;
    border: 1px solid#fff;
}

.mapss{
    height: 489px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.mapss img{
    width: 100%;
}





.frnt-bnr.seco-bnr{
    background: url(../images/abt_bnr.jpg) no-repeat;
    height: 468px;
}
.frnt-bnr.seco-bnr .bnr-txt p {
    font-size: 22px;
    margin-bottom: 20px;
}

.heading h1 span{
    color: #f2801f;
}


.siz-btn a button {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #232f68;
    border: 1px solid#232f68;
    border-radius: 30px;
    height: 51px;
    line-height: 49px;
    transition-duration: 0.3s;
    margin-bottom: 10px;
}
.siz-btn a button span{
    color: #f2801f;
    font-weight: 600;
    transition-duration: 0.3s;
}
.siz-btn a button:hover span{
    color: #232f68;
}
.siz-btn a button .fa {
    float: right;
    font-size: 48px;
    color: #fff;
}
.siz-btn a button:hover {
    background: #f2801f;
    border: 1px solid#f2801f;
}

.services-content h2 span{
    color: #f2801f;
}

.oppoint {
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 100px;
}
.oppoint h2 {
   font-size: 30px;
    color: #232f68;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}
.b-content h2 span {
    font-weight: 700;
    color: #f2801f;
}
.oppoint p {
    width: 100%;
    font-size: 20px;
}
.oppoint button {
    background:#232f68;
    width: 200px;
    height: 50px;
    border: 1px solid #232f68;
    color: #fff;
    font-size: 17px;
    transition-duration: 0.3s;
}
.oppoint button:hover {
    background:#f2801f;
    border: 1px solid #f2801f;
}
.side img {
    width: 100%;
}


.bnr-txt.form {
    padding-top: 50px;
}
.form h3{
    text-align: left !important;
}
.last-txt p {
    text-align: center !important;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
}
.padding-no {
    padding: 0px;
}
.left-s {
    background: #fff;
    padding:14px 30px;
    height: 527px;
    margin-top: 10px;
}
.left-s h4 {
    color: #232f68;
    font-size: 20px;
}
.left-s .input-group {
    margin-bottom: -5px;
    width: 100%;
    margin-top: 20px;
}
.left-s .input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #232f68;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 46px;
}
.left-s .form-control {
    display: block;
    width: 100%;
    height: 50px;
    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;
}
.left-s a button {
    width: 100%;
    height: 50px;
    background: #232f68;
    border: 1px solid #232f68;
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
    transition-duration: 0.5s;
}
.left-s a button:hover {
    background: #f2801f;
    border: 1px solid #f2801f;
}
.right-s {
    background: #232f68;
    padding:10px 40px;
    color: #fff;
    height: 527px;
    margin-top: 10px;
}
.right-s h5 {
    padding: 0px 0px 8px;
    font-weight: 600;
}
.right-s p {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    line-height: 33px;
}
.sstmps img{
    width: 280px;
}

.thanks{
  text-align: center;
}
.thanks img{
    margin-top: 40px;
    width: 150px;
}
.thanks h1{
    font-size: 52px;
    font-weight: 700;
    color: #232f68;
}
.thanks p{
    font-size: 18px;
    line-height: 30px;
}
.thanks a button{
    width: 200px;
    height: 45px;
    background: #232f68;
    border: 1px solid #232f68;
    color: #fff;
    transition-duration: 0.5s;
    margin-top: 20px;
}
.thanks a button:hover{
    background: #f2801f;
    border: 1px solid #f2801f;
}



#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #232f68;
    color: white;
    cursor: pointer;
    padding: 10px 13px;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.3s ease;
}





.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-buttons.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: 4px !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-buttons.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: 20px;
    font-size: 40px;
    background: #00E676;
}
.bottom-buttons .bx{
    background: none;
}



.testimonial-section{
    padding:0px 0px 30px;
    background:#fff;
        margin-top: -70px;
}

.review-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:35px;
    position:relative;
    min-height:290px;
    transition:.35s;
    margin-bottom:30px;
    overflow:hidden;
}

.review-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.review-card:before{
    content:"";
    position:absolute;
    right:-80px;
    top:-80px;
    width:220px;
    height:220px;
    background:#232f68;
    border-radius:50%;
    opacity: 0.05;
}

.review-stars{
    color:#ffb41a;
    font-size:18px;
    margin-bottom:20px;
    text-align: right;
    margin-top: -20px;
}

.quote-icon{
    position:absolute;
    left:25px;
    top:45px;
    font-size:58px;
    color:#232f68;
    opacity: 0.1;
}

.review-text{
    font-size:16px;
    line-height:1.9;
    color:#444;
    position:relative;
    z-index:2;
}



.review-name{
    font-size:14px;
    font-weight:700;
    color:#232f68;
    text-transform:uppercase;
}




@media(max-width:991px){
.testimonial-section{
    margin-top: 0px;
}
.review-card{
min-height:auto;
}

.review-text{
min-height:auto;
}

}








@media only screen and (min-width: 768px) and (max-width:991px) {
.res-nav .navbar-right {
  float: none !important;
}
.res-nav .navbar-left {
  display: none;
}



}



@media only screen and (min-width: 1px) and (max-width:991px) {
.navbar-toggle {
  margin-top: 17px;
}
.res-nav .navbar {
  background: #232f68;
  height: 70px;
}
.res-nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: #232f68;
}
.res-nav .navbar-left {
  float: none !important;
  margin-top: 9px;
  text-align: center;
}
.nmbr {
  float: none;
}
.nmbr p {
  text-align: center !important;
}
.icon {
  float: none;
  display: none;
}
.navbar-nav {
    margin-left: 0px;
}
.dvlanav .custom-search input {
  height: 54px;
  font-size: 18px;
}
.dvlanav .glyphicon {
  font-size: 20px;
}
.dvlanav .search-btn {
  height: 49px;
  width: 70px;
  font-size: 12px;
}
.bnr-txt h1 {
  font-size: 26px;
  margin-top: 0px;
}
.bnr-txt.inner h1 {
    font-size: 22px;
}
.bnr-txt p {
  font-size: 16px;
  letter-spacing: 0px;
  margin-top: 10px;
}

.bnr-txt .dvl-hding p {
    font-size: 18px;
}
.frnt-bnr {
  height: auto;
  margin-top: -20px;
}
.bnr-txt {
  padding-top: 50px;
}
.frnt-bnr.seco-bnr {
  height: auto;
  padding: 0px 0px 50px;
}
.formm {
  background: #232f68;
  padding: 10px 20px 20px 20px;
}
.fbtn a button {
  width: 100%;
  font-size: 16px;
  margin-top: 15px;
}
.frmcnt .form-control {
  width: 100%;
  height: 40px;
  padding: 6px 6px 6px 10px;
  border: 1px solid #fff;
}
.frmcnt label {
  margin-top: 14px;
}
.about-section h2 {
  font-size: 22px;
}
.about-section {
  padding: 50px 0;
}
.sub-title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.feature-box {
  height: auto;
  margin-bottom: 12px;
}
.services-content p {
  font-size: 16px;
  line-height: 26px;
}
.heading {
  margin-top: 30px;
}
.heading h1 {
  font-size: 22px;
}
.heading p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  text-align: center !important;
}
.model-btn a button {
  padding: 14px 10px;
  font-size: 15px;
  margin-top: 10px;
}
.about-section.two {
  margin-top: 30px;
}
.about-section {
  padding: 10px 0;
}
.tow {
  padding-right: 10px;
}
.about-section.two {
  text-align: center;
}
.ford-side{
  margin-top: 40px;
}
.ford-side p {
  padding: 20px;
  font-size: 16px;
  margin-top: -20px;
  margin-left: 10px;
  margin-right: 10px;
}
.services-section {
  padding: 20px 10px;
  text-align: center;
}
.services-content h2 {
  font-size: 22px;
}
.services-content ul li {
  font-size: 18px;
  text-align: left;
}
.icon-box {
  display: none;
}
.services-card {
  padding: 20px;
  min-height: auto;
}
.how-cont p {
  text-align: center !important;
}
.review-box {
  padding: 20px;
  min-height: auto;
  height: auto;
}
.review-box p {
  min-height: auto !important;
  height: auto;
}
.faq-item .panel-heading a {
  padding:10px 20px;
  font-size: 16px;
}
.reviews-section {
  padding: 20px 0;
}
.review-slider .owl-nav {
  display: none !important;
}
.review-box p {
  font-size: 16px;
  line-height: 1.5;
  min-height: 120px;
  height: auto;
}
.gallery-section {
  padding: 20px 0;
}
.frnt-bnr.about {
  height: auto;
}
.abut-txt {
  margin-top: 20px;
}
.abut-txt h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.abut-txt p {
  font-size: 20px;
}
.abut-txt p span a {
  font-size: 20px;
  color: #fff;
}

.txt h4 {
  margin-top: 0px;
}
.txt p {
  font-size: 16px;
}
.mapss {
  height: auto;
  margin-bottom: -60px;
}
.oppoint h2 {
  font-size: 22px;
}
.oppoint {
  margin-top: 0px;
  margin-bottom: 0px;
}
.oppoint button {
  margin-top: 0px;
  margin-bottom: 20px;
}
.right-s {
  padding: 20px;
  height: auto;
  margin-top: 0px;
}
.left-s {
  height: auto;
}

}


@media only screen and (min-width: 992px) and (max-width:1199px) {
.res-nav .navbar-right {
  margin-left: 80px;
}
.frnt-bnr {
  height: auto;
  padding-bottom: 50px;
}
.bnr-txt h1 {
  font-size: 36px;
  margin-top: 40px;
}
.fbtn a button {
  width: 100%;
}
.serch p {
  margin-top: 0px;
}
.about-section h2 {
  font-size: 30px;
}
.about-text {
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: -20px;
}
.feature-box h4 {
  font-size: 14px;
}
.feature-box {
  padding: 7px 7px;
  height: 240px;
}
.about-section {
  padding: 80px 0 50px;
}
.heading {
  margin-top: 50px;
}
.model-btn a button {
  font-size: 15px;
}
.about-section.two {
  margin-top: 50px;
}
.services-card p {
  font-size: 15px;
  line-height: 1.5;
}
.review-slider .owl-nav {
  display: none !important;
}

}

@media only screen and (min-width: 1200px) and (max-width:1320px) {
.frnt-bnr {
  height: 670px;
}
.frnt-bnr.about {
    height: 450px;
}

}














