

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}
porganization {
    font-size: 1em;
    color: #2e2e2e;
    line-height: 1.8em;
    letter-spacing: 1px;
}
a,
a:hover {
    text-decoration: none;
}

.banner {
    background: url('../images/banner1.jpg') no-repeat 0px 0px;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}


/* banner typed text */

#message p {
    margin: 1em 0;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.ghost,
.glitch {
    opacity: 0.25;
}

#message {
    position: absolute;
    height: 260px;
    width: 50%;
    left: 30%;
    top: 35%;
}

#animate {
    text-shadow: 0 0 8px rgba(209, 194, 165, 0.1);
    position: absolute;
    color: #4f4228;
    bottom: 0;
}

/* banner typed text */

/* navbar */

.bg-light {
       background-color: #2b2b2bd1 !important;
}

.dropdown-item {
    font-size: 13.5px;
}
.blog-info li {
    display: inline-block;
}
.blog-info li a {
    color: #555;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.blog-info {
    background: #f6f6f6;
    padding: 20px;
}
.blog-info h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.navbar-light .navbar-brand {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 4px;
}
li > a:only-child:after {
    content: '';
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color:#54a992;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #54a992;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #ffffff;
}

section.aw-accordion{
  width:100%;
}
section.aw-accordion .one,
section.aw-accordion .two,
section.aw-accordion .three,
section.aw-accordion .four,
section.aw-accordion .five,
section.aw-accordion .six,
section.aw-accordion .seven,
section.aw-accordion .eight{
  font-size: 16px;
  font-weight: 600;
  width:25%;
  border-right: 2px solid #fff;
  float:left;
  height:230px;
  display:inline-block;
  z-index:1;
  position:relative;
  overflow:hidden;
  padding:1%;
  transition:all 200ms cubic-bezier(0.645, 0.575, 0.090, 1.000);
  cursor: default;
}
section.aw-accordion .one span,
section.aw-accordion .two span,
section.aw-accordion .three span,
section.aw-accordion .four span,
section.aw-accordion .five span,
section.aw-accordion .six span,
section.aw-accordion .seven span,
section.aw-accordion .eight span{
   background: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  height:100%;
  display:table;
}
section.aw-accordion .one:hover span,
section.aw-accordion .two:hover span,
section.aw-accordion .three:hover span,
section.aw-accordion .four:hover span,
section.aw-accordion .five:hover span,
section.aw-accordion .six:hover span,
section.aw-accordion .seven:hover span,
section.aw-accordion .eight:hover span{
   background: -webkit-linear-gradient(left, rgb(255 255 255), rgba(255, 255, 255, .7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.aw-accordion .one{
  background-color: #2baf95;
  border-radius:10px 0 0 10px;
}
 
section.aw-accordion .two{
   background-color: #2baf95;
}
 
section.aw-accordion .three{
   background-color: #2baf95;
}
section.aw-accordion .four{
   background-color: #2baf95;
  border-radius:0 10px 10px 0;
}
section.aw-accordion .five{
   background-color: #2baf95;
  border-radius:10px 0 0 10px;
}
section.aw-accordion .six{
   background-color: #2baf95;
}
section.aw-accordion .seven{
   background-color: #2baf95;
}
section.aw-accordion .eight{
   background-color: #2baf95;
  border-radius:0 10px 10px 0;
}
section.aw-accordion .one:hover,
section.aw-accordion .two:hover,
section.aw-accordion .three:hover,
section.aw-accordion .four:hover,
section.aw-accordion .five:hover,
section.aw-accordion .six:hover,
section.aw-accordion .seven:hover,
section.aw-accordion .eight:hover{
  overflow-y: auto;
}
section.aw-accordion div::-webkit-scrollbar { 
    width: 12px; 
} 
section.aw-accordion div::-webkit-scrollbar-track { 
    background-color: rgba(1, 1, 1, .1);
} 
section.aw-accordion div::-webkit-scrollbar-thumb { 
    background-color: rgba(1, 1, 1, .2);
} 
section.aw-accordion div::-webkit-scrollbar-thumb:hover { 
    background-color: rgba(1, 1, 1, .3);
} 
section.aw-accordion div img{
  float:left;
  margin:0 10px 0 0;
  border:3px solid rgba(255, 255, 255, .2);
  box-shadow:0 0 15px rgba(1, 1, 1, .1);
  -webkit-box-shadow:0 0 15px rgba(1, 1, 1, .1);
  -moz-box-shadow:0 0 15px rgba(1, 1, 1, .1);
  width:150px;
}
 
section.aw-accordion div img,
section.aw-accordion div h1{
  opacity:.3;
  transition:all .3s
}
 
section.aw-accordion div:hover img,
section.aw-accordion div:hover h1{
  opacity:1;
}
 
section.aw-accordion div h1{
  margin:0 0 5px;
  font-weight:300;
  color:white;
}
@media (max-width:1024px){
  section.aw-accordion .one,
  section.aw-accordion .two,
  section.aw-accordion .three,
  section.aw-accordion .four,
  section.aw-accordion .five,
  section.aw-accordion .six,
  section.aw-accordion .seven,
  section.aw-accordion .eight{
    font-size:12px;
  }
 
  section.aw-accordion div img{
    width:100px;
  }
 
  section.aw-accordion div h1{
    font-size:120%
  }
}
 
@media (max-width:768px){
  section.aw-accordion div img{
    width:60px;
  }
 
  section.aw-accordion div h1{
    font-size:100%
  }
}



* {box-sizing: border-box}

/* Add padding to containers */
.containerr {
  padding: 16px;
}

/* Full-width input fields */
input[type=text], input[type=password],input[type=mail],select {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus,  input[type=mail]:focus,select:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity:1;
}



/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}








.row:after {
  content: "";
  display: table;
  clear: both;
}


.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 72%;
  margin-top: 6px;
}




/* navbar */

header h3 {
    color: rgb(84, 169, 146);
    font-size: 40px;
    letter-spacing: 2px;
}

header p {
    color: rgb(156, 156, 156);
    font-size: 15px;
}

.agileits-s-grid i {
    font-size: 30px;
    padding: 20px;
    border: 1px solid #eee;
    background: #000;
    color: #ffffff;
}

i.icon1 {
    background: #ffaf40;
}

i.icon2 {
    background: #04b6ff;
}

i.icon3 {
    background: #f46952;
}

i.icon4 {
    background: #7d67bc;
}

i.icon5 {
    background: #e24848;
}

i.icon6 {
    background: #e248a6;
}

.agileits-s-grid h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
}

