
/*
*****************************************************************************
 Style Index 
.^^^^^^^^^^^^.
1.0 - GLOBAL CSS
2.0 - COMMON CSS
3.0 - HEADER AND MAIN MENU 
4.0 - FOOTER AREA 
5.0 - BANNER MAIN  (MAIN SLIDER)   
    5.10 - PROPERTY CONTENT AND SEARCH AREA
6.0 - RENEWAL AREA 
7.0 - ROOM FEATURES AREA  
8.0 - OUR TEAM AREA 
9.0 - TESTIMONIAL AREA
10.0 - SHOWCASE FEATURE AREA
11.0 - FEATURES AREA
12.0 - BLOG AREA 
13.0 - PAGES
14.0 - PROPERTY PAGES 
15.0 - AWESOME PROPERTIES AREA
16.0 - PAGINATION AREA
17.0 - BLOG MAIN AREA 
18.0 - BUY APARTMENT AREA
19.0 - FEATURE CIRCLE AREA 
20.0 - SINGLE POST
     20.10 - COMMENT AREA
21.0 - CONTACT US AREA
22.0 - CONTACT MAP AREA
23.0 - BEGIN LOADING
***************************************************************************** 
*/

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 1.0 - GLOBAL CSS
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
body { 
    font-family: "Poppins", sans-serif!important;
    font-size: 13px!important;
    margin: 0;
    padding: 0;
    color: #111!important;
}
h1, h2, h3, h4, h5, h6 {
}
p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}


