/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



#top-black-header{
  width: 100%;
  height: 5px;
    background: #000000;
}


#header{
    min-height: 100px;
    background: #fff;
    
}


.logo img{
    float: left;
    width: 170px;
    margin-top: 5px;
        margin-bottom: 15px;
}


.search-outer-box {
    height: auto;
	text-align:right;   
    /*width: 38%;
    float: right;
    margin-top: 15px;*/
}
.call-box-rect li{ display:inline-block; padding:10px}
.call-box {
	padding:5px;
	display:block;  
}

.search-box{   
    float:right;
}

.social-media li{display: table-cell; padding:7px; font-size:26px}

.call-box h3{
        letter-spacing: 0.5px;
    font-size: 15px;
    padding-top: 10px;
}


.btn-danger {
    color: #fff;
    background-color: #5f5d5d;
    border-color: #5f5d5d;
}

.btn-danger:hover{
    background-color:#c3d83c;
    border-color:#c3d83c;
}

.enquiry-outer-box{
       height: auto; text-align:right;    
    /*width: 14%;
    float: right;
    margin-top: -45px;*/
}
.contact-us h3{font-size: 20px; padding-bottom:15px;
    line-height: 1.8;}

.enquiry {
   width: 100px;
    height: 30px;
    background-color: #c3d83c;
    
    float: left;
    margin-right: 16px;
    margin-left: 7px;
    cursor: pointer;
}

.enquiry a{
    font-size: 13px;
    color: white;
    display: block;
    text-align: center;
    padding: 7px;
    border:2px solid  #c3d83c;
   
}

.enquiry a:hover{
    background-color: #fff;
    color: #c3d83c;
   text-decoration: none;
    border-color: #c3d83c;
}


.fb img, .tw img, .in img{
    float: left;
    margin-right: 5px;
}

.clear {
    clear: both;
}


#middle{
    width: 100%;
   /* min-height: 890 px;
    padding-bottom: 70px;*/
    background: #fff;
    
}

