body, a, p, h1, h2, h3, h4, h5, h6, .btn, button, span, input , select, textarea {
    font-family:Open Sans
}
 body {
     font-size: 16px;
     font-weight: 400;
     overflow-x: hidden;
     line-height: 22px;
     color: #777;
     /*background:#151617 */
}
 @media (min-width:768px) {
     .equal-col {
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         direction: ltr;
    }
     .flex {
         display:flex;
         align-items:center;
    }
} 
 .nav>li.phone a{
     background-color: #efefef !important;
     font-weight: bold;
     padding: 5px 10px;
     border-radius: 3px;
     font-size: 18px;
}
 h3 {
    color:#fff
}
 .top {
    padding:0px 0;
    border-bottom:1px solid #333;
    background: #000;
}
 .top ul.left {
    margin:0;
    padding:0
}
 .top ul.left li, ul.social li{
     display:inline-block;
}
 .hr {
     margin-top: 40px;
     margin-bottom: 40px;
}
 .f-16 {
     font-size:16px;
}
 .lh17{
    line-height:1.7
}
 p {
    margin-bottom:15px
}
 .top ul.left a {
     color: #fff;
     font-size: 12px;
     text-decoration: none;
     border-left: 1px solid #615f5f;
     padding: 6px 12px;
     display: block;
     font-weight: 600;
}
 .pricing-form .table{
     margin-bottom:0;
     background-color:inherit;
}
 .pricing-form .table tr td{
     text-align:center;
}
 .pricing-form .table tr td:first-child{
     text-align:left;
     text-transform:uppercase;
}
 .pricing-form .table tr td .table tr td:last-child {
     border-right: none;
}
 .pricing-form .table tr td .table{
     border:none;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
     border-bottom-width: 1px;
}
 .pricing-form .table tr td .table tr th{
     border-top: none;
     border-left: none;
}
 .pricing-form .table tr td .table tr td{
     text-align:center;
     border-top:none;
     border-left: none;
     border-bottom: none;
}
 .pricing-form{
     padding:40px 0;
}
 .pricing-form th{
     text-align:center;
     color:#fff;
     text-transform:uppercase;
}
 .pricing-form td{
     color:#fff;
}
 ul.social {
     margin: 5px 0 0;
     padding: 0;
     float: right;
}
 ul.social a {
     font-size: 12px;
     color: #777;
     display: block;
     padding: 6px 14px;
}
 .banner {
     min-height:86vh;
     background:url(../images/banner.jpg) no-repeat center;
     background-size:cover;
     display: flex;
     align-items: center;
     -webkit-align-items: center;
     -ms-align-items: center;
     -o-align-items: center;
}
 ul.social a i{
}
 .top ul.left a i {
     margin-right: 4px;
     color: #fff;
     font-size: 15px;
     position: relative;
     top: 2px;
}
 .top ul.left li:last-child a {
    border-right:1px solid #615f5f
}
 .top select {
    margin-top:4px
}
/* .form-control {
     height: auto;
     padding: 2px 12px;
     font-size: 12px;
     border-radius: 1px;
}*/
.form-control
{
    color: #fff;
}

 .b-l{
     border-left:1px solid #ddd 
}
 .form-group {
     margin-bottom: 12px;
}
 .footer-bottom p {
     color: #fff;
     font-size: 16px;
     margin-bottom: 0;

}
 .font-weight-bold {
     font-weight: 600!important;
}
 .ss_red {
     color: #d32f2f;
}
 .navbar-toggle .icon-bar {
    background:#999
}
 .shade {
     background: #fff;
     z-index:1;
     border-image: linear-gradient(to left,#4e4f02 0%,#e1e471 100%);
     border-image-slice: 1;
     /*border-width: 2px;*/
     /*border-bottom: 2px solid;*/
}
 .btn-dft {
    background:#999;
    border-color:#999;
    color:#fff
}
 .btn-lcs {
    background:#906657;
    border-color:#906657;
    color:#fff
}
 .btn-feed {
     background: #3d485a;
     border-color: #3d485a;
     color: #fff;
}
 .btn-dft:hover, .btn-feed:hover {
    color:#fff
}
 img {
    max-width:100%
}
 .details {
     width:100%;
     float:left;
     display:block;
     padding:6px;
     border:1px solid #ddd;
     margin-bottom:10px;
}
 .details:first-of-type {
    margin-top:10px;
}
 .details p:first-of-type {
    float:left;
    width:25%
}
 .details p:last-of-type {
    float:right;
    width: 70%;
     text-align: right;
}
 .details p {
    margin:0;
    padding:0
}
 label {
     display: inline-block;
     max-width: 100%;
     margin-bottom: 5px;
     font-weight: normal;
     /*font-size: 12px;*/
}
 .pl-5, .px-5 {
     padding-left: 3rem!important;
}
 .pr-5, .px-5 {
     padding-right: 3rem!important;
}
 .v-hidden {
    visibility:hidden
}
 @media (min-width: 768px) {
     .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
         margin-left: -3px;
    }
}
 @media (min-width: 768px) {
     .navbar-nav {
         float: right;
    }
}
 @media (min-width: 1200px) {
     .navbar-nav {
         margin-top: 28px;
    }
     .footer-bottom ul {
        float:right;
    }
}
 a:focus, a:hover {
     text-decoration: none;
}
/*.navbar-brand>img {
     max-width: 84px;
}
*/
 .navbar-brand {
     float: left;
     height: auto;
     padding: 0 0 0 0px;
}
 .mb {
    margin-bottom:60px
}
 .navbar-nav .dropdown a {
     font-weight: 600;
     margin-right: 2px;
     font-size: 13px;
     padding:6px 8px;
     color:#666 
}
 h2 {
     font-weight: 800;
     margin-bottom: 30px;
     margin-top:0;
     color:#fff 
}
 hr {
     border-top: 1px solid #353535;
}
 .rounded-circle {
     border-radius: 50%!important;
}
 .img-fluid {
     max-width: 100%;
     height: auto;
}
 .pt-5, .py-5 {
     padding-top: 3rem!important;
}
 .pb-3, .py-3 {
     padding-bottom: 1rem!important;
}
 .mb60 {
    margin-bottom:60px
}
 .para {
    font-size:16.5px;
}
 h3 {
    font-weight:700
}
 .fleet {
    border-top:1px solid #ddd;
     border-bottom:1px solid #ddd
}
 .padd-b-0 {
    padding-bottom:0 !important
}
 .grow .btn-success {
     padding: 11px 36px;
     border-radius: 2px;
     font-weight: 600;
     letter-spacing: 0.8px;
     margin-top: 20px;
}
 .ss_hp_company_info_acz a {
     color: #c01818;
}
 .ss_hp_company_info_acz ul.ss_bullets li i{
        color: #c01818;
}
 .pl-2, .px-2 {
     padding-left: .5rem!important;
}
 .pr-2, .px-2 {
     padding-right: .5rem!important;
}
 .fa {
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 ul.ss_bullets {
     list-style: none;
}
 .intro i{
     font-size: 48px;
     color: #d32f2f;
     border-radius: 50px;
     width: 100px;
     height: 96px;
     line-height: 91px;
}
 .areas {
     padding-bottom:55px;
}
 .areas p{
     line-height:1.9;
     font-size: 16px;
}
 .areas p strong {
     color:#000 
}
 .cc {
    padding-bottom:40px
}
 .mb-25 {
    margin-bottom:25px;
}
 .contact label {
    display:block;
     font-weight: 600!important;
     font-size: 14px!important;
     color: #777676;
     margin-bottom:10px;
     /*text-transform:uppercase*/
}
 .contact input,.contact input:not([type=submit]), .contact select, .contact textarea {
     display: block;
     color: #fff;
     background: #403e3e!important;
     background-image: none;
     border: 1px solid #636363!important;
     border-radius: 3px!important;
     font-size: 13px!important;
     padding: 9px 9px!important;
     border-bottom: 2px solid #636363!important;
     width: 100%;
}
 .contact input[type='submit']{
     display: inline-block;
     padding: 11px 0px !important;
     border: 2px solid #c01818 !important;
     width: 190px;
     text-align: center;
     font-size: 17px !important;
     font-weight: 600;
     color: #c01818;
     margin: 20px 0 35px;
     border-radius: 70px !important;
     transition: all 0.3s ease;
     line-height: 1.4;
     letter-spacing: 1px;
     background: transparent !important;
     /*text-transform: uppercase;*/
     cursor: pointer;
}
 .contact input[type='submit']:hover {
     text-decoration: none;
     background: #c01818 !important;
     border-radius: 70px !important;
     border: 2px solid #c01818 !important;
     color: #fff;
}
 .contact textarea{
     height: 200px;
}
 .ser-3 {
}
 footer:before {
     content:"";
}
 .ser-3 .in-details {
     box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
     -webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
     -o-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
     background:#fff;
     height:100%;
}
 .intro h3, .fleet h3 {
     color: #111;
     margin-bottom: 10px !important;
     font-size: 16px !important;
}
 .fleet img {
    width: 61%;
}
 .ser-3 img {
}
 .ser-3 h3 {
    margin:0;
    padding:20px 15px;
     font-size: 18px;
    color:#111;
    text-align:left;
}
 .ser-3 p {
    padding:0 20px 15px;
}
.fleet h3{
     color: #fff;
     margin-bottom: 20px;
}
 .intro p, .fleet p{
}
 .gold {
     border: 1px solid #9a9a6a;
     color: #9a9a6a;
     line-height: 1.6;
     font-size: 30px;
     padding:14px;
     text-align:center;
}
 .tt2 {
     font-size: 33px;
     text-align: center;
     font-weight: 100;
     line-height: 1.7;
}
 .intro a{
     display: block;
     width: 131px;
     margin: 0 auto;
     padding: 6px 0px;
     border: 1px solid #000;
     color: #000;
     font-size: 13px;
     font-weight: 600;
     border-radius: 1px;
}
 .intro a:hover{
     background:#000;
    color:#fff
}
 .grey {
    background:#f0f0f0
}
 .padd {
    padding:25px 0 0 0;
}
 .navbar {
     min-height: auto;
     margin-bottom: 15px;
     margin-top: 15px;
}
 .nav>li>a {
        padding: 5px 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #000;
 
}
 .nav>li:last-child>a {
    margin-right:0
}
 .nav>li>a:hover {
   
     border-image-slice: 1;
     border-width: 2px;
     border-radius: 0;
}
 .main-content {
     padding-top: 8px;
     padding-bottom:8px;
     margin: 0px 0;
}
 input[type=text], select {
     padding: 4px;
     margin: 0px 1px 3px 0px;
     display: inline-block;
     border: 1px solid #ccc;
}
 .b-r {
    borde-right:1px solid rgb(80,80,80);
}
 .clear {
     clear:both;
}
 button {
    border-radius:2px !important;
    margin:13px 0 10px !important
}
 footer {
     /*background: url(../images/executive-driven-cars-background-min.jpg) no-repeat center;*/
     clear:both;
     position:relative;
}
 footer:before {
     content: "";
     position: absolute;
     background: #000;
     width: 100%;
     height: 100%;
     top: 0;
}
 footer a, footer li, footer p {
    font-size:12px;
    color:#525252;
    font-weight: 600;
}
 footer h4 {
     color: #dad5d5;
     margin: 0;
     padding: 0 0 24px;
     font-size: 14px;
     font-weight: 700;
}
 footer a:hover {
     color:#fff 
}
 footer .first img {
    margin-bottom:35px;
}
 footer img.log {
     max-width: 74px;
}
 .bor div.sep{
    display:block;
    margin:0 auto;
    padding-top:130px;
    padding-bottom:130px;
    width:1px;
    background:rgba(49, 49, 47, 0.47)
}
 footer ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
}
 footer ul li {
     /*margin-bottom: 10px;*/
}
 footer ul li a {
}
 footer ul li a i {
    margin-right: 5px;
}
 footer ul.social {
    float: none;
     margin-top: 18px;
}
 footer ul.social a {
     padding: 4px 10px;
     background: #c01818;
     text-align: center;
     width: 30px;
     height: 30px;
     margin-right: 4px;
     color:#fff;
}
 footer ul.social a i {
    margin:0
}
 footer .third ul li a {
     width: 100%;
     border-bottom: 1px solid rgba(49, 49, 47, 0.13);
     display: block;
}
 footer .first, footer .second, footer .third {
    margin-bottom:35px
}
 .footer-bottom {
     border-top: 1px solid  #fff;
     padding: 10px 0 10px;
     position: relative;
     background-color: #c01818;
}
 .footer-bottom ul li {
     display: inline-block;
     margin-left: 14px;
}
 .footer-bottom ul li a img {
    max-width:130px
}
 .tt3 {
     font-size: 21px;
     text-align: center;
     font-weight: 100;
     line-height: 1.8;
     max-width: 605px;
     margin: 30px auto;
}
 .ride h5 {
     font-size: 16px;
     font-weight: 600;
     margin: 15px 0;
}
 .pt10 {
    padding-top:10px !important;
}
 @media (min-width: 1200px) {
     #QuickEnquiryform {
        /* width: 440px !important;
        */
    }
     .p-5 {
        padding:0 6px !important
    }
}
 .tabbg {
     background: rgba(0,0,0,0.8);
     color: #ccc;
     border-top: 0px solid #111;
     box-shadow: 0px 0px 20px #716a6a;
     border-radius: 2px 2px 0 0 !important;
}
 .nav-tabs {
     border-bottom: 1px solid #4d4b4b;
}
 .nav-tabs>li {
     width: 100%;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
     background: rgba(36,36,36,0.0);
     border-top: none;
     border-right: none;
     border-bottom: none;
     border-left: none;
     color: #edbc4b;
     border-radius: 2px 2px 0 0 !important;
     font-family: Open Sans;
}
 .tabbg .nav>li>a {
     padding: 13px 0;
     font-size: 17px;
     margin-right: 0;
     border-radius: 0;
     color: #edbc4b;
     border: none;
     text-align: center;
     font-weight: 600;
     letter-spacing: 2px;
}
 .tabbg .tab-content {
     padding: 21px 25px 33px;
}
 .tabbg label {
     color: #a9b4b0;
     font-weight: 400 !important;
     font-size: 12px !important;
     letter-spacing: 0.5px;
}
 .banner-tabspan .nav>li>a {
     padding: 13px 0;
     font-size: 17px;
     margin-right: 0;
     border-radius: 0;
     color: #000;
     border: none;
     text-align: center;
     font-weight: 600;
     letter-spacing: 2px;
}
 .tabbg .form-control {
     display: block;
     color: #111;
     background: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 2px;
     -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;
     font-size: 12px;
     padding: 10px 9px;
     height: auto;
     border-bottom: 0px solid #a9a9a9;
}
 .errspan {
     float: right;
     margin-right: 10px;
     margin-top: -30px;
     position: relative;
     z-index: 2;
     color: black;
     font-size: 13px;
}
 .tabbg .btn-default:hover, .tabbg .btn-default:focus, .tabbg .btn-default:active, .tabbg .btn-default:visited {
     opacity: 1;
     outline: none;
     background: #000;
     color: #edbc4b !important;
}
 .tabbg .btn-default {
     background: #edbc4b;
     color: #000 !important;
     font-size: 16px;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -o-border-radius: 0;
     border-radius: 2px;
     -webkit-transition: all 0.75s ease;
     -o-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
     transition: all 0.75s ease;
     outline: none;
     border: 1px solid #edbc4b;
     padding: 10px 25px;
     display: inline-block;
     width: 100%;
     font-weight: 500;
     margin-top: 12px;
     letter-spacing: 2px;
     opacity: 1 !important;
     font-family: Open Sans;
}
 ul.ul {
    list-style:none;
     padding:0
}
 ul.ul li{
     display: table;
     padding-bottom: 15px;
}
 ul.ul li i{
     display: table-cell;
     margin-right: 5px;
     padding-right: 10px;
     color: #97922c;
     font-size: 16px;
}
 .col2 {
}
 .col2 i {
     color: #97922c;
     position: absolute;
     left: 17px;
     font-size: 31px;
     top: 12px;
}
 .col2 .col-in{
     padding-left: 50px;
     vertical-align: top;
     display: block;
}
 .col2 .col-in h4{
     color: #000;
     font-size: 20px;
     font-weight: 600;
}
 .faq button {
     display: block;
     background: transparent;
     border: 0;
     font-weight: 400;
     color: #adadad;
     padding-left: 0;
     margin-top: 20px !important;
     font-size: 17px;
     font-weight: 100;
}
 .faq button span {
     padding: 10px;
     width: 44px;
     display: inline-block;
     color: #cacb53;
     background: #111;
     margin-right: 8px;
     font-size: 15px;
}
 .faq .btn.focus, .faq .btn:focus, .faq .btn:hover {
     outline:none;
     color:#eee 
}
 .faq .collapse {
     margin-bottom:20px;
}
.right-side-menu-top-area ul.list-setting {
     padding: 0;
     list-style: none;
     margin: 0;
     color: #fff;
}
.right-side-menu-top-area ul.list-setting li {
     display: inline;
     padding: 0 14px;
}
.right-side-menu-top-area ul.list-setting li a, ul.left-top-setting li a {
     color: #fff;
    /*padding: 36px 0 !important;*/
    /*line-height: 37px;*/
    font-weight: 400;
    font-size: 14px;
}
.right-side-menu-top-area {
     text-align: right;
     margin: 8px 0px;
}
.top-area {
     background: #000 !important;
}
ul.left-top-setting {
     margin: 0;
     padding: 0;
     list-style: none;
     color: #fff;
}
.navbar-brand>img {
     max-width: 100%;
}
element.style {
}
ul.left-top-setting li {
     font-weight: 600;
}
.left-side-setting-top
{
    margin: 16px 0px;
}
 .app-images-shown.text-center ul.app-setting {
     margin: 0;
     padding: 5px 0;
}
}
 a.mybooking_btn {
     background: #c01818 !important;
     border: none !important;
     /*font-size: 15px !important;*/
     margin: 5px 0px;
}
 .ss_hp_company_info_acz ul.ss_bullets li i {
    color: #c01818;
    padding-right: 20px;
    font-weight: 600 !important;
}
h1.mb30.setting-fleet-heading {
    color: #c01818;
    text-transform: capitalize;
    margin-bottom: 20px;  
    font-size: 40px;
}
ul.ss_bullets li a {
    color: #fff;
    line-height: 31px;
}
li.booking-button-setting {
    margin-left: 16px;
    margin-top: -4px;
}
/*.navbar-header { 
    max-width: 245px;
}*/
ul.left-top-setting li a {
    padding: 0px 12px !important;
}section#home-about-area {
    background: #fff;
    padding: 35px 0;
    color: #000;
}section#home-about-area h1.text-left, section#home-about--lower-area h1, h1.call-action-setting,  
div#intro-section h2.text-center, section#about-usss h1 {
    /*text-transform: capitalize;*/
    font-size: 30px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 25px;
    color: #c01818;
	    font-weight: 700;
}.right-side.image-setting img {
    box-shadow: -2px 2px 50px 5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: -2px 2px 50px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: -2px 2px 50px 5px rgba(0,0,0,0.2);
}
section#home-about--lower-area {
    background: #f2f2f2;
    padding: 35px 0;
    color: #000;
}section.pt-8.pb-8 {
    padding: 60px 0;
}
section.pt-8.pb-8 h2, section.pt-8.pb-8 h2 span {
    font-size: 30px;
    font-weight: 800 !important;
    text-transform: capitalize;
}.boxes-setting {
    margin-top: 20px;
    background: #f2f2f2;
    min-height: 547px;
    border-radius: 4px;
}.boxes-setting h3.mt-4 {
    font-size: 22px;
    line-height: 29px;
    text-transform: capitalize;
}.boxes-setting p {
    padding: 0 26px;
    color: #000;
}section.call-2-action {
    padding: 30px 0 40px;
    background-image: url(../images/background.jpg);
	background-attachment: fixed;
  background-position: 50% 0;
    color: #fff !important;
    background-size: cover;
   
}.setting-action p {
    font-size: 18px;
    line-height: 30px;
}.action-setting-action {
    margin-top: 66px;
}
.action-setting-action a.image-setting-action {
    background: #fff;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
    color: #c01818 !important; 
}div#intro-section {
    background: #f2f2f2;
}
.boxes-setting2 {
    background: #fff;
    padding: 25px;
    min-height: 360px;
    margin-top: 35px;
}

