html,
body {
    margin: 0;
    font-size: 17px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
}
h1{ font-size:33px; }
h2{ 
    font-size:26px; 
}
h3{ 
    color: #00094b; 
    text-align: center;
    font-size:28px;
    letter-spacing: 5px;
    margin-top:30px;
    margin-bottom:20px;
}
h3:after, h3:before {
    width: 7.5%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #00094b;
    margin: 0 1%;
}
h4{ 
    color: #333; 
    text-align: center;
    font-size:28px;
    letter-spacing: 5px;
    margin-top:5px;
    margin-bottom:15px;
}
h4:after, h3:before {
    width: 7.5%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #333;
    margin: 0 1%;
}
p {
    margin: 0;
    font-size: 17px;
    color: #777777;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}
.lg img{ margin-right:2px;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    position:relative;
    text-align: left;
    width: 90%;
    margin:0 auto;
    text-align: center;
    padding:200px 0;
}
/* Declare heights because of positioning of img element */

.carousel-item {
    height: 43em;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.carousel-caption h4 {
    background-color: #fb6a19cc;
    width: 26%;
    padding: 0.5em;
}
/* MARKETING CONTENT
-------------------------------------------------- */
a.navbar-brand {
    font-size: 2em;
}
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.bt-grid.ser {
    margin-top: 1.5em;
    margin-bottom: 0;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.colserv{
    float:left;
    border:1px solid #c5c5c5;
    padding:15px;
    width:48%;
    border-radius: 25px;
}
.colserv img{ max-width: 100%;}
.colserv:first-child{ margin-right:5px; }

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
/*news*/
.newsbox{
    width:90%;
    margin:20px auto;
    padding-bottom:50px;
}
.newsbox h1 {
  position: relative;
  padding: 0;
  margin:0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.newsbox h1 em {
  font-style: normal;
  font-weight: 600;
}
.stitle{ 
    width:100%;
    margin-bottom:20px;
}
.stitle h1 {
  font-size:26px; 
  font-weight:700;  
  letter-spacing:1px; 
  text-transform:uppercase; 
  width:160px; 
  text-align:center; 
  margin:auto; 
  white-space:nowrap; 
  padding-bottom:13px;
  clear:both;
}
.stitle h1:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.stitle h1:after {
    background-color: #c50000;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}
.profile-card {
    float:left;
    max-width: 30.5%;
    height:700px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin:0 30px 30px 0;
}
.profile-card:last-child{ margin-right:0; }
.text-center {
    text-align: center !important;
}
.card-body {
    flex: 1 1 auto;
    padding: 15px;
    color: #000;
}
.profile-img {
    border-radius: 9px;
    max-width: 250px;
    height:250px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.card-title {
    margin:20px 0 2% 0;
    font-size: 18px;
    padding-bottom:20px;
}
.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.w-100 {
    width: 100% !important;
}
.newsbox .btn-default{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}
.mainnewsimg{
    float:left;
    width:500px;
    height:500px;
    margin-right:20px;
    margin-bottom:20px;
    border-radius: 9px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
/*end news*/
/*--/slider--*/

.carousel-item {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));

    background-size: cover; /* Ensures filling */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    height:500px; /* Full viewport height */
    width: 100%;
}

.carousel-item.item2 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background-size: cover;
}

.carousel-item.item3 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5));
    background-size: cover;
}


.carousel-caption h2{
    letter-spacing: 2px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);    
    color: rgb(255, 255, 255);    
    font-family: "Merriweather";
    font-weight: 400;
    font-size: 54px;
}

.carousel-caption p {
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    font-family: "Merriweather";
    font-weight: 400;
    font-size: 28px;
}

.carousel-caption h5 span {
    background: #dd4026;
    padding: 2px 12px;
    font-size: 0.8em;
}

.carousel-indicators {
    bottom: 17%;
    left: 0%;
    cursor: pointer;
    display: none;
}

.bnr-button {
    margin-top: 2em;
}

.carousel-control {
    line-height: 42em;
}

.carousel-indicators li {
    display: inline-block;
    max-width: 20px;
    height: 19px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 8px;
}

.carousel-indicators .active {
    background: #dd4026;
}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-right: 1em;
    text-transform: uppercase;
    font-size:14px;
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
    color: #ed8115;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ed8115 !important;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: #ed8115;
}
.logo img{ 
    max-height: 120px;
    max-width: 350px;
    margin-right: 60px;
    margin-left: 20px;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #333;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    background: #fff;
}
.top-left{
    float:left;
    width:18%;
}
.top-center {
    float:left;
    text-align: right;
    width:74%;
}
.top-center ul{
    float:right;
}
.languagepickerBox{
    position:absolute;
    width:100px;
    top:20px;
    right:1%;
}
.languagepicker {
    position: absolute;
    width:130px;
    background-color: #00094b;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: -20px 50px 10px 0;
    vertical-align: top;
    z-index: 999999;
}

.languagepicker:hover {
    /* don't forget the 1px border */
    height: 81px;
}

.languagepicker a{
    color: #fff;
    text-decoration: none;
    font-size:12px;
    text-transform: uppercase;
}

.languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 40px;
    /*border-top: 1px solid #EEE;*/
}

.languagepicker li:hover{
    background-color: #00094b;
}

.languagepicker a:first-child li {
    border: none;
    background: #FFF !important;
}

.languagepicker li img {
    margin-right: 5px;
}

.roundborders {
    border-radius: 5px;
}

.large:hover {
    /* 
    don't forget the 1px border!
    The first language is 40px heigh, 
    the others are 41px
    */
    height: 220px;
}
#navbarSupportedContent{
    padding-right:150px;
}
/* Show it is fixed to the top */
.searchF{
    padding: 15px 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}
.bluebg{
    padding: 15px 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}
.searchF select, .searchF input{ 
    float:left;
    width:12.3%;
    height:32px;
    margin-right:2px;
    font-size:14px;
    border-radius: 0;
    color: #666;
    padding:6px;
}
.searchF input{ height:32px;}
button.btn.btn-primary.play {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background-color: #dd4026;
    border: none;
    margin-right:2px;
}
.searchF .btn-info{
    width:12.3%;
    height:32px;
    font-size:14px;
    color: #fff;
    background-color: #ed8115;
    border-color: #db8530;
    text-transform: uppercase;
    border-radius: 0;
}
.searchF .btn-info:hover{
    background-color: #16073F;
    border-color: #0e022d;
}
.carousel-caption a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    padding: 6px 20px;
    letter-spacing: 1px;
    margin: 1em 0;
    display: inline-block;
    border: 2px solid #fff;

    font-family: "Merriweather";
    font-weight: 400;
    font-size: 19px;
}
.carousel-caption a:hover { background-color: #1C0D43; }
.hhome{
    position: absolute;
    color:#fff;
    padding: 0;
    height:135px;
    z-index: 9999;
}
.hsite{
    color:#333;
    background-color: #00094b !important;
    padding: 0;
    height:135px;
}
.btn-outline-success {
    color: #fff;
    background-color: #049AE2;
    background-image: none;
    border-color: #037eb7;
}
.btn-info {
    color: #fff;
    background-color: #444444;
    border-color: #333232;
}
/*--//banner --*/

.bannerbg-w3l.bannerbg-w3l-inner {
    min-height: 360px;
}

.banner-w3ltext.about-w3bnr h1 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 3.5em;
}

