

/*==============================
      Table of Contaent
================================*/

/*
- fonts
- body
- other settings
- general
- rev slider
- navbar
- about us
- counters
- parallax
- team
- work
- pricing
- blog
- blog-page
- footer
- media query

*/

/*=============================
     End Of Content
============================*/


/*=========================
   Google Fonts
=========================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.alt-font{font-family: 'Oswald', sans-serif;}
.Great-Vibes{font-family: 'Great Vibes', cursive;}

body{
    overflow-x: hidden;
}
.wrapper {
    margin-left: 0;
    display: block;
    width: 100%;
    float: left;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.Raleway{
    font-family: 'Raleway', sans-serif;
}
.rev_slider_wrapper{
    right: auto !important;
    left: auto !important;
}
.Open-Sans{
    font-family: 'Open-Sans', sans-serif;
}

/*h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', serif;
}*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Oswald', sans-serif;}

p{
    font-family: "Open-Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0b191d;
    line-height: 1.3rem;
}

.hidden{display: none;}

.bg-light{
    color: #f9f8fa;
}

.bg-blue {background-color: #161922; margin-top:0; /*100px;*/}

.bg-grey{
    color: #9da0b2;
}

.green{
    color: #ff573b;
}

.blue{
    color: #161922;
}

.orange{
    color: #ff573b;
}

.text-white{
    color: #fff;
}

.grey{

}

.grey:hover{
    color: #ff573b;
}

.green-nissi {
	color:#1a4c6a;
}

.yellow-nissi{
	color:#e58f02;
}

.green2-nissi{
	color: #0b191d;
}