.agileits-s-grid p {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.8;
}

/* -- about --*/

.wthree-abt-info {
    background-color: #f9f9f9;
    padding: 6%;
}

.wthree-abt-info h2 {
    color: #000000;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
}

.wthree-abt-info p {
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2.2;
}

.wthree-abt-info a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    border: none;
    border-radius: 0;
    background: #04b6ff;
    padding-top: 11px;
    padding-bottom: 11px;
}

/* -- /about --*/

/* gallery */

ul.portfolio-area li figure {
    margin: 0;
}

.portfolio-categ li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px;
    font-size: 1.1em;
    margin: 0 0.4em;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.portfolio-categ li a {
    color: #333;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 2px;
}

a.image-gal {
    display: block;
}

.portfolio-area li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    width: 19%;
    margin: 0.5%;
	width: 355px;
}

.home-portfolio-text {
    margin-top: 10px;
}

.portfolio-categ li.active {
    background: #48c7d6;
    color: #fff;
}

.portfolio-categ li.active a {
    color: #fff;
}

/* //gallery */

/*--  interior-designs --*/

.w3ls-interior-design-grids:nth-child(2) {
    padding: 15px 0;
}

/*-- effect --*/

.w3ls-interior-design-grid-left {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */

.w3ls-interior-design-grid-left figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.w3ls-interior-design-grid-left figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.w3ls-interior-design-grid-left figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.w3ls-interior-design-grid-left figure figcaption::before,
.w3ls-interior-design-grid-left figure figcaption::after {
    pointer-events: none;
}

.w3ls-interior-design-grid-left figure figcaption,
.w3ls-interior-design-grid-left figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** Lexi *****/

/*---------------*/

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 285px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi h3 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
    font-size: 25px;
    color: #fff;
}

