.preloader {
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 999999; 
    background-color: #ffffff; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-image: url('../images/1.gif');
}

h2 {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

hr.border-color {
    border-color: #ffffff;
}

.cl-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.d-flex {
    display: flex;
}

.box-shadow-0 {
    box-shadow: none !important;
}

.flex {
    display: flex;
}

.over-layer-theme::before {
    background: rgba(22, 141, 210, 0.7)
}

.over-black {
    background: rgba(0, 0, 0, 0.9)
}

.main-navigation .logo-1 {
    display: none;
}

.fixed-header .logo {
    display: none;
}

.fixed-header .logo-1 {
    display: block;
}

.form-control:focus {
    color: #f59000;
}
.theme-color {
    color: #f59000;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline:none;
}

/*--------------------------------*/
/*  02 Strat Header Section
/*--------------------------------*/

.top_header ul.socials-icon{
    padding: 5px 0;
}
.top_header {
    background: #f59000;
}

.header-topbar-col {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.header-topbar-col ul.address {
    color: #ffffff;
    padding: 10px;
}

.header-topbar-col ul.address li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    font-size: 13px;
    font-weight: 300;
}

.header-topbar-col ul.address li i {
    color: #ffffff;
    margin-right: 8px;
}

.header-topbar-col ul.address li a {
    color: #ffffff;
}

.header-topbar-col ul.socials-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    color: #ffffff;
}

.header-topbar-col ul.socials-icon li a{
    font-size: 13px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    border: none;
    color: #f59000;
    background: #ffffff;
    display: block;
    text-align: center;
}
/* Style 2 */
.topbar {
    background: #f59000;
    padding: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.topbar::before,
.topbar::after {
    content: "";
    display: table;
}

.topbar::after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 65px solid #f59000;
    border-left: 100px solid transparent !important;
}

.topbar span {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-right: 80px;
    line-height: 35px;
}

.topbar span em {
    color: #ffffff;
}

.topbar .top-social {
    margin: 0px;
    padding: 0px;
}

.topbar .top-social li {
    display: inline-block;
}

.topbar .top-social li a {
    font-size: 13px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    border: none;
    color: #f59000;
    background: #ffffff;
    display: block;
    text-align: center;
}

.topbar ul li a:hover {
    color: #f59000;
}

.topbar > span:nth-child(2) {
    margin-right: 5px;
}

.topbar .registration a {
    float: left;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 34px;
}

.top_header {
    background: #f59000;
}

.header-top .container {
  padding-top: 30px !important;
  padding-bottom: 20px;
}  

.header-tops {
    padding: 10px 5px;
}

.header-tops select {
    height: 40px !important;
    border-radius: 50px;
    margin-bottom: 0;
}

.header-tops address {
    font-size: 18px;
    padding-top: 12px;
}

.header-tops address li i {
    color: #f59000;
    margin-right: 5px;
}

.header-tops .icon-style-1 li {
    border-radius: 50%;
    background: #f59000;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-tops .icon-style-1 li a {
    color: #FFF;
    display: block;
}

.header.style-4 .navbar-nav li .nav-link {
    color: #fff;
}

.header.style-4 .fixed-header .navbar-nav li .nav-link {
    color: #333;
}

.header.style-4 .menu-style .navbar-nav li.active a.nav-link,
.header.style-4 .menu-style .navbar-nav li:focus a.nav-link, 
.header.style-4 .menu-style .navbar-nav li:hover a.nav-link {
    color: #333;
}

.header.style-4 .menu-style .fixed-header .navbar-nav li.active a.nav-link,
.header.style-4 .menu-style .fixed-header .navbar-nav li:focus a.nav-link, 
.header.style-4 .menu-style .fixed-header .navbar-nav li:hover a.nav-link {
    color: #f59000;
}

/*--------------------------------*/
/*  04. Service CSS Strat
/*--------------------------------*/ 
.hover-box .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-box .image img {
    width: 100%;
    height: auto;
}

