/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*@font-face {
  font-family: 'Bradley Hand ITC',Arial, sans-serif;
  src: url('../fonts/BRADHITC/BRADHITC.TTF')!important;
}*/
@import url('https://fonts.googleapis.com/css?family=Stylish');
html, body{
    margin:0;
    font-size: 1.1rem;
    background: #fff;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
body a {
    text-decoration:none;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
    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"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h2,h3,h4,h5,h6{
    margin:0;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}	
p{
    margin-bottom: 10px;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
img {
    border: 0;
    width: 100%;
}
.img-thumbnail {
    display:block; 
}
.p-0{padding: 0px;}
.m-b-10{margin-bottom: 10px;}
.m-b-5{margin-bottom: 5px;}
.m-t-15{margin-top: 15px;}
.m-t-40{margin-top: 40px;}
.m-b-15{margin-bottom: 15px;}
.m-b-30{margin-bottom: 30px;}
.p-t-35{padding-top:35%}
.p-t-50{padding-top: 50px;}
.p-b-50{padding-bottom: 50px;}
.p-t-100{padding-top: 100px;}
.m-l-25{margin-left: 25px;}
.w3layouts-header-top{
    padding: 1em 0em;
    background: rgba(0, 0, 0, 0.53);
}
.over-title{
    z-index: 100;
    position: absolute;
    top: 70%;
    left: 30px;
    background: rgba(0,0,0,0.8);
    padding: 2px 8px;
    border-radius: 4px;
    color: #FFF;
}
.orange-txt {
    color: #f58634;
}
.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.66);
    padding: 10px 0;
}

.w3-header-top-left{
    float: left;
    width: 15%;
}
.w3-header-top-left p,.w3-header-top-right-text p{
    color:#FFFFFF;
    font-size:.9em;
    margin:0;
}
.w3-header-top-right{
    float: right;
}
.section_1info-social-grids {
    float: left;
}
/*-- social-icons --*/
.section_1info-social-grids{
    margin-left: 0;
}
.section_1info-social-grids ul{
    padding:0;
    margin:0;
}
.section_1info-social-grids ul li{
    display: inline-block;
}
.section_1info-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.section_1info-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.section_1info-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.section_1info-social-grids ul li a i.fa.fa-twitter{
    margin:0 1em;
}
.section_1info-social-grids ul li a i.fa.fa-twitter:hover{
    color: #55acee;
}
.section_1info-social-grids ul li a i.fa.fa-rss{
    margin:0 1em 0 0;
}
.section_1info-social-grids ul li a i.fa.fa-rss:hover{
    color: #f26522;
}
.section_1info-social-grids ul li a i.fa.fa-vk:hover{
    color: #45668e;
}
.logo h1{
    margin: 0;
}
.logo img {
    /*margin: .3em 0 0 0;*/
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    outline: none;
}

.logo h1 a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    outline: none;
}
.logo h1 a span{
    font-size: 1.5em;
    color: #FF5722;
    font-weight: 600;
}
.navbar-brand {
    height: auto; 
    padding: 0; 
    font-size: 18px; 
    line-height: 20px;
}
.navbar-nav {
    float: right;
    margin-top: 10px;
}
.navbar-default {
    border: none;
    background: none;
    min-height: auto;
    margin-bottom: 0;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-nav li.first-list:after,ul.dropdown-menu li:after{
    background: none !important;
    width: 0px !important;
}
ul.nav.navbar-nav li a {
    font-size: .9em;
    color: #FFFFFF;
    margin: 0 .2em;
    padding: .5em 1.5em;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 3px;
    border: solid 2px rgba(255, 255, 255, 0);
}
ul.nav.navbar-nav li a:hover{
    color: #FFFFFF !important;
    border: solid 2px #FFFFFF;
}
ul.nav.navbar-nav li a:focus{
    outline:none;
    border: solid 2px rgba(255, 255, 255, 0)
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
ul.nav.navbar-nav li.active a {
    color: #FFFFFF;
    background: none;
    border: solid 2px #FFFFFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none!important;
}
.top-nav .open > .dropdown-menu {
    display: block;
    background: rgba(0, 0, 0, 0.69);
    margin-top: 2em;
    left: -73%;
}
.top-nav .open > .dropdown-menu li {
    margin: 0;
    display: block;
    overflow:hidden;
}
.navbar-top .open > .dropdown-menu li a {
    display: block;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 1em;
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0);
}
.navbar-top .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #ffffff;
    border: none;
    background: none;
    border: solid 2px #FFFFFF;
}
.navbar-top .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FF5722;
    text-decoration: none;
    background-color: transparent;
    border: solid 2px #FFFFFF;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.66);
    border: none;
    top: 155%;
}


/*--banner-slider--*/

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

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

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 45%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    left: 51%;
}

.callbacks_nav.prev {
    background: transparent url(../images/left11.png) no-repeat;
    left: 6%;
}

.callbacks_nav.next {
    background: transparent url(../images/right11.png) no-repeat;
    left: 92%;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 21%;
    left: 68.5%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 5px;
}

.animated {
    z-index: 99;
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;
    -o-box-shadow: 2px 2px 5px #000000;
    -moz-box-shadow: 2px 2px 5px #000000;
    -ms-box-shadow: 2px 2px 5px #000000;
}

.callbacks_here a:after {
    background: #db3552;
}


/*----*/

.slider_banner_info_w3ls {
    margin-top: 25%;
    float: right
}

.slider_banner_info_w3ls h2{
    font-size: 3.5em;
    text-align: left;
    text-transform: uppercase;
    color: #f58634;
    font-weight: 800;
    margin-bottom: 0px;
}
.slider_banner_info_w3ls h3 {
    font-size: 1.7em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
}
.slider_banner_info_w3ls p {
    text-align: left;
    font-size: 15px;
    color: #FFF;
    margin-bottom: 30px;
}
.slider_banner_info_w3ls p a {
    font-size: 16px;
    font-weight: 600;
    color: #eee;
    padding: 12px 20px;
    border: 2px solid #fff;
    text-transform: capitalize;
    margin-top: 60px;
}
.slider_banner_info_w3ls a:hover {
    background: #f7b23b;
    border: 2px solid #f7b23b;
}
.offer{
    text-align:center;
}
.slider_banner_info_w3ls h2 span,.slider_banner_info_w3ls h3 span {
    color: #f58634;
    text-shadow: 1px 1px 2px #111;
}
.slider-dot{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 680px;
}
img.img-responsive {
    width: 100%;
}

.slider-img1 {
    background: url(../img/slider/slider01.jpg) no-repeat center center;
}

.slider-img2 {
    background: url(../img/slider/slider02.jpg) no-repeat center center;
}