figure.effect-lexi h3 span {
    color: #82a550;
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em 1em 0em;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
    font-size: .8em;
    line-height: 1.8em;
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-- //effect --*/

.w3ls-interior-design-grid-right h3 {
    font-size: 25px;
    color: #48c7d6;
    margin-top: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.w3ls-interior-design-grid-right h3 span {
    color: #54a992;
}

.banner-bottom-info {
    padding-top: 3em;
    border-top: 1px solid #c0c0c0;
}
.banner-bottom span.fa {
    font-size: 30px;
    color: #54a992;
	    float: left;
    padding-right: 20px;
}
.inner-info h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
 /*   font-weight: 600;  */
}
.w3ls-interior-design-grid-right p {
    margin: 20px 0 0;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2.2;
}

.w3ls-interior-design-grid-right p span {
    display: block;
    margin: 20px 0 0;
}

/*--  interior-designs --*/

/* video */

.w3ls-video-info h1.heading1 {
    font-size: 29px;
    text-align: center;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.8;
}

.w3ls-video-info p {
    margin: 20px auto;
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 28px;
}

.center-container {
    background: rgba(0, 0, 0, 0.45);
}

.readmore-w3 {
    float: left;
    margin-left: 13em;
}

.w3ls-video-info ul li {
    display: inline-block;
    font-size: 1em;
}

.w3ls-video-info ul li a {
    padding: 10px 40px;
    text-decoration: none;
    color: #212121;
}

.w3l_contact,
.w3ls_more:hover {
    border: 2px solid #fff;
    color: #ffffff !important;
    background: none;
}

.w3ls_more,
.w3l_contact:hover {
    border: 2px solid #146eb4;
    background: #146eb4;
    color: #fff !important;
}

/* //video */

/* Team Members */

.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}



.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li {
    list-style-type: none;
}