.banner-w3ltext.about-w3bnr h1 a {
    color: #e3b64d;
    
}

.map h4 {
    margin-bottom: 60px;
}

.contact-top1 .contact-formw3ls {
    width:100%;
    border: 1px solid #c3c3c3;
    border-radius: 0px;
    padding: 10px;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
}
.contact-top1 label{ margin-top:20px;}
.contact-top1 textarea {
    resize: none;
}

button.submit.contact-submit {
    width: 100%;
    margin-top: 1.5em;
}
/*-- Gallery --*/
.gallery {
    padding:1em 0 2em 0;
} 
.gallery .col-sm-4{ margin-bottom:30px;}

/* Common style */
.grid figure {
    position: relative;	
    overflow: hidden;
    margin: 0px 0;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.gallery-grid1, .gallery-grid2{
    padding: 5px;
    float: left;
    width:49.5%;
}
.gallery-grid3, .gallery-grid4, .gallery-grid5  {
    padding: 5px;
    float: left;
    width:33%;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 24px;
    font-family: "Merriweather";
    font-weight:400;
    /*-webkit-backface-visibility: hidden;*/
    backface-visibility: hidden;
    padding-top:22% !important;
}
.gallery-grid3 .grid figure figcaption, .gallery-grid4 .grid figure figcaption, .gallery-grid5 .grid figure figcaption{
    padding-top:33% !important;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    /*pointer-events: none;*/
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    font-weight: 300;
    margin-top: 70px;
    text-align: center; 
    line-height: 1.4em;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid figure h3 span {
    font-weight: 800;
    font-family: 'Merriweather', sans-serif;
    font-size:22px;
}
/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #CDDC39 0%, #4CAF50 100%);
    background: linear-gradient(45deg, #CDDC39 0%,#4CAF50 100%);
}
figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ed8115 0%,#e3aa71 100%);
    background: linear-gradient(45deg, #ed8115 0%,#e1c1a2 100%);
}
figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    height:234px;
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    padding: 2em;
    text-align: center;
    vertical-align: middle;   
    line-height: normal;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    line-height: 1.8em;
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    line-height: 1.8em;
}
/*-- Gallery --*/
.prlk{ cursor: pointer !important;}
/*numbers*/
.stats-agileits {
    background: url(/12/images/bann2.jpg) no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 5em 0;
}
.stats-grid {
    text-align: center;
    float: left;
}
.numscroller {
    font-size: 40px;
    font-weight: 500;
    margin: 12px 0 25px;
    color: #ccc;
    position: relative;
}
.numscroller:after {
    position: absolute;
    content: " ";
    width: 55px;
    height: 2px;
    background: #ccc;
    display: block;
    bottom: -8px;
    left: 39%;
}
.stats-grid h4 {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}
.stats-grid h4:after {
    width: 0;
    height: 0;
    display:none;
    margin: 0;
}
.stat-info-w3ls i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
/*--/banner pos--*/
.w3-pos-left h1 {
    font-size: 2em;
    letter-spacing: 1px;
}
.w3-pos-inner {
    text-align: center;
    margin: 1em 0 1em 0;
}
.w3-pos-inner i {
    font-size: 2em;
    color:#59aee9;
}
.w3-ban-pos {
    position: absolute;
    width: 100%;
    bottom: -37%;
}
section.banner-top {
    position: relative;
}
.w3-pos-left {
    background: #48a0dc;
    padding: 2em;
}
.w3-pos-right {
    background: #fff;
    padding: 2em;
}
.w3-pos-left h1 {
    font-size: 2.5em;
    letter-spacing: 1px;
    margin: 1em 0 0 0;
    text-transform: capitalize;
}
.w3-pos-inner h3 {
    margin: 0.2em 0;
    color: #333;
    font-weight: 500;
}
.w3-pos-left h2 {
    color: #fff;
    letter-spacing: 1px;
}
.w3-pos-left p {
    color: #333;
}
#offers{
    margin-bottom:40px;
}

.colaborators{
    width:80%;
    margin:0 auto;
    height:100px !important;
}
.colaborators li{ 
    float:left; 
    list-style: none; 
    margin:0 15px 0 15px;
    text-align: center;
    
}
.colaborators li:last-child{ margin:0px;}
.colaborators li img{ max-height:40px;}
/*-- reasons --*/

.features {
    margin-top:50px;
}
.features h3:after, .features h3:before {
    width: 60px;
}
.features-wthree-grids {
    position:relative;
    float:left;
    width:33%;
    height:250px;
    z-index: 10;
}
.features-wthree-grids h4 {
    color: #1d1d1d;
    margin-bottom: 0.8em;
    font-weight: 300;
    letter-spacing: 3px;
    text-align:center;
    display: block;
}
.features-wthree-grids p{
    display: block;
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-left:15px;
    padding-right:15px;
}
h5.w3ls-featext {
    color: #ececec;
    font-size: 19em;
    position: absolute;
    top: -14%;
    left: 15%;
    z-index: -1;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    line-height: 0.8em;
}