.testim{
    width: 100%;
	padding-bottom: 45px;
	background:linear-gradient(0deg, rgb(30 30 30 / 93%), rgb(26 26 26 / 55%)), url(../images/work-backgroung.JPG) bottom center;
}
.testim .wrap{
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}
.testim .arrow{
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before{
    cursor: pointer;
}
.testim .arrow.left{
    left: 10px;
}
.testim .arrow.right{
    right: 10px;
}
.testim .arrow:hover{
    color: #ea830e;
}
.testim .dots{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}
.testim .dots .dot{
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover{
background: #ea830e;
border-color: #ea830e;
}

.testim .dots .dot.active{
    animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont{
    position: relative;
    overflow: hidden;
}
.testim .cont > div{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive{
    opacity: 1;
}
.testim .cont > div.active{
    
    position: relative;
    opacity: 1;
    
}
.testim .cont div .img img{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div h2{
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}
.testim .cont div p{
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img{
    animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active h2{
    animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img{
    animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive h2{
    animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}
/* coding with nick */

/* Responsive */

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 500px) {
    .testim .arrow{
        font-size: 1.5rem;
    }
    .testim .cont div p{
        line-height: 25px;
    }
}

.list-item li{ line-height:1.8;color: #888888; padding-left:15px;}
.list-item li:before{ content:'\f105'; font-family:'FontAwesome'; left:15px; position:absolute;color: #c5d93b;}

.navigation {
    min-height: 45px;   
    border-radius: 3px;    
    background: rgba(204, 204, 204, 0.6);
    border-bottom: 1px solid white;
}

.nav-bar li{
    display: inline-block;
    list-style-type: none;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    margin-left: -3px;
       
}

.nav-bar li:hover{
    background: rgba(204, 204, 204, 1.00);
    
}


.nav-bar li:last-child{
    border-right: none;
}

.nav-bar li a{
    font-size: 14px;
    color: #777;
    padding: 15px 28px;
    display: block;
    margin-left: -3px;
    text-decoration: none;
	text-transform:uppercase;
}

.nav-bar .active-1{
    background: #c3d83c;
}

.nav-bar .active-1:hover{
    background: #c3d83c !important;
}

.nav-bar {
    overflow:hidden;
	text-align: right;
}

.nav-bar .active-link{
    color: #fff !important;
}

.nav-bar .submenu-first{
    width: 215px;
    height: auto;
    position: absolute;
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    margin-left: -30px;
    overflow: hidden;
        border: 1px solid #fff;
    box-shadow: 1px 1px 15px rgba(119, 119, 119, 0.70);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
        z-index: 999;
}

.nav-bar li:hover .submenu-first{
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}


.nav-bar .submenu-first li{
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.82);

}

.nav-bar .submenu-first li:hover{
    background-color: rgba(204, 204, 204, .30);
}


.nav-bar .submenu-first li a{
    text-align: center;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;

}

.nav-bar .submenu-second{
    width: 180px;
    height: auto;
    position: absolute;
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    margin-left: -20px;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 1px 15px rgba(119, 119, 119, 0.70);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
        z-index: 999;
}

.nav-bar li:hover .submenu-second{
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}


.nav-bar .submenu-second li{
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.82);

}

.nav-bar .submenu-second li:hover{
    background-color: rgba(204, 204, 204, 0.30);
}


.nav-bar .submenu-second li a{
    text-align: center;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;

}


#slider{
    width: 100%;
    height: auto;
       margin-top: 0px;
    overflow: hidden;
}


#welcome-arth{
    width: 100%;
    min-height:auto;
    background: #fff;
    float: left;
    padding-bottom: 25px;
}

.welcome-arth-text h1{
    font-size: 22px;
    font-family: Calibri;
    color: #373435;
    padding-top: 45px;
    padding-bottom: 25px;
    
}


.welcome-arth-sub-text p{
    text-align: justify;
    color: #888888;
    line-height:1.5;
}



.arth-office{
        width: 250px;
    height: 250px;
    margin-top: 35px;
    margin-left: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 11px #777;
    overflow: hidden;
}
.breadcrumb a{line-height: 2.5;padding: 0 12px;}
.breadcrumb {line-height: 2.5;padding: 12px;}


.arth-inner-office{
         width: 200px;
    height: 200px;
    margin-top: 25px;
    margin-left: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
}

.arth-inner-office img{
    margin-top: 0px;
    width: 300px;
    margin-left: -50px;
   
    
}


.side-bar {
    width: 3px;
    height: 65px;
    background: #c5d93b;
    position: absolute;
    left: 0px;
    top: 80px;
}



.side-bar-top{
    width: 3px;
    height: 50px;
    background: #f48034;
    position: absolute;
    left: 0px;
    top: 30px;
}

.how-to-work{
	padding-bottom: 45px;
	background:linear-gradient(0deg, rgb(30 30 30 / 93%), rgb(26 26 26 / 55%)), url(../images/work-backgroung.JPG) bottom center;
	}

#services{
    /*min-height: 400px;
    background: #f9f9f9;*/
    padding-bottom: 45px;
	background:linear-gradient(0deg, rgb(30 30 30 / 93%), rgb(26 26 26 / 55%)), url(../images/services-backgroung.jpg);
}



.services-heading-text h1{
    font-size: 45px;
	text-transform: capitalize;
    color: #373435;
    padding-top: 45px;
    padding-bottom: 25px;
    text-align: center;
}
.services-heading-text h2{
    font-size: 35px;
	text-transform: capitalize;
    color: #ebebeb;
    padding-top: 45px;
    padding-bottom: 25px;
    text-align: center;
}

.services-sub-text p{
    text-align: center;
    color: #ebebeb;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
}



.planning-outer-box {
    /*width: 100%;
    min-height: 300px;
    float: left;
   */
    padding: 15px;
}
.services .col-md-2{ margin:0 15px;/*border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #777;*/}

.planning-outer-box:hover{
    /*border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #777;*/
} 

.planning-outer-box img{
    width: 100%;
}


.planning-text h2{
        font-size:25px;
    color:#ebebeb;
    padding: 20px 0px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.planning-sub-text p{
    text-align:center;
    color: #ebebeb;
    line-height:1.5;
        padding-bottom: 15px;
}



.read-more a{
    font-size: 15px;
    color:#fff;
	border: 1px solid;
    font-weight: 600;
    display: initial;
} 


#blog{
    /*min-height: 500px;
    background: #fff;*/
    padding-bottom: 50px;
	padding-left:15px;
	padding-right:15px;
}
.title-arth{ padding:0px}

.blog-heading h2{
     font-size: 32px;
	 text-transform:capitalize;
    color: #373435;
    padding-top: 45px;
    padding-bottom: 25px;
    text-align: center;
}
.work-heading h2{
     font-size: 32px;
	 text-transform:capitalize;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 25px;
    text-align: center;
}
.work-top-heading-text h3{
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
   	padding: 15px 0;    
}
.work-sub-text p{
    /*font-size: 13px;
    text-align: justify;*/
    color: #dddcdc;
    line-height: 20px;
    padding-bottom: 15px;
}

.blog-top-heading-text h3{
    color: #373435;
    font-size: 25px;
    line-height: 1.5;
   	padding: 15px 0;    
}

.blog-sub-heading-text h4{
        padding-bottom: 15px;
    font-size: 14px;
    color: #666666;
}

.blog-sub-text p{
    font-size: 13px;
    text-align: justify;
    color: #888888;
    line-height: 20px;
    padding-bottom: 15px;
}


.blog-img img{
    width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.line {
   width: 97%;
    margin: 15px auto;
    height: 1px;
    background: rgba(119, 119, 119, 0.11);
}

.space{
    margin-top: 25px;
}


#footer{
    min-height: 300px;
    background: #373435;
    padding-bottom: 25px;
}


.about-us-heading h1{
    font-size: 20px;
    font-family: Calibri;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 15px;
    text-align: left;
	border-bottom: 1px solid #888;
    margin-bottom: 18px;
}


.about-us-subtext p{
    font-size: 13px;
    text-align: justify;
    color: #ececec;
    line-height: 20px;
    padding-bottom: 15px;
}

.client-1 img{
        width: 35%;
    float: left;
    margin-right: 10px;
}

.client-2 img{
        width: 35%;
}

#footer-bottom{
 min-height: 50px;
 background: #000;
}

.copy-left p{
        font-size: 13px;
    color: #999;
    padding-top: 20px;
    float: left;
    
}



.copy-right p{
         font-size: 13px;
    color: #999;
    padding-top: 20px;
    float: right;
}

.copy-right a{
   color: #b2c72b;
}

.rect{
    width: 50px !important;
    height: 25px;
    border-radius: 3px;
    border: 1px solid black;
    display:none;
}


.slider img{
    width: 100%;
}


.company-info {
        margin-top: 95px;
        margin-left: 40px;
}

.ngt {
    padding-left:0px;    
    padding-right:0px;    
}

/******Inner Pages*******/
.inner-page-company-info {
    padding: 50px 30px;
    background-color: #ffffff;
}
.inner-page-body {
    font-size: 13px;
}
.inner-page-body h1 {
    font-size: 22px;
}

.inner-page-body article {
    font-size: 15px;
    padding: 45px 0px;
    line-height:1.8;
}
.inner-page-body img {
    width: 100%;
    height: auto;
    vertical-align: top;
    
}


/*********BOD**********/
.board-member {
    margin-top: 30px;
    display: block;
}   

.director-photo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    color: rgb(51, 51, 51);
    margin: 0px auto;
	border: 5px solid #b7b7b7;
}
.board-member .name {
    margin-top: 15px;
    font-size: 16px;
}
.board-member  .designation {
    margin-bottom: 25px;
}
.board-member span {
    display: block;
    line-height: 23px;
}

.director-info {
    font-size: 15px;
    line-height: 1.8;
}

.board-member-wrap {
    text-align: center;
	border-right: 1px solid #ecebeb;
}
.brd-none {
	border-right: none;
}

.container-small {
    max-width: 560px;
}


.inner-page-company-info h1 {
    font-size: 25px;
	text-transform:uppercase;
}
.inner-page-company-info h1:after{
	content:'';
	position:absolute;
	background-color:#c3d83c;
	height:2px;
	width:100px;	    
    display: block;
    margin-top: 8px;
	}
.welcome-arth-text h1:after{
	content:'';
	position:absolute;
	background-color:#c3d83c;
	height:2px;
	width:100px;	    
    display: block;
    margin-top: 8px;
	}
.services-heading-text h1:after{
	content:'';
	position:relative;
	height:2px;
	width:100px;	    
    display: block;
    padding-top: 10px;
    margin: auto;
    border-bottom: 2px solid #c3d83c;
	}
.services-heading-text h2:after{
	content:'';
	position:relative;
	height:2px;
	width:100px;	    
    display: block;
    padding-top: 10px;
    margin: auto;
    border-bottom: 2px solid #c3d83c;
	}
.blog-heading h2:after{
	content:'';
	position:relative;
	height:2px;
	width:100px;	    
    display: block;
    padding-top: 10px;
    margin: auto;
    border-bottom: 2px solid #c3d83c;
	}
.profile-dir{padding: 50px 30px;
    background-color: #ffffff;}
.profile-dir h1{font-size: 25px;
    text-transform: uppercase;}
.director-profile h1:after{
	content:'';
	position:relative;		
	width:100px;	    
    display: block;
    margin: auto;
	padding-top:10px;
    border-bottom: 2px solid #c3d83c;
	}
.board-member{
    padding: 10px 25px;
}
p{ padding-bottom:10px}
/***********Contact Us*************/
.contactus {
    height: 400px;
    width: 100%;
}

/***********Testimonial Page***************/
.testimonial-person {
    text-align: center;
    line-height: 16px;
}
.testimonial-person img {
    margin-bottom: 10px;   
}
.testimonial-person .name {
    font-weight: bold;
}
.testimonial-row {
    border-bottom: solid 1px #d5d5d5;
}

/***********BLOG ARTICLE***********/
.blog-article {
    background-color: #161f26;
}
.blog-article h1 {
    font-size: 18px;
    color: #ed9019;
    padding: 25px 25px 25px 55px;
    border-bottom: solid 1px #2d353b;
    background: url('../images/blog-icon.png') no-repeat 20px 23px;
}
.blog-article .article {
    display: inline-block;
    padding: 15px;
    color: #d3dee4;
    padding-left: 60px;
    line-height: 18px;
    background: url('../images/article.png') no-repeat 20px 23px;
}
.blog-article .article a:hover {
    color: #fff;
    text-decoration: none;
}
.blog-article .article:hover {
    background: url('../images/article-h.png') no-repeat 20px 23px;
}
.blog-article .short-description {
    color: #5a6872;
}
.testimonial-page-title {
    margin-bottom: 15px;
    display: inline-block;
	width:100%;
}
.testimonial-page-title .by {
    font-style: italic;
    font-size: 12px;
    color: #cd801c;
}
.blog-article .testimonial-row h2 {
    font-size: 18px;
    padding: 15px 0px 5px 0px;
}
.testimonial-page-title {
    font-size: 22px;
    padding: 15px 0px 5px 0px;
    display: inline-block;
}
.blog-title-detail-view .photo {
    margin-top: 3px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

/*************Quick links*************/
.quicl-links {
    background-color: #ebebeb;
    color: #d42424;
    border-radius: 3px;
    margin-bottom: 5px;
}

.quicl-links a:link,.quicl-links a:visited {    
    color: #d42424; 
    padding: 27px 50px;
    display: block;
    background: url('../images/link.png') no-repeat 20px 23px;
}


/***********Customer Logo************/

.customer-logos {
    border: solid 1px #ececec;
    padding: 35px 15px 15px 15px;
    
}

.customer-logos .logo {
    background-color: #fff799;
    border: solid 1px #fbe26c;
    background-color: #fff799;
    color: #9a2424;
    min-height:105px;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 110px;
}





/* MEDIA QUERIES   */


@media screen and (min-width: 1367px) and (max-width:1900px){
    .navigation{
        display: block !important;
    }
    
}

@media screen and (max-width:767px){
	.board-member-wrap {
		border:none;	
	}
}

@media screen and (min-width: 993px) and (max-width:1366px){
    
    
    .navigation{
        display: block !important;
    }
   
    .nav-bar li a{
        padding: 15px 35px;
    }
} 


@media screen and (min-width: 768px) and (max-width:992px){
    
    
    .navigation{
        display: block !important;
    }
    
    
     .search-outer-box{
        width: 69%;
    }
    
    .enquiry-outer-box{
            width: 35%;
    }
    
    .nav-bar li a{
        padding: 15px 21px;
    }
    
    .arth-office{
        width: 180px;
        height: 180px;
    }
    
    .arth-inner-office{
        width: 160px;
        height: 160px;
        margin-top: 10px;
        margin-left: 10px;
     }
    
}




@media screen and (min-width: 320px) and (max-width:767px){

    .navigation {
        display: none;
        margin-top: 3px;
    }
    
    .logo img{
        width: 120px;
            margin-left: 15px;
    }
    
    .input-group{
       width: 125px;   
    }
    
    .search-box{
       display: none;
    }
    
    .call-box h3{
        font-size: 11px;
    }
    
    .search-outer-box{
       /* width: 50%;*/
	   text-align:justify;
    }
    
    .enquiry-outer-box{
        /*width: 52%;
        margin-top: -65px;*/
    }
    
    .enquiry{
        width: 55px;
        height: 20px;
        margin-top: 10px;
    }
    
    .enquiry a{
        font-size: 9px;
        padding: 4px;
    }
    
    .fb img, .tw img, .in img{
        margin-right: 2px;
        width: 20px;
        margin-top: 10px;
    }
    
    .google img{
         width: 20px;
        margin-top: 10px;
    }
    
    .call-box{
            /*margin-top: 15px;*/
    }
    
    .rect{
	z-index:99;   
    display: block;
    position: absolute;
    right: 3px;
    top: 30%;
    cursor: pointer;
        
    }
    
    .rect:hover {
        background: #000;
        
    }
    
    
    .rect:hover .rect-1 {
        
        background: #fff;
    }
    
     .rect:hover .rect-2 {
        
        background: #fff;
    }
    
    
     .rect:hover .rect-3 {
        
        background: #fff;
    }
    
    
    
    .rect-1{
            width: 30px;
            margin: 5px auto;
            height: 1px;
            background: #000;
    }
    
    .rect-2{
            width: 30px;
            margin: 5px auto;
            height: 1px;
            background: #000;
    }
    
    .rect-3{
            width: 30px;
            margin: 5px auto;
            height: 1px;
            background: #000;
    }
    
    .nav-bar li{
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    }
    
    .nav-bar li a{
            padding: 9px 40px;
            text-align: center;
    }
    
    
    .planning-outer-box{
        margin-bottom: 25px;
    }
    
    .copy-left p{
        float: none;
        text-align: center;
    }
    
    
    .copy-right p{
         float: none;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
        
    }
    
    
    
    
}


.success-message {
    color: #fff;
}


.gm-style-iw {
    height: 100px;
    width: 500px;
}
#infoWindow {
    width: 450px;
}
#wowslider-container1.ws_gestures {
    margin-bottom: 0px;
    margin-top: 0px;
}
.breadcrumb {
	margin: 0px;
	padding: 20px 20px;
	font-size:12px;
}