body {
    font-family: 'Arial';
    background-color: #EFEFF5;
    height: 100%;font-size: 16px;font-weight: 500;margin: 0 auto;}
ul {padding: 0; list-style: none;}
li {margin-bottom: 5px;}
h1 {font-size: 40px;font-weight: 700;}
h2 {font-size: 30px;font-weight: 700;}
.h4, h4 {margin-top: 20px;}
.pr-0 {padding-right: 0;}
.mt-30 {margin-top: 30px;}
.mt-60 {margin-top: 60px;}
.text-danger {color: #FF0000;}
.blue {color:#1a0dab;}
.green {color:#019243;}
.btn-primary {background: #FF0000;border-color: #FF0000;}
.btn-primary:hover {background-color: #232F3E;border-color: #232F3E;}
.btn-submit {background: #F74E05;border-color: #F74E05;}
.btn.btn-green {background-color: #019243; border: 1px solid #019243;}
.btn.btn-green:hover {background-color: #232F3E; border: 1px solid #232F3E;}
.btn.btn-black {background-color: #FF0000; border: 1px solid #FF0000;color: #FFFFFF;}
.btn.btn-black:hover {background-color: #232F3E; border: 1px solid #232F3E;}
.btn.btn-success {background-color: #003d69; border: 1px solid #003d69;}
.btn.btn-more {
    padding: 0;
    color: #FF0000;
    font-weight: 700;
    font-size: 16px;box-shadow: none;
}
.btn.btn-more:hover {color: #000000;}
.btn.btn-arrow:after {content: '\f178';font-family: 'FontAwesome';margin-left: 10px;}
ul.tik {margin: 0;padding: 0;text-align: left;margin-bottom: 15px;}
ul.tik li:before {content: '\f00c';font-family: 'FontAwesome';color: #019243;margin-right: 5px;}
.form-control {
    border: 1px solid #1C4D60;
    border-radius: 0;
    box-shadow: none;
    min-height: 45px;
}
.img-full {width: 100%;}
.tel,
.mob,
.whatsapp,
.address,
.email,
.clock,
.web {padding-left: 25px;margin-bottom: 15px; word-break: break-all;}

.clock {font-size: 15px;}
.tel:before {content: '\f095';font-family: 'FontAwesome';margin-right: 5px;color: #232F3E;font-size: 22px;margin-left: -25px;float: left;}
.mob:before {content: '\f10b';font-family: 'FontAwesome';margin-right: 5px;color: #232F3E;font-size: 25px;margin-left: -25px;float: left;}
.whatsapp:before {content: '\f232';font-family: 'FontAwesome';margin-right: 5px;color: #232F3E;font-size: 22px;margin-left: -25px;float: left;}
.address:before {content: '\f041';font-family: 'FontAwesome';margin-right: 5px;font-size: 25px;color: #019249;margin-left: -25px;float: left;}
.email:before {content: '\f0e0';font-family: 'FontAwesome';margin-right: 5px;color: #232F3E;margin-left: -25px;}
.clock:before {content: '\f017';font-family: 'FontAwesome';margin-right: 5px;color: #232F3E;margin-left: -25px;}
.web:before {content: '\f0ac';font-family: 'FontAwesome';margin-right: 5px;color: #232F3E;margin-left: -25px;}

p {margin-bottom: 15px;}
.red {color: #FF0000;}

.admin-menu {font-size: 13px;position: relative;z-index: 999;}
.admin-menu .navbar {min-height: 30px;background-color: #000000;border: 0;margin: 0;border-radius: 0;}
.admin-menu .navbar-brand {font-size: 13px;padding-top: 5px;padding-bottom: 5px;height: auto;color: #ffffff;}
.admin-menu .navbar-default .navbar-nav>li>a {padding-top: 5px;padding-bottom: 5px;color: #ffffff;}
.form-signin {width: 100%;max-width: 330px;padding: 15px;margin: 100px auto;}
.form-signin .checkbox {font-weight: 400;}
.form-signin .form-control {position: relative;box-sizing: border-box;height: auto;padding: 10px;font-size: 16px;}
.form-signin .form-control:focus {z-index: 2;}
.form-signin input[type="email"] {margin-bottom: 10px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.form-signin input[type="password"] {margin-bottom: 10px;border-top-left-radius: 0;border-top-right-radius: 0;}
a.js_forgot {font-size: 13px;margin-top: 15px;display: inline-block;}
.mt-55 {margin-top: 55px;}
.img-right {float: right;}
.header {
    background-color: #FFFFFF;
}
.logo {
    padding: 30px 0;
}
ul.top-nav {
    margin: 0;
    padding: 35px 0;
}
ul.top-nav li {
    display: inline-block;
    margin: 0 15px;
}
ul.top-nav li:last-child {margin-right: 0;}
ul.top-nav li a {
    font-weight: 700;
    font-size: 18px;
}
ul.top-nav li a.login {color: #232F3E;}
ul.top-nav li a.register {color: #232F3E;}

ul.top-nav .fa {
    font-size: 30px;
    vertical-align: bottom;
    color: #565656;
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}


.navbar-primary {
    background-color: #232F3E;
    border-radius: 0;min-height: auto;margin-bottom: 0;
}
.navbar-primary .navbar-nav {
    width: 100%;
    display: table;
    text-align: center;
}
.navbar-primary .navbar-nav li {
    margin-bottom: 0;
    display: table-cell;
    float: none;
}
.navbar-primary .navbar-nav>li>a {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-primary .navbar-nav>li.active>a,
.navbar-primary .navbar-nav>li>a:hover,
.navbar-primary .navbar-nav>li>a:focus {
    background-color: #131B24;
}
.navbar-primary .navbar-nav .caret {display: none;}
.navbar-primary .navbar-nav>li .dropdown-menu {
    background-color: #F6F7F8;
    padding: 0;
    border: 0;
    border-top: 3px solid #EE634D;
    min-width: 550px;
    transition: 1s;
}
.navbar-primary .navbar-nav>li:last-child .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-primary .navbar-nav>li .dropdown-menu li {padding: 0;margin: 0;display: block;width: 50%;float: left;}
.navbar-primary .navbar-nav>li .dropdown-menu>li>a {
    line-height: 35px;
    color: #232F3E;
    font-size: 16px;
    font-weight: 500;
}

.navbar-primary .navbar-nav>li .dropdown-menu>li>a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.navbar-primary .open>a, .navbar-primary .open>a:focus, .navbar-primary .open>a:hover {
    background-color: #131B24;
}
.navbar-primary .navbar-nav>li .dropdown-menu>li>a:hover,
.navbar-primary .navbar-nav>li .dropdown-menu>.active>a {
    background-color: #131B24;
    color: #FFF;
}
.navbar-primary .navbar-nav>li .dropdown-menu>li:last-child a {border-bottom: 0;}

.slide {}
.slide img {width: 100%;}
.slide-text {
    position: absolute;
    top: 30px;
    font-size: 22px;
    font-weight: 600;
    max-width: 550px;
}
.slide-text h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    border-bottom: 1px solid #FD9B18;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.slide-text ul {margin: 0;padding: 0;}
.slide-text li {width: 50%;display: inline-block;float: left;}
.slide-text li:before {content: '\f058';font-family: 'FontAwesome';color: #FD9913;float: left;margin-right: 10px;}

.slide .bx-wrapper .bx-controls-direction a {
    line-height: 35px;
    width: 35px;
    height: 40px;
    z-index: 9999;
    background-image: none;
    background-color: rgb(243 243 243 / 50%);
    text-align: center;
    font-size: 35px;
    color: #333333;
    border-radius: 5px;
    text-decoration: none;text-indent: unset;
}
.page-banner img {width: 100%;}

.search-bar {
    background-color: #37475A;
    color: #FFFFFF;
    padding: 30px 0;
}
.search-bar h2 {margin-bottom: 30px;}
.search-bar .col-md-1,
.search-bar .col-md-2,
.search-bar .col-md-3,
.search-bar .col-md-4,
.search-bar .col-md-5 {padding: 0;}
.search-bar .col-md-3,
.search-bar .col-md-5 {
    border-right: 1px solid #EEEDEA;
}
.search-bar .col-md-1 {
    margin-left: -1px;
}
.search-bar select {
    background-color: #FCFAF4;
}
.search-bar .form-group {
    margin: 0;
}
.search-bar .selectric {
    border: 0;
    line-height: 50px;
    height: 50px;
}
.search-bar .selectric .label,
.search-bar .selectric .button {
    text-align: left;
    line-height: 50px;
    height: 50px;
}
.search-bar .form-control {
    height: 50px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    color: #000000;font-size: 18px;border-color: #fff;
}
.search-bar .btn {
    height: 50px;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 25px;
}

.page-content {
    padding: 30px 0;
}
.bg-white {
    background-color: #FFFFFF;
}

.category-slide {
    background-color: #FFFFFF;
    padding: 30px;
}
.category-slide h2 {
    margin: 0 0 30px;
}
.category-slide .owl-carousel .owl-stage-outer {
    margin: 0 10px;
}
.category-slide .owl-carousel .owl-item {text-align: center;}
.category-slide .owl-carousel .owl-item .thumb {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;min-height: 80px;margin-bottom: 15px;
}
.category-slide .owl-carousel .owl-item a {color: #000000;}
.category-slide .owl-carousel .owl-item a:hover {color: #019243;}
.category-slide .owl-carousel .owl-item a:hover .thumb {
    background-color: #F0F0F0;

}
.category-slide .owl-carousel .owl-item img {
    width: auto;display: inline-block;
}
.category-slide .owl-carousel .owl-nav button.owl-prev {
    float: left;
    top: 30px;
    position: absolute;
    left: -25px;
    border: 1px solid #CCCCCC;
    width: 35px;
    border-radius: 100%;
    font-size: 25px;
}
.category-slide .owl-carousel .owl-nav button.owl-next {
    float: right;
    top: 30px;
    position: absolute;
    right: -25px;
    border: 1px solid #CCCCCC;
    width: 35px;
    border-radius: 100%;
    font-size: 25px;
}

.featured-adds {
    background-color: #FFFFFF;
    padding: 30px;
    margin: 30px 0;
    padding-bottom: 0;
}
.featured-adds h2 {
    margin: 0 0 15px;
}
.featured-adds h3 {
    color: #000000;
    font-size: 20px;
}
.featured-adds .desc {
    min-height: 45px;
}
.featured-adds .favorite_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.featured-adds .owl-carousel .owl-nav button.owl-prev {
    top: -50px;
    position: absolute;
    right: 50px;
    border: 1px solid #CCCCCC;
    width: 35px;
    border-radius: 100%;
    font-size: 25px;
}
.featured-adds .owl-carousel .owl-nav button.owl-next {
    float: right;
    top: -50px;
    position: absolute;
    right: 5px;
    border: 1px solid #CCCCCC;
    width: 35px;
    border-radius: 100%;
    font-size: 25px;
}
.popular-search {
    background-color: #FFFFFF;
    padding: 30px;margin-top: 60px;margin-bottom: 30px;
}
.popular-search h2 {
    margin: 0 0 15px;
}
.popular-search h3 {
    margin-bottom: 20px;
}
.popular-search a {
    color: #000000;
}


.box {
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
    margin: 30px 0;
}

.contact-form {
    box-shadow: 0 0 5px #ccc;
    padding: 30px;margin-top: 50px;
}
.contact-form h2 {margin: 0 0 15px;}
.map {
    margin-top: 50px;
    margin-bottom: -35px;
}


.sidebar-menu {
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;
}
.sidebar-menu h3 {
    margin: 0 0 15px;display: inline-block;font-weight: 700;
}
.sidebar-menu .navbar-toggle {
    display: inline-block;
    margin: 0;
    padding: 0;display: none;
}
.sidebar-menu .navbar-toggle .icon-bar {
    background-color: #37475A;
}
.sidebar-menu .navbar-collapse {padding: 0;}
.sidebar-menu li a, .sidebar-menu li span {
    color: #000000;
}
.sidebar-menu li a:before, .sidebar-menu li span:before {
    content: '\f105';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    font-size: 20px;
    margin-top: -5px;
    cursor: pointer;
}
.sidebar-menu li span {
    cursor: pointer;
}
.sidebar-menu .btn-more {text-align: left;}
.advert {margin-bottom: 30px;}
.advert.text-center .img-responsive {display: inline-block;}

.listing h2 {
    font-size: 25px;
}
.listing h2 a {
    color: #000000;
}
.cat_name {
    display: inline-block;
    background-color: #F74E05;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 5px #a9a9a9;
}
.cat_name:hover {background-color: #232F3E;color: #FFF;text-decoration: none;}
.avrage_review .star,
.avrage_review .total {
    display: inline-block;
}
.list-box {
    background-color: #FFFFFF;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 20px;position: relative;
    word-wrap: break-word;
}
.list-box.bg_promoted {
    background-color: #fbf9ea;
}
.ribbon {
    position: absolute;
    left: 0;
    background-color: #FF0000;
    z-index: 99;
    top: 0;
    color: #FFFFFF;
    padding: 5px 15px;
}
.profile {
    background-color: #FFFFFF;
    padding: 15px;margin-bottom: 30px;
    word-wrap: break-word;
}
.profile .com-logo {
    border: 1px solid #E5E5E5;
    text-align: center;
}
.profile .com-logo .img-responsive {
    display: inline-block;
    margin: 15px 0;
}
.profile h2 {
    font-size: 20px;
    color: #000000;
}
.profile .avrage_review {
    margin: 15px 0;
}
.profile .social {
    margin: 30px 0;
}
.profile .btn {
    margin-top: 15px;
    width: 100%;padding: 10px;
}
.profile .btn-black {background-color: #232F3E; border: 1px solid #232F3E;color: #FFFFFF;}
.profile .btn-black:hover {background-color: #FF0000; border: 1px solid #FF0000;}
.review-summary {
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;font-weight: 700;
}
.review-summary h4 {
    margin: 0 0 15px;
    font-size: 20px;
    border-bottom: 1px solid #232F3E;
    padding-bottom: 10px;font-weight: 700;
}
.review-summary .avgnumeric {
    background-color: #EC4F62;
    color: #FFF;
    padding: 5px 8px;
    border-radius: 100%;
    font-size: 11px;
    right: -10px;
    position: relative;
    top: 5px;
}
.review-summary .totla-review {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
}
.listing .thumb {margin-bottom: 15px;}
.listing-slide {margin-bottom: 30px;}
.listing-details .bg-white {
    padding: 15px;
}
.listing-details h1 {font-size: 25px;}
.listing-details h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}
.listing-details h3 {margin-top: 0;font-size: 20px}
.listing-details h4 {margin-top: 0;font-size: 18px}
.price {color: #019243;font-size: 30px;font-weight: 700;}
.listing-details .desc {
    margin: 30px 0;
    word-wrap: break-word;
}
.related-ads h3 {
    font-weight: 700;
}
.related-ads h4 {
    margin-top: 0;
    font-weight: 700;
}


.review_check{color: red;}
.reviews {margin-bottom: 30px; margin-top: 20px;}
.review-box {
    margin-bottom: 15px;
}
.rating_summery_ul li {
    display: table;
    width: 100%;margin-bottom: 0;
    clear: both;
}
span.rate_no {
    float: left;
    width: 20%;
}
span.summery_count {
    float: left;
    width: 15%;text-align: center;
}
.my-progress-bar {
    float: left;
    width: 65%;
}
div#avgRate {
    float: left;
}
.company_services .col-sm-6 {
    margin-bottom: 10px;
}
.loadmore {
    display: none;
    color: #232F3E;
    font-weight: 700;
    cursor: pointer;
}
em.note { font-size: 7pt; color: #c0c0c0;}

.working-schedule.sidebar-box {
    background-color: #FFFFFF;
    border: 0;
    padding: 15px;margin-bottom: 30px;
}
.working-schedule.sidebar-box h4 {margin-top: 15px;font-weight: 700;}
.working-schedule .table td {padding: 10px;font-size: 14px;}

#owl-1 .owl-carousel .owl-nav {
    display: none;
}
#owl-1 .owl-carousel:hover .owl-nav {display: block;}
#owl-1 {position: relative;}
#owl-1 .item {background-color: #F1f1f1;}
#owl-2 .owl-item img {
    /*height: 100px;*/cursor: pointer;width: 100%;
}

#owl-1 .owl-nav {
    position: absolute;
    top: 35%;
    z-index: 99;    width: 100%;
}
#owl-1 .owl-nav button,
#owl-2 .owl-nav button {
    font-size: 35px;
    background-color: #F3F3F3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    float: left;padding-bottom: 40px !important;
}
#owl-1 .owl-nav button:hover,
#owl-2 .owl-nav button:hover{
    background-color: #235DA7;
}
#owl-1 .owl-nav button.owl-next,
#owl-2 .owl-nav button.owl-next {
    float: right;
}
#owl-1 .owl-item .item img {
    /*max-width: fit-content;
    height: 500px!important;
    width: auto;*/
    margin: 0 auto;
    margin-bottom: 15px;
}
#owl-2 .owl-nav {
    position: absolute;
    width: 100%;
    margin-top: -75px;
}


.footer {
    color: #ffffff;
    background-color: #232F3E;
}
.footer a {color: #FFFFFF;}
.footer-top {
    background-color: #37475A;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-top h2 {
    font-size: 25px;
    font-weight: 700;
}
.newsletter-widget .form-group {
    display: inline-block;text-align: left;
}
.newsletter-widget .form-control {
    width: 350px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #636E7B;
    background-color: #2B3546;
    height: 50px;color: #FFF;
}
.newsletter-widget .btn.btn-primary {
    background-color: #FF0000;
    border-color: #FF0000;
    height: 50px;
    margin-left: 10px;
    padding: 0 30px;
    font-size: 18px;vertical-align: top;
}
.newsletter-widget .btn.btn-primary:hover {background-color: #232F3E;border-color: #232F3E;}
.footer-middle {
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-logo {
    padding: 45px 0;
}
.footer-middle h3 {
    font-weight: 700;
    font-size: 20px;margin-bottom: 20px;
}
.social {float: none;width: 100%;}
.social .fa {
    font-size: 22px;
    color: #092A4D;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #F3F3F3;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social .fa:hover {background-color: #37475A;color: #FFFFFF;}
.footer-bottom {
    border-top: 1px solid #37475A;
    padding-top: 15px;
    padding-bottom: 15px;
}
.desc.bg-white h3{
    font-weight: 700;
}
ul#menu-content li.nav_1.free:hover {
    text-decoration: underline;
}
.report-add label {
    width: 100%;
    line-height: 40px;
}
.report-add form {
    background-color: #FFFFFF;
    padding: 15px;
    margin: 15px 0 30px;
}
.report-add input[type="radio"] {
    float: left;
    width: 20px;
    min-height: auto;
    margin-right: 15px;
}
.report-add input[type="radio"]:focus {box-shadow: none;outline: none;}
.report-add textarea {
    height: 210px;
}
.details_page_map_area{
    margin-bottom: 30px;
}
.news-list {
    margin-top: 30px;
    background: white;
    padding: 10px;
}
.news-list h3 {
    margin-top: 0;
}
.box-right-blog {
    border: 1px solid #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    background: #FFFFFF;
}
.box-right-blog h3 {
    margin-top: 0;
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.box-right-blog ul {
    margin-left: 15px;
}
.box-right-blog ul li {
    list-style: circle;    margin-bottom: 5px;
}
.box-right-blog a {
    color: #757575;
}

li::marker {content: '';}

.post-content {
    color: #303030;
    font-size: 18px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 40px;
    margin-top: 25px;
}
.row.coment-sec-single {
    margin-bottom: 20px;
}
.row.coment-sec-single img.img.img-rounded.img-responsive {
    width: 60px !important;
    height: 60px !important;
}
.coment-sec-2 img.img.img-rounded.img-responsive {
    width: 60px !important;
    height: 60px !important;
}
.coment-sec-single .col-md-11 {
    background-color: #f1f1f1;
    border-radius: 6px;
    padding-top: 10px;
}

.pagination>li>a, .pagination>li>span {
    color: #000;
    background-color: transparent;
    border: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 5px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: transparent;
    border: 0;
    color: #E75462;
}
.btnFavorite {
    font-size: 15px;
    padding: 5px 7px;
}
.post-date {float: right;margin-top: 8px;}

#cookie_bar {
    background-color: #FFFFFF;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    color: #000000;
    padding: 20px;
    font-size: 15px;
    box-shadow: 0  0 5px #ccc;
}
#cookie_bar .btn-transparent {border: 2px solid #000000;color: #000000;padding: 15px 40px;}
#cookie_bar .btn-transparent:hover {background-color: #000000;color: #FFFFFF;}
#cookie_bar .btn-primary {background: #000000;border-color: #000;}
.text-center .img-responsive {
    display: inline-block;
}

.pac-container.pac-logo .pac-item {font-size: 14px;}

@media only screen and (max-width: 991px) {
    .news-list h3 {margin-top: 15px;}
}

.container.blog {padding-top: 20px;}
.blog-banner img {width: 100%;}
.advert.text-center {padding-top: 55px;}
#newsletter-msg {margin-top: 12px;}


.home-content h3 {
    font-weight: 700;
    /*margin-top: 30px;*/
    text-align: left;
}
.home-content p {
    margin-bottom: 20px;
}
#sign_up_form .btn-black {
    margin-right: 15px;
}
#sign_up_form .btn {
    border-radius: 5px;
}
.search-bar form {
    border-radius: 5px;
    overflow: hidden;
}
.search-bar .btn {border-radius: 0 5px 5px 0;}



/* footer top css*/


.footer-top-sec h1 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    background-color: #374659;
    padding: 15px 20px;
    margin: -30px -30px 30px;
}
.footer-top-sec h1 span {
    color: #fe6320;
}
.footer-top-sec h1 a {
    color: #fe6320;
}
.footer-top-sec h2 a {
    color: #fe6320;
}
.footer-top-sec h3 a {
    color: #fe6320;
}
.footer-top-sec h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    background-color: #374659;
    padding: 15px;
    line-height: 1.4;
    margin: -30px -30px 30px;
}
.footer-top-sec h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    background-color: #374659;
    line-height: 1.4;
    padding: 15px;
    margin: -30px -30px 30px;
}

.footer-top-text {
    background-color: #fff;
    padding: 20px 30px;
    margin: 50px 0;
}
.footer-top-text p {
    color: #444;
    /*padding:0 20px;*/
    margin-bottom: 20px;
}
.footer-top-text p a {
    color: #fe6320;
}
.footer-top-text ol,
.footer-top-text ul  {
    margin-bottom: 20px;
    padding-left: 0;
}
.footer-top-text ol li i {
    margin-right: 5px;
    color: #f74e05;
    font-size: 17px;
}