/*-- //reasons --*/
/*-- Property for sale --*/
.special-info{
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    padding: 2em;
    margin: 0 .5em;
}
.special-info1{
    background-repeat: no-repeat;
    background-position:0px 0px;
    background-size: cover;
}
.special-info2{
    background-repeat: no-repeat;
    background-position:0px 0px;
    background-size: cover;
}
.special-star i.fa {
    color: #ff9800;
    font-size: 1em;
    margin: 0 .1em;
}
.special-info-top h4{
    color: #FFFFFF;
    font-size: 18px;
    margin: .5em 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px #000;
}
.special-info-bottom{
    margin: 12em 0 0 0;
}
.special-info-bottom ul{
    padding:0;
    margin:0;
}
.special-info-bottom ul li{
    display: inline-block;
    color: #FFFFFF;
    text-shadow: 2px 2px 8px #000;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.special-info-bottom ul li span{
    margin: 0 0 0 .5em;
    font-size: .5em !important;
    font-weight: 400 !important;
}
.special-info-bottom ul li:nth-child(1){
    padding-right:.5em;
}
.special-info-bottom ul li:nth-child(3){
    padding-left:.5em;	
}
.special-info-bottom ul li:nth-child(2){
    padding: 0 .5em;
    border-right: solid 1px #FFF;
    border-left: solid 1px #FFF;
}
.special-info-bottom p{
    color: #FFFFFF;
    text-shadow: 2px 2px 8px #000;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: .4px;
    margin: 2em 0 0 0;
}
.cms{
    padding:40px 0 40px 0;
}
.cms h1{ margin-bottom:40px; }
/*-- //Property for sale --*/
.grid_1{
    padding:0 0 2em;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
    width: 81%;
}
.nbs-flexisel-item {
    float: left;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    margin-left: 30px;
    width: 160px !important;
    height: 60px !important;
}
.nbs-flexisel-item:first-child{
    margin-left:0;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:40px;
    height:80px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top:0px;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/12/images/arrows.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/12/images/arrows.png) no-repeat -41px 0px;
}
.row_1 h4{
    color: #000;
    font-weight: 400;
}
.row_1 h4 a:hover{
    text-decoration:none;
    color:#f15f43;
}
.row_1 h6{
    color: #c5c5c5;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1.8em;
}
.row_1 p, .single_right p{
    color:#555;
    font-size:0.85em;
    font-weight:300;
    line-height:1.8em;
    margin-bottom: 10px;
}
a.btn_1 i{
    font-size:18px;
    padding: 0 5px 0 0;
    vertical-align: middle;
    margin-right: 0 !important;
}
a.btn_1:hover {
    text-decoration: none;
}
i.fb{
    color: #3b5998;
}
i.tw{
    color:#00aced;
}
i.google{
    color:#F43222;
}
span.share1{
    color: #00aced;
    font-weight: 500;
    margin-right:5%;
    margin-top: 5px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size:13px;
}
span.google{
    color:#F43222;
}
span.fb{
    color:#3b5998;
}
.btn_1:hover span.share1{
    text-indent: 5px;
}
.col_1{
    margin-bottom:3em;
}
ul.list_1, ul.list_2{
    padding:0;
    margin:0;
    list-style:none;
}
ul.list_1 li{
    font-size:0.85em;
    font-weight:300;
    line-height:1.8em;
    margin-bottom: 1em;
}
ul.list_2 li{
    font-size:0.85em;
    font-weight:300;
    line-height:2em;
}
ul.list_1 li a, ul.list_2 li a{
    color:#555;
}
.col_3 h3, .widget h3{
    background: #f15f43;
    color: #fff;
    padding: 10px;
    margin-bottom: 1em;
}
.col_3 {
    margin-bottom: 3em;
}
.grid_2 {
    margin-bottom: 7em;
}
.widget {
    margin: 3em 0;
}
.seeking-answer-group {
    display: block;
    padding: 5px 0;
}
.seeking-answer-input {
    display: block;
    float: left;
    width: 25px;
}
.seeking-answer label {
    font: 300 15px "Roboto", sans-serif;
    color: #555;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.seeking_vote{
    margin:2em 0 0 0;
}
.seeking-vote-button{
    background: none;
    color: #2185C5;
    border-width: 1px;
    border-style: solid;
    border-color: #2185C5;
    border-radius: 0;
    text-shadow: none;
    padding: 14px 25px;
    width: 100%;
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}
a.seeking-vote-button:hover{
    background-color: #f15f43;
    color:#fff;
    text-decoration:none;
    border-color: #f15f43;
}
/*--//banner pos--*/
.inner_banner {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 200px;
}

.services-breadcrumb {
    padding: 1em 1em;
    background: #f5f5f5;
    text-align: center;
}

.services-breadcrumb ul li span {
    padding: 0 1.5em;
}

ul.short {
    text-align: left;
}

ul.short li {
    text-align: left;
    display: inline-block;
    letter-spacing: 1px;
    color: #555;
    font-size: 0.85em;
}

.inner_breadcrumb {
    padding: 0 4.1em;
}

ul.short li a {
    color: #168eea;
    text-decoration: none;
}


/*-- //inner_banner --*/
/*-- about --*/ 
.w3-head-all h3 {
    color: #00aeef;
    font-weight: 500;
    text-transform: capitalize;
}
.news {
    padding: 20em 0 4em 0;
}
.wthree-news-grids {
    margin-top: 3em;
}
.datew3-agileits-info {
    padding-left: 2em;
} 
.datew3-agileits img.img-responsive {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    overflow: hidden;
    border: solid #dedede;
}
.datew3-agileits-info h5 {
    margin: 0;
}
.datew3-agileits-info h5 a {
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.datew3-agileits-info h5 a:hover {
    color:#ff4f81 ;
}
.datew3-agileits-info h6 {
    font-size: 1em;
    color: #fb6a19;
    font-weight: 600;
    margin: 1em 0;
    letter-spacing: 1px;
}
.datew3-agileits-info p {
    margin: 1em 0 0;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
}
.datew3-agileits.datew3-agileits-fltrt {
    float: right;
}
.news-right h4 {
    color: #000;
    margin: 0;
}
.news-right {
    padding-left: 4em;
}
.achievesw3-agile {
    background:#97f302;
    padding: 1em;
    display: inline-block;
    margin: 2em 0 0 0;
}
.achievesw3-agile ul{
    padding:0;
    margin:0;
}
.achievesw3-agile ul li {
    display: block;
    margin: 1.3em 1em;
}
.achievesw3-agile ul li a{
    font-size: 1em;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    text-decoration: none;
}
.achievesw3-agile ul li a:hover{ 
    color:#000;
}
.achievesw3-agile ul li a i.fa {
    margin-right: 0.8em;
}
/*-- //about --*/
/* pricing*/
.w3l_pricing_grid_content{
    padding:1em;
}
.w3l_pricing_grid_content ul li{
    list-style-type:none;
    padding:1em;
    border-bottom:1px dotted #c1c1c1;
    font-size:14px;
    color:#000;
}
ul.w3_count {
    text-align: left;
}
.w3l_pricing_grid_content ul li i{
    padding-right:1.5em;
    color: #FFC107;
}
.priceing-table-main {
    margin: 4em 0 0 0;
}
.price-list i.fa {
    font-size: 17px;
    color: #d6d6d6;
}
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-gd-top {
    text-align: center;
}
.price-gd-top h4 {
    color: #ffffff;
    padding: 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.price-gd-top h3 {
    padding: 0.2em 0em;
    color: #fff;
}
.price-gd-top h3 span {
    vertical-align: top;
}
.price-gd-top h5 {
    font-size: 1.7em;
    line-height: 26px;
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
    text-transform: capitalize;
}
.price-gd-bottom {
    text-align: center;
    padding: 0em;
}
.price-gd-top.pric-clr2 h4 {
}
.price-gd-top.pric-clr2 {
}
.price-selet.pric-sclr2 a {
    background: #fff;
}
.price-gd-top.pric-clr3 {
}
.price-gd-top.pric-clr3 h4 {
}
.price-gd-top.pric-clr4 {
    background:#673AB7;
}
.price-gd-top.pric-clr4 h4 {
    background: #5426a5;
}
.price-selet.pric-sclr3 a {
    background: #fff;
}
.price-list ul li {
    padding: 0.5em 0em;
    font-size: 0.9em;
    color: #2b2b2b;
    display: inline-block;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
}
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
    font-size: 0.9em;
    color: #f00;
    display: inline-block;
    padding: 0.7em 1em;
    letter-spacing: 1px;
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
a.w3_agileits_sign_up2.popup-with-zoom-anim.ab.scroll:hover {
    background: #f93c3c;
    color: #fff;
}
.price-block {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background: #000;
    padding: 20px;
}
.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    z-index: 1;
}
.price-grid {
    padding: 10px;
}
h1.w3l-inner-h-title {
    text-align: center;
    font-size: 45px;
    color: #000;
    color: #fff;
    margin: 50px 0;
}
i.fa.fa-diamond {
    font-size: 65px;
    margin: 15px 0;
    color: #fff;
}
.price-grid p {
    color: #fff;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 15px;
}
.price-block {
    background: #48a0dc;
}
.price-block1 {
    background: #0079c1;
    background-color: #222;
}
.price-block2 {
    background: #49a942;
    background:#fb6a19;
}
/* pricing tables */
/* //pricing*/
/*************** PAGINATION ***************/

.pagination {
    position: relative;
    clear:both;
    width:100%;
    color:#333;
    height:50px;
    margin-bottom:10px;
    background-color: #fff;
}
.pbox-left{ float:left; }
.pbox-right{ float:right; text-align: right;   }
.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
    color:#333; 
    text-decoration:none;
    font-size:14px;
}