div#last-area {
   padding: 80px 0 80px;
    background-image: url(../images/background1.jpg);
  background-position: 50% 0%;
    color: #fff !important;
    background-size: cover;
	background-attachment: fixed;
   
}section.ss_hp_company_info_acz.padding-setting-last {
    padding: 60px 0;
}footer.clearfix.footer-setting {
    padding-top: 6px;
}footer.clearfix.footer-setting img.img-responsive {
    max-width: 80%;
}
footer.clearfix.footer-setting h5{
    margin: 5px 0px;
}
.setting-main-area-for-all {
    background-image: url(../images/background.jpg) !important;
    text-align: center;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
	    clear: both;
		  background-position: 50% 80%;
}.setting-main-area-for-all .main-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}div#vehicle-setting-area-main {
    background: #fff;
    color: #000;
    padding: 25px 0;
}div#vehicle-setting-area-main .vehicle-boxes-setting {
    background: #f2f2f2;
    padding: 10px;
   min-height: 505px;
}section#about-usss {
    background: #fff;
    color: #000;
}section#contact-us {
    background: #fff;
    color: #000;
}section#terms-contion {
    background: #fff;
    color: #000;
    padding-top: 40px;
}section#terms-contion h3 {
    color: #000;
}

#boxes .inner {padding-top:0 !important;}
.ico p, .air p {    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 26px;}
.ico h3 {font-size: 26px;color: #666;}
.ico h4 {color: #666 !important;    font-size: 21px;}

.features{
        padding:25px 0;
        background:#fff;
    }
    .features-heading{
        /*margin-bottom:20px;*/
    }
    .features .col-md-4{
        border:none;
        margin-bottom: 10px;
    }
    .ico .inner p{padding:0px 13px 18px;}
.ico .inner {    
    background: #eee;
    box-shadow: 2px 2px 4px #adaaaa;
    /*padding: 37px 0 1px;*/
    border-radius: 3px;}
#boxes h3 {font-size: 18px;
    font-weight: bold;
    font-family: Open Sans, Roboto;margin: 29px 0 7px;    color: #5f4209;} 
.ico h3 {
    /*padding-bottom: 7px;*/
}
.n-ico {box-shadow: 0 0 6px#ccc;padding:25px 25px}
#ico2 .inner {background:#fff;}
.features .features-heading .fa {
    font-size: 45px;
    color: #c01818;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 0px solid;
    border-radius: 100px;
    /* margin-bottom: 30px; */
    background: #fff;
}
.features .inner{
    padding-top: 20px;
}
.footer-navigation li a
{
    color: #fff;
}
.footer-navigation li
{
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 1100px) {
 .nav>li>a {
    padding: 5px 5px;
    font-weight: 600;
    font-size: 11px !important;
    letter-spacing: 0.2px;
    margin-right: -1px;
    text-transform: capitalize;
    color: #000;
}
a.navbar-brand img {
    width: 107px !important;
}
}