a, 
a:hover, 
a:focus {
    text-decoration: none;
    outline: none;
    color: #50514f;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img{max-width: 100%;}
.center{text-align: center;}
.txt{float: left;}
.txt h1{
    font-size: 25px;
    padding-top: 10px;
    font-weight: bold;
}
/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 2.0 - COMMON CSS
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.wrapper {
    width: 100%;
    overflow: hidden;
}
/*For Flat Icons*/
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
    margin-top: 10px;
    margin-left: 0;
}
.section-heading {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.row{margin: 0;}
/*if section background-color white*/
.section-heading h5 {
    font-size: 20px;
    color: #a5a9ab;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-heading h2 {
    font-size: 42px;
    color: #0e70df;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
}
.section-heading h2>span {
    color: #5d5d5d;
}
.main-title {
    display: inline-block;
    position: relative;
} 
.main-title strong {
    position: absolute;
    display: block;
    overflow: hidden;
    min-height: 14px;
    top: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/icons/heading-bottom-3-dot.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.main-title strong:before {
    content: '';
    display: block;
    width: 50%;
    min-height: 2px;
    position: absolute;
    right: -39px;
    bottom: 6px;  
    background-color: #a5a9ab;
}
.main-title strong:after {
    content: '';
    display: block;
    width: 50%;
    min-height: 2px;
    position: absolute;
    left: -39px;
    bottom: 6px;
    background-color: #a5a9ab;
}
/*if section background-color without white*/
.section-heading.if-bg-colorful h5 {
    color: #fff;
}
.section-heading.if-bg-colorful h2>span {
    color: #fff;
}
.if-bg-colorful .main-title strong {
    background-image: url(../images/icons/heading-bottom-3-dot-white.png);
}
.if-bg-colorful .main-title strong:before {
    background-color: #fff;
}
.if-bg-colorful .main-title strong:after {
    background-color: #fff;
}
/*General Title*/
.title h3 {
    font-size: 20px;
    font-weight: 700;
}
/*Dream Button*/
.dream-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #fe931f;
    display: inline-block;
    position: relative;
    padding: 12px 40px;
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dream-btn:hover {
    color: #fff;   
}
.dream-btn:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    top: 9px;
    bottom: 9px;
    left: 7px;
    right: 7px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.dream-btn:hover:after {
    background-color: #0089e9;
    z-index: -10;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
/*General Buttom*/
.gen-btn {
    background-color: #fe931f;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 3px 15px;
}
.gen-btn:hover {
    color: #fff;
}
.gen-btn:after {
    background-color: #0089e9;
    content: '';
    position: absolute;
    z-index: -10;
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    border: 1px solid #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.gen-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*Fresh Button*/
.fresh-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #0089e9;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 7px 30px;
    outline: none;
    border: 1px solid #0089e9;
    text-decoration: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fresh-btn:hover {
    color: #fe931f;
    border: 1px solid #fe931f;
    -webkit-transition: all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s;
    -o-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
}
/*Pure Button*/
.pure-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #0089e9;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 7px 30px;
    outline: none;
    border: 1px solid #0089e9;
    text-decoration: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pure-btn:hover {
    background: #fe931f;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s;
    -o-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
}
.pure-btn:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border: 1px solid #fff;
    top: 4px;
    bottom: 4px;
    left: 5px;
    right: 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}
.pure-btn:hover:after {
    background-color: #0089e9;
    z-index: -10;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*Section background-image over effect/rgba color*/
.bg-img-over-effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(7, 31, 49, 0.70);
    z-index: -10;
}
/*Box shadow bottom*/
.shadow-bottom-items {
    position: relative;
    /* background-color: #fff; */
}
.shadow-bottom-items:before {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 4%;
    z-index: -10;
    height: 0;
    width: 50%;
    -webkit-box-shadow: -1px 7px 6px 7px #a1a1a1;
    -moz-box-shadow: -1px 7px 6px 7px #a1a1a1;
    box-shadow: -1px 7px 6px 7px #a1a1a1;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.shadow-bottom-items:after {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 46%;
    z-index: -10;
    height: 0;
    width: 50%;
    -webkit-box-shadow: -1px 7px 6px 7px #a1a1a1;
    -moz-box-shadow: -1px 7px 6px 7px #a1a1a1;
    box-shadow: -1px 7px 6px 7px #a1a1a1;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.shadow-bottom-items:hover:before, 
.shadow-bottom-items:hover:after {
    opacity: 1;
    -webkit-box-shadow: -1px 7px 6px 7px #a1a1a1;
    -moz-box-shadow: -1px 7px 6px 7px #a1a1a1;
    box-shadow: -1px 7px 6px 7px #a1a1a1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 3.0 - HEADER AND MAIN MENU                                                       
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*Header Top*/
.header {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    padding: 0;
    margin-bottom: 30px;
}
.header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    /* background: #008a76; */
}
.header-top ul li {
    float: left;
}
.header-top ul li a {
    font-size: 15px;
    color: #9b9b99;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-top ul li .fa {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px;
    margin-right: 10px;
}
.header-top .social-to ul li a {
    margin: 0 5px;
}
.header-top .social-to ul li a:first-child {
    margin-left: 0;
}
.header-top .social-to ul li a:hover .fa {
    background: #f0aead;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-top .contact-text {
    float: right;
}
.header-top .contact-text ul li {
    float: left;
}
.header-top .contact-text ul li a .fa {
    color: #0089e9;
}
.header-top .contact-text ul li a:hover .fa {
    color: #fe931f;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header-fixed {
    /*padding-top: 140px;*/
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: top ease-in-out .2s;
    -moz-transition: top ease-in-out .2s;
    -o-transition: top ease-in-out .2s;
    transition: top ease-in-out .2s;
    display: none;
}

.header.fixed.trim {
    top: -137px;

    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}
.header.fixed.scroll-down {
    top: -53px;

    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}
/*Main Menu Start*/
.main-menu-deputy .logo {
    float: left;
    margin: 10px 0;
    height: 60px;
    width: auto;
}
.main-menu-deputy .logo img {
    /*height: 80px;*/
}
.main-menu-deputy .menu-when-collapse {
    font-family: "FontAwesome";
    background-color: #0089e9;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 65px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    line-height: 80px;
    display: none;
}
.main-menu-deputy .menu-when-collapse:after {
    content: "\f009";
    font-size: 26px;
    color: #fff;
}
.menu-collapse-after-effect {
    background: rgba(0, 0, 0, .5);
    content: "";
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.main-menu .close-nav {
    font-weight: 700;
    color: #f5bb00;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 69, 117, 1);
    cursor: pointer;
    height: 60px;
    display: none;
}
.main-menu .close-nav:before {
    content: "\f00d";
    font-family: "fontAwesome";
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
.main-menu {
    height: 80px;
    margin-top: 5px;
    float: right;
}
.main-menu .main-nav {
    position: relative;
    font-size: 0
}
.main-menu .main-nav li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    position: relative
}

.main-menu .main-nav li a {
    text-transform: capitalize;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 80px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: color ease-in-out .15s;
    -moz-transition: color ease-in-out .15s;
    -o-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s
}
.main-menu .main-nav li:focus a,
.main-menu .main-nav li:hover a {
    color: #0e70df;
}
.main-menu .main-nav li.active a,
.main-menu .main-nav li.active:focus a,
.main-menu .main-nav li.active:hover a {
    color: #0089e9;
}
.main-menu .main-nav li.active .sub-nav a,
.main-menu .main-nav li.active:focus .sub-nav a,
.main-menu .main-nav li.active:hover .sub-nav a {
    color: #fff;
}
.main-menu .main-nav li.has-children a {
    margin-right: 25px;
    z-index: 9;
}
.main-menu .main-nav li.has-children:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    width: 10px;
    line-height: 80px;
    right: 10px;
    top: 0;
    text-align: center;
    color: #ddd;
    z-index: 2;
}
.main-menu .main-nav .sub-nav li,
.widget-comment-list .comment-content,
.widget-comment-list li .name span {
    font-family: Lato, sans-serif
}
.main-menu .main-nav li.active.has-children:after,
.main-menu .main-nav li.active.has-children:hover:after {
    color: #fff;
}
.main-menu .main-nav li.has-children:hover:after {
    color: #1c2188;
}
.main-menu .main-nav .sub-nav {
    position: absolute;
    top: 100%;
    width: 260px;
    height: auto;
    background: #243746;
    display: none;
}
.main-menu .main-nav .sub-nav .sub-nav {
    top: 0;
    left: 100%
}
.main-menu .main-nav li.active .sub-nav li a {
    background: 0 0;
    height: 50px;
}
.main-menu .main-nav .sub-nav li {
    text-transform: none;
    width: 100%;
    display: block;
}
.main-menu .main-nav .sub-nav li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 15px;
    /* -webkit-transition: background ease-in-out .15s; */
    -moz-transition: background ease-in-out .15s;
    -o-transition: background ease-in-out .15s;
    /* transition: background ease-in-out .15s; */
}
.main-menu .main-nav .sub-nav li:hover{
    background: #da6968;
}
.main-menu .main-nav .sub-nav li:hover a,
.main-menu .main-nav li.active .sub-nav li:hover a {
    /* background: rgba(0, 0, 0, .08); */
}
.main-menu .main-nav .sub-nav li .sub-nav li:hover .sub-nav li a,
.main-menu .main-nav .sub-nav li:hover .sub-nav li a {
    background: #243746;
}
.main-menu .main-nav .sub-nav li:hover .sub-nav li:hover .sub-nav li:hover a,
.main-menu .main-nav .sub-nav li:hover .sub-nav li:hover a,
.main-menu .main-nav li.active .sub-nav li.active .sub-nav li:hover .sub-nav li:hover a,
.main-menu .main-nav li.active .sub-nav li.active .sub-nav li:hover a {
    background: rgba(0, 0, 0, .08);
}
.main-menu .main-nav .sub-nav li:hover .sub-nav li:hover a{
    background: rgba(0, 0, 0, 0)
}
.main-menu .main-nav .sub-nav li.has-children:after {
    content: "\f105";
    line-height: 40px;
    color: #fff;
}
.main-menu .main-nav li:hover .sub-nav {
    display: block;
}
.main-menu .main-nav li:hover .sub-nav li .sub-nav {
    display: none;
}
.main-menu .main-nav li .sub-nav li:hover .sub-nav {
    display: block;
}
.main-menu .main-nav li .sub-nav li:hover .sub-nav li .sub-nav {
    display: none;
}
.main-menu .main-nav li .sub-nav li .sub-nav li:hover .sub-nav {
    display: block;
}
.main-menu .main-nav li .toggle-submenu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    height: 60px;
    background: 0 0;
    content: "";
    cursor: pointer;
    display: none;
}
.main-menu .main-nav li .sub-nav li .toggle-submenu {
    height: 49px;
    background: rgba(0, 0, 0, .28);
}
.main-menu .main-nav .sub-nav li.active a,
.main-menu .main-nav .sub-nav li.active:hover a,
.main-menu .main-nav li.active .sub-nav li.active .sub-nav li.active a,
.main-menu .main-nav li.active .sub-nav li.active a {
    /* background: rgba(0, 0, 0, .08); */
    color: #ccc;
}

.main-menu .main-nav li.active .sub-nav li.active .sub-nav li a,
.main-menu .main-nav li.active .sub-nav li.active .sub-nav li:hover .sub-nav li a {
    background: 0 0;
}



.main-menu .main-nav .dropdown-submenu .dropdown-menu a{
    line-height: 1.3;
}
.main-menu .main-nav .dropdown-menu li {
    width: 100%;
    display: block;
    border: none;
    
}
.main-menu .main-nav .dropdown-menu li.has-children:after{
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    width: 10px;
    right: 10px;
    top: 0;
    text-align: center;
    color: #50514f;
    z-index: 2;
}





/*Main Menu End*/


/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 4.0 - FOOTER AREA                                                     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.footer {
    background-color: #8f8f8f;
    /* background-image: url(../img/aujqa-v5n98.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 40px; */
}
.footer .footer-widget-area {
    background-color: #072745;
    position: relative;
}
.footer .footer-widgets {
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
}
.footer .footer-widgets:before {
    /* content: ''; */
    /* position: absolute; */
    /* display: block; */
    /* width: 60px; */
    /* min-height: 15px; */
    /* top: 28px; */
    /* left: 0; */
    /* right: 0; */
    /* background-image: url(../images/icons/3dot-white.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* background-position: left center; */
    /* z-index: 20; */
}
.footer .footer-widgets:after {
    content: '';
    position: absolute;
    display: block;
    top: 37px;
    left: 0;
    right: 0;
    z-index: 10;
    height: 1px;
    background: #46627d;
}

/*Widget Common Style*/
.footer .single-widget .widget-heading  {
    margin-bottom: 30px;
}
.footer .single-widget .widget-heading h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
/*Info Widget*/
.footer .single-widget  .widget-heading.info-heading {
    margin-bottom: 20px;
}
.footer .single-widget .widget-heading .logo-footer img {
    display: block;
    max-width: 100%;
}
.footer .single-widget .widget-info  p {
    color: #dbdbdb;
    font-weight: 300;
}

/*Link Widget*/
.footer .single-widget .widget-link ul li a {
    font-size: 18px;
    color: #999;
    display: inline-block;
    padding-bottom: 12px;
}
.footer .single-widget .widget-link ul li a:focus {
    color: #329d35;
    text-decoration: underline;
}
.footer .single-widget .widget-link ul li a:hover {
    color: #bb1d20;
    text-decoration: underline;
    -webkit-transition: all 0.1s ease-out 0.1s;
    -o-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
}
/*Address Widget*/
.footer .single-widget .widget-address {
    width: 100%;
    
}
.footer .single-widget .widget-address ul li{
    width: 100%;
    display: inline-block;
}
.footer .single-widget .widget-address .address-left {
    padding-right: 10px;
    float: left;
    color: #dbdbdb;
}
.footer .single-widget .widget-address .address-right {
    width: 70%;
    float: left;
    color: #999;
}
.footer .single-widget .widget-address .address-right:hover {
    color: #bb1d20;
    -webkit-transition: all 0.1s ease-out 0.1s;
    -o-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
}
.footer .single-widget .widget-address p {
   
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer .single-widget .widget-address .address-social {
    clear: both;
    padding-top: 10px;
}
.footer .single-widget .widget-address .address-social ul li {
    float: left;
}
.footer .single-widget .widget-address .address-social ul li a {
    position: relative;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    
}
.footer .single-widget .widget-address .address-social ul li a:hover {
    background-color: #fff;
    color: #fe931f;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.footer .single-widget .widget-address .address-social ul li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*Footer Copyright*/
.footer .copyright-designer {
    background-color: rgba(7, 31, 49, .92);
    padding-bottom: 20px;
}
.footer .copyright-designer p {
    font-size: 15px;
    color: #738d93;
}
.footer .copyright-designer a {
    color: #738d93;
}
.footer .designer {
    text-align: right;
}
.footer .designer i {
    color: #fe931f;
}
/*Go to the page top*/
.go-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
    z-index: 10000;
}
.back-to-top.dream-btn {
    padding: 7px 12px;
}
.back-to-top.dream-btn:focus {
    color: #fff;
}
.back-to-top.dream-btn:after {
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
}
.back-to-top.dream-btn:hover:after {
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 5.0 - BANNER MAIN  (MAIN SLIDER)                                                  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.main-slider {
    position: relative;
    padding: 0;
}
.main-slider .mian-heading {
    display: table;
    margin-top: 100px;
}
.main-slider .mian-heading h2 {
    font-size: 90px;
    font-weight: 800;
    margin-top: 90px;
    color: rgba(253, 233, 147, .60);;
}
.main-slider .mian-heading h3 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}
.main-slider .mian-heading .main-title strong {
    background-image: url(../images/icons/heading-bottom-3-dot-white.png);
}
.main-slider .mian-heading .main-title strong:before {
    background-color: #fff;
}
.main-slider .mian-heading .main-title strong:after {
    background-color: #fff;
}

.main-slider .mian-heading .typed-from-js {
    opacity: 1;
    -webkit-animation: typed 2s infinite;
    -moz-animation:    typed 2s infinite;
    -o-animation:      typed 2s infinite;
    animation:         typed 2s infinite;
    color: #0089e9;
}
@keyframes typed {
    0% { 
        opacity:1; 
    }
    50% { 
        opacity: 0.6; 
    }
    100% { 
        opacity:1; 
    }
}
@-webkit-keyframes typed {
    0% { 
        opacity:1; 
    }
    50% { 
        opacity: 0.6; 
    }
    100% { 
        opacity:1; 
    }
}
@-moz-keyframes typed {
    0% { 
        opacity:1; 
    }
    50% { 
        opacity: 0.6; 
    }
    100% { 
        opacity:1; 
    }
}
/*.main-slider .carousel .item-bg-1 {
    background-image: url(../img/banner-1.jpg);
}
.main-slider .carousel .item-bg-2 {
    background-image: url(../img/banner-1.jpg);
}
.main-slider .carousel .item-bg-3 {
    background-image: url(../images/slider/nest/bg-3.jpg);
}*/
.main-slider .carousel .item {
    /*background-color: #bba887;
    min-height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;*/
}

.main-slider .carousel .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    background: rgba(21, 16, 3, 0.8);
}
.main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
.main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}
.main-slider .prev, 
.main-slider .next {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 5;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-slider .prev i, 
.main-slider .next i {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.main-slider .prev:hover, 
.main-slider .next:hover {
    /*background-color: #fe931f;*/
}
.main-slider .prev {
    /* left: 10px; */
     opacity: 0; 
}
.main-slider:hover .prev {
    opacity: 1;
   
}
.main-slider .prev:hover i{
     -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ff9c0d;

}
.main-slider .next:hover i{
     -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ff9c0d;

}
.main-slider .next {
    left: 54%;
    opacity: 0;
}
.main-slider:hover .next {
    opacity: 1;
}
.main-slider .prev:after, 
.main-slider .next:after {
    content: '';
    display: block;
    position: absolute;
    /*border: 1px solid #fff;*/
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-slider .prev:hover:after,
.main-slider .next:hover:after {
    /*background: #0089e9;*/
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    z-index: -10;
}



/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 7.0 - ROOM FEATURES AREA                                                   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.room-feature {
    background-color: #071f31;
    background-image: url(../img/axp07-976bs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 70px;
    padding-bottom: 60px;
    color: #fff;
    position: relative;
    z-index: 0;
}
.room-feature .bg-img-over-effect {
    background-color: rgba(21, 16, 3, 0.8);
}
.room-feature .feature-content {
    margin-bottom: 30px;
}
.room-feature .feature-content h3 {
    font-size: 30px;
    font-weight: 700;
}
.room-feature .feature-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider-in-room {
    padding: 50px;
}
.slider-in-room .content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
}
.slider-in-room .content h3:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fe931f;
}
.slider-in-room .content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 25px;
}
.slider-in-room .slider-meta .info {
    background: #fff;
    float: left;
    padding: 5px 10px;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.slider-in-room .slider-meta span {
    display: inline-block;
    margin-right: 25px;
}
.slider-in-room .slider-meta span:last-child {
    margin-right: 0px;
}
.slider-in-room .slider-meta .info img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
}
.slider-in-room .slider-meta .info a {
    font-size: 14px;
    color: #222628;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.slider-in-room .slider-meta a:hover {
    color: #0089e9;
}
.slider-in-room .slider-meta .price-btn {
    background-color: #fe931f;
    padding: 9px 25px;  
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.slider-in-room .slider-meta .price-btn:hover {
    background-color: #008fe8;
    color: #f1f1f1;
}
 
 
/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 13.0 - PAGES                                                    
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    top: 60%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.banner-in .text-in:after
{
    display: block;

    width: 60px;
    height: 2px;
    margin: 0 auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in:after
    {
        width: 30px;
    }
}
.banner-in .text-in b
{
    font-size: 40px;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 14px 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;

        margin: 4px 0;
    }
}

.page-prime-bg {
    background-color: #071f31;
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.page-prime-bg1 {
    background-color: #071f31;
    background-image: url(../img/breadcrumb-bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.page-prime-bg2 {
    background-color: #071f31;
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
    color: #fff;
    position: relative;
    z-index: 1;
}
/*Page Head background-image overlay effect/rgba color*/
.page-prime-bg-overlay-effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(21, 16, 3, 0.50);
    z-index: -10;
}
.page-heading {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}
/*if section background-color without white*/
.page-heading h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-heading h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}
.page-prime-bg .page-heading h5{
    font-size: 25px;
}
.page-heading h2>span {
    color: #0089e9;
}
.page-main-title {
    display: inline-block;
    position: relative;
} 
.page-main-title strong {
    position: absolute;
    display: block;
    overflow: hidden;
    min-height: 14px;
    bottom: 100%;
    left: 15%;
    right: 15%;
    background-image: url(../images/icons/heading-bottom-3-dot-white.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.page-main-title strong:before {
    content: '';
    display: block;
    width: 50%;
    min-height: 2px;
    position: absolute;
    right: -39px;
    bottom: 6px;  
    background-color: #fff;
}
.page-main-title strong:after {
    content: '';
    display: block;
    width: 50%;
    min-height: 2px;
    position: absolute;
    left: -39px;
    bottom: 6px;
    background-color: #fff;
}
/*if section background-color white*/
.page-heading.if-bg-white h5 {
    color: #a5a9ab;
}
.page-heading.if-bg-white h2 {
    color: #5d5d5d;
}
.if-bg-white .page-main-title strong {
    background-image: url(../images/icons/heading-bottom-3-dot.png);;
}
.if-bg-white .page-main-title strong:before {
    background-color: #a5a9ab;
}
.if-bg-white .page-main-title strong:after {
    background-color: #a5a9ab;
}
/*Page Prime Content*/
.page-prime-metadata {
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    text-align: center;

}
.page-prime-metadata span {
    font-size: 70px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.page-prime-metadata span:first-child {
    font-size: 25px;
    vertical-align: top;
}
.page-prime-metadata span:nth-child(2) {
    font-weight: 600;
}
.page-prime-metadata span:last-child {
    font-size: 25px;
}
.page-prime-btn {
    text-align: center;
    margin-top: 20px;
}
.page-prime-btn .dream-btn {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 60px;
}

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 14.0 - PROPERTY PAGES                                               
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.properties  {
    margin-bottom: 10px;
    padding-bottom: 150px;
}
.properties .property-search-area .property-search-form {
    -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -ms-transform: translateY(45%);
    -o-transform: translateY(45%);
    transform: translateY(45%);
}
.propertise-blog {
    margin-top: 20px;   
}


.properties-things {
    margin-top: 50px;
}
.awesome-content {
    color: #999;
    margin-bottom: 10px;
}
.awesome-header {
    padding-bottom: 15px;
}
.awesome-header h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.awesome-header p {
    color: #999999;
}
.awesome-header i {
    display: inline-block;
    padding-right: 5px;
    color: #0089e9;
}
.awesome-header:hover p {
    color: #0089e9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.awesome-header:hover i {
    color: #fe931f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.awesome-footer p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.total-package.shadow-bottom-items:hover:before, 
.total-package.shadow-bottom-items:hover:after {
    opacity: 1;
    box-shadow: -1px 7px 6px 7px #fe931f;
}
.total-package {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}
.price-list {
    border: 1px solid #dddddd;
}
.total-package strong {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #0089e9;
    display: block;
    padding: 5px 15px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.total-package strong:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #fff;
}
.total-package:hover strong {
    background-color: #fe931f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.total-package ul li {
    border-bottom: 1px solid #dddddd;
    clear: both;
    overflow: hidden;
    padding: 0px 20px;
}
.total-package ul li:hover {
    background: #eff3ef;
}
.total-package ul li:first-child:hover {
    background: #fcf8e3;
}
.total-package ul li:first-child {
    padding-top: 10px;
    padding-bottom: 8px;
}
.total-package ul li:last-child {
    border-bottom: none;
}
.total-package ul li span {
    padding: 12px 0;
    display: inline-block;
    float: left;
    color: #999;
}
.total-package ul li span:first-child {
    color: #5d5d5d;
    text-align: left;
    width: 70%;
}
.total-package ul li span:last-child {
    text-align: right;
    color: #fe931f;
    width: 30%;
}
.location {
    margin-top: 30px;
}
.location iframe {
    width: 100%;
    height: 340px;
    border: none;
}
/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 16.0 - PAGINATION AREA                                         
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.pagination-area {
    text-align: center;
}
.pagination a,
.pagination span {
    color: #8f8f8f;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #e9e6e6;
    margin-right: 5px;
}
.pagination a:hover {
    background-color: #eff3ef;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pagination i {
    display: inline-block;
    color: #000;
}
.pagination .prev:hover i, 
.pagination .next:hover i { 
    position: relative;
    z-index: 3;
    color: #fff;
}
.pagination .current {
    background-color: #fe931f;
    border: 1px solid #fe931f;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    position: relative;
    z-index: 1;
}
.pagination .prev:hover, 
.pagination .next:hover {
    background-color: #fe931f;
    border: 1px solid #fe931f;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pagination .prev:after, 
.pagination .next:after {
    background-color: #0089e9;
    content: '';
    position: absolute;
    z-index: 2;
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    border: 1px solid #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pagination .prev:hover:after, 
.pagination .next:hover:after  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
 
 

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 19.0 - FEATURE CIRCLE AREA                                         
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.feature-things span {
    font-family: 'Raleway', sans-serif;
    color: #646464;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding: 7px;
}
.feature-things strong {
    color: #fe931f;
    font-weight: 600;
}
.feature-things i {
    display: inline-block;
    vertical-align: middle;
}
.feature-things [class^="flaticon-"]:before, 
.feature-things [class*=" flaticon-"]:before, 
.feature-things [class^="flaticon-"]:after, 
.feature-things [class*=" flaticon-"]:after {
    text-align: center;
    margin-top: 0;
    font-weight: normal;
    width: 60px;
    height: 60px;
    font-size: 35px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}
.feature-things a {
    background-color: #fff;
    color: #fe931f;
    border: 4px solid #0089e9;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.feature-things a:hover {
    color: #fff;
    background-color: #0089e9;
    border: 4px solid #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0 0 18px 5px #82bde6;;
    -moz-box-shadow: 0 0 18px 5px #82bde6;;
    box-shadow: 0 0 18px 5px #82bde6;;
}
.circle-items  {
    position: relative;
    margin-top: 70px;
}
.wheel {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: relative;
    border-top: 2px dashed #c1c1c1;
    border-left: 2px dashed #c1c1c1;
    border-right: 2px dashed #c1c1c1;
    z-index: 10;
}
.wheel .feature-things:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 7%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wheel .feature-things:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-83%);
    -moz-transform: translateX(-83%);
    -ms-transform: translateX(-83%);
    -o-transform: translateX(-83%);
    transform: translateX(-83%);
}
.wheel .feature-things:nth-of-type(3) {
    position: absolute;
    right: 0;
    top: 7%;
    -webkit-transform: translateX(58%);
    -moz-transform: translateX(58%);
    -ms-transform: translateX(58%);
    -o-transform: translateX(58%);
    transform: translateX(58%);
}
.wheel .feature-things:nth-of-type(4) {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(83%);
    -moz-transform: translateX(83%);
    -ms-transform: translateX(83%);
    -o-transform: translateX(83%);
    transform: translateX(83%);
}

.feature-main-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -10;
}
.feature-main-img img {
    max-width: 100%;
}

.pro-left{width: 28%;float: left;}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.heading_container h2 .dot_design {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ecbb72;
  border-radius: 100%;
}
 

 
 
/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 20.10 - COMMENT AREA                                          
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.cooment-area .title  {
    margin-top: 40px;
    margin-bottom: 50px;
}
.cooment-area .title  h3 {
    color: #000;
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
}
.cooment-area .title h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: #eb9b99;
}
.cooment-area .title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 1px;
    background-color: #e9e9e9;
}
.cooment-area .media {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.cooment-area .media:last-of-type {
    border-bottom: none;
}
.media-left{
    width: 10%
}
.media-left img {
}
.media-body {
    padding-left: 10px;
    color: #999999;
}
.media-heading {
    font-size: 20px;
    color: #202e31;
    font-weight: 600;
    text-transform: capitalize;
}
.media .comment-date {
    font-size: 16px;
    color: #a4a4a4;
}
.media .replay-comment {
    margin-top: 10px;
}
/*Comment Form*/
.comment-form {
   
}
.comment-form .title {
    margin-bottom: 10px;
}
.comment-form input {
    font-size: 17px;
    border: 1px solid #ccc;
}
.comment-form textarea {
    font-size: 18px;
    padding: 20px 15px;
    max-width: 100%;
}


.comment-form .form-group {
    border-radius: 0;
}
.comment-form .form-control { 
    border-radius: 0;
}
.comment-form .comment-form-btn {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;   
    text-transform: uppercase; 
    border-radius: 0;
    padding: 20px 70px;
    border: none;
}
.comment-form .comment-form-btn:hover:after {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
/*Widget Search Form*/
.widget  {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}
.widget .search-form {
    position: relative;
}
.widget .search-form input[type=search] {
    background-color: #f6f6f6;
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    padding: 10px 40px 10px 30px;
    border: 1px solid #d0d0d0;
    outline: none;
    background: none;
    border-radius: 3px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
.widget .search-form input[type=search]:focus {
    border-color: #fe931f;
    color: #fe931f;
    padding-left: 15px;

}
.widget .search-form input[type=search]:focus::-webkit-input-placeholder {
    color: #fe931f;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.widget .search-form input[type=search]:focus::-moz-placeholder {
    color: #fe931f;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.widget .search-form input[type=search]:focus:-ms-input-placeholder {
    color: #fe931f;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
} 
.widget .search-form input[type=search]:focus:-moz-placeholder {
    color: #fe931f;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}

.widget .search-form .search-submit {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background: transparent;
    color: #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget .search-form .search-submit:focus {
    outline: 0;
}

.widget .search-form .search-submit i {
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget .search-form input[type=search]:focus + .search-submit i {
    color: #fe931f;
}
.widget .search-form .search-submit:hover i {
    color: #fe931f;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

/*Widget Place*/
.widget .title span {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}
.widget .title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    text-transform: uppercase;
    margin-top: 0;
}
.widget .place-view {
    text-align: center;
    position: relative;
}
.widget .place-view img {
    display: block;
    width: 100%;
    min-height: 380px;
    border-radius: 30px 0;
}
.widget .place-view p {
    color: #fff;
}

.widget .place-view .place-overlay {
    content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-box-shadow: 1px 1px 1px 1px #5d5a5e;
    box-shadow: 1px 1px 1px 1px #5d5a5e;
    border: 1px solid #fff;
    border-radius: 30px 0;
    background: rgba(3, 3, 30, 0.7);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget .place-view .place-overlay .place-info {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget .place-view .place-overlay .place-info a {
    background-color: #fe931f;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget .place-view .place-overlay .place-info a:hover {
    color: #fff;
    background-color: #0089e9;
}
/*Video Widget*/
.widget .video {
    position: relative;
}
.widget .video iframe {
    width: 100%;
    min-height: 380px;
    border: none;
}

/*Widget Date Focus*/
.widget.date-focus span {
    margin-bottom: 10px;
    font-style: italic;
    color: #0089e9;
}
/*Tag Cat*/
.tag-cat {
    color: #8e8e8e;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #8e8e8e;
    margin-bottom: 7px;
}
.tag-cat i {
    display: inline-block;
    padding-right: 10px;
}
.tag-cat span {
    display: inline-block;
}
.tag-cat span:first-child {
    font-weight: 500;
    padding-right: 5px;
}
.tag-cat span a:hover {
    color: #0089e9;
}

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 21.0 - CONTACT US AREA                                          
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.contact-everything {
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 30px 5px #c9cbcd;
    background-color: #fff;
}
.contact-everything p i {
    color: #f44b34;
    width: 20px;
}
.contact-everything .boundary {
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #c9cbcd;
    border-bottom: none;
}
.contact-info{margin-bottom: 30px;display: inline-block;}
.contact-info .contact-img {
    width: 32%;
    float: left;
    border: 2px solid #fff;
    border-radius: 15px 0;
    box-shadow: 0 0 10px 1px #5d5d73;
}
.contact-info .contact-img img {
    display: block;
    max-width: 100%;
    border-radius: 15px 0;
}
.contact-info .contact-content {
    float: left;
    width: 68%;
    padding-left: 3%;
    color: #666666;
}
.contact-info .contact-content h3 {
    color: #333;
    font-size: 26px;
}
.contact-info .contact-content p{
    margin-bottom: 5px;
}

.bottom-style {
    position: relative;
    padding: 3px;
}
.bottom-style strong {
    position: absolute;
    display: block;
    overflow: hidden;
    min-height: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/icons/heading-bottom-3-dot.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.bottom-style strong:before {
    content: '';
    display: block;
    width: 50%;
    min-height: 1px;
    position: absolute;
    right: -45px;
    bottom: 6px;
    background-color: #c9cbcd;
}
.bottom-style  strong:after {
    content: '';
    display: block;
    width: 50%;
    min-height: 1px;
    position: absolute;
    left: -45px;
    bottom: 6px;
    background-color: #c9cbcd;
}


/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 23.0 - BEGIN LOADING                                  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.implode {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    table-layout: fixed;
}
.implode-in {
    display: table-cell;
    vertical-align: middle;
}
.loader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    text-align: center;    
}
.acting {
    position: relative;
    width: 50px;
    height: 30px;
    margin: 0 auto;
}
.acting span {
    background-color: #fe931f;
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-animation: preloader 1.5s infinite ease-in-out;
    -moz-animation:    preloader 1.5s infinite ease-in-out;
    -o-animation:      preloader 1.5s infinite ease-in-out;
    animation:         preloader 1.5s infinite ease-in-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin:    center center;    
    -o-transform-origin:      center center;
    -ms-transform-origin:     center center;
    transform-origin:         center center;
}
.acting span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.acting span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.acting span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.acting span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.acting span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.acting span:nth-child(7) {
    left: 66px;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes preloader {
    0% {
        background-color: #fff;
        height: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        background-color: #fdb813;
        height: 60px;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    50% {
        background-color: #fff;
        height: 30px;

        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        background-color: #fff;
        height: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes preloader {
    0% {
        background-color: #fff;
        height: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    
    }
    25% {
        background-color: #fdb813;
        height: 60px;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    50% {
        background-color: #fff;
        height: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        background-color: #fff;
        height: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*= =============about=========*/
.about {
  padding: 40px 0;
}
.about .ui.container {
}
.about .grid {
  display: flex;
  flex-wrap: wrap;
}
.about .grid .left {
  vertical-align: top;
  width: 47%;
  padding: 0 1rem;
}
.about .grid .left .ig {
  height: 100%;
  background-color: #0e70df;
}
.img-box {
    overflow: hidden;
    position: relative;
}
.about .grid .left .ig .img-box {
  text-align: right;
  top: 22%;
  left: 15%;
  width: 100%;
  margin-left: auto;
  box-shadow: 15px 0 15px #dedede;
}
.about .grid .right {
  vertical-align: top;
  width: 53%;
  padding: 0 1rem;
}
.about .grid .right .title h4 {
  font-size: 36px;
  color: #000;
}
.about .grid .right .title p {
  font-size: 16px;
  color: #88878b;
  line-height: 30px;

}

.about .grid .right .con {
  padding: 30px 0 0 40px;
  width: 80%;
  font-size: 16px;
  margin: auto;
  line-height: 1.5;
}
.about .grid .right .con .p:nth-child(1) {
  margin-bottom: 1.5rem;
}
.about .grid .right .con .p span{
  color: #008665;
}
.about .grid .right .con .p h1{
display:inline;
font-size:16px;
}
.about .grid .right .con .p:nth-child(2) {
  line-height: 2.25;
}

.about .grid .right .con .more {
  margin-top: 1rem;
}
.about .grid .right .con .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'ps';
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #0e70df;
  padding: 0 2rem;
  transition: .5s;
}
.about .grid .right .con .more a:hover {
  background-color: #12b7f5;
}
@media screen and (max-width: 1200px) {

  .about .ui.container {
    margin: auto;
  }
  .about .grid .left {
    width: 50%;
  }
  .about .grid .right {
    width: 50%;
  }
  .about .grid .left .ig {
    background-color: transparent;
  }
  .about .grid .left .ig .img-box {
    left: 0;
  }
  .about .grid .right .con {
    width: 100%;
    padding: 1.5rem 0 0;
    margin: inherit;
  }
  .about .grid .right .con .p:nth-child(1) {
    margin-bottom: 1rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 998px) {
    .about .grid .left .ig{
        height: auto;
    }
 .about .grid .left {
     width: 100%;
  }
  .about .grid .right {
    width: 100%;
  }
}
/*================footer========*/
.main-f-top {
    background-color:#243746;
    color:#ffffff; 
    padding:2% 4%;
}



.main-f-top .widget .fa{
    width:1.5em;
    text-align:center;
    color:#fff
}
@media (min-width:768px){
    .main-f-top .widget:first-child{
        padding-top:0
    }

}
.main-f-top .widget li{
    color:inherit
}

.main-f-top .widget a:hover{
    color:inherit;
    opacity:1
}

.main-f-bottom{
    padding-top:1.5em;
    padding-bottom:1.5em;
    background-color:#222;
    color:#aaa
}
.main-f-bottom p{
    margin:0
}
.main-f-bottom .mods_el-ic{
    color:#aaa
}
.main-f-bottom .mods_el-ic:hover{
    opacity:.6
}
.main-f-bottom .mods_el-tx{
    color:#aaa
}

.social-footer {text-align:center; font-size:22px;}
.social-footer a {color:#fff;border:1px solid #4E5A67;text-align: center;width:56px;height:56px;line-height: 56px;display: inline-block;margin:0px 10px;}
.social-footer a:hover {border-color:#fff;color: #fff;}
.privacy-footer {text-align: right; padding-top:20px;}
.privacy-footer a:first-child {padding-right:10px;}
.main-f-top ul.menu {/*font-family: Arial, Helvetica, sans-serif;*/text-align:center;padding-bottom: 30px;border-bottom:1px solid #44505D;margin-bottom: 40px;}
.main-f-top ul.menu li {display:inline;}
.main-f-top ul.menu li.menu-lingua {display:none}
.main-f-top ul.menu li a {font-size:15px;margin: 0px 16px;color: #fff;}
.main-f-top ul.menu li a:hover {border-bottom:2px solid #f45905; transition: none;color: #fff}
.main-f-top ul.menu li.menu-area-riservata a {font-weight:500; color: #00A887;}

/*.textwidget {font-family: Arial, Helvetica, sans-serif;}*/

.widget-bottom{
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #44505D;
    margin-top: 20px;
    color: #a1a1a1;
}
.textwidget a{color: #fff;}
.textwidget i{width: 18px;}
.widget-bottom a{color: #a1a1a1;}
.widget-bottom a:hover, .textwidget a:hover{border-bottom: 2px solid #f45905;color:#fff}
/*============BLOG===========*/
.index-box {
    padding: 60px 0;
}
.index-box .title {
    margin-bottom: 50px;
    text-align: center;
}
.title h3 {
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
}
.title h3 b {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.title p {
    font-size: 20px;
    margin: 0;
    color: #999;
}
.title h3 b:after {
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 200px;
    height: 22px;
    margin-left: -100px;
    content: '';
    background-color: rgb(31 183 181 / 20%);
}
 


.slick-dots{
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    opacity: .7;
    border-radius: 8px;
    background: #fff;
}
.slick-dots li.slick-active{
    width: 20px;
    opacity: 1;
}

.slick-dots li button{
    display: none;
}
 
 
@media (max-width: 1023px) {
    .main-f-top {padding-top:25px;}
    .main-f-top ul.menu {padding-bottom:20px;}
    .main-f-top .col-sm-4 {width:100%;float:none; text-align:center;}
    .social-footer a {width:36px; height:36px; line-height:36px}
    .contatti-footer {margin-bottom:30px;}
    .privacy-footer {text-align:center; padding-right:0px; margin-bottom:20px;}
    
}

@media (max-width: 767px) {
    .main-f-top {padding-bottom:20px;}
    .main-f-top ul {margin-top:10px;}
    .main-f-top ul.menu:after {content:''; display:table; clear: both;}
    .main-f-top ul.menu li {float:left; width:33%; display: block; text-align: center; margin-top:0px; margin-bottom:20px}
    
    .main-f-top .widget_nav_menu li, .main-f-top .widget_nav_menu li a {font-size:13px;}
    
}



@media (max-width: 480px){
    .index-news .news-title {
        display: none;
    }
    .main-f-top ul.menu li{
        width: 50%;
        margin-bottom: 5px;
    }
    .main-f-top ul.menu{
        margin-bottom:15px;
    }
    .social-footer a{
        margin-top: 10px;
    }
    .contact-info{margin:0  -15px;text-align: center;}
    .contact-info .contact-img{float: none;width: 100%;}
    .contact-info .contact-content{width: 100%;padding-left: 0}
    .privacy-footer{display: none;}
}


@media screen and (max-width:480px) {
    .section-heading h2{font-size: 35px;}
    .room-feature .feature-content h3{font-size: 22px;} 
    .footer{padding: 15px;}
    .footer .footer-widgets{padding-top: 30px;}
    .footer .single-widget .widget-heading{margin-bottom: 10px;}
    .footer .footer-widgets .single-widget .widget-info{display: none;}
    .footer .single-widget .widget-heading .logo-footer{display: none;} 
    .footer .single-widget .widget-link ul li a{padding-bottom: 5px;}
    .team-members h3{margin: 5px 0;font-size: 18px;}
    .page-heading h2{font-size: 45px;}
    .page-prime-bg1{padding: 50px 0;}
    
}


/*-------------news1 start-----------------------------------------------------------------*/
.box-main { float: left; width: 69%; }
.item-desc a:hover {
    color: #F36523 !important;
}

.box-slide { width: 29%; float: right; background: #FFFFFF; box-shadow: 0px 7px 12px 0px rgba(51, 51, 51, 0.2); padding: 27px 17px 68px; }
 
.box-list li{width: 49%;margin: 0.5%;float: left;}
.box-list li p{font-size: 14px;}
@media screen and (max-width: 1219px) {
  .box-main { width: 630px; }
  .box-slide { width: 300px; padding: 25px 15px 10px; } 
   
}
@media screen and (max-width: 991px) {
  .box-main { width: 100%; }
  .box-slide { width: 100%; margin-top: 30px; }
   
}
@media screen and (max-width: 767px) { 
  .box-slide { padding: 15px 10px 10px; }
   
}
@media screen and (max-width: 480px) { 
   
  .box-list li{width: 99%;}
}
.news-title { font-size: 20px;  margin-bottom: 15px; }

.news-title, .news-title a { color: #0055A6; }

.news-title a:hover { color: #F36523; }
.bt-n{margin-bottom: 20px;}
.bt-n span{
    background: #0e70df;
    border-radius: 5px;
    padding: 1px 5px;
    color: #fff;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}

.marketing_section{
     width: 100%;
     float: left;
}
.layout_padding {
    padding-top: 60px;
    padding-bottom: 0px;
}
.job_section{
     width: 90%;
     float: right;
     padding: 0 15px;
}
.job_section_2 {
    width: 90%;
    float: left;
    padding: 0 15px;
}
.job_section p,.job_section_2 p{
    font-size: 16px;
    color: #555;
}

.jobs_text{
     width: 100%;
     float: left;
     font-size: 32px;
     color: #252525;
}
.jobs_text a{
    /*color: #f00;*/
}
.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin-left: 0px;
}
.apply_bt {
    width: 45%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.apply_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff!important;
    text-align: center;
    padding: 10px 0px;
    background-color: #252525;
}
.apply_bt a:hover{
    text-decoration: underline;
}
.image_1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.image_1 img{max-width: 100%;}

 @media screen  and (max-width:998px) {
    .job_section,.job_section_2{
        width: 100%;
    }

 }
  @media screen  and (max-width:858px) {
    .main-btn{display: none;}
    .jobs_text{
        font-size: 28px;
    }
    .layout_padding{
        padding-top: 50px;
    }
    .job_section_2 .apply_bt{margin-bottom: 0;}

 }
   @media screen  and (max-width:650px) {
    .layout_padding{
        padding-top: 30px;
    }
    .jobs_text{
        font-size: 24px;
    }
   }
   @media screen  and (max-width:480px) {
    .apply_bt{margin: 20px 0;}
    .jobs_text{
        font-size: 22px;
    }
   }