.hover-box .image .over-layer {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    transform:translateY(100%);
    transition:all 0.2s linear;
}

.hover-box:hover .image .over-layer{
    transform:translateY(0);
}

.hover-box .image .over-layer .links {
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    position:relative;
    top:45%;
}

.service-item.style-1 i {
    color: #06599E;
}

.service.style-4 .service-item.style-1 .service-icon i::before {
    font-size: 40px;
}

.service-item.style-2{
    padding: 40px 25px;
    text-align:left;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-2 h6 a {
    color: #333;
}

/*.service-item.style-2:hover {
    background: #f59000;
    color: #fff;
}
*/
.service-item.style-2 .icon i::before  {
    font-size: 50px;
    color: #f59000;
}

.service-item.style-2:hover h6 a {
    color: #4a4a4a;
}

.service-item.style-2:hover .icon i::before {
    color: #fff;
}

.service-item.style-3 {
    margin-bottom: 50px;
    position: relative;
    padding-left: 70px;
}

.service-item.style-3 i {
    position: absolute;
    left: 0;
    top: 0;
    color: #f59000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-item.style-3 i::before {
    font-size: 50px;
}

.service-item.style-2 .icon {
    margin-bottom: 25px;
}

.iconbox-item {
    display: inline-flex;
    margin-bottom: 30px;
}

.iconbox-item .icons {
    text-align: center;
    margin-right: 10px;
    background: #f59000;
    width: 90px;
    height: 80px;
    line-height: 80px;
}

.iconbox-item .icons i::before {
    color: #fff;
    font-size: 30px;
}

.iconbox-item .content {
    margin-top: 10px;
}

.iconbox-item .content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
}

.iconbox-item .content p {
    margin-top: 8px;
    color: gray;
    line-height: 1.5;
}
/* End Service Css */

/*--------------------------------*/
/*  05. About Us CSS Strat
/*--------------------------------*/
.about-item.style-1 {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
}

.about-item.style-1 .icon-box {
    float: left;
    position: relative;
    margin-right: 5px;
}

.about-item.style-1 i {
    color: #f59000;
}

.about-item.style-1 i:before {
    font-size: 30px;
}

.about-item.style-1 h6 {
    margin-top: 7px;
}

.about-item.style-1 p {
    clear: both;
    margin-top: 10px;
}

.about-item.style-1 span {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 600;
}

.about-item.style-1 span a {
    color: #555;
}

.about-item.style-2 {
    margin-bottom: 30px;
}

.about-item.style-2 .icon-box {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    height: 75px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 75px;
    background: #f59000;
    line-height: 75px;
}

.about-item.style-2 .icon-box i::before {
    color: #ffffff;
    display: inline-block;
    font-size: 32px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-item.style-2 .about-detail {
    margin-left: 90px;
}

.about-content h4 a {
    color: #f59000;
}

.about-content a {
    color: #f59000;
}

.about-box {
    position: relative;
    overflow: hidden;
}

.about-box .about-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    transform: translateY(80%);
    -webkit-transition: all 0.50s linear;
    -moz-transition: all 0.50s linear;
    -ms-transition: all 0.50s linear;
    -o-transition: all 0.50s linear;
    transition: all 0.50s linear;
    opacity: 1;
    padding: 20px 25px;
}