.slider-img3 {
    background: url(../img/slider/slider03.jpg) no-repeat center center;
}
.slider-img4 {
    background: url(../img/slider/slider04.jpg) no-repeat center center;
}
.slider-img5 {
    background: url(../img/slider/slider05.jpg) no-repeat center center;
}
.slider-img6 {
    background: url(../img/slider/slider06.jpg) no-repeat center center;
}
.slider-img7 {
    background: url(../img/slider/slider07.jpg) no-repeat center center;
}
.slider-img8 {
    background: url(../img/slider/slider08.jpg) no-repeat center center;
}
.slider-img9 {
    background: url(../img/slider/slider09.jpg) no-repeat center center;
}
.slider-img10 {
    background: url(../img/slider/slider10.jpg) no-repeat center center;
}

.slider-img1,
.slider-img2,
.slider-img3,
.slider-img4,
.slider-img5,
.slider-img6,
.slider-img7,
.slider-img8,
.slider-img9,
.slider-img10{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 680px;
}


/*-- //Slider --*/

/*-- //Banner-Slider --*/

/* -- Features --*/
.featureswrapp{
    display: block;
    background: #ecedf2;

}
.wework{
    display: block;
    background: #f7f7f7;

}
.furniture {
    background: #363f48;
    padding: 30px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #363f48;
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.42);
    -moz-box-shadow: 0 6px 8px rgba(0,0,0,.42);
    box-shadow: 0 6px 8px rgba(0,0,0,.42);
    text-align: center;
    margin-top: -60px;
    position: relative;
    z-index: 100;
}
.furniture .icon{
    margin: auto;
    width: 50px;
}
.furniture .icon img{
    max-width: 100%;
    height: 50px;
}
.furniture h3 {
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
/*welcome section*/
.welcomeWrap {
    padding: 6rem 0;
    background: url(../img/welcome-bg.jpg) no-repeat top;
    background-size: cover;
}
.title h1 {
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.title h1 span {
    display: block;
    font-size: 24px;
    color: #f58634;
    font-style: italic;
}
.title h1 strong {
    color: #f58634;
}

.title h2 {
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.title h2 span {
    display: block;
    font-size: 24px;
    color: #f58634;
    font-style: italic;
}
.title h2 strong {
    color: #f58634;
}
.smalltitle h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.smalltitle h2 span {
    display: block;
    font-size: 14px;
    color: #f58634;
    font-style: italic;
}
.samlltitle h2 strong {
    color: #f58634;
}
/*card layout*/
.card-features {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 30px 30px 15px;
    background-color: rgb(250, 251, 255);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}
.card-features h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 30px;
}
.card-features > span {
    color: #FFF;
    font-family: times new roman;
    font-size: 28px;
    font-weight: bold;
    background: rgba(54, 63, 72, 0.5);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.card-features > span:before {
    content: '';
    background: rgba(54, 63, 72, 0);
    border-radius: 49%;
    width: 72px;
    height: 81px;
    display: block;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: -6px;
    left: -1px;
}
.card-features_item--l-t:before {
    content: '';
    height: 30px;
    width: 287px;
    border: 2px dashed #bbbbbb;
    border-bottom: none;
    position: absolute;
    left: 50%;
    top: -30px;
    /* display: none; */
}
.card-features_item--l-b:after {
    content: '';
    height: 30px;
    width: 287px;
    border: 2px dashed #bbbbbb;
    border-top: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    /* display: none; */
}
/*Project Heilights*/
.projectHielight_block {
    background-position: right bottom;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 30px;
}

.projectHielight_block::before {
    background:rgba(245, 134, 52, 1);
    content: "";
    height: 119%;
    right: 20%;
    position: absolute;
    top: 0;
    width: 161px;
    z-index: 1;
    transform: rotate(19.31deg);
    transform-origin: 174px -78px;
    -webkit-transform: rotate(19.31deg);
    -webkit-transform-origin: 174px -78px;
}
.projectHielight_block::after {
    /* background: #feb20d none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.plan-content-box {
    background: rgba(245, 134, 52, 1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.85);
    padding: 25px 0 25px 30px;
    width: 55%;
    position: relative;
    z-index: 9;
    min-height: 300px;
}
.plan-content-box h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 35px;
    position: relative;
    padding-right: 10px;
    color: #FFF;
}
.plan-content-box p{
    color: #FFF;
}
.plan-content-box h3::after {
    background: #FFF none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
}
.more_btn__block {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}
/*--footer--*/

.footer_w3layouts_section_1its{
    background: #151515;
}

.footer_w3layouts_section_1its h3,.footer_w3layouts_section_1its h2{
    font-size: 1.6em;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-text p,.contact-info p {
    color: #808080;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.5px;
/*    font-family: 'Raleway', sans-serif;*/
    font-family: 'Stylish', sans-serif;
}

.phone {
    margin-top: 10px;
}

.contact-info h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.copyright {
    /*border-top: 1px solid #808080;*/
    /*    margin-top: 2em;
        padding-top: 2em;*/
    margin-left: 15px;
    text-align: center;
}
.copyright p {
    font-size: 15px;
    letter-spacing: .5px;
    /*text-transform: capitalize;*/
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
.copyright p a{
    color:#808080;
    text-decoration: underline;
}
.copyright p a:hover {
    color:#fff;
}
.footer{
    padding: 30px 0;
}

.footer p {
    color: #808080;
}

.footer-grid:nth-child(2) {
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
    color: #34bf49;
}

.newsletter .email {
    background-color: #F4F4F4;
    border: none;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}

.flickr-grid a img {
    width: 100%;
    padding: 0.3em;
    border: 1px solid #333333;
}

.footer-text input[type="email"] {
    outline: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}

.newsletter {
    position: relative;
    margin-top: 2em;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    background: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}
.footer-grid_section_1its_w3 form {
    border: 1px solid #fff;
    width: 100%;
    margin-top: 20px;
}
ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info {
    margin-top: 15px;
}

ul.social_section_1info a {
    color: #808080;
    margin-right: 10px;
    font-size: 15px;
}
ul.social_section_1info a:hover{
    color: #fff;
}

.phone p a {
    color: #808080;
}
.phone p a:hover {
    color: #fff;
}

ul.links li {
    list-style-type: none;
    margin: 10px 0;
}
ul.links li a{
    color: #808080;
    font-size: 15px;
    letter-spacing: .5px;
}
ul.links li a:hover{
    color: #fff;
}

/*--//footer--*/

/*-- welcome --*/
.welcome{
    padding: 3em 0;
}
/*-- //welcome --*/
/*-- welcome --*/

.inner_grid1 {
    margin-bottom: 2.5em;
}
.inner_grid1:nth-child(3) {
    margin-bottom: 0;
}
.inner_grid1:nth-child(1) {
    margin-top: 20px;
}
.layer1 {
    background: rgba(0, 0, 0, 0.3);
    padding: 4.5em 5em;
    border:20px solid #fff;
    border-radius: 60px 0px 60px 0px;
}
.welcome_left {
    /*    background: url(../images/image3.jpg) no-repeat 0px 0px;*/
    background: url(../img/thedesign-office.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center center;
    padding: 0;
     border-radius: 60px 0px 60px 0px;
}
.welcome_left h3 {
    font-size: 7em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.welcome_left p {
    font-size: 20px;
    color: #eee;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 26px;
}
.read a {
    color: #fff;
    padding: 8px 25px;
    border: 2px solid #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.read a:hover {
    background: #db3552;
    border: 2px solid #db3552;
}
.read  {
    margin-top:2em;
}
.welcome_left_info {
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 2em 4em;
    border: 10px solid #f8f8f8;
    text-align: center;
    border-radius: 30px 0 30px 0;
}
.welcome_right p ,.about_left p {
    margin-top: 1em;
    line-height: 2;
    font-size: 16px;
    /*color: #777;*/
}
.welcome_right h5{
    color: #292929;
    font-size: 1.2em;
    margin: 1em 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.welcome_right h3,.about_left h3 {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #333;
}
.welcome_right {
    padding-left: 5em;
}
.know a {
    /*background: #db3552;*/
    background: #f58634;
    border: 2px solid #f58634;
    color: #fff;
    padding: 8px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.know a:hover{
    background: #333;
    border: 2px solid #333;
}
.know {
    margin-top: 2em;
}
/*-- //welcome --*/

/** welcome bottom --*/
.section{
    padding: 5em 0;
}
/*-- flex-slider --*/
.about-left-grid {
    padding-left: 0;
}
#carousel li {
    margin-right: 0 !important;
    width: 107px !important;
}

#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

#carousel img:hover {
    opacity: 1;
}

#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

/** welcome bottom --*/

/* Banner bottom */

.home-section_1-text {
    background: #3BC391;
    padding: 9em 5em;
    min-height: 714px;
}

.home-section_1-text h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size:2em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    color: #111;
    letter-spacing:1px;
}
.home-section_1-text p{
    line-height:2em;
    font-size: 1.2em;
    color: #fff;
    margin: 0.5em 0 2em 0;
}
.bannerbottomright h3 {
    font-size: 35px;
    color: #2b2b2b;
    margin-bottom: .5em;
    font-weight: 600;
}
.bannerbottomright p{
    margin-top: 1em;
    line-height: 2;
    font-size: 16px;
    /*color: #777;*/
}
.bannerbottomright h4 {
    font-size: 15px;
    margin: 1em 0 0;
    color: #444;
    text-transform: capitalize;
}
.bannerbottomright span {
    width: 30px;
    color: #db3552;
}
.bannerbottomright h3 span {
    font-weight: 200;
    color: #2b2b2b;
}

/* //banner bottom */

/*-- welcome bottom --*/
.about-section_1 {
    background: url(../img/img3.JPG)no-repeat;
    /*background: #151515;*/
    /*background: rgba(0, 0, 0, 0.3);*/
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    text-align: center;
    margin-bottom: 40px;
}
.inner-padding{
    padding: 5em 0;
    background: rgba(0,0,0,0.6)!important;
    background: none;
}
h3.heading-section_1info.white-w3ls {
    color: #eee;
    font-size: 37px;
    line-height: 48px;
    text-transform: capitalize;
}
.about-section_1 p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1em auto 0em;
    line-height: 2;
    width: 70%;
}

.bottom_grid1 h3 {
    font-size: 28px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 15px;
}
.bottom_grid1 p {
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    line-height: 26px;
}
.bottom {
    padding: 5em 0;
}
/*-- //welcome bottom --*/

/*-- breadcrumbs --*/
.w3layouts-breadcrumbs {
    background: #151515;
    padding: 11px 0;
    text-align: left;
}
span.section_1-breadcrumbs,span.section_1-breadcrumbs a {
    color: #fff;
    font-size: 16px;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
span.section_1-breadcrumbs a i {
    color: #fff;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
span.section_1-breadcrumbs span {
    margin: 0 5px;
}
span.section_1-breadcrumbs a i:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*-- //breadcrumbs --*/

/*-- gallery --*/
.section_1_gallery_grid{
    margin-top:1em;
    border: 6px solid #FFF;
    border-radius: 2px;
}
.w3_section_1_gallery_grid {
    padding: 0 8px;
}
.section_1_gallery_grid1{
    position: relative;
}

.w3layouts_gallery_grid1_pos{
    /*    background: #f58634;*/
    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;
    border: 2px solid #FFF;
}
.w3layouts_gallery_grid1_pos h3{
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.w3layouts_gallery_grid1_pos p{
    color: #fff;
    letter-spacing:1px;
    font-size: 14px;
}
.w3layouts_gallery_grid1_pos p i{
    font-size: 32px;
}
.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);
}
.banner-bottom.gallery{
    padding:3em 0;
}
p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*-- //gallery --*/

/*project grid view*/
.project-grid-view{
    display: block;
    overflow: hidden;
    height: 230px;
}
.project-grid-view .inner-box {
    position: relative;
}
.project-grid-view .inner-box .image {
    position: relative;
}
.project-grid-view .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    min-height: 230px;
    max-height: 230px;
}
.project-grid-view .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 30px;
}
.project-grid-view .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: rgba(0,0,0,0.80);
}

.project-grid-view .inner-box .overlay-box .category {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 2px 8px;
}
.project-grid-view .inner-box .overlay-box .category .icon {
    font-size: 24px;
    margin-right: 5px;
}

.project-grid-view .inner-box .overlay-box .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 30px;
}
.project-grid-view .inner-box .overlay-box .content h2 {
    position: relative;
    background-color: #ffffff;
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.project-grid-view .inner-box .overlay-box .content .link-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #000;
    font-size: 18px;
    padding: 7px 55px 7px 20px;
    display: block;
    opacity: 0;
    right: 70px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #ffffff;
}
.project-grid-view .inner-box .overlay-box .content .link-box .icon {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 35px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/right-arrow.png) no-repeat;
}
.project-grid-view .inner-box:hover .overlay-box:before {
    opacity: 1;
}
.project-grid-view .inner-box:hover .overlay-box .content .link-box {
    opacity: 1;
}
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: #f58634 url(../images/arrow.png) no-repeat 0px 0px;
    border-radius: 30px;
    border: 2px solid #f58634;
    outline: none;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/


/*-- inner pages banner --*/

.inner_pages_banner {
    background: url(../img/img1.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 250px;
}
.projectTitle{
    color:#FFF;
    font-weight: 800;
}
.projectTitle span{
    color: #f58634;
    font-size: 18px;
}
.projectTitle span i{
    color: #FFF;
}

.slider-dot1{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 250px;
    padding-top: 7em;
    text-align: center;
}
.project-details-banner {
    background-size: cover;
    min-height: 700px;
    background-position: center center;
    width: 100%;
}
.project-details-banner-dot1{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 4px;
    -webkit-background-size: 4px;
    -moz-background-size: 4px;
    -o-background-size: 4px;
    -ms-background-size: 4px;
    min-height:700px;
    padding-top: 7em;
    text-align: center;
}
.project-details-banner .bannertitle{
    position: absolute;
    bottom: 15%;
    left: 15%;
    text-align: left;
    text-transform: uppercase;
    background: rgba(0,0,0,0.55);
    padding: 15px;
    border-radius: 6px;
}


/*-- inner pages banner --*/


/*-- About page --*/

.about_right img.main_img {
    width: 50%;
    position: relative;
    border: 4px solid #4CAF50;
    padding: 1em;
}
.about_right img.top_img1 {
    width: 50%;
    position: absolute;
    left: 18%;
    top: 50%;
    border: 4px solid #2196F3;
    padding: 1em;
}
.about_right img.top_img2 {
    width: 50%;
    position: absolute;
    left: 40%;
    top: 18%;
    border: 4px solid #F44336;
    padding: 1em;
}
.aboutcontent{
    padding-right: 30px;
}
.outline-bordered-right {
    position: relative;
    z-index: 999;
}
.outline-bordered-right:after {
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.outline-bordered-left:after, .outline-bordered-right:after {
    content: "";
    border: 10px solid rgba(0,0,0,.05);
    display: block;
    transition: all .3s linear 0s;
}
.latest{
    padding: 3em 0;
    background: #eee;
    margin-top: 6em;
}

.news_grid1 {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.news_grid2 {
    background: url(../images/b2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.news_grid3 {
    background: url(../images/b3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.news_grid_info {
    background: rgba(255, 255, 255, 0.8);
    border: 4px solid #e2e2e2;
    padding: 2em;
    height: 300px;
    display: none;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.news_grid1:hover .news_grid_info,.news_grid2:hover .news_grid_info,.news_grid3:hover .news_grid_info  {
    display: block;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1 ease;
    -moz-transition: 1s ease;
}
.news_grid_info p.date {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
}
.news_grid_info p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #111;
    line-height: 26px;
    margin-bottom: 1.5em;
}
.news_grid_info h3 {
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: 1px;
    margin: 1em 0;
}
.news_grid_info a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}

/* testimonals */
.testimonal img {
    border-radius: 50%; 
    width: 100px;
}
.testimonals {
    padding: 3em 0;
}
.first-grid {
    text-align: center;
    padding: 40px 20px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.first-grid h3 {
    text-transform: uppercase;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0 0;
}
.first-grid  h4 {
    margin: 5px 0;
    text-transform: capitalize;
}
.first-grid p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    letter-spacing: .5px;
    line-height: 26px;
}
/*-- testimonials --*/

/*-- //About page --*/


/*-- Services page --*/
h2.heading,h3.heading {
    text-align: center;
    font-size: 40px;
    color: #2d2d2d;
    margin-bottom: 50px;
    font-weight: 600;
    text-transform: capitalize;
}
h2.heading span,h3.heading span {
    font-weight: 200;
    color: #f58634;
}
.services{
    padding: 3em 0;
}
.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;
    font-size: 22px;
    color: #333;
    margin: 1em 0;
}
.innergrid1 p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #171717;
}
.innergrid1 span {
    font-size: 40px;
}
span.glyphicon.glyphicon-picture {
    color: #ff4f81;
}
span.glyphicon.glyphicon-tree-deciduous {
    color: #1cc7d0;
}
span.glyphicon.glyphicon-lamp {
    color: #ff6c5f;
}
span.glyphicon.glyphicon-check {
    color: #ffc168;
}

.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(../images/image1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grid2 {
    background: url(../images/image2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grid3 {
    background: url(../images/image3.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(0, 0, 0, 0.3);
    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 {
    font-size: 27px;
    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;
}
/*-- stats --*/


.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 200;
    letter-spacing: 2px;
    color: #db3552;
    margin: 0.5em 0 0.1em 0;
}

.w3layouts_stats_left h3 {
    font-size: 1.2em;
    color: #525252;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}
.stats-right h3.head {
    font-size: 35px;
    margin-bottom: 1em;
    text-transform: capitalize;
    color: #333;
}
.stats {
    padding: 5em 0;
}
.stats-left {
    padding: 0;
}
.stats-right {
    padding: 3em 4em 0;
}
.section_1_inner_info_stats {
    margin-top: 2em;
}
.stats-right p.para {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 2em;
    color: #444;
    margin: 1em 0;
}

/*-- //stats --*/
/*-- team --*/
.team{
    padding: 3em 0;
    background: #eee;
}
.wthree-team-grid img{
    width:100%;
    -webkit-box-shadow: 1px -1px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -1px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 1px -1px 4px -1px rgba(0,0,0,0.75);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-team-grid img:hover {
    opacity: .7;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-team-grid-info {
    padding: 1em;
    background: #FFFFFF;
}
.wthree-team-grid h4 {
    font-size: 1.3em;
    color: #333;
    margin: 0;
    font-weight: 600;
}
.wthree-team-grid p {
    margin:.5em 0;
    /*color: #6b6b6b;*/
    font-size: 15px;
    letter-spacing: 2px;
}
.team-social-grids ul {
    padding: 0;
    margin: 0;
}
.team-social-grids ul li {
    display: inline-block;
    margin: 0 0 0 0.5em;
}
.team-social-grids ul li a {
    text-align: center;
}
.team-social-grids ul li a i.fa{
    height: 30px;
    width: 30px;
    border: solid 1px #7b7b7b;
    line-height: 29px;
    background: none;
    color: #7b7b7b;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-social-grids ul li a i.fa.fa-facebook {
    border: solid 1px #3b5998;
    background:#3b5998;
    color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-twitter{
    border: solid 1px #55acee;
    background:#55acee;
    color: #FFFFFF;
}
.team_info {
    float: left;
}
.team-social-grids {
    float: right;
}
/*-- //team --*/

/*-- //Services page --*/
/*Project details*/
.projectdetails{
    display: block;
}
.projectdetails i{
    color: #c3c3c3; 
    margin-right: 5px;
}

/*-- icons --*/
.w3_wthree_section_1its_icons{
    padding: 5em 0;
}
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #db3552;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    -moz-transition:0.5s all;
}
.icon-box:hover i.fa {
    color:#fff !important;
}
.icon-box:hover a.section_1-icon {
    color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #db3552 !important;
    margin: 30px 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}
h3.section_1its-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 17px !important;
    color: #545454 !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #545454;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
    color: #777;
}
@media (max-width:991px){
    h3.section_1its-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
}
@media (max-width:768px){
    h3.section_1its-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box {
        margin: 0;
    }
}
@media (max-width: 640px){
    .icon-box {
        float: left;
        width: 50%;
    }
}
@media (max-width: 480px){
    .bs-glyphicons li {
        width: 31%;
    }
    .icon-box {
        float: none;
        width: 100%;
    }
}
@media (max-width: 414px){
    h3.section_1its-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
}
@media (max-width: 384px){
    .icon-box {
        float: none;
        width: 100%;
    }
}
/*-- //icons --*/


/*--Typography--*/
.typography{
    padding: 5em 0;
}
.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    font-size: 28px;
    color: #db3552 !important;
    margin: 30px 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px!important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: 0.9em;
    color: #555;
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:800px) {
    .grid_3.grid_5.w3ls,
    .grid_3.grid_5.w3l,
    .grid_3.grid_5.section_1its,
    .grid_3.grid_5.section_1info,
    .grid_3.grid_5.wthree {
        margin: 0;
    }
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_3.grid_5.w3l {
        margin-top: 1.5em;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: .5em;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
    .list-group {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,
    p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert,
    p,
    ol.breadcrumb li,
    .grid_3 p,
    .well,
    ul.list-group li,
    li.list-group-item1,
    a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    table.table.table-striped,
    .table-bordered,
    .bs-docs-example {
        display: none;
    }
}
/*-- //typography --*/


/*-- Contact --*/

.contact{
    padding: 3em 0;
}
.contact_grid {
    text-align: center;
}
.contact_grid_right h4 {
    font-size: 1.4em;
    color: #ffffff;
    margin-bottom: .8em;
}
.contact_grid p {
    color: #808080;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
}
.contact_grid_right {
    background: #151515;
    padding: 2em;
}
.contact_grid p i{
    color: #bbb;
    margin-right: 5px;
}
.contact_grid p a{
    color: #808080;
    letter-spacing: 2px;
}
.contact_grid p a:hover{
    color: #fff;
}

.contact-form-top{
    margin-top: 10px;
}
.w3layouts-contact-form-top h3, .contact-form-top h3, .w3section_1-map h3, .section_1its-contact-address h3 {
    color: #212121;
    font-size: 2em;
    margin: 0 0 1em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.w3layouts-contact-form-top p {
    font-size: 14px;
    color: #333;
    margin: 1em 0 0;
    line-height: 28px;
    letter-spacing: .5px;
}
.section_1its-contact-address{
    margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
    margin:2em 0;
}
.section_1info-contact-form-grid{
    margin: 2em 0 0 0;
}
.section_1info-contact-form-grid input[type="text"]{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    width: 100%;
    float:left;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: .9em;
    color: #777;
    margin-bottom: 1.5em;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
.section_1info-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: .9em;
    color: #777;
    margin-bottom: 1.5em;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
.section_1info-contact-form-grid textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: .9em;
    color: #777;
    resize: none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 1em;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
.section_1info-contact-form-grid button.btn1{
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
    width: 30%;
    float: left;
    background: #008BFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
.contact-form-left {
    padding-right: 7em;
    /*padding-left: 14em;*/
}
.section_1-contact-form {
    /*padding: 3em 0;*/
}
.section_1info-contact-form-grid button.btn1:hover {
    background: #232323;
    color: #fff;
}
.w3section_1-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;
}
.social ul li {
    list-style-type: none;
    display: inline-block;
}
.contact a.fa {
    color: #fff;
    font-size: 17px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f7f7f7;
    text-align: center;
}
.contact a.fa.fa-facebook {
    background: #3b5998;
}
.contact a.fa.fa-twitter {
    background: #1da1f2;
}
.contact a.fa.fa-google-plus {
    background: #dd4b39;
}
.contact a.fa.fa-linkedin {
    background: #00a0dc;
}
.contact a.fa:hover {
    background: #00d2be;
    color: #ffffff;
}
.contact-form-left .contact-info h4{
    color: #333;
    font-weight: 600;
}
.contact-form-left .contact-info p, .contact-form-left .contact-info a{
    color: #555;
    font-weight: 400;
    margin-bottom:0px;
}
.contact-form-left .contact-info a:hover{
    color: #000;	
}
.contact-form-top p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}
.map iframe {
    width: 100%;
    min-height: 365px;
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
}
.section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"], .section_1its_section_1_about_mail textarea {
    outline: none;
    background: none;
    border: 1px solid #a0a0a0;
    padding: 12px;
    font-size: 15px;
    color: #000;
    /*  width: 32.5%;*/
    width: 100%;
    margin-right: 14px;
    letter-spacing: 1px;
    float: left;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
    margin-bottom: 15px;
}
.section_1its_section_1_about_mail input[type="email"], .section_1its_section_1_about_mail input[type="text"]:nth-child(1) {
    margin-bottom: 1em;
}
.section_1its_section_1_about_mail textarea {
    /*min-height: 200px;*/
    width: 100%;
    margin-bottom: 20px;
    /*margin-right: 0%;*/
}
.last {
    margin-right: 0px !important;
}
.section_1its_section_1_about_mail input[type="submit"] {
    font-size: 14px;
    background: #f58634;
    border: none;
    padding: 10px 50px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
/*    font-family: 'Raleway', sans-serif;*/
font-family: 'Stylish', sans-serif;
}
/*-- //Contact --*/

/* New Css Priya*/
.core_values li{
    margin-top: 12px;
    line-height: 2;
    font-size: 15px;
    color: #777;
}
.paraline{
    margin-top: 1em;
    line-height: 25px;
    font-size: 15px;
    color: #777;
}
.title{
    color: #f7b23b;
}
.project_collage1{
    width: 80%;
    position: relative;
    border: 4px solid #f7b23b;
    padding: 10px;;
}
.project_collage2{
    width: 20%;
    position: absolute;
    left: 9%;
    top: 50%;
    border: 4px solid #2196F3;
    padding: 1em;
}
.project_collage2{
    width: 20%;
    position: absolute;
    left: 35%;
    top: 25%;
    border: 4px solid #F44336;
    padding: 1em;
}
.project_grid{
    /*margin-bottom: 40px;*/
}
.project_grid_info1 {
    background: url(../img/harshal_poddar/img21.png) no-repeat 0px 0px;
    min-height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info2 {
    background: url(../img/Jijabrao_pawar/img1.png) no-repeat 0px 0px;
    min-height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info3 {
    background: url(../img/Mundke/img9.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom:30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info4 {
    background: url(../img/hasti_co_op_bank/img5.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom:30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info5 {
    background: url(../img/Jalgao_Janta_sahakari_Bank/img15.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info6 {
    background: url(../img/amit_chaudhary/img9.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info7 {
    background: url(../img/Manish_souji/img3.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info8 {
    background: url(../img/frespresso_cafe/img7.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info9 {
    background: url(../img/harshal_poddar/img39.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 30px;
    /*    cursor: pointer;*/
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.project_grid_info {
    background: rgba(255, 255, 255, 0.8);
    border: 4px solid #e2e2e2;
    background-size: 100%;
    padding: 2em;
    height: 300px;
    display: none;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.project_grid_info1:hover .project_grid_info,.project_grid_info2:hover .project_grid_info,.project_grid_info3:hover .project_grid_info,.project_grid_info4:hover .project_grid_info,.project_grid_info5:hover .project_grid_info,.project_grid_info6:hover .project_grid_info,.project_grid_info7:hover .project_grid_info,.project_grid_info8:hover .project_grid_info,.project_grid_info9:hover .project_grid_info  {
    display: block;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1 ease;
    -moz-transition: 1s ease;
}
.project_grid_info p.date {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
}
.project_grid_info p {
    font-size: 15px;
    letter-spacing: .5px;
    /*color: #111;*/
    line-height: 26px;
    margin-bottom: 1.5em;
}
.project_grid_info h3 {
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: 1px;
    margin: 1em 0;
}
.project_grid_info a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.restaurant-icon{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: -3px;
    margin-right: 3px;
}

/*project carousel slider*/


/*-- Responsive design --*/
@media(max-width: 1440px){
    .logo h1 a {
        font-size: 1.1em;
    }
    .slider_banner_info_w3ls {
        margin-top: 29%;
    }
    .stats-right {
        padding: 1em 3em 0;
    }
    .contact-form-left {
        /*padding-left: 9.5em;*/
    }
    .slider-img1, .slider-img2, .slider-img3, .slider-img4, .slider-img5, .slider-dot {
        min-height: 700px;
    }
}
@media(max-width: 1366px){
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 3.3em;
        letter-spacing: 3px;
    }
    /*	.slider-img1, .slider-img2, .slider-img3, .slider-img4, .slider-img5 .slider-dot {
                    min-height: 650px;
            }*/
    .w3layouts_stats_left p {
        margin: 0em 0 0.1em 0;
    }
    .contact-form-left {
        /*padding-left: 7.5em;*/
    }
    .contact-info h4 {
        font-size: 1.2em;
    }
}
@media(max-width: 1280px){
    .logo h1 a {
        font-size: 1.3em;
    }
    h2.heading, h3.heading {
        font-size: 45px;
    }
    .welcome_right h3, .about_left h3 {
        font-size: 24px;
    }
    .stats-right h3.head {
        font-size: 33px;
        margin-bottom: .5em;
    }
    .contact-form-left {
        /*padding-left: 4.5em;*/
    }
    .w3layouts-contact-form-top h3, .contact-form-top h3, .w3section_1-map h3, .section_1its-contact-address h3 {
        font-size: 1.8em;
    }
}
@media(max-width: 1080px){
    .slider-img1, .slider-img2, .slider-img3,.slider-img4, .slider-img5 .slider-dot {
        min-height: 620px;
    }
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 3em;
        letter-spacing: 2px;
    }
    .slider_banner_info_w3ls p {
        padding: 1em 8em 3em;
    }
    .inner-padding {
        padding: 4em 0;
    }
    .team-social-grids ul li {
        margin: 0 0 0 0.2em;
    }
    .bannerbottomright h4 {
        font-size: 19px;
    }
    .news_grid_info h3 {
        font-size: 22px;
    }
    .news_grid_info p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .innergrid1 p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .innergrid1 {
        padding: 2em 1em;
    }
    .innergrid1 span {
        font-size: 35px;
    }
    .inner_grid h3 {
        font-size: 24px;
    }
    .inner_grid {
        padding: 3.5em 2em;
    }
    .inner_grid p {
        letter-spacing: .5px;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        letter-spacing: 0px;
    }
    .contact-form-left {
        /*padding-right: 2em;*/
    }
    .section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"] {
        width: 32.3%;
    }
    .inner_pages_banner, .slider-dot1 {
        min-height: 210px;
    }
}
@media(max-width: 1024px){
    .slider-img1, .slider-img2, .slider-img3, .slider-img4, .slider-img5 .slider-dot {
        min-height: 580px;
    }
    .welcome_right {
        padding-left: 3em;
    }
    .bottom_grid1 h3 {
        font-size: 24px;
    }
    .bottom_grid1 p {
        font-size: 14px;
        letter-spacing: .5px;
    }
    .news_grids .col-md-4 {
        padding: 0 5px;
    }
    .testimonals,.bottom,.team,.section,.latest,.welcome,.services,.stats,.banner-bottom.gallery,.contact{
        padding: 4em 0;
    }
    h3.heading-section_1info.white-w3ls {
        font-size: 34px;
    }
    .contact-form-left {
        /*padding-left: 2.5em;*/
    }
    .w3layouts-contact-form-top h3, .contact-form-top h3, .w3section_1-map h3, .section_1its-contact-address h3 {
        font-size: 1.6em;
    }
}
@media(max-width: 991px){
    .logo h1 a {
        font-size: 1.1em;
    }
    ul.nav.navbar-nav li a {
        margin: 0 .1em;
        padding: .5em 0.6em;
        letter-spacing: 1px;
    }
    .navbar-nav {
        margin-top: 1em;
    }
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 2.6em;
        letter-spacing: 2px;
    }
    .slider_banner_info_w3ls p {
        padding: 1em 4em 3em;
    }
    .slider_banner_info_w3ls {
        margin-top: 25%;
    }
    .layer1 {
        padding: 3em;
        margin-bottom: 2em;
    }
    .welcome_left h3 {
        font-size: 5em;
    }
    .welcome_left_info {
        padding: 1em 2em 2em;
    }
    .welcome_right {
        padding-left: 0em;
    }
    .about-section_1 p {
        font-size: 14px;
        width: 90%;
    }
    .inner-padding {
        padding: 3em 0;
    }
    h3.heading-section_1info.white-w3ls {
        font-size: 30px;
    }
    .bottom_grid1 {
        margin-bottom: 1.5em;
    }
    .bottom_grid1:nth-child(3) {
        margin-bottom: 0em;
    }
    .bottom_grid1 h3 {
        font-size: 20px;
    }
    .wthree-team-grid {
        width: 50%;
        float: left;
        margin-bottom: 2em;
    }
    .wthree-team-grid:nth-child(3),.wthree-team-grid:nth-child(4) {
        margin-bottom: 0em;
    }
    .about-left-grid {
        margin-top: 2em;
    }
    .footer-grid_section_1its_w3 {
        width: 50%;
        float: left;
        margin-bottom: 3em;
    }
    .footer-grid_section_1its_w3:nth-child(3),.footer-grid_section_1its_w3:nth-child(4) {
        margin-bottom: 0em;
    }
    .about_right {
        margin-top: 2em;
        margin-bottom: 9em;
    }
    .news_grids .col-md-4 {
        padding: 0 5px;
        width: 33.33%;
        float: left;
    }
    .news_grid_info h3 {
        font-size: 19px;
        letter-spacing: 0px;
    }
    .news_grid_info {
        padding: 2em 1em;
    }
    .first-grid p {
        letter-spacing: 0px;
    }
    .service_left_grid{
        width: 50%;
        margin: 0 auto 2em;
    }
    .service_right_grid .col-md-6 {
        float: left;
        width: 50%;
    }
    .inner_grid {
        padding: 2em 4em;
        height: auto;
    }
    .serv-grid1,.serv-grid2,.serv-grid3 {
        min-height: auto;
    }
    .w3layouts_stats_left {
        width: 25%;
        float: left;
    }
    .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
        font-size: 1.5em;
    }
    .w3_section_1_gallery_grid {
        padding: 0 8px;
        width: 50%;
        float: left;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 50px;
        left: 50px;
        right: 50px;
        top: 50px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: 1em 0 .5em;
    }
    .icon-box {
        padding: 8px 10px;
    }
    .contact_grid {
        width: 33.33%;
        float: left;
        padding: 0 5px;
    }
    .contact_grid_right {
        padding: 2em 1em;
    }
    .contact-form-left {
        /*padding: 0 5em;*/
        margin-bottom: 2em;
    }
    .section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"] {
        margin-right: 11px;
    }
    h2.heading, h3.heading {
        font-size: 40px;
    }
    .contact_grid_right h4 {
        font-size: 1.2em;
    }
}
@media(max-width: 768px){
    .stats-right h3.head {
        font-size: 28px;
    }
    .welcome_right h3, .about_left h3 {
        font-size: 22px;
    }
    .welcome_right h5 {
        font-size: 1.1em;
    }
}
@media(max-width: 736px){
    .navbar-toggle {
        border: 1px solid #fff;
        border-radius: 0px;
        margin-top: 15px;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-nav {
        float: none;
        width: 25%;
        margin: 1em auto;
        text-align: center;
    }
    div#bs-example-navbar-collapse-1 {
        padding: 0;
        background: #151515;
    }
    ul.nav.navbar-nav li a {
        margin: .5em 0em;
    }
    .inner_pages_banner, .slider-dot1 {
        min-height: 165px;
    }
    .slider-dot1 {
        padding-top: 6em;
    }
    .welcome_right h3, .about_left h3 {
        font-size: 20px;
    }
    h2.heading, h3.heading {
        font-size: 35px;
    }
    .innergrid1 h3 {
        font-size: 20px;
        margin: .8em 0;
    }
    .innergrid1 span {
        font-size: 30px;
    }
    .section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"] {
        margin-right: 10px;
    }
}
@media(max-width: 667px){
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 2.2em;
        letter-spacing: 1px;
    }
    .slider_banner_info_w3ls p {
        padding: 1em 3em 3em;
        font-size: 14px;
    }
    .slider_banner_info_w3ls a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .slider-img1, .slider-img2, .slider-img3, .slider-img4, .slider-img5 .slider-dot {
        min-height: 360px;
    }
    .footer-grid_section_1its_w3:nth-child(2) {
        margin-bottom: 4em;
    }
    .contact-info h4 {
        font-size: 1.1em;
    }
    .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
        font-size: 1.4em;
    }
    .news_grids .col-md-4 {
        padding: 0 5px;
        width: 50%;
        float: left;
    }
    .news_grids .col-md-4:nth-child(3){
        margin-top: 1em;
    }
    .inner_grid h3 {
        font-size: 22px;
    }
    .inner_grid a {
        padding: 8px 25px;
        font-size: 13px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        margin: .5em 0 .5em;
    }
    .contact-form-left {
        padding: 0 3em;
        margin-bottom: 2em;
    }
    .section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"] {
        margin-right: 9px;
        font-size: 14px;
    }
    .logo h1 a {
        font-size: 1em;
    }
}
@media(max-width: 640px){
    h3.heading-section_1info.white-w3ls {
        font-size: 27px;
    }
    .about-section_1 p {
        font-size: 13px;
        width: 95%;
    }
    .know a {
        font-size: 14px;
    }
    .wthree-team-grid h4 {
        font-size: 1.1em;
    }
    .footer {
        padding: 3em 0;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 40px;
        left: 40px;
        right: 40px;
        top: 40px;
    }
    .contact_grid {
        padding: 0 1px;
    }
    .contact-form-left .contact-info h4 {
        font-size: 1em;
    }
    .contact-form-left .contact-info p, .contact-form-left .contact-info a {
        font-size: 14px;
    }
    .map iframe {
        min-height: 250px;
    }
    .section_1its_section_1_about_mail textarea {
        min-height: 150px;
    }
    .contact-form-top p {
        font-size: 14px;
    }
}
@media(max-width: 600px){
    .callbacks_nav.prev {
        left: 3%;
    }
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    .layer1 {
        padding: 2em;
    }
    .welcome_left h3 {
        font-size: 4em;
    }
    .welcome_left p {
        font-size: 17px;
    }
    .welcome_right h3, .about_left h3 {
        font-size: 19px;
    }
    .welcome_right h5 {
        font-size: 1em;
    }
    .bannerbottomright h4 {
        font-size: 17px;
    }
    .service_right_grid .col-md-6 {
        padding: 0 5px;
    }
    .w3layouts_stats_left h3 {
        font-size: 1em;
    }
    .contact_grid {
        padding: 3px 60px;
        width: 100%;
        float: none;
    }
    .section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"] {
        margin-right: 8px;
    }
    .bannerbottomright h3 {
        font-size: 32px;
    }
}
@media(max-width: 568px){
    ul.nav.navbar-nav li a {
        font-size: .8em;
        padding: .5em .6em;
    }
    .navbar-top .open > .dropdown-menu li a{
        padding: .5em .6em;
    }
    .navbar-nav {
        width: 30%;
    }
    .footer-text p, .contact-info p {
        font-size: 13px;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 35px;
        left: 35px;
        right: 35px;
        top: 35px;
    }
    .section_1-contact-form {
        padding: 3em 0;
    }
    .about_right {
        margin-top: 2em;
        margin-bottom: 7em;
    }
}
@media(max-width: 480px){
    .logo h1 a {
        font-size: .9em;
    }
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
    .slider_banner_info_w3ls p {
        padding: 1em 2em 3em;
    }
    .slider-img1, .slider-img2, .slider-img3, .slider-img4, .slider-img5 .slider-dot {
        min-height: 360px;
    }
    .wthree-team-grid {
        padding: 0 5px;
    }
    .bannerbottomright h3 {
        font-size: 30px;
    }
    .footer-grid_section_1its_w3 {
        padding: 0 5px;
    }
    .footer-grid_section_1its_w3:nth-child(2) {
        margin-bottom: 5em;
    }
    .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    .news_grids .col-md-4 {
        padding: 0 5px;
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .news_grids .col-md-4:nth-child(2),.news_grids .col-md-4:nth-child(3) {
        margin-top: 1em;
    }
    .service_left_grid {
        width: 80%;
        margin: 0 auto 2em;
    }
    .service_right_grid .col-md-6 {
        float: none;
        width: 100%;
    }
    .innergrid1 {
        padding: 2em 1em;
        margin-bottom: 1em;
    }
    .inner_grid {
        padding: 2em 2em;
        height: auto;
    }
    .stats-right {
        padding: 1em 2em 0;
    }
    .w3layouts_stats_left p {
        font-size: 2.5em;
    }
    .stats-right h3.head {
        font-size: 25px;
    }
    .copyright p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    ul.links li a {
        font-size: 14px;
    }
    ul.links li {
        margin: 6px 0;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
    .w3layouts_gallery_grid1_pos h3 {
        font-size: 1em;
    }
    .w3layouts_gallery_grid1_pos p {
        font-size: 13px;
    }
    .section_1its_section_1_about_mail input[type="text"], .section_1its_section_1_about_mail input[type="email"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .testimonals, .bottom, .team, .section, .latest, .welcome, .services, .stats, .banner-bottom.gallery, .contact {
        padding: 3em 0;
    }
}
@media(max-width: 414px){
    .slider_banner_info_w3ls p {
        padding: 1em .5em 3em;
    }
    h2.heading, h3.heading {
        font-size: 30px;
    }
    .welcome_right h3, .about_left h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .welcome_right h5 {
        font-size: 1em;
        line-height: 26px;
    }
    h3.heading-section_1info.white-w3ls {
        font-size: 23px;
        line-height: 30px;
    }
    .inner-padding {
        padding: 2em 0;
    }
    .about-section_1 p {
        font-size: 13px;
        width: 90%;
    }
    .wthree-team-grid h4 {
        font-size: 1em;
    }
    .team_info {
        float: none;
    }
    .team-social-grids {
        float: none;
        margin-top:10px;
    }
    .bannerbottomright span {
        width: 25px;
    }
    .bannerbottomright h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .bannerbottomright {
        padding: 0 0px;
    }
    .footer-grid_section_1its_w3,.footer-grid_section_1its_w3:nth-child(2),.footer-grid_section_1its_w3:nth-child(3) {
        width: 100%;
        float: none;
        margin-bottom: 3em;
    }
    .news_grids .col-md-4 {
        width: 90%;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 10px;
        left: 10px;
        right: 10px;
        top: 10px;
    }
    .w3layouts-contact-form-top h3, .contact-form-top h3, .w3section_1-map h3, .section_1its-contact-address h3 {
        font-size: 1.3em;
    }
    .contact_grid {
        padding: 3px 30px;
        width: 100%;
        float: none;
    }
    .contact-form-left {
        padding: 0 2em;
        margin-bottom: 2em;
    }
    .contact-form-top p {
        font-size: 13px;
    }
    .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .navbar-nav {
        width: 40%;
    }
    .about_right {
        margin-bottom: 5em;
    }
}
@media(max-width: 384px){
    .callbacks_nav.next {
        left: 90%;
    }
    h2.heading, h3.heading {
        font-size: 28px;
    }
    .welcome_left h3 {
        font-size: 3em;
    }
    .inner-padding {
        padding: 2em 1em;
        line-height: 30px;
    }
    .navbar-nav {
        width: 50%;
    }
    .inner_grid h3 {
        font-size: 20px;
    }
    .w3layouts_stats_left {
        width: 50%;
        float: left;
        padding: 1em;
    }
    .w3_section_1_gallery_grid {
        padding: 0 8px;
        width: 100%;
        float: none;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 50px;
        left: 50px;
        right: 50px;
        top: 50px;
    }
    span.section_1-breadcrumbs, span.section_1-breadcrumbs a {
        color: #fff;
        font-size: 15px;
    }
}
@media(max-width: 375px){
    .welcome_right h3, .about_left h3 {
        font-size: 17px;
        line-height: 28px;
    }
    .about_right {
        margin-top: 2em;
        margin-bottom: 5em;
    }
    .contact_grid {
        padding: 3px 10px;
        width: 100%;
        float: none;
    }
}
@media(max-width: 320px){
    .logo h1 a {
        font-size: .8em;
    }
    .slider_banner_info_w3ls {
        margin-top: 35%;
    }
    .slider_banner_info_w3ls h2, .slider_banner_info_w3ls h3 {
        font-size: 1.4em;
        letter-spacing: 0px;
    }
    .slider_banner_info_w3ls p {
        padding: 1em .5em 3em;
        font-size: 13px;
    }
    .callbacks_nav.next {
        left: 89%;
    }
    .welcome_left p {
        font-size: 14px;
    }
    .welcome_left_info {
        padding: 1em 1em 1em;
    }
    .wthree-team-grid {
        width: 100%;
        float: none;
        margin-bottom: 2em;
    }
    .team_info {
        float: left;
    }
    .team-social-grids {
        float: right;
        margin-top: 0px;
    }
    .about-section_1 p {
        font-size: 13px;
        width: 100%;
    }
    .bannerbottomright h3 {
        font-size: 27px;
    }
    .news_grids .col-md-4 {
        width: 100%;
    }
    .service_left_grid {
        width: 100%;
        margin: 0 auto 2em;
    }
    .inner_grid {
        padding: 2em 1em;
        height: auto;
    }
    .inner_grid p {
        letter-spacing: 0px;
    }
    .w3layouts_gallery_grid1_pos {
        bottom: 40px;
        left: 40px;
        right: 40px;
        top: 40px;
    }
    .navbar-nav {
        width: 60%;
    }	
}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px){

}
@media only screen and (min-width:320px) and (max-width:767px) {
    .navbar-brand {
        height: auto;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
        width: 75%;
    }
    .project-details-banner {
        min-height: 300px;
    }
    .project-details-banner-dot1 {
        min-height: 300px;
    }
    .project-details-banner .bannertitle {
        left: 0%; 
        top: 0%;
        position: relative;
    }
    .projectTitle span {
        font-size: 13px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    span.section_1-breadcrumbs, span.section_1-breadcrumbs a {
        font-size: 12px;
    }
    .carousel {
    padding: 0;
}
.slider-img1,
.slider-img2,
.slider-img3,
.slider-img4,
.slider-img5,
.slider-img6,
.slider-img7,
.slider-img8,
.slider-img9,
.slider-img10{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 330px;
}
.slider-img1, .slider-img2, .slider-img3, .slider-img4, .slider-img5, .slider-dot {
    min-height: 330px;
}
.welcomeWrap {
    padding: 3rem 0;
}
.navbar-toggle {
    margin-right:0px;
     margin-top:10px;
}

}
/*-- //Responsive design --*/