.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.bg-nissi-primary { background: #1a4c6a;}

.bg-nissi-secondary {background:#e58f02;}

.bg-nissi-green2 {background: #0b191d;}

.mix-gradient {background: linear-gradient(to right, #1a4c6a 0%, #0b191d 100%);}

/*========================
   General
=======================*/

section, .section-padding{position: relative;padding: 7.5rem 0;}
.h-100{height: 100vh}
a, a:active, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}

.hr-line{
    width: 150px;
    height: 2px;
    background: #000;
    display: block;
}

a{
    color: #fff;
}

a:hover{
    color: #1a4c6a;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading-space{
    padding-bottom: 130px;
}

.text-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*=============================
   Slider
=============================*/
.wexim .tp-bullet {
    position: relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

.wexim .tp-bullet .tp-bullet-inner {
    width: 13px;
    height: 13px;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.wexim .tp-bullet:not(:last-child) .tp-line {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    margin: 0 auto;
}

.wexim .tp-bullet {
    position: relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: rgba(255,255,255,.3);
    cursor: pointer;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
    background: #ff573b;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
    transform: scale(1.4);
    margin-top: 2px;
    background: #e58f02;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.wexim.tp-bullets {
    height: 110px !important;
    width: 19px !important;
    text-align: center;
    display: inline-block;
    position: relative;
}


/*==============================
   SVG
=============================*/
svg {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
    z-index: 100;
}

.contact-us .svg {
    transform: rotate(180deg);
    bottom: -1px !important;
    position: absolute;
    width: 100%;
}

.contact-us {
    position: unset;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-navigation svg {
    bottom: auto;
}



/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}
.opacity-0{opacity: 0;}
.dnone{
    opacity: 0;
    visibility: hidden;
    display: none;
}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* z index */
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-2{z-index: 3;}
.z-index-2{z-index: 4;}
.z-index-2{z-index: 5;}


/* button */
/*.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}*/

.btn {display:inline-block; font-size: 17px; border:1px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Open Sans', sans-serif; font-weight: 500; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition: all 0.3s !important; -o-transition: all 0.3s !important; transition: all 0.3s !important; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out}

/* button size */
.btn.btn-small {font-size:11px; padding: 4px 24px;}
.btn.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn.btn-large.rev-slider {font-size:16px; padding: 12px 34px; line-height: 25px; width: 150px; letter-spacing: 0.5px;}
.btn.btn-rounded {border-radius: 50px;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 25px; letter-spacing: 0.5px;}

/* button size 2 */
.btn.btn-small2 {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium2 {font-size:12px; padding: 6px 1.8em;}
.btn.btn-large2 {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded2 {border-radius: 50px;}


/* button background */
.btn.btn-green{background: #1a4c6a; border-color: #1a4c6a; color: #ffffff !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-green:hover{background: #e58f02 !important; border-color: #e58f02; color: #1a4c6a !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-yellow{background: #e58f02; border-color: #e58f02; color: #ffffff !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-yellow:hover{background: #fff !important; border-color: #fff; color: #e58f02 !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-blue{background: #161922; border-color: #161922; color: #ffffff !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-blue:hover{background: #ff573b !important; border-color: #ff573b; color: #ffffff !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-green-orange{background: #ff573b; border-color: #ff573b; color: #ffffff !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-green-orange:hover{background: #161922; border-color: #161922; color: #ffffff !important; -webkit-transition: 1s; -o-transition: 1s; transition: 1s; cursor: pointer;}
.btn.btn-transparent{background: transparent !important; border: 1px solid #ff573b !important;}
.btn.btn-transparent:hover{background: #ff573b !important; border-color: #ff573b!important; color: #fff !important;}




/*Slightly desaturated orange btn*/
.standard-btn{font-size: 12px;font-family: 'Poppins', sans-serif;padding: 10px 18px;color:#FFFFFF !important;font-weight: 600;background-color:#1a4c6a;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.standard-btn:hover{color: #e58f02 !important; background-color:#fff !important; border:1px solid #1a4c6a; }

.secondary-btn{font-size: 12px;font-family: 'Poppins', sans-serif;padding: 10px 25px;color:#FFFFFF;font-weight: 600;background-color:#ff431e;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.secondary-btn:hover{color: #000000; ;background-color:#FFFFFF !important; }


/*icon bg bover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;}
.instagram-bg-hvr:hover{background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;color: #fff !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;}
.mail-bg-hvr:hover{background:#1a4c6a !important;color: #fff !important;border: 1px solid #1a4c6a !important;}

/*icon text bover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color: #aa2fb5}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}
.mail-text-hvr:hover{color:#c32aa3 !important;}


/* Headings Fonts Size*/

h2{
    font-family: 'Oswald',sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #161922;
}
h3{
    font-family: 'Oswald',sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #1a4c6a;
}
h4{
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #9da0b2;
}
h5{
    font-family: 'Oswald',sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    color:#9da0b2;
}

h6{
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:#9da0b2;
}

h6.nissi{
    font-family: 'Oswald',sans-serif;
    font-size: 11px !important;
    font-weight: 500;
    color:#9da0b2;
}

/*Margin & Paddind*/

.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-80{margin-top: 80px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mr-40{margin-right: 40px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pl-25{padding-left: 25px;}


.loader {
    background: #fff;
    text-align: center;
    height: 100vh;
    z-index: 999;
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.load
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.load span
{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #262626;
    -webkit-animation: animate 4s infinite forwards ease-in-out;
    animation: animate 4s infinite forwards ease-in-out;
}

.load span:nth-child(1)
{
    background: #1a4c6a;
    left: -24px;
    top: -34px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.load span:nth-child(2)
{
    background: #e58f02;
    left: 5px;
    top: -34px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.load span:nth-child(4)
{
    background: #e58f02;
    left: -24px;
    top: 3px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.load span:nth-child(3)
{
    background: #1a4c6a;
    left: 5px;
    top: 3px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


@-webkit-keyframes animate
{

    0%
    {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    20%
    {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    40%
    {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    60%
    {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80%
    {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
    100%
    {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}


@keyframes animate
{

    0%
    {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    20%
    {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    40%
    {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    60%
    {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80%
    {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
    100%
    {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}


/* nav top default */



/*========================
   About Section
   =======================*/
.about-banner{
    padding-top: 6.2rem !important;
}
.about-max{
    max-width: 700px;
    margin: 0 auto;
}

.max-151{
    max-width: 151px;
    margin: 0 auto;
}

.icon-hover-effect {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #ff573b;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding:hover{
    background-color: #161922;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-padding2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #161922;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding2:hover{
    background-color: #ff573b;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.line-padding2::before{
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    left: 10px;
}


.line-padding2::after{
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    right: 10px;
}


.icon {
    font-size: 40px;
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*========================================
Counters Sec
========================================*/

.serial-box {text-align: center; }
.serial-box p {color: #161922; font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 600}
.serial-box span {font-size: 40px; font-family: 'Open Sans', sans-serif; color: #161922; text-align: center; font-weight: 600; padding-bottom: 20px;}







/*============================
    Counters
==========================*/

.hr-line {
    width: 40px;
    height: 3px;
    display: block;
    margin-top: 16px;
}

.icon {
    transition: all 1s;
}

.icon i {
    font-size: 40px;
}

.counters i{
    font-weight: 700;
}

.blue {
    color: #4c4c4c;
}

.bluee{
    color: #ff573b;
}

.yellow{
    color: #e58f02;
}

.icon-block:hover .counters h3, .icon-block:hover .counters h3 i {
    color: #e58f02;
}


.icon-block.two:hover .counters h3, .icon-block.two:hover .counters h3 i{
    background: #3264f5;
    background: -moz-linear-gradient(left,  #643094, #00bcd4);
    background: -webkit-linear-gradient(left,  #643094, #00bcd4);
    background: linear-gradient(to right,  #643094, #00bcd4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#643094', endColorstr='#643094',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-block:hover .icon {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.bg-blue{
    background: #0b191d;
}


.icon-block.two.white-color:hover .counters h3, .icon-block.two.white-color:hover .counters h3 i{
    background: none;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.num-conuter{
    font-size: 30px;
}

.color-lines{
    height: 15px;
}



/*=============================
    Counters End
============================*/


/*=============================
    Parrallax
============================*/



.index-1{
    background: url('../img/servicios/parallax-servicios.jpg');
}

.m-25{
    margin-bottom: -25px;
    margin-top: -25px;
}
/*=============================
    Parallax End
============================*/



/* ===================================
    Team
====================================== */

#team{
    background: #f9f9f9;
}

.margin-30{
    margin-bottom: 40px;
}

.text-width{
    max-width: 658px;
}

#team-slider{
    text-align: center;
}

.team-box{
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    max-width: 380px;
    border: 10px solid #ffffff !important;
    background-color:#ffffff !important;
}


.team-box .team-image{
    position: relative;
    overflow: hidden;
}

.team-box .team-text{
    text-align: center;
    font-size: 16px;
    padding: 2rem 0 2.5rem 0;
}

.team-box .team-text h5{
    font-size: 1.6rem;
}
.team-progress{
    padding-bottom: 1rem;
}

.team-progress .progress-item:not(:last-child){
    margin-bottom: 2rem;
}

.team-progress .progress{
    height: 12px;
    margin-top: 12px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #eaeaea;
}

.team-progress .progress-item .count{
    font-weight: 500;
}

.team-progress .progress-bar{
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.blue-background{
    background-color: #1a4c6a;
}

.dark-blue-background{
    background-color: #222d38;
}

.team-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.team-box .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlay {
    position: absolute;
    left: 20px;
    top: 25px;
    right: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.team-box .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e58f02;
    opacity: .5;
}

.team-box .team-social li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-box:hover .team-social li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-box .team-social li {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.team-box .team-social li:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.team-box .team-social li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.team-box .team-social li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.team-box .team-social li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.team-box .team-social li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.team-box .team-social li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.team-box .team-social li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.team-box .team-social li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-color: #FFFFFF;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.margin-30 {
    margin-bottom: 50px !important;
}

/*====================================
   Team End
==================================*/

/*======================================
     portfolio three
 ===================================*/

    width: 100% !important;
    height: 600px;
}

.portfolio-three .filtering .active {
    color: #ff573b;
}

.portfolio-three .filtering span {
    background-color: #fff;
    border-right: 3px solid #ECECEC;
    line-height: 18px;
    color: #4c4c4c;
    cursor: pointer;
    overflow: visible;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}


.portfolio-three .filtering span:hover{
    color: #ff573b;
}

.portfolio-three .filtering span:last-child{
    border-right: none;
}

.portfolio-three .items {
    position: relative;
    padding: 0;
}
.portfolio-three .items {
    padding:0 5px;
}
.portfolio-three .items{
    margin-top: 10px;
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}
.portfolio-three .item-img img{
    width: 100%;
}

.portfolio-three .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.portfolio-three .item-img-overlay:before{
    content: "";
    position: absolute;
    background: #ff573b;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-info{
    position: relative;
    width: 100%;
}
.overlay-info p{
    font-size: 13px;
}

.portfolio-three .item-img:hover .item-img-overlay {
    opacity: .8;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-three .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}
.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.gradient-bg1 {
    background: #e58f02;
}



/*====================================
 Particles
===================================*/

/* ---- particles.js container ---- */

.particles-version {
    position: relative;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 410px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0ce', endColorstr='#2989d8', GradientType=1);
    overflow: hidden;
}

#particles-js .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
}


.rotate-left {
    width: 103%;
    left: -30px;
    position: relative;
}


.clr-blue{
    background: #161922;
}
.rotate-left-none{
    transform: rotate(1deg);
}

.transform{
    transform: none;
}

/* ===================================
    Client
====================================== */

.our-client{
    background: #f9f9f9;
}

.our-client .item {
    text-align: center;
}
.our-client.item,
.our-client .logo-item {
    position: relative;
}
.our-client .logo-item {
    width: 160px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.our-client .logo-item, .our-client  .logo-item > img{
    display: inline-block;
}
.logo-item > img {
    width: 98%;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}





/*===========================================
Carousel
=========================================*/


.team-box{
    background: #161922;
}

.team-box h6{
    padding-bottom: 20px;
}


.social_icons li{
    display: inline-block;
    text-align: center;
}
.social_icons li a{
    height: 30px;
    width: 30px;
    border-radius: 30px;
    color: #fff;
    background: transparent;
    display: block;
    line-height: 32px;
    font-size: 14px;
}

.carousel-date{
    background: #ff573b;
    padding:86px;
}

.date-padding{
    font-size: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#team-carousel .owl-dots {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 76%;
    -webkit-transform: translateX(27%);
    -ms-transform: translateX(27%);
    transform: translateX(27%);
}

#team-carousel .owl-dots .owl-dot.active {
    background: #ff573b;
    height: 2px;
    width: 20px;
}

#team-carousel .owl-dots .owl-dot {
    background-color: #fff;
    height: 2px;
    width: 20px;
    margin-top: 40px;
    margin-right: 10px;
}


/* ===================================
    Pricing
====================================== */

.price-sec{
    background: #f9f8fa;
}

#price-slider{
    text-align: center;
}

.price-item{
    padding: 32px 22px;
    border-radius: 10px;
    max-width: 380px;
    margin: 80px 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.price-tag{
    padding: 15px 0;
    text-align:left;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}
.price-text{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    max-width: 212px;
}

.price .sign{
    font-size: 22px;
    font-weight: 500;
    vertical-align: super;
    padding-right: 5px;
}
.price .currency{
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.price .month{
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-align: right;
    padding-right: 8px;
    padding-top: 8px;
}
ul.packages{
    padding:20px 0;
    margin: 0;
}
ul.packages li {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    list-style-type: none;
    color: #161922;
}
ul.packages li i {
    display: inline-block;
    width: 24px;
    padding-right: 5px;
}

ul.packages li i.fa-check{
    color: #ff573b;
}

ul.packages li i.fa-times{
    color: #e04645;
}





/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides {
    position: relative;
}

.feedback-slides .client-feedback {
    position: relative;
}

.feedback-slides .client-feedback .single-feedback {
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.feedback-slides .client-feedback .single-feedback p {
    position: relative;
    max-width: 650px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: normal;
}

.feedback-slides .client-thumbnails {
    position: relative;
    max-width: 450px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: .8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.feedback-slides .client-thumbnails .item .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 20px -100px 0;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.feedback-slides .client-thumbnails .item .title span {
    display: block;
    color: #3aade1;
    font-size: 14px;
    margin-top: 5px;
}

.feedback-slides .client-thumbnails .item.slick-center .title {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
    border-color: #002e5b;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ff573b;
}

.slick-dots li.slick-active button{
    background-color: #161922;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.feedback-slides:hover .next-arrow, .feedback-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-feedback-item {
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
}

.client-feedback{
    text-align: center;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0;
}











/* ===================================
    Blog Section
====================================== */

.blog-text{
    max-width: 500px;
}

.blog-right{
    text-align: right;
}

.blog-text h2{
    font-size: 40px;
    margin-bottom: 1.2rem;
    font-weight: 500;
    font-family: "Oswald";
    line-height: 1.3;
}

.blog-image, .blog-image2{
    max-width: 500px;
}
.date, .date-2 {
    position: absolute;
    top: 5px;
    background: #FFFFFF;
    right: 60px;
    z-index: 99;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #3c3f46;
    padding: 18px 22px 18px 22px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-image, .blog-image2 {
    overflow: hidden;
}
.blog-image img, .blog-image2 img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-image:hover img, .blog-image2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.date.date-hvr, .date-2.date-2-hvr{
    background: #1a4c6a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.date.date-hvr h5, .date-2.date-2-hvr h5{
    color: #ffffff;
}




/* ===================================
    Contact
====================================== */

.address h2,.address p,.address h5{
    color: #222d38;
}
.address img{
    max-width: 100%;
    height: auto;
    position: relative;
    top: 55px;
}
.address p{
    font-size: 16px;
    margin-bottom: 0px;
}
.address ul{
    list-style: none;
    padding: 0;
}
.address ul li {
    display: inline-block;
    text-align: center;
}
.address a{
    color:#222d38;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 34px;
    background: transparent;
    display: block;
    border: 1px solid transparent;
}
.contact-form2{
    margin-top: 140px;
    position: relative;
    overflow: hidden;
}
.contact-form2 .form-group{
    margin-top: 30px;
}

/*.contact-form2 .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius:0px;
    font-size: 14px;
    padding: 0;
    height:40px;
	color: #1a4c6a !important;
    background:transparent;
}*/
.contact-form2 label{
    font-size: 13px;
    color: #a4a0a0;
    margin-bottom: 0;
    margin-top: 10px;
}



.form-control2:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}



.check-box {
    margin: 12px 20px 0px;
}
.message{
    margin-top: 41px;
}
.message textarea{
    width: 100%;
    resize: none;
    margin-top: 14px;
    border: none;
    border-bottom: 1px solid #ced4da;
    background: transparent;
    line-height: 26px;
}
.message .form-group{
    margin-bottom: 0px;
}
.circle-bg2:before {
    position: absolute;
    right: -10px;
    top: 10px;
}

.angle-font{
    font-size: 14px;
}


/* ===================================
    Address , Map % Contact
====================================== */

#google-map {
    height: 400px;
    width: 100%;
}
.col-map #google-map {
    height: 418px;
}

.map {
    background: url("../img/map.jpg");
}


.address-text{
    padding: 7.5rem 0;
}


.address-social li{
    display: inline-block;
}

.address-social a {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 34px;
    color: #e58f02;
    font-size: 20px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.address-social a:hover {
    background-color: #f0f0f0;
	color:#fff;
}


.contact-form2 {
    max-width: 750px;
    display: block;
    /*text-align: center;*/
    margin: 25px auto;
}

.contact-form2 .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 480;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #1a4c6a !important;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form2 textarea {
    min-height: 175px;
    resize: none;
}

.contact-form2 .form-group {
    margin-bottom: 1.5rem;
}

.w-30 {
    width: 30%!important;
}

.tittle p {
    max-width: 720px;
    margin: 0 auto;
}

/*====================================
    Contact-us
=================================*/



/* ===================================
   Footer
====================================== */

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
	color: #e58f02;
    margin: 10px 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.company-about{
    color: #1a4c6a; /*#fff;*/
}



/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #e58f02;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1a4c6a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}


/*=====================================
      About page
===================================*/


.inmueble-img{
    background: url(../img/inmuebles/home_inmueble/inmueble-banner.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.detalle-inmueble-img{
    background: url(../img/inmuebles/info_inmueble/detail-background.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.contacto-img{
    background: url(../img/contacto/contacto-banner.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.nosotros-img{
    background: url(../img/quienes-somos/quienes-somos-banner.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.servicios-img{
    background: url(../img/servicios/servicios-banner.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.blog-detail-img{
    background: url(../img/blog-details-cover.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.page_nav {
    text-align: center;
}

.year-max{
    max-width: 179px;
    margin: 0 auto;
}

ul.social-icons li a {
    height: 40px;
    line-height: 42px;
    width: 40px;
    font-size: 15px;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: inline-block;
    color: #444;
    position: relative;
    z-index: 1;
}

/*============================
     About Section
===========================*/

.about ul li:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    background-color: #e58f02;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.rare-box {
    height: 195px;
    width: 100%;
    position: relative;
    left: 0.5rem;
    background: #e58f02;
}

.image-about {
    top: -155px;
    margin-left: 30px;
    margin-bottom: -145px;
}

ul li{
    list-style: none;
}

.pr-5 {
    padding-right: 4rem!important;
}

.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-25{
    font-size: 25px;
}

.font-30{
    font-size: 30px;
}

.font-42{
    font-size: 42px;
}

.font-47{
    font-size: 47px;
}

.max-200 {
    max-width: 210px !important;
    margin: 0 auto;
}

/*=============================
    End about
===========================*/





/*========================
   Blog.html Section
==========================*/

.comment{
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.comment li a > i {
    margin-right: 5px;
    vertical-align: middle;
    color: #ff573b;
    font-size: 16px;
}


ul {
    padding: 0;
    list-style-type: none;
}

.commment li a {
    display: block;
    color: #444;
    font-size: 14px;
}

.heading_space {
    margin-bottom: 2rem;
}

.commment li:first-child {
    margin-left: 0;
}

.widget {
    /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    padding: 25px 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

.widget_search .input-group {
}

.widget_search .form-control, .widget_search .input-group-addon {
    border-color: #d6d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .form-control {
    width: 214px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 15px;
    z-index: 9;
}

.widget_search .input-group-addon {
    height: 40px;
    background-color: #ff573b;
    color: #fff;
    position: relative;
    top: 0;
    width: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.widget_search .input-group-addon:hover{
    background-color: #ff573b;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.single_post {
    overflow: hidden;
}

.single_post .post, .single_post .text {
    display: table-cell;
}

.single_post .post {
    height: 60px;
    width: 60px;
    padding-right: 10px;
}

.single_post .post > img {
    width: 100%;
    border-radius: 50%;
    vertical-align: text-top;
}

.webtags li {
    margin: 1px;
}

ul.social_icon li, .webtags li, .commment li {
    display: inline-block;
}

.webtags li a {
    border-radius: 24px;
    color: #2c3459;
    font-size: 12px;
    margin: 2px 0;
    padding: 5px 16px;
    border: 1px solid #c7c7c7;
    display: block;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.webtags li a:hover{
    background: #ff573b;
    color: #fff;
}

.webcats {
    list-style: none;
}

.webcats li:first-child a {
    margin-top: 0;
}

.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
}


.webcats li a > span {
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    color: #c7c7c7;
    line-height: 24px;
    float: right;
}

.news_box, .webcats li a > span, ul.links li a::before {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
}

.webcats li a:hover {
    color: #ff573b;
}

.webcats li a:hover > span{
    background: #ff573b;
    color: #fff;
}

.webcats li:first-child a {
    margin-top: 0;
}

.a-recent {
    display: inline-block;
    font-weight: 400;
    position: relative;
    color: #2c3459;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-size: 14px;
}

.blog-pic{
    font-size: 15px;
}

.readmore{
    font-size: 14px;
}

.blog-15{
    font-size: 16px;
}

.page_nav{
    text-align: center;
    font-size: 13px;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    float: left;
    list-style: none;
    border-radius: .25rem;
}

.pagination li > .page-link, .pagination li:first-child .page-link, .pagination li:last-child .page-link {
    border-radius: 50% !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff573b;
    border-color: #ff573b;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #ff573b;
    border-color: #ff573b;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff573b;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link{
    margin-left: 4px;
    margin-right: 4px
}

.color-blockquote {
    font-size: 20px;
    font-weight: 500;
}

.p_pic{
    display: inline-block;
}

.p_pic img{
    border-radius: 50%;
    overflow: hidden;
}

.profile_text{
    max-width: 500px;
    margin-left: 30px;
}

.profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile_text {
    max-width: 500px;
    margin-left: 30px;
}

form.findus textarea {
    width: 100%;
    min-height: 160px;
}

.footer-para{
    text-align: right;
}

.btn-hvr-green:hover{
    -webkit-text-fill-color: #ff573b;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.pagi-50 {
    margin-bottom: 50px;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    z-index: 9;
}

.widget {
    /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    padding: 25px 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

.heading_space {
    margin-bottom: 2rem;
}

/*end blog.html section*/







/*=============================
    Blog Details
===========================*/

/*

.bg-light {background-color: #f8f9fa;}
.blog-panel h5 {font-size: 18px; font-weight: 600; color: #2c3459; margin-bottom: 1.5rem; font-family: 'Raleway', sans-serif;}
.blog-panel .panel-img {height: 205px; width: 258px; margin-bottom: 25px;}
.blog-panel .img-link {font-size: 14px; font-weight: 600; font-family: 'Roboto', sans-serif;}
.blog-panel .img-link .name-link {margin-left: 15px;}
.panel-img {overflow: hidden; max-width: 258px;}
.panel-img img {    -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;
}
.panel-img:hover img {   transform: scale(1.1);
    -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;
}


.blog-post-navigation {
    padding-top: 1.5rem;
    justify-content: center;
}

.blog-post-navigation .page-link.current {
    z-index: 1;
    color: #FFFFFF;
    background-color: #2c3459;
}


.blog-post-navigation .page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1.1rem;
    color: #646464;
    background-color: transparent;
    text-decoration: none;
    font-weight: lighter;
}

.blog-post-navigation a {
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 35px;
    width: 35px;
    outline: #484b59;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid whitesmoke;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 22px;
    color: whitesmoke;
}

.pointer {cursor: pointer;}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 22px;
    color: whitesmoke;
}

.blog-panel {
    padding: 25px 45px 60px 45px;
    background-color: #FFFFFF;
}

.name-link{
    color: #2c3459;
}

*/

/*Blog*/

.blog-para{
    font-size: 24px;
}

.blog-width{
    max-width: 730px;
}

.angle-right{
    font-weight: 500;
    padding-left: 5px;
    font-size: 10px;
}

.angle-right2{
    font-weight: 600;
    padding-left: 5px;
    font-size: 10px;
}

.blog-taste{
    max-width: 249px;
}

.blog-taste2{
    max-width: 296px;
}
.img-blog{
    overflow: hidden;
}
.img-blog img{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.img-blog:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.scale{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.widget_search .form-control{
    border: 1px solid #c2c4ca;
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    z-index: 9;
}
/*End Blog*/


/*=============================
    End blog-details
===========================*/


/*================================
   News Letter
===============================*/

.bg-brand {
    background: #161922;
}

/*.text-center {
    text-align: center !important;
}*/

.m-auto {
    margin: auto !important;
}

.section-title-wrap.white, .section-title-wrap.white h2 {
    color: #fff;
}

.section-title-wrap.layout--2 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 35px;
}
.section-title-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 80px;
    padding-bottom: 50px;
    position: relative;
}

.section-title-wrap.white i.fa {
    color: #222;
}

.section-title-wrap.layout--2 i.fa {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-title-wrap.white, .section-title-wrap.white h2 {
    color: #fff;
}

.section-title-wrap.layout--2 h2 {
    font-size: 44px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.section-title-wrap h2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    margin-top: -4px;
    margin-bottom: 40px;
}

.newsletter-form-wrap form {
    position: relative;
}

.newsletter-form-wrap.layout--2 form input {
    background-color: #fff;
    color: #222;
    border-radius: 36px;
}

.newsletter-form-wrap form input {
    background-color: #444;
    border: none;
    color: #ccc;
    display: block;
    padding: 12px 40px 13px 15px;
    outline: 0;
    width: 100%;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts {
    position: absolute;
    margin-top: 5px;
    font-weight: 600;
    line-height: 1;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts .mailchimp-submitting {
    color: #222;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts .mailchimp-success {
    color: #fff;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts .mailchimp-error {
    color: #e74c3c;
}

.top-margin {
    margin-top: 0;
}

/* newsletter element 2 */
.subscribe-two {
    background: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 38px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 13px 15px -10px rgba(0, 0, 0, 0.35);
}
.subscribe-two .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
    font-size: 14px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.subscribe-two .form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}




/*====================================
    swiper vertical slider
=================================*/
.swiper-container {
    width: 100%;
    height: 100%;
    max-height: 325px;
}
.swiper-slide {
    text-align: center;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
    background: #ff573b;
    width: 2px;
    height: 22px;
    border-radius: 0;
}

.swiper-slide p{
    max-width: 292px;
    margin: 0 auto;
    padding-bottom: 20px;
}












/* ===================================
    Media Queries
====================================== */


@media (max-width: 1199px) and (min-width: 992px) {
    .team-box {
        background: #2c3459;
        padding: 52px 9px;
    }
}


@media screen and (max-width: 991px) {


    .center-about {
        text-align: center;
    }

    .left-about {
        text-align: left;
    }

    .sm-pt-3 {
        padding-top: 1.5rem;
    }

    .widget_search {
        max-width: 330px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .text-11 {
        text-align: center;
    }

    .single_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .side-menu {
        width: 50%;
    }


}

@media (max-width: 992px) {

}


@media (max-width: 768px) and (min-width: 767px) {

}



@media screen and (max-width: 767px) {

    h2{font-size: 30px;}

    h4{font-size: 16px;}

    h5{font-size: 14px !important;}

    h3{font-size: 22px !important;}

    body p {font-size: 12px;}

    .btn.btn-large.rev-slider{
        font-size: 14px !important;
        padding: 12px 34px !important;
    }


    section, .section-padding, .testimonial-item {
        position: relative;
        padding: 4.5rem 0;
        overflow: hidden;
    }

    .price .month {
        padding-right: 5px;
        padding-top: 5px;
    }

    .tp-bullets {left: 0% !important;}

    .padding-50{padding-bottom: 70px;}

    #team-carousel .owl-dots {
        top: 88%;
        -webkit-transform: translateX(2%);
        -ms-transform: translateX(2%);
        transform: translateX(2%);
    }

    .bottom-20{padding-bottom: 20px}

    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
    }

    .font-42 {
        font-size: 28px;
    }

    .about ul li {
        font-size: 12px;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .price .currency {
        font-size: 50px !important;
    }

    .blog-right {
        text-align: center;
        padding-top: 30px;
    }

    .blog-text{
        text-align: center;
        padding-top: 30px;
    }

    .address-box {
        text-align: center;
    }

    .address-text {
        padding: 4.5rem 0;
    }

    .blog-text h2 {
        font-size: 30px;
    }

    .blog-image, .blog-image2 {
        max-width: 540px;
    }

    .date, .date-2 {
        right: 30px;
    }

    .bg-blue {
   		background: #0b191d;
        margin-top: 72px;
    }
	
    .navbar-top-default{
        height: 70px;
    }

    .blog-panel {
        padding: 25px 45px 40px 45px;
    }

    .blog-panel {
        text-align: center;
        margin-bottom: 20px;
    }

    .blog-panel .panel-img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .comment-text {
        text-align: center;
    }

    .blog-img-p {
        margin: 0 auto;
        display: block;
        padding-bottom: 10px;
    }

    .comment-btn {
        margin-bottom: 30px;
    }

    .pagination {
        text-align: center;
        float: unset;
        margin-top: 50px;
    }
    .blog-0 {
        margin-top: 0;
    }

    .max-237 {
        max-width: 237px;
        margin: 0 auto;
    }

    .reser-blog {
        text-align: center;
    }

    .contact-social-icon {
        text-align: center !important;
        margin: 0 auto;
        display: table;
    }

    .margin-sm {
        margin-bottom: 40px;
    }

    .center-leave {
        text-align: center;
    }

    .about-banner {
        padding-top: 75px !important;
    }

    .price-item{
        max-width: none;
    }


    .comment-para{
        padding-bottom: 40px;
    }

    .price{
        margin-right: 14px;
    }

    .price-item {
        margin: 40px 0 0 0;
    }

    .counter {
        text-align: center;
    }

    .hr-line {
        margin-right: auto;
        margin-left: auto;
    }


}

@media screen and (max-width: 575px) {
    #team-carousel .owl-dots {
        top: 88%;
        -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
        transform: translateX(1%);
    }

    .newsletter-content button{
    max-width: 145px;
    text-align: center;
    margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .side-menu {
        width: 80%;
    }


    .margin-50{margin-top: 50px}

    .serial-box span {
        font-size: 24px;
    }

    #team-carousel .owl-dots {
        top: 81%;
        -webkit-transform: translateX(2%);
        -ms-transform: translateX(2%);
        transform: translateX(2%);
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
    }
}

@media screen and (max-width: 480px) {
    .tp-bullets {
        left: 50% !important;
    }

    .side-menu {
        width: 76%;
    }

    .max-237{
        max-width: 237px;
        margin: 0 auto;
    }
}

@media screen and (max-width:320px) {
    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 15px
    }

    .margin-50 {
        margin-top: 50px;
    }

    .padding-50 {
        padding-bottom: 50px;
    }

    .price{
        margin-right: 4px;
    }

    .bottom-20 {
        padding-bottom: 20px;
    }

    #team-carousel .owl-dots {
        top: 83%;
        -webkit-transform: translateX(2%);
        -ms-transform: translateX(2%);
        transform: translateX(2%);
    }

    .serial-box span {
        font-size: 24px;
    }

    .side-menu {
        width: 85%;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
    }

    .blog-text h2 {
        font-size: 26px !important;
    }

    .price .currency {
        font-size: 30px !important;
        line-height: 1;

    }

    .price .sign {
        font-size: 15px;
    }

    .price .month {
        font-size: 11px;
        font-weight: 300;
        display: block;
        text-align: right;
        padding-right: 11px;
        padding-top: 5px !important;
    }

    .footer-social a {
        margin: 10px -1px;
    }

    .price-item {
        margin: 40px 0 0 0;
    }
}


/* ===================================
    GALLARY SECTION
====================================== */

.gallary-sec{
    padding-bottom: 0;
}

.gallary-sec .stats-heading-area .sub-heading{
    font-family: Roboto, sans-serif;
    font-size:18px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 20px;
}

.gallary-sec .stats-heading-area .heading {
    color: #202020;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.gallary-sec .stats-heading-area .heading{
    margin-bottom: 60px;
}

.gallary-sec .stats-heading-area  .heading span.color {
    display: inline-block;
    color: #ff431e;
}

.gallary-sec .stats-heading-area  .heading span {
    display: block;
}

.gallary-sec .stats-heading-area .text{
    color: #202020;
    width: 53%;
    margin: 0 auto;
}


.gallary-sec .gallary-content-top{
    margin-bottom: 80px;
}

.gallary-sec .gallary-manage-top {
    margin-top: 80px;
}

.gallary-sec .card{
    -webkit-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);
    -moz-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);
    box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);
    cursor: pointer;
}


.gallary-sec .card .image-holder-gallary{
    overflow: hidden;
}

.gallary-sec .card:hover img{
    transform: scale(1.1);
    transition: .6s ease;
}

.gallary-manage-top .card{
    -webkit-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.31);
    -moz-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.31);
    box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.31);
}


.gallary-sec .card .card-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gallary-sec .card:hover .card-body {
    background: #0b191d;
    transition: .6s ease;
}

.gallary-sec .card:hover .property-details h5  , .gallary-sec .card:hover .property-details h6, .gallary-sec .card:hover .user-rating li , .gallary-sec .card:hover .property-price h3{
    color: #e58f02 !important;
    transition: .1s ease;
}

.property-details h5, .property-details h6{
    color: #202020 !important;
}

.user-rating{
    list-style: none;
    margin-bottom: 0;
}

.user-rating li{
    display: inline-block;
    color: #ffc600 !important;
}

.property-price h3{
    color: #ff431e !important;
}

.gallary-contact-btn a{
    margin-top: 80px;
}

/*styling for star rating*/

.test-star {
    font-size: 12px;
    color: #ffc13c;
    cursor: pointer;
}

#rattingIcon .fa-star {
    color: #ffc107;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#ratingText {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rating-part{
    margin-top: 100px;
}

.user-rating{
    padding: 0px;
    margin: 0px;
}

.user-rating li{
    display: inline-block;
    list-style: none;
}
.tab-content .reviews .media .user-rating li a {
    color: #f5c136;
}


.tab-content .reviews .media .media-body{
    /*border-left: 1px solid #eceff6;*/
    padding-left: 25px;
    padding-right: 25px;
    /*margin-left: -45px;*/
}

.tab-content .reviews .media .media-body span{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    /*color: lightgrey;*/
    font-weight: lighter;

}





/*----- Testimonial ends home page-----*/


/*Change TOP HEADING COLOR*/
    .book-property .booking-heading {
        color: #202020;
    }
	
/* ===================================
    Media Queries
   ====================================== */

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /* GALLARY SECTION */

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .property-price{
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card{
        margin-bottom: 60px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0;
    }

    .gallary-contact-btn a {
        margin-top: 0;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    /*Main Heading font size */
    .gallary-sec .stats-heading-area .heading {
        font-size: 35px;
        line-height: 1.4;
    }
    /*Main Heading bottom*/
    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 32px;
    }

    

    .rating-part {
        margin-top: 80px;
    }

    /*DETAIL PAGE */

    /*breadcurmb center*/
    .product-body .breadcrumb {
        display: flex;
        justify-content: center;
    }

    /*HEADING FONT SIZE CHANGE*/
    .product-body .pro-detail-sec .pro-heading {
        font-size: 45px;
    }

    .pro-description{
        margin-top: 20px;
    }

    /*Tab margin top 0*/
    .product-all-details {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /*Tabs of boostrap panel item center */
    .nav-tabs .nav-item.show .nav-link , .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        height: 100%;
        display: flex;
        align-items: center;
    }

    /*list style none property to additional information*/
    .property-addtional-info {
        list-style: none;
        margin-left: 0;
    }


    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }




}

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    /* GALLARY SECTION */

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }


    .stats-heading-area p {
        font-size: 16px;
    }

    .property-price{
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card{
        margin-bottom: 60px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0;
    }

    .gallary-contact-btn a {
        margin-top: 0;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    /*Main Heading font size */
    .gallary-sec .stats-heading-area .heading {
        font-size: 40px;
        line-height: 1.4;
    }
    /*Main Heading bottom*/
    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 32px;
    }

    /*DETAIL PAGE */

    /*breadcurmb center*/
    .product-body .breadcrumb {
        display: flex;
        justify-content: center;
    }

    /*HEADING FONT SIZE CHANGE*/
    .product-body .pro-detail-sec .pro-heading {
        font-size: 45px;
    }

    .pro-description{
        margin-top: 20px;
    }

    /*Tab margin top 0*/
    .product-all-details {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /*Tabs of boostrap panel item center */
    .nav-tabs .nav-item.show .nav-link , .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        height: 100%;
        display: flex;
        align-items: center;
    }

    /*list style none property to additional information*/
    .property-addtional-info {
        list-style: none;
        margin-left: 0;
    }

    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }
}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /* GALLARY SECTION */

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .property-price{
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card{
        margin-bottom: 60px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0;
    }

    .gallary-contact-btn a {
        margin-top: 0;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    /*Main Heading bottom*/
    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 40px;
        font-size: 45px;
        line-height: 1.4;
    }

    /*DETAIL PAGE */

    /*breadcurmb center*/
    .product-body .breadcrumb {
        display: flex;
        justify-content: center;
    }

    /*HEADING FONT SIZE CHANGE*/
    .product-body .pro-detail-sec .pro-heading {
        font-size: 50px;
    }

    .pro-description{
        margin-top: 20px;
    }

    /*Tab margin top 0*/
    .product-all-details {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    /*Tabs of boostrap panel item center */
    .nav-tabs .nav-item.show .nav-link , .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        height: 100%;
        display: flex;
        align-items: center;
    }

    /*list style none property to additional information*/
    .property-addtional-info {
        list-style: none;
        margin-left: 0;
    }


    .swiper-container {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .Thumbs {
        flex-basis: 200px;
    }

    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }



}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .project-sec .project-links{
        top: 92%;
        left: 45%;
    }

    .standard-btn{
        padding: 10px 15px;
    }

}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .slider-social {
        right: 1%;
    }

}


/*100*/
@media  (min-width: 1000px) {


    .project-sec .project-links {
        top: 90%;
        left: 42%;
    }

    .real-state-form {
        padding: 30px 30px 30px 30px;
        top: 52%;
    }

}

/*90*/
@media  (min-width: 1300px) {

    .project-sec .project-links {
        top: 85%;
        left: 44%;
    }
}



/*80 1920*/
@media (min-width: 1600px) {

    .project-sec .project-links {
        top: 82%;
        left: 48%;
    }

    .slider-area .slider-content .heading{
        font-size: 60px;
    }

}
/*75*/
@media (min-width: 1700px) {

    .project-sec .project-links {
        top: 80%;
        left: 49%;
    }

}

/*65*/
@media (min-width: 1800px) {

    .project-sec .project-links {
        top: 75%;
        left: 50%;
    }

}

@media (max-width: 1599px){
    .agency-num span i{
        display: block;
    }
    .whatsapp-num{
        display: none;
    }

}

/**********************************/
/* START PRODUCT DETAIL PAGE */
/***********************************/

.about_content{
    padding-top: 80px;
    padding-bottom: 0;
}

.product-body .breadcrumb{
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '|';
	color: #e58f02;
}

.product-body .breadcrumb .breadcrumb-item a{
    color: #000000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

.product-body .breadcrumb .breadcrumb-item a:hover {
	color:#1a4c6a !important;
}

.product-body .breadcrumb .breadcrumb-item.active{
    color: #1a4c6a !important;
	font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/*.product-body .pro-detail-sec .pro-heading{
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #0b191d;
    margin-bottom: 15px;
    text-transform: uppercase;
}
*/
.product-detail{
    margin-top: 50px;
}


.product-body .product-list .product-item .p-item-img{
    position: relative;
}
.product-body .product-list .product-item .p-item-img img{
    height: 100%;
    width: 100%;
}
.product-body .product-list .product-item .p-item-img .p-item-overlay{
    position: absolute;
    background-color: #00000080;
    top:0;
    bottom: 0;
    left:15px;
    right: 15px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    cursor: pointer;
    opacity: 0;
}
.product-body .product-list .product-item:hover .p-item-img .p-item-overlay{
    opacity: 1;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .btn{
    padding: 4px 15px 3px 15px;
    font-size: 10px;
    border: solid 1px transparent;
    display: block;
}
.product-body .product-list .product-item .p-item-img .p-item-overlay .q-btn{
    background-color: #03a9f5;
    padding: 4px 20px 3px 20px;
    color: #FFFFFF;
    margin-bottom: 3px;

}
.product-body .product-list .product-item .p-item-name{
    font-size: 14px;
    color: #000000;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 8px;
}
.product-body .product-list .product-item .p-item-price{
    font-size: 16px;
    color: #03a9f5;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    text-align: center;
}

.product-section-body .product-body .p-featured-footer p{
    font-size: 16px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
    margin-bottom: 20px;
}
.product-section-body .product-body .p-featured-footer .terms h4{
    font-size: 18px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.product-section-body .product-body .p-featured-footer .terms p{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.5px;
    color: #000000;
}


/*Product Detail*/

.product-detail-slider img{
    width: 100%;
}

.product-slider .swiper-slide img {
    height: auto;
}

.product-body .product-list .product-single-price {
    margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4{
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #d9d9d9;
    margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4 .real-price{
    color: #ff431e;
}

.pro-description{
    font-size: 14px;
    font-weight: normal;
}

.product-body .product-detail .product-checklist{
    margin-top: 20px;
}

.product-body .product-detail .product-checklist ul{
    padding-left: 0px;
    margin-bottom: 20px;
}
.product-body .product-detail .product-checklist ul li{
    list-style: none;
    color: #000000;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-body .product-detail .product-checklist ul li i{
    color: #1a4c6a;
}
.product-body .product-list .product-detail .product-single-price{
    margin-top: 20px;
}

.product-body .product-list  .product-quantity .qty .our-btn {
    position: relative;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item p{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item a{
    color: #1a4c6a;
    font-size: 12px;
}

.comma-separtor{
    color: #03a9f5;
}

.product-body .product-list  .share-product-details .share-product-icons{
    padding: 0px;
}


.product-body .product-list  .share-product-details .share-product-icons li p{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.product-body .product-list  .share-product-details .share-product-icons li{
    display: inline-block;
    list-style: none;
    margin-right: 15px;

}
.product-body .product-list  .share-product-details .share-product-icons li a{
    color: #000000;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 27px;
    border: 1px solid transparent;
    transition: none;
}

.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important; border: 1px solid transparent !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important; border: 1px solid transparent !important;}
.instagram-bg-hvr:hover{color: #FFFFFF !important;background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.youtube-bg-hvr:hover{background:#ff0000 !important;color: #fff !important; border: 1px solid transparent !important;}


#map{
    height: 300px;
}

/*nav tabs*/

.product-all-details{
    margin-top: 50px;
    margin-bottom: 50px;
}

.nav-tabs {
    border: none;
    background-color: #eceff6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #e58f02;
    background-color: #1a4c6a;
    /*border-color: none;*/
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-left: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav-tabs .nav-item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #FFFFFF;
    margin-bottom: 0px;
}

.nav-tabs .nav-item:first-child{
    border-right: none;
}

.nav-tabs .nav-link {
    text-align: center;
    border: none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #8b8d96;
}

.tab-content{
    border-left: .5px solid #eceff6;
    border-right: .5px solid #eceff6;
    border-bottom: .5px solid #eceff6;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.table td, .table th {
    padding: .5rem;
}

.tab-content .reviews .media{
    margin-bottom: 15px;
}


.user-rating{
    padding: 0px;
    margin: 0px;
}

.user-rating li{
    display: inline-block;
    list-style: none;
}
.tab-content .reviews .media .user-rating li a {
    color: #f5c136;
}


.tab-content .reviews .media .media-body{
    /*border-left: 1px solid #eceff6;*/
    padding-left: 25px;
    padding-right: 25px;
    /*margin-left: -45px;*/
}

.tab-content .reviews .media .media-body span{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    /*color: lightgrey;*/
    font-weight: lighter;

}

/*form*/
.tab-content .text-nowrap{
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

textarea{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:focus{
    outline: none!important;
    border: 1px solid #ececec;
}

/*SWIPER SLIDER CODE*/
.wrapper{
    max-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.product-detail-slider .swiper-slide{
    width: 96%;
}
.product-detail-slider .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.Thumbs{
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}
.Thumbs .swiper-slide {
    opacity: 0.4;
}
.Thumbs .swiper-slide-active {
    opacity: 1;
}

.remove-margins{
    margin: 0;
}


/*.property-addtional-info {
    list-style-position: outside;
    padding: 0;
    margin: 0 0 0;
    margin-left: 25px;
    list-style: none;
}
*/

/*
.property-addtional-info li{
    margin-bottom: 10px;
}


.property-addtional-info li i{
    display: inline-block;
    margin-right: 2px;
    color: #ff431e;
}


.property-addtional-info li p{
    display: inline-block;
    font-size: 17px;
}

.lastest_arrivals .user-rating{
    font-size: 14px;
}
*/


/* ===================================
   Other Page
====================================== */
.standalone-background-img {
    background: url("../img/project-banner1.jpg");
}

.listing-background-img{
    background: url("../img/listing-background.jpg");
}

.detail-background-img{
    background: url('../img/portafolio/detalle_propiedad/detail-background.jpg');
}

.page-title{
    position:relative;
    text-align:center;
    padding:125px 0px 125px;
    background-size: cover;
    background-position: top center;
}

.standalone-content{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    margin-top: 150px;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#ff431e;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}


.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #c29e75;
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    color: #c29e75;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 56px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text{
    color: #2b2b2b;
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    color: #2b2b2b;
}

/*contact details*/
.contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}
.contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}
.contact-details .heading{
    margin-bottom: 35px;
}
.contact-details .text{
    color: #18212e;
    /*opacity: .8;*/
}
.contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}
.contact-details ul li{
    color: #18212e;
    /*opacity: .8;*/
    list-style: none;
    margin-bottom: 22px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.contact-details ul li:first-child{
    width: 90%;
}
.contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}
.contact-details ul li span:last-child{
    padding-right: 0;
}
.contact-details ul li i{
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #e58f02;
}
.contact-details ul li i.email {
    transform: rotate(-30deg);
}


/* ===================================
   Banner
====================================== */

/* overlay */
/*.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
rev_slider_wrapper{width: 100% !important;}*/

/* ===================================
   Banner
====================================== */

.slider-area{
    background-image: url('../img/home/parallax-leads.jpg');
    height: 125vh; /*115vh;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-area{
    align-items: center;
}

.slider-area .slider-content{
    /*margin-top: 40px;*/ /*100px;*/
}

.slider-area .slider-content .heading{
    /*color: #ffffff;*/
    font-size: 52px;
    font-weight: 700;
}
.slider-area .slider-content .text{
    color: #ffffff;
    margin-top: -90px !important; /*30px;*/
}




/* ===================================
        Real State Form
====================================== */


.real-state-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #FFFFFF;
     border-radius: 0;
    width:404px; /*189px;*/
}

.real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e58f02;
}

.real-state-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    font-weight: 300;
    font-size: 14px !important;
}
.real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent
}


.real-state-form{
    padding: 50px 30px 50px 30px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    z-index: 1;
    right: 10%;
    top: 138%;
    transform: translateY(-40%);
    max-width: 500px;
}

.book-property .booking-heading{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.real-state-form  .contact-form .form-control{
    color: #FFFFFF;
}

.real-state-form .contact-form input {
    background-color: transparent;
    border-bottom: 1px white solid;
}

.real-state-form .contact-form select{
    background-color: transparent;
    border-bottom: 1px white solid;
    color: #FFFFFF;
}

.real-state-form .contact-form select option{
    color: #000000;
}
/*placeholder for input*/

.real-state-form .contact-form input::placeholder , .real-state-form .contact-form .form-group select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e58f02;
    font-size: 14px;
    opacity: 1; /* Firefox */
}
/* Internet Explorer 10-11 */
.real-state-form .contact-form input:-ms-input-placeholder , .real-state-form .contact-form .form-group select:-ms-input-placeholder{
    color: #e58f02;
    font-size: 14px;
}

/* Microsoft Edge */
.real-state-form .contact-form input::-ms-input-placeholder , .real-state-form .contact-form .form-group select::-ms-input-placeholder {
    color: #e58f02;
    font-size: 14px;
}


/* ===================================
   Contact Us
====================================== */

.slider-form-area .contact-form {
    max-width: 750px;
    display: block;
    /*text-align: center;*/
    margin: 0 auto;
}

.slider-form-area .contact-form .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    color: #e58f02;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.slider-form-area .contact-form textarea {
    min-height: 175px;
    resize: none;
}

.slider-form-area .contact-form .form-group {
    margin-bottom: 1.5rem;
}

 /*REAL STATE FORM*/
    /*drop down width and color*/

    /*placeholder for input*/

    .real-state-form .contact-form input::placeholder , .real-state-form .contact-form .form-group select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #e58f02;
        opacity: 1; /* Firefox */
    }
    /* Internet Explorer 10-11 */
    .real-state-form .contact-form input:-ms-input-placeholder , .real-state-form .contact-form .form-group select:-ms-input-placeholder{
       color: #e58f02;
    }

    /* Microsoft Edge */
    .real-state-form .contact-form input::-ms-input-placeholder , .real-state-form .contact-form .form-group select::-ms-input-placeholder {
       color: #e58f02;
    }

    .real-state-form .select2-container--default .select2-selection--single {
       /* border-bottom: 1px solid #8799a3;
        width: 700px;*/
    }
    /*CARET color change*/
    /*.real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #202020 transparent transparent;
    }

    .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #8799a3;
    }

    .slider-form-area .contact-form .form-control {
        border-bottom: 1px solid #8799a3;
        color: #202020;
    }*/



/* ===================================
    Media Queries
   ====================================== */


@media screen and (max-width:991px){

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area{
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

}

@media screen and (max-width:767px){

    section{
        padding: 4.5rem 0;
    }
    
    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
    .heading-area{
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2rem;
    }
   
    /* Contact Section  */

    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    /* MODEL WINDOW FORM */

    .quote-content {
        padding: 30px 20px;
        margin: 0;
    }
    .quote-content #quote_submit_btn {
        margin-bottom: 0;
    }
    .quote-content .form-check {
        padding: 10px 0 40px 0;
    }

}


 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

   
    /*BANNER SECTION*/
    .slider-area .slider-content .heading {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .slider-social {
        display: none;
    }

    /*REAL STATE FORM*/
    /*drop down width and color*/

    /*placeholder for input*/

    .real-state-form .contact-form input::placeholder , .real-state-form .contact-form .form-group select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #e58f02;
		font-weight:500;
        opacity: 1; /* Firefox */
    }
    /* Internet Explorer 10-11 */
    .real-state-form .contact-form input:-ms-input-placeholder , .real-state-form .contact-form .form-group select:-ms-input-placeholder{
        color: #e58f02;
		font-weight:500;
    }

    /* Microsoft Edge */
    .real-state-form .contact-form input::-ms-input-placeholder , .real-state-form .contact-form .form-group select::-ms-input-placeholder {
        color: #e58f02;
		font-weight:500;
    }

    .real-state-form .select2-container--default .select2-selection--single {
        border-bottom: 2px solid #eceef2;
        width: 300px;
    }
    /*CARET color change*/
    .real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #202020 transparent transparent;
    }

    .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #e58f02;
    }

    .slider-form-area .contact-form .form-control {
        border-bottom: 2px solid #eceef2;
        color: #e58f02; /*#202020;*/
    }

    /*Change TOP HEADING COLOR*/
    .book-property .booking-heading {
        color: #202020;
    }

    .real-state-form {
        padding: 50px 20px 50px 20px;
        /*! background-color: rgba(255, 255, 255, 0.07); */
        border-radius: 0;
        border: none;
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        transform: translateY(0);
        max-width: 500px;
        background: transparent;
    }

    /*TEAM SECTION*/

    .team-section .stats-heading-area .heading {
        font-size: 35px;
        margin-bottom: 32px;
    }

    .team-section .stats-heading-area .text {
        width: 100%;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 40px;
    }


    /*PROJECT SECTION*/

    .project-sec .project-area .project-detail {
        position: relative;
        top: auto;
        transform: translateY(0%);
        color: white;
    }

    .project-sec .project-links {
       display: none;
    }

    .project-box {
        background: transparent;
         padding: 0;
    }

    .project-sec .project-area .project-detail .project-text{
        width: 100%;
        color: #202020;
    }

    .project-sec .project-area .project-detail .project-heading {
        color: #202020;
        font-size: 26px;
        line-height: 1.5;
    }


    .project-sec .project-area .project-detail .project-sub-heading {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-in{
        animation: none !important;
    }


    /* GALLARY SECTION */

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .property-price{
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card{
        margin-bottom: 60px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0;
    }

    .gallary-contact-btn a {
        margin-top: 0;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    /*Main Heading font size */
    .gallary-sec .stats-heading-area .heading {
        font-size: 35px;
        line-height: 1.4;
    }
    /*Main Heading bottom*/
    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 32px;
    }

    
    /* Contact SECTION */
    .contact-sec .contact-form {
        width: auto;
    }


    /*PAGE LISTING  SEARCHING FORM*/
    .filter-form .contact-form {
        padding: 30px 0;
    }

    .filter-form .contact-form .form-group {
         width: 100%;
        margin-bottom: 30px;
    }

    .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        position: absolute;
        left: 15px;
    }


}

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {



    /*BANNER SECTION*/
    .slider-area .slider-content .heading {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .slider-social {
        display: none;
    }

    /*REAL STATE FORM*/
    /*drop down width and color*/


    /*placeholder for input*/

    .real-state-form .contact-form input::placeholder , .real-state-form .contact-form .form-group select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #e58f02;
        opacity: 1; /* Firefox */
    }
    /* Internet Explorer 10-11 */
    .real-state-form .contact-form input:-ms-input-placeholder , .real-state-form .contact-form .form-group select:-ms-input-placeholder{
        color: #e58f02;
    }

    /* Microsoft Edge */
    .real-state-form .contact-form input::-ms-input-placeholder , .real-state-form .contact-form .form-group select::-ms-input-placeholder {
        color: #e58f02;
    }

    .real-state-form .select2-container--default .select2-selection--single {
        border-bottom: 2px solid #eceef2;
        width: 500px;
    }
    /*CARET color change*/
    .real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #202020 transparent transparent;
    }

    .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #e58f02;
    }

    .slider-form-area .contact-form .form-control {
        border-bottom: 2px solid #eceef2;
        color: #e58f02;
    }

    /*Change TOP HEADING COLOR*/
    .book-property .booking-heading {
        color: #202020;
    }

    .real-state-form {
        padding: 50px 20px 50px 20px;
        border-radius: 0;
        border: none;
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        max-width: none;
        transform: translateY(0);
        background: transparent;
    }



    /*PAGE LISTING  SEARCHING FORM*/
    .filter-form .contact-form {
        padding: 30px 0;
    }

    .filter-form .contact-form .form-group {
        width: 100%;
        margin-bottom: 30px;
    }

    .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        position: absolute;
        left: 15px;
    }



 

  
    /*list style none property to additional information*/
    .property-addtional-info {
        list-style: none;
        margin-left: 0;
    }

    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }





}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {




    /*BANNER SECTION*/
    .slider-area .slider-content .heading {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .slider-social {
        display: none;
    }

    /*REAL STATE FORM*/
    /*drop down width and color*/

    /*placeholder for input*/

    .real-state-form .contact-form input::placeholder , .real-state-form .contact-form .form-group select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #e58f02;
        opacity: 1; /* Firefox */
    }
    /* Internet Explorer 10-11 */
    .real-state-form .contact-form input:-ms-input-placeholder , .real-state-form .contact-form .form-group select:-ms-input-placeholder{
        color: #e58f02;
    }

    /* Microsoft Edge */
    .real-state-form .contact-form input::-ms-input-placeholder , .real-state-form .contact-form .form-group select::-ms-input-placeholder {
        color: #e58f02;
    }

    .real-state-form .select2-container--default .select2-selection--single {
        border-bottom: 1px solid #8799a3;
        width: 700px;
    }
    /*CARET color change*/
    .real-state-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #202020 transparent transparent;
    }

    .real-state-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #e58f02;
    }

    .slider-form-area .contact-form .form-control {
        border-bottom: 1px solid #8799a3;
        color: #e58f02; /*#202020;*/
    }

    /*Change TOP HEADING COLOR*/
    .book-property .booking-heading {
        color: #202020;
    }

    .real-state-form {
        padding: 50px 20px 50px 20px;
        /*background-color: rgba(255, 255, 255, 0.07);*/
        border-radius: 0;
        border: none;
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        transform: translateY(0);
        max-width: inherit;
        background: transparent;
    }


/* ===================================
   Work
====================================== */

/* Portfolio one */
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: #dc3545;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap:hover {
    opacity: .9 !important;
}
.portfolio-hover-effect i{
    color: #fff;
    position: absolute;
    text-align: right;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    left: -100%;
    top: 50%;
    font-size: 45px;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.portfolio-hover-effect:hover i {
    left: 50%;
}
.cbp-item.even {
    margin-top: -290px;
}
#js-grid-mosaic .cbp-wrapper-outer {
    overflow: visible;
}

/* portfolio minimal */
.gallery2 {
    width: 100% !important;
    height: 600px;
}
.portfolio-two .filtering .active {
    color: #dc3545;
}
.portfolio-two .filtering span {
    background-color: #fff;
    border-right: 3px solid #ECECEC;
    line-height: 18px;
    color: #18191d;
    cursor: pointer;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio-two .filtering span:last-child{
    border-right: none;
}
.portfolio-two .items {
    position: relative;
    padding: 0;
}
.portfolio-two .items {
    padding:0 5px;
    margin-top: 10px;
}
.portfolio-two .item-img {
    position: relative;
    overflow: hidden;
}
.portfolio-two .item-img img{
    width: 100%;
}
.portfolio-two .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.portfolio-two .item-img-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dccF35;
    opacity: .9;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlay-info{
    position: relative;
    width: 100%;
}
.overlay-info p{
    font-size: 13px;
    color: #fff;
}
.portfolio-two .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-two .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

/* Portfolio Single */
#work-thumbs.owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    z-index: 5;
    max-width: 20%;
}
#work-thumbs.owl-dots .owl-dot {
    width: 46%;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    border-radius: 0;
    margin: unset;
    height: 18.7%;
    background: transparent;
}
#work-thumbs.owl-dots .owl-dot > img {
    height: 18.7%;
    width: 100%;
    border: 2px solid rgba(247,247,247,.42);
    position: relative;
}
#work-thumbs.owl-dots .owl-dot::after {
    display: none;
}

/* Portfolio Three Column */

#js-grid-mosaic-flat.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 16px;
    overflow: hidden;
}
#js-grid-mosaic-flat.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    visibility: hidden;
    z-index: 1;
    background-color: rgba(36,193,221, 0.95);
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
#js-grid-mosaic-flat .cbp-item:hover .cbp-caption-activeWrap,
#js-grid-mosaic-flat .cbp-item:focus .cbp-caption-activeWrap{
    opacity: 1; visibility: visible;
    border-radius: 0;
}
#js-grid-mosaic-flat.cbp-caption-active .cbp-caption-activeWrap {
    width: 90%;
    position: absolute;
    z-index: 2;
    height: 90%;
}
#js-grid-mosaic-flat .cbp-l-caption-title {
    font: 300 30px/70px "Roboto", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 5px;
    display: inline-block;
}
#js-grid-mosaic-flat .cbp-l-caption-title:after {
    display: none;
}
.cbp-caption-activeWrap .cbp-l-caption-body .plus {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
    padding: 10px;
    width: 150px;
    height: 45px;
border: 0;
font: 300 15px/27px "Roboto",sans-serif;
transition-duration: 0.3s;
transition: all 0.3s !important;
transition-timing-function: ease-in-out;
}
.cbp-l-loadMore-link:after {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.cbp-l-loadMore-link:hover:after {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
    display: none;
}