ul.social-icons li a i {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

i.fab.fa-facebook-f:hover {
    background: #3b5998;
    border: 1px solid #3b5998;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

i.fab.fa-twitter:hover {
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

i.fab.fa-google-plus-g:hover {
    background: #dd4b39;
    border: 1px solid #dd4b39;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*-- stats --*/

.stats_info p {
    font-size: 50px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 2;
}

.stats_info h4 {
    font-size: 15px;
    color: #54a992;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stats_info i {
    font-size: 3em;
    color: #fff;
    margin: 0;
}

.stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats_info.counter_grid {
    background: #383838;
}

.stats_info.counter_grid1 {
    background: #383838;
}

.stats_info.counter_grid2 {
    background: #383838;
}

.stats_info.counter_grid3 {
    background: #383838;
}

.stats_info {
    text-align: center;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.stats_info:nth-child(3) {
    border-right: 0px;
}

.stats_info:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

.stats_info label {
    width: 45px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 25px;
}

/*-- //stats --*/

p.card-text {
    margin: 20px 0 0;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2;
}

a.btn.more {
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
}





.btn {
    border: 2px solid #fff;
    padding: 11px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;

}

.btn:hover {
    background: #636363;
    border: 2px solid #636363;
    color: #5aa08e;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.btn.more {
background: #54a992;
    border: 2px solid #5aa08e;
    color: #fff;
}

.btn.more.black:hover {
    background: #636363;
    border: 2px solid #636363;
    color: #5aa08e;
}

.modal-body p {
    color: #212121;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2;
}

/* ---------------------------------------------- */

section.testimonials {
    background: url(../images/clients-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}

p.diff {
    color: #dadada;
}

.testimonials p.speech {
    padding: 40px;
    margin: 20px;
	color: white;
    text-align: center;
	font-size: 1.2em;
    line-height: 2;
    background-color: #17171773;
    /* Primary color, can be changed via colors.css */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/*
.testimonials p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 80px;
    top: 100%;
    border: 15px solid;
    border-color: rgb(130, 165, 1) transparent transparent rgb(130, 165, 1);

}




.testimonials p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 83px;
    top: 100%;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}
*/


.client-info {
    padding: 10px;
}

.client-info h4 {
    color: rgb(84, 169, 146);
    /* Primary color, can be changed via colors.css */
    margin: 10px 0 0 0;
    padding: 0;
}

.client-info span {
    display: block;
    padding: 5px;
    color: #fff;
}

.client-info img {
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #54a992;
}

/* ---------------------------------------------- */

.contact-form .form-group {
    padding: 5px 0;
    min-height: 100%;
}

.contact-form .form-group label {
    font-weight: 600;
}

.contact-form .form-group button {
    display: inline-block;
    min-height: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
}

.contact-form .form-group textarea {
    padding-top: 10px;
}

.contact-form .form-group .btn-default {
    min-width: 100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    /* Increase height as required */
    margin-bottom: 0px;
    padding: 0 10px;
    /*  Now only left & right padding */
}

.agile-w3ls-contact-address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.agile-w3ls-contact-address ul li {
    font-size: 16px;
}

.agile-w3ls-contact-address ul li span {
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.contact-form label.error,
.contact-form label.error.valid {
    color: #f00;
    padding-top: 10px;
}

.contact-form label.error.valid {
    color: #018804;
}

.form-alerts .alert {
    border-radius: 0;
    border: 0;
}

.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger {
    color: #fff;
    background: #85ceab;
}

.form-alerts .alert.alert-danger {
    background: #fe8080;
}

address a {
    color:rgb(84, 169, 146);
}

.w3-agile-google-map iframe {
    height: 400px;
}

/* ---------------------------------------------- */

footer#footer {
    background: rgba(54, 53, 54, .96);
    /* Dark color/Footer color, can be changed via colors.css */
    color: #fff;
	    border-top: outset;
    border-width: 50px;
}

footer h2 {
    display: inline-block;
    color: #fff;
}

footer h4 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
}

footer p {
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
}

footer p a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

footer p a:hover {
    color: #54a992;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

footer ul.blog-entries,
footer ul.twitter-entries {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

footer ul.blog-entries li,
footer ul.twitter-entries li {
    margin: 10px 0;
    line-height: 1.5;
}

footer ul.blog-entries li span,
footer ul.twitter-entries li span {
    display: block;
    color: #6d7579;
}

footer .w3l-copynote {
    background: rgb(31, 31, 31);
    /* Dark color/Footer color, can be changed via colors.css */
}

footer .w3-social a {
    display: inline-block;
    padding: 6px;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid rgba(254, 82, 76, 1);
    background: rgba(254, 82, 76, 1);
    /* Primary color, can be changed via colors.css */
    font-size: 30px;
}

.scroll-top a:hover {
    border: 1px solid #fff;
    /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c;
    /* Hover color, can be changed via colors.css */
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_move.png) no-repeat 0px 0px;
}








.banner_bottom {
    background: #f7f7f7;
}
body img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0.3em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.features-w3pvt-main {
    border-top: 1px solid #ddd;
    margin-top: 3em;
    padding-top: 4em;
}








/*- Typography page -*/

.inner-banner {
    background: url('../images/banner1.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

div#breadcrumb_wrapper {
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
}

div#breadcrumb_wrapper h2 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #fff;
}

div#breadcrumb_wrapper h6 {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
@media screen and (max-width: 900px){
.w3layouts-section {
    padding: 5em 0;
}
}
@media screen and (max-width: 900px) {
    ul.nav.navbar-nav {
        padding-top: 1em;
    }
    .w3ls-banner-text h4 {
        font-size: 4.6em;
    }
    .cd-radial-slider-content h3 {
        font-size: 1.8em;
    }
    .banner-right {
        padding: 2em 2em 0;
    }
    span.title-sub {
        margin-left: 12.48%;
    }
    h3.sec-title {
        font-size: 1.7em;
    }
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 1.7em 1em;
    }
    [class^='imghvr-'] .figcaption p {
        line-height: 1.3em;
    }
    .agileinfo-price-top h5 {
        font-size: 1.8em;
    }
    .agileinfo-price-top p {
        letter-spacing: 3px;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 34%;
    }
    h4.explore-title {
        font-size: 2.5em;
        margin-top: 3.5em;
    }
    .w3layouts-section {
        padding: 5em 0;
    }
}

@media screen and (max-width: 800px) {
    h3.sec-title {
        font-size: 1.6em;
        width: 40%;
    }
    [class^='imghvr-'] .figcaption p {
        line-height: 1.2em;
        font-size: 1em;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 36%;
    }
    .prices-grids {
        width: 50%;
        float: left;
        margin: 0em auto;
    }
    .prices-grids :last-child {
        margin-top: 1em;
    }
}

@media screen and (max-width: 768px) {
    h3.sec-title {
        width: 41%;
    }
    .gallery-grids {
        padding: 6px;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 38%;
    }
    .w3ls-banner-text h4 {
        font-size: 4.2em;
    }
}
@media screen and (max-width: 1024px) {
    .w3ls-banner-text h4 {
        font-size: 5.3em;
    }
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 2em 1em;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 31%;
    }
    .g1 {
        padding: 1em 2em 3em;
    }
    .navbar-nav li {
        width: 11%;
    }
}

@media screen and (max-width: 480px) {
    .banner-left {
        float: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        border-right: none;
        padding: 0;
    }
    .banner-right {
        padding: 0;
        text-align: center;
        float: none;
        margin: 1em 0 0;
        width: 100%;
    }
    .about-grid1 {
        min-height: 500px;
    }
    .w3ls-banner-text h4 {
        font-size: 3em;
    }
    .ban-btn {
        padding: .3em 1.5em;
        margin-top: 0.5em;
    }
    span.title-sub {
        margin-left: 21.5%;
    }
    h3.sec-title, div#gallery h3.sec-title, #clients h3.sec-title {
        width: 69%;
    }
    .prices-grids {
        width: 94%;
        float: none;
    }
    [class^='imghvr-'] .figcaption, [class*=' imghvr-'] .figcaption {
        padding: 2em 1em;
    }
    .about-grid2 {
        padding: 4em 0 4em 0em;
    }
    .numscroller {
        width: 29%;
    }
    .stat2 {
        width: 39%;
    }
    stat-right-pos h4 {
        font-size: 1.3em;
    }
    span.title-sub {
        margin-left: 19%;
    }
    .about-subgrid h4 {
        line-height: 1.5;
    }
}
@media screen and (max-width: 1366px) {
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 4em 2em;
    }
}
[class^='imghvr-'] .figcaption h4 {
    font-size: 2em;
    margin-bottom: .5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1280px) {
    .w3ls-banner-text h4 {
        font-size: 6.5em;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 27%;
    }
    .about-subgrid p {
        font-size: 1.7em;
    }
}
@media screen and (max-width: 1440px) {
    .cd-radial-slider-content .wrapper>div {
        width: 60%;
    }
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 5em 2em;
    }
}

.w3layouts-section {
    padding: 6em 0;
}
.gallery {
    background: #e8e8e8;
	padding-left:1%;
}

.gallery-grids:nth-child(1) {
    padding: 0 1em 0em 0;
}

.gallery-grids:nth-child(2) {
    padding: 0 1em 0 0em;
}

div#gallery h3.sec-title,
#clients h3.sec-title {
    float: left;
    width: 26%;
}

.gallery-grids {
    padding: 1em;
}


@media screen and (max-width: 768px) {
    h3.sec-title {
        width: 41%;
    }
    .gallery-grids {
        padding: 6px;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 38%;
    }
    .w3ls-banner-text h4 {
        font-size: 4.2em;
    }
}
@media screen and (max-width: 384px) {
    .gallery-grids {
        width: 100%
    }
    [class^='imghvr-'] .figcaption, [class*=' imghvr-'] .figcaption {
        padding: 6em 1em;
    }
    span.title-sub {
        margin-left: 23%;
    }
    .stat-text {
        padding: 2em 1em;
    }
    .about-main {
        padding-top: 2em;
    }
    .about-subgrid p {
        font-size: 1.3em;
    }
    .stats-dot, .stats-left {
        min-height: 480px;
    }
    .stats-info.stats-text {
        padding: 5em 0em 9em 1em;
    }
    .stat-right-pos h4 {
        font-size: 1.3em;
    }
    .team-grids {
        width: 100%;
    }
    .contact-right-grid {
        padding: 2em;
    }
    .wthree-contact-form input[type="submit"] {
         padding: .5em 3em;
    }
}


div#gallery h3.sec-title, #clients h3.sec-title {
    float: left;
    width: 26%;
}
h3.sec-title {
    color: #eead31;
    text-align: right;
    font-size: 2em;
    text-transform: capitalize;
    background: #000;
    padding: 12px 15px 12px 10px;
    margin-bottom: 1em;
    width: 30%;
    float: right;
}
h3.sec-title span {
    background: #eead31;
    color: #000;
    padding: 0 5px;
    margin: 0 10px;
}
.gallery-grids:nth-child(1) {
    padding: 0 1em 0em 0;
}
.gallery-grids {
    padding: 1em;
}
/*-- imghvr-hinge-right -- */

