/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/*@import url(swiper.min.css);*/
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url(font_sen.css);
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #fafafa;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.has-error p{
    margin: 3px;
    color: #ff6666;
    
}
.sub-banner {
    background: url(../images/banner-bg_old.png) top left repeat;
    background-size: cover;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7) !important;
}
.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 20;
}
.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dadada;
    z-index: 20 !important;
}

.sub-banner ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #535353 !important;
}

.sidebar-widget {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.main-title-2 h1 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.category-posts ul {
    margin: 0;
    padding: 0;
}
.category-posts ul li {
    padding: 10px 0;
    border-bottom: dashed 1px #ededed;
}

.category-posts ul li a {
    color: #535353;
}
.category-posts ul li a:hover {
    color: #40A0F1;
}

.category-posts ul li span {
    float: right;
}

.category-posts ul li:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}


.heading-properties h3 {
    font-weight: 700;
    margin-top: 0;
    color: #353434;
    font-size: 20px;
}

#carouselExampleControls .carousel-indicators {
    margin: 0;
    
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: none;
}

#carouselExampleControls .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 12.50%;
    border: none;
    float: left;
}

#carouselExampleControls .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carouselExampleControls .carousel-indicators li.active img {
    opacity: 1;
}

#carouselExampleControls .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carouselExampleControls .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100%;
    margin: 12px auto;
}

.thumbs img {
    width: 100%;
    float: left;
}


.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 18px;
}
.breadcrumbs .active {
    margin-left: 15px;
    color: #dadada;
}
.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}
.list-inline{
   padding: 6px 0;
}
.list-inline a {
    
    color: #fff;//#001431;
    margin-right: 15px;
    font-size: 13px;
}
.list-inline a i {
    margin-right: 5px;
}

#property-detail{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

#property-location{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    //border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */
.top_header_section{
     background-color: #000000c7;//#B98D58;
}
.header_section {
    width: 100%;
    float: left;
    background-color:#40A0F1;//'#00d2ff; //#118af1;//#9DB965;
    //background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 18px;
    color: #fefefd;
    margin: 0px 6px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    border: 1px solid #fefefd;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    border: 1px solid #fefefd;
}

.navbar-brand {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    float: right;
}
.navbar {
    //padding: 15px 15px;
    padding:0px 15px !important;
}
.user_icon{
    padding-right: 15px;
}

.login_bt {
    width: 210px;
}

.login_bt ul{
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.login_bt li a:hover{
    color: #252525;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 100px 0px;
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #fefefd;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.banner_text {
    width: 60%;
    font-size: 16px;
    color: #fefefd;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.started_text {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.started_text a:hover {
    color: #252525;
    border: 1px solid #ffffff;
    background-color: transparent;
}

/* banner section end */

/* select box section start */

.select_box_section {
    width: 100%;
    float: left;
    //position: relative;
    margin-bottom: 10px !important;
}

.select_box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 9px 9px 0px #eaeaea !important;
    //position: relative;
    //top: -75px;
}

.find_text {
    width: 100%;
    font-size: 24px;
    color: #000000;
}

.md-outline.select-wrapper+label {
top: .5em !important;
z-index: 2 !important;
}
.area_text{
    font-size: 12px !important;
}
.nice-select {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px #eaeaea !important;
}

.nice-select:after {
    width: 10px;
    height: 10px;
}
.nice-select {
    color: #d0d1d2;
}

.find_btn{
    width: 100%;
    float: left;
}

.find_btn a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    //background-color: #f9bc19;
    background-color: #40A0F1;//#00d2ff;
    padding: 10px;
    text-align: center;
}

.find_btn a:hover{
    color: #999;//#d0d1d2;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px #eaeaea !important;
}
.contact_btn{
    width: 100%;
    float: left;
}

.contact_btn a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    //background-color: #f9bc19;
    background-color: #40A0F1;//#00d2ff;
    padding: 5px;
    text-align: center;
}

.contact_btn a:hover{
    color: #252525;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px #eaeaea !important;
}



/* select box section end */


/* about_section section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding: 110px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070603;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4c4c4b;
    margin: 0px;
    padding-top: 20px;
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #070603;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #50aef0;
}

.about_img {
    width: 100%;
    float: left;
}


/* about section end */


/* feature section start */

.feature_section {
    width: 100%;
    float: left;
}

.feature_taital_main{
    width: 100%;
    display: flex;
}

.feature_taital {
    width: 30%;
    float: left;
    font-size: 40px;
    color: #070603;
    font-weight: bold;
}

hr.border_main {
    width: 100%;
    border: 1px solid #000;
    margin-top: 25px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 315px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.some_text a{
    width: 100%;
    float: left;
    color: #fefefd;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ffffff;
    padding: 10px;
}

.some_link {
    width: 110px;
    margin: 0 auto;
    text-align: center;
    //border: 1px solid red;
}
.some_link a{
    width: 50px;
    margin: 0 auto 0;
    margin-left: 5px; 
    float: left;
    color: #fefefd;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 10px;
}

.some_text a:hover{
    color: #fefefd;
    border: 1px solid #ffffff;
}

.feature_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}

#main_slider a.carousel-control-prev {
    left: -15px;
    top: 263px;
}

#main_slider a.carousel-control-next {
    right:-15px;
    top: 263px;
}

#main_slider .carousel-control-next, 
#main_slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #333333;
}

/* feature section end */


/* Properties section start */

.Properties_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.Properties_taital_main{
    width: 100%;
    display: flex;
}

.Properties_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
}

hr.border_main {
    width: 100%;
    border: 1px solid #000;
    margin-top: 25px;
}