.pagination a.number {
    border: 1px solid #888989;
}

.pagination a.current,
.pagination a:hover{
    background: #888989 !important;
    border: 1px solid #888989 !important;
    color: #fff !important;
}

.pagination a.current:hover {
    text-decoration: underline;
}	
.w3stitle{
    float:left;
}
.sort-by-price {
    float: right;
    margin:10px 0;

}
.sort-by-price select {
    float: left;
    color: #000!important;
    font-size: 14px!important;
    padding: 12px 10px;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.sort-by-price strong {
    display:inline-block; 
    float:left; 
    margin:16px 10px 0 0;	
    font-size:10px;
    font:bold 12px Arial;
    color:#7a7a7a;
}
.sort-by-price ul {margin:0px !important;}
.sort-by-price .sbOptions {width:125px !important;z-index:99999; 	}

.price{ font-weight:bold; color:#333; }
.icons{
    margin-top:10px;
    width:100%;
    border-top:1px solid #DEDEDE;
    padding-top:5px;
}
.icons li{ 
    list-style: none; 
    float:left; 
    margin-right:30px; 
    color: #666;
    font-size:14px;
}
.icons .ref{
    text-align:right;
}
.properties{
    background-color: #fff;
    padding-top:30px;
}
.propres{ 
    float:left;
    width:32.5%;
    height:420px;
    padding:0 0 20px 0;
    margin:0 5px 5px 0; 
    border-left:1px solid #DEDEDE;
    border-right:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
}
.propres:last-child{
    margin-right:0;
}
.prop-img{    
    width:100%;
    height:240px;
    border:1px solid #DEDEDE;
}
.prop-img img{ 
    width:100%; 
    height:240px;
    text-align: center;
}
.prop-info{
    width:100%;
    padding:10px 10px 10px 20px;
}
.prop-loc{
    font-size:14px;
    text-align: center;
}
.prop-info .spacer{ padding:10px 0 10px 0; }
.prop-info p{ 
    margin:0; 
    font-size:12px; 
}
.propres h2, .propres h2 a{ 
    color: #333;
    font-size:18px;
    
}
.propres .city{ color:#074588;}
.propres .city:hover{ color:#e3b64d; }
.propres .prop-loc b{ font-size:16px;}
.propres .price{
    position: absolute;
    margin-top:202px;
    width: 130px;
    height:40px;
    font-size:18px;
    background-color: #fff;
    text-align: center;
    color:#00aeef;
    padding-top:5px;
}
.propres i{ font-size:12px; color: #666; }

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/*details*/
.details h1{
    font-size:28px;
}
.details h1, .details h2, .details h3{
    margin:20px 0 10px 0;
}
.details-photo-info {
    width:68%;
    float:left;
    margin:0 0 10px 0;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#f0f0f0;
}
#full-specs {
    width:32%;
    float:left;
    background:#fff;
    text-align:left;
    border:1px dotted #b3cfdd;
    padding-left:20px;
    padding-right:20px;
}
#full-specs a{
    color:#049AE2;
}
#full-specs li{ list-style: none !important; }
#full-specs h2 {
    color:#049AE2;
    margin:0;
    text-transform:none;
    text-align:right;
}

#full-specs h4 {
    margin: 4px 0;
    font-size:20px;
    text-align:right;
}
#full-specs #specs-items, #specs-feat{
    padding:20px 0;
}
#full-specs #specs-items li{ float:left; width:35%; text-align:right; font-weight:bold; margin:0 0 5px;}

#full-specs #specs-items .second{ float:left; width:45% !important; text-align:left; margin-left:5px; padding-left:5px; font-weight:normal;}
#specs-feat li{ 
    float:left; 
    width:33%; 
    text-align:left; 
    font-weight:normal; 
    padding:5px; 
    font-size:14px;
    margin-right:2px;
    list-style: none;
}
#specs-feat h3{ color:#333; margin:20px 0px; }
.spec-price {
    padding: 2px 8px 4px 0;
    margin:4px 0 5px;
    color:#049AE2;
    font-size:26px;
    font-weight: bold;
    border-top:1px solid #d5e3ea;
}

.spec-ref {
    margin:4px 0;
    font-size:16px;
    padding-bottom:4px;
    font-family: 'Open Sans', Arial;
    border-bottom:1px dotted #049AE2;
}

#full-specs ul.bed-bath {
    list-style:none;
    margin:0 0 12px;
    padding:8px 0 12px 10px;
    font-size:14px;
    font-family: 'Open Sans', Arial;
    border-bottom:1px dotted #049AE2;

}

#full-specs ul.bed-bath  li {
    background:url(/12/images/bullet3.png) 0 7px no-repeat;
    padding-left:12px;
    margin:3px 0;
    font:normal 14px 'Josefin Slab', Arial !important;
}

#full-specs ul.bed-bath  li sup {font-size:8px;}

.prop-acc {float:left;padding:6px; width:104px;}
.prop-acc a {color:#000; }
.prop-acc a img {vertical-align:middle; margin-right:12px;}

.fb-like {float:right; margin:0px 0 6px 6px;}

.slideshow {margin-bottom:14px;}
.slideshow a {}
.slideshow img {vertical-align:middle;}


.extended-info {
    width:100%;
    float:left;
    margin:0;
    padding:0 20px 30px 20px;
    background:#fff;
    border:1px dotted #b3cfdd;

}

.extended-info h2 {
    margin-bottom:8px;
    color:#1381b7;
    text-transform:none;
}

.extended-info h3:after, h3:before{
    width: 80px;
}

#descrip {
    padding:0 0 20px;
    float:left;
    width:90%;
    text-align:left !important;
    margin:15px 0 10px 15px;

}