.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-right .figcaption {
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-hinge-right:hover>img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover .figcaption {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/*-- //imghvr-hinge --*/

/*-- imghvr-hinge --*/

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    background-color: #3e3e3e;
    color: #212121;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] .figcaption,
[class*=' imghvr-'] .figcaption {
    background-color: #252525;
    padding: 5.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #54a992;
    text-align: center;
}

[class^='imghvr-'] .figcaption h4 {
    font-size: 1.5em;
    margin-bottom: .5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[class^='imghvr-'] .figcaption p {
    line-height: 2em;
	font-size: 1.4em;
    color:#ffffff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-hinge-'] .figcaption,
[class*=' imghvr-hinge-'] .figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
    opacity: 0;
}

[class^='imghvr-hinge-']:hover .figcaption,
[class*=' imghvr-hinge-']:hover .figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    -ms-transition-delay: 0.21s;
    transition-delay: 0.21s;
}


/*-- imghvr-hinge-right -- */


/*-- imghvr-hinge-right -- */

.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-right .figcaption {
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-hinge-right:hover>img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover .figcaption {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/*-- //imghvr-hinge --*/




@media screen and (max-width: 600px) {
    .cd-radial-slider-content .wrapper > div {
        width: 78%;
    }
    .w3ls-banner-text.text-center p {
        font-size: 1em;
    }
    .cd-radial-slider-content h3 {
        font-size: 1.5em;
    }
    .w3ls-banner-text h4 {
        font-size: 3.5em;
    }
    
    [class^='imghvr-'] .figcaption, [class*=' imghvr-'] .figcaption {
        padding: 4.7em 1em;
    }
    .cd-radial-slider-content .wrapper > div {
        width: 78%;
    }
    .w3ls-banner-text.text-center p {
        letter-spacing: 1px;
    }
    h3.sec-title, div#gallery h3.sec-title, #clients h3.sec-title {
        width: 56%;
    }
    .g1 p span.fa {
        font-size: 1.5em;
    }
    span.title-sub {
        margin-left: 16.5%;
    }
}



.service {
    padding: 0em 0 8em;
}
.ser-top {
    margin-bottom: 8em;
}
.ser-top h3 {
    text-align: center;
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
    color: #000;
}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}
.ser-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #54a992;
    margin-bottom: 3px;
}
.ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 42%;
}
.ser-t span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #54a992;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.ser-t b.line {
    width: 80%;
    margin: 0 auto;
}
.ser-head {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    display: inline-block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    float: left;
    width: 25%;
}
.ser-grid {
    width: 220px;
    height: 220px;
    display: block;
    opacity: 1;
    border: 2px solid #54a992;
    position: relative;
}
.ser-grid:hover {
    background: #54a992;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.ser-grid1 {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    text-align: center;
    position: absolute;
    top: 14%;
    left: 4%;
}
.ser-grid1 i {
    font-size: 2em;
    color: #000000;
}
.ser-grid1 h3 {
    font-size: 1.8em;
    color: #000000;
    margin: 0.4em 0;
}
.ser-grid1 p {
    font-size: 0.9em;
    color: #464646;
    line-height: 1.8em;
    margin: 0 0 1em;
}
@media screen and (max-width: 736px) {
    .banner-right {
        padding: 2em 1em 0;
    }
    h3.sec-title,div#gallery h3.sec-title, #clients h3.sec-title {
        width: 52%;
        float: none;
    }
    .w3layouts-section {
        padding: 4em 0;
    }
    .prices-grids {
        width: 45%;
        float: left;
        margin: 1em;
    }
    span.title-sub {
        margin-left: 13%;
    }
    [class^='imghvr-'] .figcaption, [class*=' imghvr-'] .figcaption {
        padding: 5.7em 1em;
    }
}
@media screen and (max-width: 900px) {
    ul.nav.navbar-nav {
        padding-top: 1em;
    }
    .w3ls-banner-text h4 {
        font-size: 4.6em;
    }
    .cd-radial-slider-content h3 {
        font-size: 1.8em;
    }
    .banner-right {
        padding: 2em 2em 0;
    }
    span.title-sub {
        margin-left: 12.48%;
    }
    h3.sec-title {
        font-size: 1.7em;
    }
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 1.7em 1em;
    }
    [class^='imghvr-'] .figcaption p {
        line-height: 1.3em;
    }
    .agileinfo-price-top h5 {
        font-size: 1.8em;
    }
    .agileinfo-price-top p {
        letter-spacing: 3px;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 34%;
    }
    h4.explore-title {
        font-size: 2.5em;
        margin-top: 3.5em;
    }
    .w3layouts-section {
        padding: 5em 0;
    }
}
@media screen and (max-width: 1024px) {
    .w3ls-banner-text h4 {
        font-size: 5.3em;
    }
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 2em 1em;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 31%;
    }
    .g1 {
        padding: 1em 2em 3em;
    }
    .navbar-nav li {
        width: 11%;
    }
}
@media screen and (max-width: 1080px) {
    .navbar-nav li {
        width: 85%;
    }
    .w3ls-banner-text h4 {
        font-size: 6em;
    }
    .cd-radial-slider-content h3 {
        font-size: 2.3em;
    }
    span.title-sub {
        margin-left: 16.9%;
        width: 33px;
    }
    .about-subgrid p {
        font-size: 1.4em;
    }
    .about-subgrid h4 {
        font-size: 1.25em;
    }
    h3.sec-title {
        width: 37%;
        font-size: 1.8em;
    }
    div#gallery h3.sec-title,
    #clients h3.sec-title {
        width: 30%;
    }
    .contact-right-grid:before {
        left: 47%;
    }
    h4.explore-title {
        font-size: 2.8em;
    }
    .w3ls-banner-text h4 {
        font-size: 5.8em;
    }
    [class^='imghvr-'] .figcaption p {
        line-height: 1em;
    }
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 2.5em 1.2em;
    }
    .agileinfo-price-top h5 {
        font-size: 2em;
    }
    .stats-grid:after {
        left: 49px;
    }
    .stats-grid:before {
        left: 45px;
    }
}
@media screen and (max-width: 1366px) {
    [class^='imghvr-'] .figcaption,
    [class*=' imghvr-'] .figcaption {
        padding: 4em 2em;
    }
}