.about-box:hover .about-details {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.about-box .about-details h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.about-box .about-details h5 a {
    color: #fff;
}

.about-box .about-details h5:hover a {
    color: #f59000;
}

.about-box .about-details h5 a i {
    margin-right: 8px;
    color: #f59000;
}

.about-box .about-details p {
    margin-top: 15px;
    color: #fff;
}

.about-iteam-box {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-iteam-box .icon-box {
    height: 100px;
    width: 100px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
    background: transparent;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-iteam-box:hover .icon-box {
    border-color: #f59000;
}

.about-iteam-box .icon-box i::before {
    font-size: 35px;
    color: #f59000;
}

.about-iteam-box h4 {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    font-weight: 300;
}

.about-iteam-box h5 {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
    font-weight: 300;
    text-transform: capitalize;
}

.about-iteam-box .btn {
    margin-top: 20px;
}

.slider-three.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #f59000;
    border: 1px solid #f59000;
    border-radius: 0;
    padding: 5px 15px;
}

.slider-three.owl-theme .owl-nav .owl-prev, 
.slider-three.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    left: -5%;
}
 
.slider-three.owl-theme .owl-nav .owl-next {
    right: -5%;
    left: auto;
} 
.slider-three.owl-theme .owl-nav {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: block;
}
.slider-three.owl-theme:hover .owl-nav {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
/* End About Us Css */

/*--------------------------------*/
/*  06. Working CSS Strat
/*--------------------------------*/ 
.relative {
    position: relative;
}

.full-widht-img.style-2 .overlay::before,
.full-widht-img.style-2 .overlay::after {
    display: none;
}

.full-widht-img.style-3 .overlay::before,
.full-widht-img.style-3 .overlay::after {
    display: none;
}

.full-widht-img.style-2 .overly-icon {
    top: -50px;
}

.layer-overlay::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.div-hafe .layer-overlay::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 52%;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

.div-hafe .layer-overlay::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: rgba(17, 17, 17, 0.3) none repeat scroll 0 0;
}

.layer-overlay.style-3::before {
    background: rgba(17, 17, 17, 0.3) none repeat scroll 0 0;
}

.layer-overlay.style-3::after {
    background: rgba(48, 78, 112, 0.8) none repeat scroll 0 0;
}

.layer-overlay.style-4::before {
    background: transparent;
}

.layer-overlay.style-4::after {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
}

.layer-overlay.style-4::befor {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.full-widht-img .overly-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: table;
    width: 100%;
}

.full-widht-img .overlay::before {
    position: absolute;
    content: '';
    color: #FFFFFF;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: -10px;
    right: -50px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.full-widht-img .overlay::after {
    position: absolute;
    content: '';
    color: #FFFFFF;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: -30px;
    left: 30px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.full-widht-img.style-2 .overlay::after,
.full-widht-img.style-2 .overlay::before {
    display: none;
}

.full-widht-img .overly-icon a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: #ffffff;
}

.full-widht-img .overly-icon a i {
    font-size: 42px;
    color: #FFFFFF;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 50%;
    line-height: 90px;
    background: #f59000;
    opacity: 0.8;
}

.full-widht-img .overly-icon a i::before {
    margin-left: 7px;
}

.single-property {
    margin: 0 15px 30px 0px;
    float: left;
}

.single-property .icon-left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.single-property .icon-left i::before {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.single-property:hover .icon-left i::before {
    color: #f59000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-property .content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.single-property h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.single-property h3 a {
    color: #f59000;
}

.single-property p {
    color: #ffffff;
}

.work-content h2 {
    color: #fff;
    margin-bottom: 30px;
}

.work-content h2 span {
    color: #f59000;
}

.property-high h4 {
    font-size: 20px;
    font-weight: lighter !important;
    color: #fff;
}

.property-high h4 a {
    color: #fff;
}

.property-high h4:hover a {
    color: #f59000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.property-high h4 i::before {
    font-size: 22px;
    margin-right: 20px;
    color: #f59000;
}

.property-high p {
    color: #fff;
}

/* Our property Css */ 
.quastion {
    background: rgba(221,221,221, .6);
    padding: 20px;
}

.quastion h4 {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 18px;
    color: #f59000;
}

.quastion p {
    margin-bottom: 10px;
    color: #eee;
}

.property-content .sec-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
}

.property-content > p {
    letter-spacing: .5px;
    margin: 20px 0;
    color: #fff;
}

.property-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.property-item .property-details {
    background-color: rgba(22, 141, 210, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.property-item .property-details-inner {
    padding: 15px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.property-item:hover .property-details {
    top: 0;
}

.property-item .property-details-inner {
    padding: 15px 20px;
}
.property-item:hover .property-details-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.property-details-inner h5 i {
    margin-right: 5px;
}
.property-details-inner h5 {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.property-details-inner p {
    color: #fff;
    margin: 10px 0 15px;
}

.property-details-inner .btn-black {
    padding: 5px 15px;
    border: 1px solid #ddd;
    background: #f59000;
}

.property-details-inner .btn-black:hover {
    background: transparent;
    border: 1px solid #fff;
}

.single-service {
    background: #f2f2f2;
    color: #afbfd0;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.single-service .service-iteam-1 {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-service i::before {
    font-size: 36px;
    color: #f59000;
}

.single-service h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #333;
}

.service-details {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-details p {
    color: #333;
    margin-bottom: 10px;
}

.single-service:hover .service-iteam-1 {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.single-service:hover .service-details {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.single-service .read-more i::before,
.post-details a.read-more i::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.single-service .read-more:hover i::before,
.post-details a.read-more:hover i::before {
    padding-left: 10px;
}
/* End  Working Area CSS  */

/*--------------------------------*/
/*  07. Counter CSS Strat
/*--------------------------------*/
.funfact-area {
    padding: 100px 0;
}

.counter-col {
    margin-bottom: 30px;
}
.counter-col i::before {
    font-size: 50px;
    color: #fff;
}
.start-count{
    font-size: 2.143em;
    padding: 15px 0;
    color: #f59000;
}
.counter-col h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
/* End  Counter CSS */

/*--------------------------------*/
/* 12. Team CSS Strat
/*--------------------------------*/
.team-info .single-agent .img-title > h4 a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.team-info .single-agent .img-title > h6,
.team-info .single-agent .agent-details > h6 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}

.team-info .single-agent .agent-details > h6 {
    color: #333;
}

.team-info .single-agent .agent-details > h4 a  {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #ffffff;
}

.team-info .single-agent .agent-details > p {
    color: #fff;
}

.team-info .single-agent .img-title {
    bottom: 0;
    left: 50%;
    overflow: hidden;
    padding: 30px 0 25px;
    text-align: center;
    width: 100%;
    background-color: #111617;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.team-info .single-agent .agent-img {
    overflow: hidden;
    position: relative;
}

.team-info .single-agent {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: transparent;
}

.team-info .single-agent .last-about-details {
    display: inline-block;
    margin: 15px 0 15px;
    text-align: center;
}

.team-info .single-agent .agent-details li {
    background-color: #fff;
    border: 1px solid #f59000;
    float: left;
    margin-right: 8px;
    transition: all 0.3s ease 0s;
    list-style: none;
    border-radius: 50%;
}

.team-info .single-agent .agent-details li:last-child {
    margin-right: 0px;
}

.team-info .single-agent .agent-details ul li a {
    font-size: 20px;
    color: #f59000;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/* Team List */

.agent-box {
    display: flex;
    background: #fff;
    padding: 20px 15px;
}

.agent-box .single-agent {
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.agent-box .agent-content-details {
    padding: 20px 0px;
}

.agent-box .agent-content-details ul li {
    display: inline-block;
    background: #f8f8f8;
    padding: 10px;
    text-align: center;
    line-height: 1.5;
    margin: 0 5px 5px 0px;
}

.agent-box .agent-content-details ul li a i::before {
    margin-right: 10px;
}

.agent-box .single-agent:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease-in 0s;
}

.agent-box:hover .single-agent:after {
    bottom: 0;
}

.agent-box .single-agent .social-icons {
    padding: 5px 10px;
    position: absolute;
    display: block;
    top: 45%;
    left: -20%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.agent-box:hover .single-agent .social-icons {
    opacity: 1;
    left: 0;
    z-index: 123;
}

.agent-box .single-agent .social-icons li:nth-child(1) {
    -webkit-transition-delay: .55s;
    -moz-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}

.agent-box .single-agent .social-icons li:nth-child(2) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.agent-box .single-agent .social-icons li:nth-child(3) {
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

.agent-box .single-agent .social-icons li:nth-child(4) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.agent-box .single-agent .social-icons li a {
    display: block;
    margin: 8px 0px;
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.star-murk span {
    color: #f59000;
    font-size: 16px;
    margin: 0 2px;
}

.star-murk span.review {
    font-size: 12px;
    color: #333;
}

.team-info .single-agent:hover ul {
    opacity: 1
}

.team-info .single-agent .agent-details li:hover a {
    color: #0151b0;
}

.team-info .single-agent .agent-details li:hover {
    background-color: #fff;
}

.team-info .single-agent .agent-details > ul {
    margin: 23px 0 18px;
}

.team-info .single-agent:hover .img-title {
    opacity: 0;
}

.team-info .agent-img > a::before {
    background: #f59000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
}

.team-info .single-agent:hover .agent-img a::before {
    animation-name: hvr-pulse;
    animation-duration: 700ms;
    animation-timing-function: linear;
    animation-iteration-count: 2;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    height: 100%;
    width: 100%;
}

.team-info .agent-details {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 80%;
    width: 100%;
    opacity: 0;
    padding: 0 12px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}

.team-info .single-agent:hover .agent-details {
    opacity: 1;
}

.team-info .about-text {
    margin-top: 60px;
}

.team-info .contact-info {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.team-info .contact-info ul li {
    color: #333;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 5px;
}

.team-info .contact-info ul li span {
    font-size: 24px;
    height: 40px;
    line-height: 30px;
    margin-right: 12px;
    padding: 5px;
    width: 30px;
    display: inline-block;
}

.team-info .contact-info ul li a {
    display: inline-block;
}

.team-info .contact-info ul li b {
    margin-right: 3px;
}

.team-info .contact-info .social-link ul {
    margin-top: 30px;
}

.team-info .contact-info .social-link ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-info .contact-info .social-link ul li a {
    background: #fff;
    border: 1px solid #d3d3d3;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    border-radius: 0 35px 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hom-team .contact-info .social-link ul li a i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* End Team CSS  */

/*--------------------------------*/
/*  15. Testimonal CSS Strat
/*--------------------------------*/
.single-testimonal {
    border: 1px solid #e5e5e5;
    margin: 80px 0px 30px;
    padding: 50px 60px 40px 60px;
    position: relative;
    background: #FFFFFF;
    text-align: center;
}

.single-testimonal .testimonal-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    width: 100px;
    margin: 0 auto;
}

.single-testimonal .testimonal-image img {
    border: 1px solid #f59000;
    display: block;
}

.single-testimonal .testimonal-slider-content h5 {
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 15px;
    color: #f59000;
}

.single-testimonal .testimonal-slider-content h5  span {
    font-size: 13px;
    color: #f59000;
    letter-spacing: 0;
}

.single-testimonal .testimonal-slider-content p {
    color: #333;
    margin: 20px 0px;
}

.testimonal-slider-content i {
    font-size: 70px;
    color: rgba(22,141,210, 0.2);
    margin-top: 20px;
    text-align: center;
}

.testimonal-area .owl-carousel .owl-nav .owl-next,
.testimonal-area .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    background-color: #fff !important;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    cursor: pointer;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.testimonal-area .owl-carousel .owl-nav .owl-next:hover,
.testimonal-area .owl-carousel .owl-nav .owl-next:active,
.testimonal-area .owl-carousel .owl-nav .owl-next:focus,
.testimonal-area .owl-carousel .owl-nav .owl-prev:hover,
.testimonal-area .owl-carousel .owl-nav .owl-prev:active,
.testimonal-area .owl-carousel .owl-nav .owl-prev:focus {
    background: #f59000 !important;
    color: #fff;
}

.testimonal-area .owl-dots {
    display: none !important;
}
/* End  Testimonal CSS */

/*--------------------------------*/
/*  16. Slogan CSS Strat
/*--------------------------------*/
.slogan-area {
    background: #0F5590;
    color: #ffffff;
    padding: 45px 0px;
}

.slogan-area .pull-left h4 {
    color: #fff;
    font-size: 26px;
}


.slogan-area .pull-left p {
    color: #fff;
}

.slogan-area .btn-group{
    padding-top: 7px;
}

.slogan-area .btn {
    background: #ffffff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 30px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slogan-area .btn:hover  {
    background: #040404;
    color: #fff !important;
}

.slogan {
    color: #ffffff;
    padding: 70px 0px;
}

.slogan-content h4 {
    color: #fff;
    font-size: 26px;
}

.slogan-content p {
    color: #fff;
}

.slogan-content .btn {
    background: #ffffff;
    color: #333;
}
/* End Sologan CSS */

/*--------------------------------
    11. Portfolio CSS Start
----------------------------------*/
.padding-100 {
    padding: 100px 0;
}

.portfolio-content{
    padding:80px 0 0 0;
}

.portfolio-nav {
    margin: 0px;
    padding: 20px;
    list-style: none;
    float: none;
    text-align: center;
}
.portfolio-nav li {
    display: inline-block;
    color: #222;
    margin: 0 10px;
    font-size: 14px;
    padding: 12px;
    border: 1px solid #eee;
    cursor: pointer;
}

.portfolio-nav li:active,
.portfolio-nav li:hover, 
.portfolio-nav li:focus {
    color: #333;
    border: 1px solid #f59000;
}

.filtr-item {
    width: 33.25%;
    padding: 0;
}

.portfolio-col-2 .filtr-item {
    width: 50% !important;
    padding: 0;
}

.portfolio-col-3 .filtr-item {
    width: 33.33% !important;
    padding: 0;
}

.portfolio-col-4 .filtr-item {
    width: 25% !important;
    padding: 0;
}

/* Item Hover CSS */
.hover-box {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hover-layer {
    margin: 0 auto;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    transform: translateY(100%);
    transition: all 0.2s linear;
}
.hover-box:hover .hover-layer {
    transform: translateY(0);
}
.hover-box-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 111;
    margin-top: -25px;
    opacity: 0;
}
.hover-box:hover .hover-box-content {
    opacity: ;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-box-content a i {
    background: #fff;
    color: #f59000;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-box-content p a:hover {
    color: #53CAEF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-box-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-box:hover .hover-box-content {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.hover-box .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background: transparent;
    display: inline-block;
}

/* Portfolio col three CSS */
.portfolio-col-three .page-pagination .pagination {
    margin-top: 50px;
    margin-bottom: 0;
}

/* Portfolio col four CSS */
.portfolio-gird-four {
    padding: 100px 0;
    overflow: hidden;
}
.portfolio-gird-four .filtr-item {
    width: 25%;
}

/* Portfolio Title CSS */
.portfolio-title-section {
    
}
.portfolio-title-section .filtr-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.portfolio-title-box {
    background: #111111;
    padding: 30px 10px;
    text-align: center; 
}
.portfolio-title-box h4 {
    margin-bottom: 0;
}
.portfolio-title-box h4 a {
    color: #ffffff;
}

.portfolio-title {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700;
    color: #666;
    text-align: center;
    padding: 0 4px;
}

.portfolio-desc {
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    text-align: center;
}

.portfolio-single.height-auto {
    height: auto;
    position: relative;
    overflow: hidden;
}

.portfolio-single.height-600 {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.portfolio-single .fa-angle-left, 
.portfolio-single .fa-angle-right {
    width: 50px;
    height: 50px;
    background: #f59000;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    opacity: 1;
}
/* End  Portfolio CSS */

/*--------------------------------*/
/*  14. Blog CSS Strat
/*--------------------------------*/
.blog-box .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-box .image img {
    width: 100%;
    height: auto;
}

.blog-box .image .over-layer {
     position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    transform:translateY(100%);
    transition:all 0.2s linear;
}

.blog-box:hover .image .over-layer{
    transform:translateY(0);
}
.blog-box .image .over-layer .social-links{
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    position:relative;
    top:45%;
}
.blog-box .image .over-layer .social-links li{
    display:inline-block;
    margin-right:10px;
}
.blog-box .image .over-layer .social-links li a{
    border: 1px solid #808080;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-box .image .over-layer .social-links li a:hover {
    background: #ffffff;
    color: #f59000;
}

.blog-box .image .over-layer .social-links li a i {
    margin-left: 5px;
}

.blog-box .image .over-layer {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.blog-box .date-mate {
    background: #f59000;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 12px;
    border-radius: 5px;
}

.blog-box .date-mate h6 {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.blog-box .date-mate h6 span {
    display: block;
    font-size: 24px;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.blog-box:hover .date-mate h6 span {
    color: #4a4a4a;
}

.blog-box .blog-contant {
    padding: 20px 0 20px;
    text-align: left;
}
.blog-box .blog-contant h4 a {
    color: #333;
}

.blog-box .blog-contant h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-box .blog-contant ul {
    margin-bottom: 15px;
}

.blog-box .blog-contant ul li {
    padding-right: 3px;
    padding-left: 3px;
}

.blog-box .blog-contant ul li a i {
    margin-right: 8px;
    color: #f59000;
}

.blog-box .blog-contant p {
    margin-bottom: 20px;
}

.blog-box .blog-comment-meta ul li {
    display: inline-block;
    padding: 0 10px;
}

.blog-box .blog-comment-meta ul li a {
    font-size: 18px;
}

.blog-box .blog-comment-meta ul li a i {
    margin-right: 5px;
    font-size: 22px;
    color: #f59000;
}

.blog-box .blog-contant button {
    margin: 0;
}

.custome-button .btn-group button {
    border-radius: 0;
    padding: 12px 15px;
    background: #ccc;
    color: #fff;
    border-color: #ffffff;
    margin: 0 5px;
}

.custome-button .btn-group button:hover,
.custome-button .btn-group button:focus,
.custome-button .btn-group button:active {
    box-shadow: none;
    background: #f59000;
}

/* End  Blog CSS */

/*--------------------------------*/
/*  14. Locationb CSS Strat
/*--------------------------------*/
 #map {
    height: 650px;
    width: 100%;
}

 #map.map-4 {
    height: 540px;
}

.location-map-box {
    position: absolute;
    top: 15%;
    left: 8%;
    background: #f59000;
    padding: 40px 30px;
    text-align: center;
}

.location-contant h2 {
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.location-contant .address-item {
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.location-contant .address-item i.icons {
    font-size: 35px;
    width: 35px;
    float: left;
    margin-right: 12px;
}

.location-contant .address-item .address-text {
    text-align: left;
    float: left;
}

.location-contant .address-item .address-text ul li {
    font-size: 18px;
}

.location-contant .address-item ul.social-links li {
    display: inline-block;
}

.location-contant .address-item ul.social-links li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    display: block;
}

.location-contant .address-item ul.social-links li i {
    font-size: 18px;
}
/* End  Locationb CSS */

/*--------------------------------*/
/*  18. Banner CSS Strat
/*--------------------------------*/
.banner-area {
    text-align: center;
   /* background: url(../images/bg/banner.jpg);*/
  
	background:#13B6E1;
}

.banner-area.shop-bg-1 {
    background: url(../images/bg/banner1.jpg);
    background-position: 70% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner-area .page-title-box {
    position: relative;
    color: #fff;
    
    padding: 0px 20px;
    display: inline-block;
    float: left;
}

.banner-area .page-title-box h2 {
    font-size: 36px;
    color: #ffffff;
}

.banner-area .page-title-box p {
    display: inline-flex;
}

.banner-area .page-title-box p a {
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
}
/* End  Banner CSS */


/*--------------------------------*/
/*  18. Panel CSS Strat
/*--------------------------------*/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 30px 15px 70px;
    font-size: 15px;
    color: #fff;
    background: #f59000;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #222;
}
#accordion .panel-title a.collapsed:hover{
    color: #f59000;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: #f59000;
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #f59000;
}
#accordion .panel-title a:after{
    content: "\e62b";
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #fff;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid #f59000;
    border-right: 1px solid #f59000;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #f59000;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p {
    margin-bottom: 0;
}

/*--------------------------------*/
/*  23. Strat Error CSS 
/*--------------------------------*/
.error-area {
    background-image: url('../images/error/1.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.error-content {
    margin-top: 30%;
}

.error-content h1 {
    text-align: center;
    color: #f1f1f1;
    position: relative;
    overflow: hidden;
    font-size: 58px;
    letter-spacing: 2px;
}

.error-area.style-2 .error-content {
    margin-top: 13%;
}

.error-area.style-2 h1{
    text-align: center;
    color: #f1f1f1;
    position: relative;
    overflow: hidden;
    font-size: 120px;
    letter-spacing: 2px
}

.error-area.style-2 h2{
    text-align: center;
    color: #f1f1f1;
    position: relative;
    overflow: hidden;
    font-size: 42px;
    letter-spacing: 2px
}

.error-content a {
    margin: 0 auto;
    text-align: center;
}

/* End  Error CSS */

/*--------------------------------*/
/*  24. Particles Area click
/*--------------------------------*/
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: bold;
}

.particles-content.style-3 {
    width: 60%;
    margin: 0 auto;
}

.particles-content.style-3 p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-top: 10px;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    display: none;
}

.count-particles {
    border-radius: 0 0 3px 3px;
    display: none;
}

/* ---- particles.js container ---- */
#particles-js.style-1 {
    width: 100%;
    height: 100%;
    background-image: url("../images/coming/1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0;
}

#particles-js.style-2 {
    width: 100%;
    height: 100%;
    background-image: url("../images/coming/1.jpg") !important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0;
}

.particles-js-canvas-el {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
/* End Particels Css  */

/*--------------------------------*/
/*  25. Strat Timer Css
/*--------------------------------*/
.flicker-feed.gutter {
    position: relative;
    overflow: hidden;
    background: #efefef;
}

.flicker-feed.style-1 > a {
    width: 100%
}

.relative-div {
    overflow: hidden;
    position: relative;
}

.up_coming {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    left: 0;
    background: #000;
    opacity: 0.5;
    height: 900px;
    z-index: 23;
}

.coming i:before {
    font-size: 70px;
    color: #ffffff;
}

.coming {
    text-align: center;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper, 
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 30px;
    padding-top: 20px;
    font-size: 18px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 100px;
    font-weight: 100;
    line-height: 90px;
}

.up_coming .content h2 {
    font-size: 46px;
    font-weight: 100;
    color: #ffffff;
    margin-top: 20px;
    z-index: 11;
}

.up_coming .content p {
    margin: 20px 0 30px 0;
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    z-index: 11;
}

.send-footer {
    padding: 30px 0;
    background: #000;
}

.send-footer p {
    color: #ffffff;
}

.send-footer .container .row {
    margin: 0;
}

.bottom-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.footer-copy-right p a{
    color: #f1f1f1;
}


/*--------------------------------*/
/*  30. Privew CSS Strat
/*--------------------------------*/
.privew h2 a {
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.inner-bg {
    position: relative;
    overflow: hidden;
    position: relative;
    padding: 80px 0px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.inner-bg .btn {
    width: 200px;
    margin: 0 auto;
}

.preview-item {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.preview-item h3 {
    text-align: center;
    background: rgba(255, 255, 255, .2);
    padding: 20px;
    color: #f59000;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview-item:hover h3 {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview-featurs ul li {
    margin-bottom: 30px;
}

.preview-featurs ul li h4 {
    font-size: 16px;
    font-weight: 400 !important;
    color: #222;
}

.preview-featurs ul li h4 i {
    font-size: 18px;
    margin-right: 10px;
    color: #f59000;
}

.gallery-hover .gallery-btn {
    position: absolute;
    margin-top: -55px;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    text-align: center;
    font-size: 30px;
}

/* Scrollup CSS */
.scrollup {  
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #1BABE2;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

.scrollup:hover {
    color: #111111;
}