ul.facil-list {
    font-size:18px;
    line-height:20px;
    margin:0px 0 10px !important;
    padding:0 0 15px 10px !important;
    list-style:none !important;
    border-bottom:1px dotted #049AE2;
}
ul.facil-list li{
    margin-top:10px;
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    font-weight: 400;
    background:none !important;
    padding-left:0 !important;
}
ul.facil-list li strong{
    display:block;
    margin-bottom:5px;
    color:#1381b7;
    font:bold 16px 'Josefin Slab', Arial !important;
}
ul.facil-list li span {
    font:normal 14px 'Josefin Slab', Arial !important;
    line-height:20px !important;
    display:inline-block;
    margin:0 3px;
}

ul.facil-list li span.pt {color:#1381b7;margin:0;}


#dmapa{
    padding:0 10px 10px;
    float:left;
    width:100%;
    margin:20px 0;
    border:1px dotted #b3cfdd;

}

#dmapa  h2 {
    margin:6px 0 12px;
    text-transform:none;
    color:#049AE2;

}


#map_canvas {
    margin:10px 0 10px !important;}

p.full-info {
    font:normal 15px 'Josefin Slab',Arial;
    line-height:22px;
    margin-top:0;
    padding-bottom:15px;
}

.info-form input{ margin-bottom:10px; }
.info-form h4 { 
    text-align:left !important;
    margin-bottom:8px !important;
    color:#1381b7 !important;}

.info-form label {
    margin:3px 0;
    display:inline-block;
    width:130px;
    font:normal 14px 'Josefin Slab', Arial !important;
}
.info-form input[type="text"]{ width:100%;}

#tabs {float:left;}
.area-tab {
    padding:20px;
    margin:0 10px;
    background-color:#f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.area-tab p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:22px;
    text-indent:15px;
}

.area-tab h2 {
    color:#560a54;
    margin-bottom:8px;
}

.area-tab img {
    display:block;
    float:left;
    margin: 0 20px 15px 0;}

#energetic-rating{
    position:absolute;
    width:72px;
    height:175px;
    margin-top:10px;
    margin-left:0%;
    z-index:99999999;
}
.er-{ background:url(/12/images/er-.png) left bottom no-repeat; }
.er-a{ background:url(/12/images/er-A.png) left bottom no-repeat; }	
.er-b{ background:url(/12/images/er-B.png) left bottom no-repeat; }	
.er-c{ background:url(/12/images/er-C.png) left bottom no-repeat; }	
.er-d{ background:url(/12/images/er-D.png) left bottom no-repeat; }	
.er-e{ background:url(/12/images/er-E.png) left bottom no-repeat; }	
.er-f{ background:url(/12/images/er-F.png) left bottom no-repeat; }	
.er-g{ background:url(/12/images/er-G.png) left bottom no-repeat; }