.Properties_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.image_box{
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 20px 10px;
    box-shadow: 0px 9px 9px 0px #eaeaea !important;
}
.left_box{
    width: 70%;
    float: left;
}
.right_box{
    width: 30%;
    float: left;
}

.rate_text {
    width: 90%;
    float: right;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #252525;
    padding: 15px 5px;
    font-weight: bold;
}

.road_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
}

.area_main{
    width: 100%;
    display: flex;
}

h3.area_text {
    width: 100%;
    font-size: 14px;
    color: #252525;
    text-align: center;
    font-weight: bold;
    padding: 0px 2px 0px 0px;
    text-transform: uppercase;
}

h3.area_text a{
    color: #252525;
}

h3.area_text a:hover{
    color: #efba2d;
}

h3.area_text.active a{
    color: #efba2d;
}


/* services section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-color: #118af1;
    height: auto;
    padding: 90px 0px 40px 0px;
}

.blog_taital_main{
    width: 100%;
    display: flex;
}

.blog_taital {
    width: 80%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

hr.blog_border_main {
    width: 100%;
    border: 1px solid #ffffff;
    margin-top: 25px;
}

.blog_section_2{
    width: 100%;
    float: left;
}

.blog_text_main {
    width: 100%;
    float: left;
    padding: 120px 0px 0px 100px;
}

.blog_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 0px;
}


.blog_img {
    width: auto;
    margin-top: 30px;
}

.readmore_bt{
    width: 170px;
    float: left;
    margin-top: 120px;
}

.readmore_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #f9bc19;
    text-align: center;
    padding: 10px;
}

.readmore_bt a:hover{
    color: #252525;
    background-color: #ffffff;
}

/* blog section end */


/* newsletter section start */

.newsletter_section{
    width: 100%;
    float: left;
}

.newsletter_taital_main{
    width: 100%;
    display: flex;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #212120;
    font-weight: bold;
    text-transform: uppercase;
}

hr.newsletter_border_main {
    width: 70%;
    border: 1px solid #212120;
    margin-top: 25px;
}

.email_bt {
    color: #d9d9d8;
    width: 100%;
    height: 60px;
    font-size: 18px;
    background-color: #ffffff;
    padding: 15px 20px 10px 20px;
    border: 0px;
    margin-top: 40px;
    box-shadow: 0px 0px 11px 2px;
}

textarea#comment::placeholder {
    color: #d9d9d8;
}

.subscribe_bt {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.subscribe_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #f9bc19;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}


/* newsletter section end */


/* customers section start */

.customer_section{
    width: 100%;
    float: left;
}

.customer_taital_main{
    width: 100%;
    display: flex;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #212120;
    font-weight: bold;
    text-transform: uppercase;
}

hr.customer_border_main {
    width: 90%;
    border: 1px solid #212120;
    margin-top: 25px;
}

.customer_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 0px 50px 40px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_text {
    width: 100%;
    font-size: 14px;
    color: #737372;
    margin: 0 auto;
}

.quick_icon {
    float: right;
}

.customer_main {
    width: 100%;
    margin-top: 50px;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 70%;
    float: left;
    margin-top: 40px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
}
.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737372;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 190px;
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 190px;
    color: #ffffff;
    background-color: #001431
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #f9bc19;
    opacity: 1;
    font-size: 18px;
    color: #ffffff;
    border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #001431
}

/* customers section end */



/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital_main{
    width: 100%;
    display: flex;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #212120;
    font-weight: bold;
    text-transform: uppercase;
}

hr.contact_border_main {
    width: 90%;
    border: 1px solid #212120;
    margin-top: 25px;
}

.contact_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

 .contact_section .map_form_container .map_container { display: none; } 
 .contact_section .map_form_container.map_show form { display: none; } 
 .contact_section .map_form_container.map_show .map_container { display: block; }

.mail_section {
    width: 100%;
    float: left;
    padding-left: 100px;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7c7c7d;
    border-bottom: 1px solid #7c7c7d !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #7c7c7d;
}

.massage-bt {
    color: #7c7c7d;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #7c7c7d;
    border-bottom: 1px solid #7c7c7d !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #7c7c7d;
}

.btn_main {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.send_bt {
    width: 160px;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #f9bc19;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fff;
    background-color: #252525;
}
.send_bt.active a {
    color: #ffffff;
    background-color: #252525;
}

.map_bt {
    width: 160px;
    float: left;
    margin-left: 15px;
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #f9bc19;
    padding: 10px 60px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.map_bt a:hover {
    color: #fff;
    background-color: #252525;
}

.map_center{
    width: auto;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.contact_img img {
    height: 390px;
}

/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #118af1;
    height: auto;
    padding: 100px 0px;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0px 40px 0px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fcfcfc;
    margin: 0px;
}

.social_icon {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding: 0px 20px;
}

.social_icon li a {
    color: #ffffff;
}

.social_icon li a:hover {
    color: #51a9e8;
}

.location_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li{
    float: left;
}

.location_text li a {
    float: left;
    font-size: 20px;
    color: #ffffff;
    margin: 0px 30px;
    background-color: #f9bc19;
    padding: 12px 0px;
    border-radius: 100%;
    width: 60px;
    text-align: center;
}

.location_text li a:hover {
    color: #ffffff;
    background-color: #000;
}

.image_main{
    width: 100%;
    display: flex;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 14px;
    color: #ffffff;
    padding: 8px;
    flex-basis: 50%;
    text-transform: uppercase;
}
.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #f9bc19;
}

.footer_menu li.active a{
    color: #f9bc19;
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #51a9e8;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}


.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}