/*--footer--*/
.buttom-footer{background:#292929;}
.fill-all-form input[type="text"], .fill-all-form input[type="email"] {
width: 100%;
background: #fff;
border: 1px solid #ffffff;
padding: .8em .7em;
border-radius: 0px;
outline: none !important;
font-size: 14px;
} 
.click-me,button[type=submit]{
font-size: 13px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
background-color: #5aa08e;
outline: none;
padding: 12.5px 13px;
border: 1px solid #5aa08e;
border-radius: 0px;
}
.state-us h4 {
font-size: 27px;
color:#fff;
text-transform: uppercase;
}
.subscribe-form {
display: flex;
}
.email-info{flex:1;}
.addres-up ul li span{
font-size:14px;
color:#fff;
}
.addres-up ul li,.icons p,.bottom-para p a,.bottom-para p {
font-size: 14px;
color: #fff;
line-height: 29px;
}
.addres-up ul li a{color:#fff;}
.addres-up ul li a:hover{color:#d24055;}
.icons {
}
.icons ul li,.icons-social ul li{
display: inline-block;
}
.icons ul li a{
color: #fff;
}
.icons ul li a span,.icons-social ul li a span{
font-size: 15px;
border: 1px solid #fff;
letter-spacing: 0px;
width: 37px;
height: 37px;
line-height: 35px;
text-align: center;
margin: 0px 5px;
color:#b17812;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.icons ul li a span:hover {
color: #000;
background:#fff;
}
.icons-social ul li span {color:#000;}
.nav-link {
font-size: 14px;
color: #fff;
}
.nav-link:focus,.nav-link:hover,.bottom-para p a:hover,ul.w3agile_footer_grid_list li a:hover {
color:#54a992;
text-decoration: none;
}
ul.w3agile_footer_grid_list li a {
color:#caaa71;
}
.wthree-left-right h4 {
font-size: 28px;
color:#fff;
font-weight: 600;
padding-bottom: 21px;
letter-spacing: 2px;
font-family: 'Libre Baskerville', serif;
}
footer{background:#000;}
footer p {
padding: 0.8em 0;
text-align: center;
font-size: 14px;
color: #fff;
letter-spacing: 2.5px;
}
footer p a {
color:#54a992;
}
footer p a:hover {
color:#fff;
}
.blockquote-footer{background:transparent;}
/*-- //footer --*/





.ser-grid:hover .ser-grid1 p {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
@media (max-width: 600px){
.ser-head {
    width: 46%;
}

}
@media (max-width: 760px){
.service {
    padding: 3em 0 4em;
}
.ser-top h3 {
    font-size: 2.5em;
}
.ser-head {
    width: 47%;
}
}
@media (max-width: 991px){
.ser-top {
    margin-bottom: 4em;
}
.ser-t {
    width: 30%;
}
.ser-head {
    width: 50%;
    margin-bottom: 2em;
}
.service {
    padding: 4em 0 5em;
}
}
@media (max-width: 1024px){
.ser-top {
    margin-bottom: 6em;
}
.ser-grid {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.ser-grid1 {
    top: 8%;
    left: 4%;
}
.ser-grid1 h3 {
    font-size: 1.1em;
}
.ser-grid1 p {
    font-size: 0.7em;
}
.service {
    padding: 5em 0 6em;
}
}

/*- Typography page -*/

/*- Responsive -*/
@media (max-width:1680px) {
	.portfolio-area li {
		width: 310px;
	}
}
@media (max-width:1600px) {
	.portfolio-area li {
		width: 295px;
	}
}
@media (max-width:1440px) {
    #message {
        width: 55%;
        left: 25%;
        font-size: 12px;
    }
    .wthree-abt-info {
        padding: 5%;
    }
	.portfolio-area li {
		width: 264px;
	}
}
@media (max-width:1366px) {
    .wthree-abt-info {
        padding: 3%;
    }
	.portfolio-area li {
		width: 250px;
	}
}
@media (max-width:1280px) {
    #message {
        width: 60%;
        left: 20%;
    }
    .wthree-abt-info {
        padding: 2%;
    }
	.portfolio-area li {
		width: 234px;
	}
}
@media (max-width:1080px) {
    #message {
        width: 80%;
        left: 10%;
    }
    .portfolio-area li {
        width: 24%;
        margin: 0.5%;
		width: 247px;
    }
    .w3ls-interior-design-grid-right h3 {
        font-size: 23px;
        margin-top: 8px;
        letter-spacing: 1px;
    }
}
@media (max-width:1050px) {
	.portfolio-area li {
		width: 240px;
	}
}
@media (max-width:1024px) {
    .w3ls-video-info p {
        width: 75%;
    }
	.portfolio-area li {
		width: 234px;
	}
}

@media (max-width:991px) {
	.collapse.show {
		z-index: 9;
	}
    .navbar-toggler {
        background-color: #ffffff;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    ul.navbar-nav {
        background: rgba(0, 0, 0, 0.5607843137254902);
        padding: 12px 175px;
    }
    .agileits-s-grid h4 {
        font-size: 18px;
    }
    .wthree-abt-info {
        padding: 6%;
    }
    .w3ls-video-info h1.heading1 {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .w3ls-video-info p {
        width: 95%;
        line-height: 26px;
    }
    .navbar-nav .dropdown-menu {
        text-align: center;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
	.portfolio-area li {
		width: 226px;
	}
}
@media (max-width:900px) {
	.portfolio-area li {
		width: 204px;
	}
}
@media (max-width:800px) {
    #message p {
        font-size: 18px;
    }
    .stats_info h4 {
        font-size: 14px;
    }
	.portfolio-area li {
		width: 243px;
	}
}
@media (max-width:768px) {
    #message p {
        font-size: 17px;
    }
    header h3 {
        font-size: 38px;
    }
    .portfolio-area li {
        width: 31.333%;
        margin: 1%;
		width: 225px;
    }
}
@media (max-width:736px) {
    #message {
        width: 86%;
        left: 7%;
    }
    .portfolio-categ li a {
        font-size: 13px;
        letter-spacing: 1px;
    }
	.portfolio-area li {
		width: 215px;
	}
}
@media (max-width:667px) {
    #message p {
        font-size: 16px;
        margin: 0.8em 0;
    }
    .w3-agile-google-map iframe {
        height: 350px;
    }
	.portfolio-area li {
		width: 194px;
	}
}
@media (max-width:640px) {
	.portfolio-area li {
		width: 185px;
	}
}
@media(max-width:600px) {
    .w3-agile-google-map iframe {
        height: 320px;
    }
	.portfolio-categ li {
		padding: 6px 12px;
	}
	.portfolio-area li {
		width: 173px;
	}
}
@media(max-width:568px) {
    .portfolio-categ li {
        padding: 4px 10px;
        font-size: 1em;
    }
    header h3 {
        font-size: 34px;
    }
    .agileits-s-grid p {
        font-size: 14px;
    }
    header p {
        font-size: 14px;
    }
    .portfolio-area li {
        width: 48%;
        margin: 1%;
		width: 250px;
    }
    .w3ls-interior-design-grid-right p {
        margin: 12px 0 0;
    }
}
@media(max-width:480px) {
    .portfolio-categ li {
        padding: 3px 6px;
        margin: 0 0em;
    }
    .w3ls-interior-design-grid-right h3 {
        font-size: 22px;
    }
	.portfolio-area li {
		width: 207px;
	}
}
@media(max-width:440px) {
    .portfolio-categ li a {
        letter-spacing: 0px;
    }
    .w3ls-interior-design-grid-right h3 {
        letter-spacing: 0px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
	.portfolio-area li {
		width: 188px;
	}
}
@media(max-width:414px) {
    .testimonials p.speech {
        padding: 35px;
        font-size: 15px;
        margin: 15px;
    }
    .w3ls-interior-design-grid-right h3 {
        font-size: 20px;
    }
	.portfolio-area li {
		width: 176px;
	}
}
@media(max-width:384px) {
    header h3 {
        font-size: 30px;
    }
	.portfolio-area li {
		width: 161px;
	}
}
@media(max-width:375px) {
    .portfolio-area li {
        width: 100%;
		width: 328px;
        margin: 3% 0px;
    }
    #message p {
        font-size: 15px;
    }
}
@media(max-width:320px) {
    header h3 {
        letter-spacing: 0px;
    }
	.portfolio-area li {
		width: 273px;
	}
}

/*- Responsive -*/