.view-ninth2{
    position: absolute;
    width:100%;
    margin-top:50%;
    z-index: 99;
    background-color: #000;
    color:#fff;
    padding: 0;
}
.view-ninth2 h2 {
    padding: 5px !important;
    margin: 0 !important;
}
.view-ninth2 .view p {
    padding: 0px;
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #333;
    text-transform: uppercase;
}
.dsearch{ padding-top:20px;}
/*-- Contact Section --*/
section.our-contacts {
    padding:100px 0;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    color:#fff;
}
section.our-contacts h3 {
    font-weight: 300;
    padding: 0;
    text-align:center;
    color:#fff;
}
section.our-contacts h3:after, section.our-contacts h3:before {
    width: 6%;
}
section.our-contacts p.text-center {
    font-size: 18px;
    font-weight: 200;
    padding: 0px 0 80px;
    color: #fff;
}
.our-contacts .btn-outline {
    color: #fff;
    font-size:22px;
    font-weight:bold;
}
.contact-info i{
    color:#fff;
    font-size: 30px;    
    margin: -2px 20px 10px 0px;
    display: inline-block;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.mobile i{
    margin-right: 29px;
}
p.p3{
    padding:0;
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    vertical-align: middle;
    margin:0;
    font-size:16px;
    
}
.footer-links ul{ margin-top:35px;}
p.p4 {
    padding:0;
    display:block;
    color:#fff;
    vertical-align: middle;
    font-weight: 200;
    font-size:16px;
    margin: -27px 0 0 80px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
p.mail {
    margin:-10px 0 0 0;
    padding:0;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size:16px;
    font-weight: 200;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
p.mail a {
    text-decoration:none;
    color: #fff !important;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
i.glyphicon.glyphicon-envelope:hover ,p.mail a:hover  {
    color:#df4914;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    font-weight:300;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active {
    border: solid 2px #fff;
    color: #000;
    background: #fff;
}  
button.btn-outline {
    padding: 11px 50px;
    font-size: 21px;
    width: 100%;
}
section.our-contacts h4 {
    font-weight:300;
    padding: 0px 0 10px;
    color:#fff;
}
section.our-contacts .footer-links ul {
    padding:20px 0;
}
section.our-contacts .footer-links ul li{
    display:inline-block;
}
section.our-contacts .footer-links ul li a {
    text-decoration:none;
}
.footer-links ul li a i {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    background-color:rgba(0, 0, 0, 0.79);
    border: 1px solid #fff;	
    line-height:22px;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
} 
.footer-links ul li a i.fab.fa-facebook {
    font-size: 28px;
    padding: 13px 18px 14px;
}
.footer-links ul li a i.fab.fa-twitter {
    font-size: 22px;
    padding: 14px 15px 13px;
}
.footer-links ul li a i.fab.fa-instagram {
    font-size: 28px;
    padding: 14px 15px 13px;
}
.footer-links ul li a i.fab.fa-whatsapp {
    font-size: 28px;
    padding: 13px 14px 14px;
}
.footer-links ul li a i.fab.fa-youtube {
    font-size: 20px;
    padding: 13px 15px 14px;
}
.footer-links ul li a i.fab.fa-google-plus {
    font-size:15px;
    padding: 14px 14px 13px;
}
.footer-links ul li a i:hover {
    background-color:#fff;
    color:#000;
    border-color:#fff;
}

/*-- /Contact Section --*/
.owl-carousel .owl-item {
    width:30%;
    height:380px;
    margin-right:5px;
}
.owl-carousel .owl-item:last-child { margin-right:0; }
.owl-item .propres{ width:100%; }
.owl-item .propres img{ height:240px !important; width:100% !important; }
#owl-demo .owl-wrapper{ height: 460px; }
#colab img{ max-height: 50px;}
#colab { 
    margin-top:40px;
    height:100px !important;
}

/*-- Footer Section --*/
section.footer {
    padding:50px 0;
    background-color:#000;
}
section.footer p {
    text-align:center;
    color:#fff;
    line-height: 25px;
    font-size:17px;
    font-weight:normal;
}
section.footer a{ color:#fff; }
/*-- /Footer Section --*/
/*-- team page --*/ 
.t-info{text-align:center;
        border: 1px solid #000;
        padding: 10px;
        background: #fb6a19;
}
.t-info h5{font-size:19px;
           color:#000;
           padding-bottom: 5px;
           letter-spacing:1.5px;
}
.t-info p{font-size:15px;
          letter-spacing:2px;
          color:#fff;}		  
.team-agile-img {
    width:100%;
    background-color: #FFF;
    display: block; 
    overflow: hidden;
    position: relative; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.team-agile-img img { 
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.team-agile-img:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.team-agile-img:hover {
    cursor: pointer;
}
.team-grids{padding:0PX 10PX;}
.team-agile-img:hover .view-caption {
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}
.view-caption {
    background-color:rgba(1, 4, 6, 0.45);
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.view-caption ul {

    display: inline-block;
}
.view-caption ul li {
    display: inline-block;
}
.view-caption ul li a {
    background-color: #fff;
    border-radius: 50%;
    color: #095880;
    display: inline-block;
    margin: 0 2px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.view-caption ul li a:hover {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*-- //page --*/ 
/*-- statistics --*/
.w3layouts_statistics_grid_right h4{
    line-height: 1.5em;
    color: #ef543b;
    text-transform: capitalize;
    margin-bottom: 2em;
}
.w3layouts_statistics_grid_right {
    background: #000000;
    padding: 2em;
}
.w3_stats_grid {
    text-align: center;
}
.w3_stats_grid_head h3 {
    text-align: center;
    color: #fb6a19;
    margin: 0.5em 0;
}
.w3_stats_grid_head p {
    text-align: center;
    color:#fff;
}
/*-- odometer --*/
.odometer{
    font-size: 3em;
    color: #fff;
    font-weight:600;
}
.w3_stats_grid p{
    font-size:1em;
    color:#fff;
    margin:1em 0 0;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    padding: 0 0.1em;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0.09em;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
/*-- //odometer --*/
/*-- /Services page --*/

.innergrid1 {
    border: 1px solid #cecece;
    padding: 2em;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.margin{
    margin-bottom: 20px;
}
.innergrid1 h3 {
    text-transform: capitalize;
    color: #333;
    margin: 1em 0;
}
.innergrid1 p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #171717;
}
.innergrid1:hover span {
    color: #fff;
}
.picture{
    border: 1px solid #ff4f81;
}
.picture:hover{
    background: #ff4f81;
}
.deciduous{
    border: 1px solid #1cc7d0;
}
.deciduous:hover{
    background: #1cc7d0;
}
.lamp{
    border: 1px solid #ff6c5f;
}
.lamp:hover{
    background: #ff6c5f;
}
.check{
    border: 1px solid #ffc168;
}
.check:hover {
    background: #ffc168;
}
.serv-grid1 {
    background: url(/12/images/ser22.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grid2 {
    background: url(/12/images/ser33.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grid3 {
    background: url(/12/images/ser44.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grids {
    margin-top: 4em;
}
.inner_grid {
    background: rgba(0, 0, 0, 0.6);
    padding: 3.5em 3em;
    height: 300px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.inner_grid:hover {
    background: rgba(72, 160, 220, 0.7);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.inner_grid a {
    background: #db3552;
    border: 2px solid #db3552;
    color: #fff;
    padding: 9px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: capitalize;
}
.inner_grid a:hover {
    background: none;
    border: 2px solid #fff;
}
.inner_grid h3 {
    color: #fff;
    margin-bottom: .8em;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.inner_grid p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 2em;
    letter-spacing: 1px;
}
/*-- //Services page --*/
/*-- gallery --*/
.section_1_gallery_grid{
    margin-top:1em;
}
.w3_section_1_gallery_grid {
    padding: 0 8px;
}
.section_1_gallery_grid1{
    position: relative;
}

.w3layouts_gallery_grid1_pos{
    background: rgba(72, 160, 220, 0.7);
    bottom: 35px;
    left: 30px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 35px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.w3layouts_gallery_grid1_pos h3{
    letter-spacing: 1px;
    font-weight: 600;
    margin: .5em 0 .5em;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.w3layouts_gallery_grid1_pos p{
    color: #fff;
    letter-spacing:1px;
    font-size: 14px;
}
.section_1_gallery_grid:hover .w3layouts_gallery_grid1_pos{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}
p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*-- //gallery --*/
.gallery a{
    color:#000 !important;
    text-transform: uppercase;
    font-size:12px;
}

/*-- subscribe --*/
.footer-bottom {
    background: #000;
    padding: 2em 0 2em;
}
.subscribe-main {
    padding-bottom: 1em;
    background: url(/12/images/sub2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 2em 0;
}

.subscribe-head h4.sec-title {
    margin-bottom: 4px;
    letter-spacing: 3.8px;
    font-weight: 600;
}

.subscribe-head h6 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #1853a1;
    letter-spacing: 4px;
}

.subscribe-form {
    width: 50%;
    margin: 1em auto 0;
    padding: 10px;
}

.subscribe-main h5 {
    font-size: 2em;
    letter-spacing: 2px;
    color: #e01414;
    font-weight: 300;
    line-height: 1.3;
}

.subscribe-main p {
    color: #777;
    letter-spacing: 1px;
}

.subscribe-main input[type="email"] {
    width: 75%;
    padding: 12px 10px 9px;
    font-size: 15px;
    float: left;
    color: #000;
    outline: none;
    border: 1px solid #fff;
    background: #fff;
    -webkit-appearance: none;
}

.subscribe-main input[type="submit"]:hover {
    background: #e01414;
    color: #fff;
}

.subscribe-main input[type="submit"] {
    width: 22%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 2px;
    padding: 12px 10px 10px;
    border: 1px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: #000;
}

/*--map--*/
.faq li {
    margin-top: 0.5em;
}
.faq li:nth-child(1) {
    margin: 0;
}
.faq li a {
    padding: 1.2em;
    width: 100%;
    display: block;
    position: relative;
    color: #2567ff;
    text-decoration: none;
    background: #333;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.faq li a:hover,.faq li a.active{
    color: #fff;
    background:#2567ff;
}
.fas.fa-caret-square-down {
    margin-left: 1em;
    vertical-align: middle;
    font-size: 1.1em;
    top: 0;
}
.fas.fa-caret-square-down {
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
}
.faq iframe {
    width: 100%;
    min-height: 25em;
    border: none;
    margin:0 0 -6px;
}
/*--//map--*/
/*-- /banner_bottom --*/

.banner_bottom_left h4 {
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.help_full img,
.help_full img {
    width: 100%;
}

.news-main {
    margin-top: 4em;
}

.banner_bottom_left p {
    margin-bottom: 1em;
}
.news-left {
    padding-left: 0;
}

.b_left {
    padding: 0;
}

.b_right {
    padding: 0;
}

.news-right h4 {
    color: #333;
    font-weight: 500;
}

p.sub_p {
    margin: 1.2em 0;
}

.ab_info {
    margin-bottom: 2em;
}

.ab_info h4 {
    margin-top: 1em;
}

.banner_bottom_in {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.banner_bottom_in img {
    background-color: #ebeeef;
    padding: 0.5em;
}

.banner_bottom_in p {
    margin: 2em 0;
}

.ab_button {
    margin-top: 2em;
}

.ab_button a {
    padding: 0.8em 2em;
    color: #222;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: #ffffff;
    border: 2px solid rgb(118, 218, 255);
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.ab_button a:hover {
    background: #76daff;
    border: 2px solid #76daff;
    color: #fff;
}

.banner_bottom_in h3 {
    line-height: 1.3em;
}

.banner_bottom_in iframe {
    width: 600px;
    min-height: 333px;
    border: 6px solid #ddd;
    margin-top: 3em;
}

.news-main {
    margin-top: 4em;
    border-top: 1px solid #ddd;
    padding-top: 4em;
}

.banner_bottom_grid_left_grid span {
    font-size: 2em;
    color: #76daff;
    line-height: 62px;
}

.banner_bottom_grid_right h4 {
    margin-bottom: .7em;
    font-weight: 600;
    color: #222222;
    letter-spacing: 1px;
}

.banner_bottom_grid_right p {
    line-height: 1.9em;
}

/*-- //contact page--*/
/*-- subscribe --*/

.subscribe-head h4.sec-title {
    margin-bottom: 4px;
    letter-spacing: 3.8px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.subscribe-head h6 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fb6a19;
    letter-spacing: 4px;
}

.subscribe-form {
    width: 40%;
    margin: 2em auto 0;
    padding: 10px;
}

.subscribe-main h5 {
    font-size: 1.5em;
    margin: 1.5em 0 0;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
}

.subscribe-main p {
    color:#fff;
    letter-spacing: 1px;
}

.subscribe-main input[type="email"] {
    width: 80%;
    padding: 12px 10px 9px;
    font-size: 15px;
    float: left;
    color: #333;
    outline: none;
    border: 1px solid #fff;
    border-bottom: 2px solid #48a0dc;
    background: #fff;
    -webkit-appearance: none;
}

.subscribe-main input[type="submit"]:hover {
    background: #48a0dc;
    color: #fff;
}

.subscribe-main input[type="submit"] {
    width: 20%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 2px;
    padding: 12px 10px 11px;
    border: 1px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: #fb6a19;
}
/*-- //subscribe --*/
/*-- /footer --*/
.footer-main {
    text-align: center;
    padding: 2em 0;
    background: rgba(0, 0, 0, 0.92);
}

.footer-main p {
    color: #fff;
    letter-spacing: 1px;
}

.footer-main p a {
    color: #ea4c89;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.footer-main p a:hover {
    color: #000;
}

.footer-social ul li {
    display: inline-block;
}

span.icon_twitter {
    background: #1da1f2;
}

span.icon_facebook {
    background: #3b5998;
}

span.icon_dribbble {
    background: #ea4c89;
}

span.icon_g_plus {
    background: #dd4b39;
}

.footer-social ul li a {
    color: #212121;
}

.footer-social ul li span {
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
}

.footer-social ul {
    margin: 1.5em 0;
}

.footer-social ul li a {
    color: #212121;
}

.footer-social ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.footer-main h4 {
    color:#fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 300;
}
/*-- //footer --*/

/*-- bottom-to-top --*/
/*--Typography--*/

h3.typo-main-heading {
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 1px solid #c4d114;
    display: inline-block;
    color: #00aeef;
}

h4.typo-sub-heading {
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
}
.bg-primary {
    background-color: #007bff00 !important;
}
@media(max-width:1080px) {
    h4.typo-sub-heading {
        font-size: 24px;
    }
    h3.typo-main-heading {
        font-size: 2.5em;
    }
}

@media(max-width:800px) {
    h4.typo-sub-heading {
        font-size: 22px;
    }
    h3.typo-main-heading {
        font-size: 2.3em;
    }
}

@media(max-width:640px) {
    h3.typo-main-heading {
        font-size: 2em;
    }
}

/*-- //typography --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("/12/images/top1.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- /responsive design --*/
@media(max-width:1440px){
    .carousel-caption h4 {
        width: 29%;
    }
}
@media(max-width:1366px){
    .carousel-caption h4 {
        width: 30%;
    }
}
@media(max-width:1280px){
    .carousel-caption h4 {
        width: 32%;
    }
    .subscribe-form {
        width: 55%;
    }
}
@media(max-width:1080px){
    .carousel-caption h4 {
        width: 38%;
    }
    .carousel-caption {
        bottom: 14em;
    }
    .w3-pos-left h1 {
        font-size: 2.1em;
    }
    .w3-pos-inner h3 {
        font-size: 1.5em;
    }
}
@media(max-width:1024px){
    .carousel-caption h4 {
        width: 40%;
    }
    .price-gd-top h5 {
        font-size: 1.3em;
    }
}
@media(max-width:991px){
    .w3-ban-pos {
        position: static;
        width: 100%;
    }
    .carousel-caption h4 {
        width: 42%;
    }
    .carousel-caption {
        bottom: 10em;
    }
    .w3-pos-right {
        background: #000000;
    }
    .w3-pos-inner i {
        color: #fff;
    }
    .w3-pos-inner h3 {
        color: #fff;
    }
    .w3-pos-inner p {
        color: #ffffffe3;
    }
    .news {
        padding: 2em 0 4em 0;
    }
    .datew3-agileits-info {
        margin-top: 2em;
    }
    .wthree-news-grids {
        margin-top: 2em;
    }
    .carousel-item {
        height: 33em;
    }
    .carousel-caption {
        bottom: 5em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.5em;
    }
    .news {
        padding: 2em 0 2em 0;
    }
    .datew3-agileits.datew3-agileits-fltrt {
        float: none;
    }
    .datew3-agileits-info {
        margin: 1em 0;
    }
    .subscribe-main input[type="submit"] {
        width: 30%;
    }
    .subscribe-main input[type="email"] {
        width: 70%;
    }
    .w3-pos-left h1 {
        margin: 0em 0 0 0;
    }
    .price-gd-top h5 {
        font-size: 1.5em;
    }
    .service_left_grid {
        text-align: center;
        margin-bottom: 2em;
    }
    .inner_grid {
        background: rgba(0, 0, 0, 0.6);
        padding: 2.5em 1em;
        height: 300px;
    }
}
@media(max-width:800px){
    .carousel-caption h4 {
        width: 51%;
    }
    .carousel-caption {
        bottom: 2em;
    }
    .subscribe-head h4.sec-title {
        margin-bottom: 4px;
        font-size: 2.8em;
    }
    .subscribe-head h4.sec-title {
        font-size: 2.8em;
    }
    .carousel-caption {
        width: 70%;
    }
    .carousel-caption h4 {
        width: 37%;
    }
    .carousel-caption {
        bottom: 6em;
    }
    .subscribe-form {
        width: 70%;
    }
    .price-gd-top h4 {
        font-size: 1.8em;
        letter-spacing: 0px;
    }
    .price-gd-top h3 {
        font-size: 2.5em;
    }
    .price-gd-top h5 {
        font-size: 1.1em;
    }
}
@media(max-width:768px){
    .logo img {
        height: 120px;
        margin-left: 20px;
    }
    .navbar-toggler {
        position:absolute;
        margin-left:310px;
        top:15px;
    }
    .carousel-caption h4 {
        width: 39%;
    }
    .test-grid {
        margin: 0 0em;
    }
    .price-gd-top h5 {
        font-size: 1em;
    }
    h3{ font-size:20px; }
    h3:after, h3:before {
        width: 5%;
    }
    .searchF select, .searchF input, .searchF .btn {
        width: 49.4%;
        margin-bottom: 2px;
    }
    .carousel-caption a{
        font-size:14px;
    }
    .header{ }
    .navbar-toggler{ margin-right:10px;}
    .languagepickerBox{
        float:none;
        width:100%;
        margin:20px 0 0 -20px;
    }
    .navbar-collapse{
        position: absolute;
        margin:0px;
        background-color: #00094b;
        color:#fff;
        width:260px;
        padding:40px;
        top:60px;
        left:50px;
        
    }
    .navbar-light .navbar-nav .nav-link { margin:0; }
    .navbar-nav{
        
        flex: none;
    }
    .ml-auto, .mx-auto {
        margin-left:0  !important;
        margin-right:0  !important;
    }
    #navbarSupportedContent {
        width:260px;
        padding-right: 0px;
    }
    .dropdown-item{ 
        font-size:14px; 
    }
    .propres{
        float:none;
        width:100%;
    }
    .details h1 {
        font-size:22px;
        text-align: center;
    }
    .details-photo-info, #full-specs{
        float:none;
        width:100%;
        height:auto;
    }
    .photosgallery-std .sliderkit-panel, .photosgallery-std {
        height: 395px !important;
    }
    .details h3{
        font-size:18px;
    }
    .details h3:after, .details h3:before {
        width: 5%;
    }
    .table th {
        float:left;
        width:48%;
        text-align: right;
    }
    .table td {
        float:left;
        width:48%;
    }
    #specs-feat li {
        width: 48%;
    }
    .gallery-grid1, .gallery-grid2, .gallery-grid3, .gallery-grid4, .gallery-grid5 {
        padding: 0;
        float: none;
        width: 100%;
    }
    .features h3{
        text-align: center;
    }
    .features h3:after, .features h3:before {
        width: 0%;
    }
    .features-wthree-grids {
        width: 100%;
        height: 280px;
        margin-bottom: 10px;
    }
    h5.w3ls-featext {
        left: 20%;
    }
    section.footer {
        padding:20px;
        font-size:18px;
    }
}
@media(max-width:736px){
    .carousel-caption h4 {
        width: 40%;
    }
    .team-grids {
        margin-bottom: 2em;
    }
    .price-gd-top h4 {
        font-size: 2em;
    }
    .price-gd-top h5 {
        font-size: 1.5em;
    }
    .carousel-caption h4 {
        width: 42%;
    }
}
@media(max-width:684px){
    .carousel-caption h4 {
        width: 46%;
    }
}
@media(max-width:667px){
    .carousel-caption h4 {
        width: 44%;
    }
    .carousel-caption h4 {
        width: 46%;
    }
    .subscribe-main h5 {
        font-size: 1.2em;
    }
}
@media(max-width:640px){
    .carousel-caption h4 {
        width: 47%;
    }
    .carousel-caption {
        bottom: 3em;
    }
    .test-grid p {
        width: 100%;
    }
}
@media(max-width:600px){
    .carousel-caption h4 {
        width: 49%;
    }
    .carousel-caption {
        bottom: 3em;
    }
    .test-grid {
        margin: 0px 0em;
    }
}
@media(max-width:568px){
    .carousel-caption {
        width: 77%;
    }
    .test-grid p {
        margin: 0 auto 0em;
    }
}
@media(max-width:480px){
    .carousel-caption h4 {
        width: 55%;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.1em;
    }
    .datew3-agileits-info h5 a {
        font-size: 1.2em;
    }
    .carousel-item {
        height: 26em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.8em;
    }
    .w3-pos-left h1 {
        font-size: 1.8em;
    }
    .price-gd-top h3 {
        font-size: 2em;
    }
    .subscribe-form {
        width: 90%;
    }
    .subscribe-head h4.sec-title {
        font-size: 2.5em;
    }
    .footer-main h4 {
        font-size: 2.5em;
    }
}
@media(max-width:414px){
    .carousel-caption h4 {
        width: 67%;
    }
    .carousel-caption {
        bottom: 1em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.5em;
    }
    .carousel-caption p {
        font-size: 0.9em;
    }
    .carousel-caption p {
        font-size: 0.9em;
    }
    .w3-head-all h3 {
        font-size: 2.5em;
    }
    .carousel-caption {
        bottom: 3em;
    }
    .test-grid h4 {
        font-size: 1em;
        letter-spacing: 1px;
        margin: 1em 0 0.2em;
    }
    .subscribe-head h6 {
        font-size: 1em;
    }
    .subscribe-main h5 {
        font-size: 1em;
        letter-spacing: 1px;
    }
}
@media(max-width:384px){
    .carousel-caption h4 {
        width: 70%;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.5em;
    }
    .datew3-agileits-info h5 a {
        font-size: 1em;
    }
    .subscribe-main input[type="email"] {
        width: 55%;
    }
    .subscribe-main input[type="submit"] {
        width: 44%;
    }
}
@media(max-width:375px){
    .carousel-caption h4 {
        width: 71%;
    }
    .test-grid1 {
        width: 100%;
    }
    .subscribe-head h4.sec-title {
        font-size: 2em;
    }
    .footer-main h4 {
        font-size: 2em;
    }
    .w3-head-all h3 {
        font-size: 2em;
    }
    .price-gd-top h4 {
        font-size: 1.5em;
    }
    .carousel-caption h4 {
        width: 76%;
    }
    .searchF select, .searchF input, .searchF .btn {
        width: 49%;
        margin-bottom: 2px;
    }    
    .photosgallery-std .sliderkit-panel, .photosgallery-std {
        height: 295px !important;
    }
    
    #specs-feat li {
        width: 100%;
    }    
    
}
@media(max-width:320px){
    .carousel-caption h4 {
        width: 83%;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.2em;
    }
    .carousel-caption h4 {
        font-size: 1.2em;
    }
    .carousel-item {
        height: 23em;
    }
    .carousel-caption h4 {
        width: 66%;
    }
    .carousel-caption {
        bottom: 2em;
    }
    .w3-pos-left h1 {
        font-size: 1.5em;
        letter-spacing: 0px;
    }
    .datew3-agileits-info h5 a {
        font-size: 1em;
        letter-spacing: 0px;
    }
    .subscribe-main {
        min-height: 283px;
        padding: 1em 0;
    }
    .subscribe-main h5 {
        margin: 0.5em 0 0;
    }
    .subscribe-form {
        margin: 1em auto 0;
    }
    .subscribe-main {
        min-height: 257px;
    }
}
/*-- /responsive design --*/