/* main stle for all pages */
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}
/* main body stylebackgrounf , font , color , min-width style of the page */
body {
	margin: 0;
	color: #000;
	background: #f8f7f5;
	font: 14px/22px 'Open Sans' , Arial, Helvetica, sans-serif; 
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
/* img style */

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a {
	outline: none;
	text-decoration: none;
	color: #666;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
input,
textarea,
select {
	outline: none;
	font: 100% "Open Sans" , Arial, sans-serif;
	color: #fff;
	vertical-align: middle;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#fff !important;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#fff !important;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #fff !important;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#fff !important; 
}


.parallax {
    /* The image used */
	position:relative;

    /* Set a specific height */
    height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-2 {
    /* The image used */
	position:relative;

    /* Set a specific height */
    height: 750px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* main wrapper styling */
#wrapper{
	width: 100%;
	overflow: hidden;
}
#header{
	padding:20px 15px;
	background:#232F3E;
	border-bottom: 1px solid #fff;
}
#header .logo{
	float:left;
	margin:  0 0;
	width: 240px;
}
#header .logo a img{
	width: 100%;
}

#header .logo a{
	display:block;
}

.e-mail-block {
    float: left;
    margin: 17px 0 0 20px;
    overflow: hidden;
    width: 33%;
}
.e-mail-block .email {
    color: #fff;
    float: left;
    font-size: 18px;
    overflow: hidden;
}
.e-mail-icon a {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px;
}
.e-mail-icon a:hover{
	color:#218a77;
}
.e-mail-icon {
    margin: 0 20px 5px;
    overflow: hidden;
    float: left;
}
.e-mail-block .phone{
	 color: #fff;
    margin: 0;
}
.ph-icon{
    float: left;
    font-size: 20px;
    overflow: hidden;
}
.e-mail-block .tel {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px;
}
.e-mail-block .tel:hover{
	color:#218a77;
}
#header .navbar-default{
	float:right;
	background: none;
}
#header .navbar-default .navbar-nav > li > a{
	padding:15px 26px;
	color:#fff;
	z-index: 99999;
	font-size:16px;
	transition: none;
	position: relative;
	text-transform:capitalize;
	border: 1px solid transparent;
}
#header .navbar{
	margin:9px 0 0;
	border-radius:0;
	min-height:inherit;
}
#header .navbar-default .navbar-nav > li:hover a,
#header .navbar-default .navbar-nav > li:focus a,
#header .navbar-default .navbar-nav > li.active a,
#header .navbar-default .navbar-nav > li.current-menu-item a{
	color:#fff;
	background:#9957a3;
	border: 1px solid #9957a3;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:focus, .navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:focus, .navbar-default .navbar-nav > .current-menu-item > a:hover{
	background:#fff;
}

.banner{
	overflow:hidden;
	position:relative;
}
.banner .image-hold{
	position:absolute;
	width:50%;
	overflow:hidden;
	float:right;
	top:50px;
	right:0;
}
.banner .wd{
	position:absolute;
	width:33%;
	overflow:hidden;
	float:right;
	top:-10px;
	right:100px;
}
.banner .wd img{
	display:block;
	height:auto;
	width:100%;
}
.banner .image-hold img{
	display:block;
	height:auto;
	width:100%;
}
.banner .baner-holder{
	left:90px;
	top:100px;
	bottom:0;
	z-index:99;
	content:"";
	color:#fff;
	width:45%;
	margin: 0 auto;
	position:absolute;
	text-align: center;
	float:left;
}

.banner img{
	display:block;
	width:100%;
}
.banner .baner-holder{
	z-index:99;
	color:#fff;
	text-align: left;
}
.banner .baner-holder span{
	display:block;
	color:#fff;
	font-size:20px;
	line-height: 30px;
	text-transform:capitalize;
	margin-bottom: 7px;
}
.banner .baner-holder strong{
	display:block;
	color:#fff;
	margin: 0 0 30px;
	font-size:37px;
	font-weight: normal;
	text-transform:capitalize;
	line-height: 42px;
	
}

.baner-holder > p {
    font-size: 20px;
    line-height: 28px;
}
.banner .baner-holder .get{
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:18px 20px;
	border-radius:5px;
	border:1px solid #b059a2;
	display:inline-block;
	text-transform:capitalize;
	margin: 30px 0 0;
}
.banner .baner-holder .get:hover{
	
	background: #9957a3;
	color:#fff;
	border:1px solid #b059a2;
	box-shadow: 0 0 5px 1px #b059a2;
}
.carousel-caption{
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	padding: 0;
	margin: -200px;
}

.services {
	padding:50px 0;
	overflow:hidden;
	background:url(images/service-bj-1.jpg) no-repeat;
	background-size : cover;
	background-position:100% 100%;
	width:100%;
	height:auto;
}
.services .sub-heading{
	font-size:14px;
	color:#fff;
	display:block;
	font-weight: 300;
	text-align:center;
	text-transform:uppercase;
}
.services h2{
	font-size:40px;
	color:#fff;
	display:block;
	margin: 0 0 20px;
	text-transform:uppercase;
	text-align:center;
}
.services .col-holder h2{
	text-align:left;
	color:#fff;
}
.services .col-holder{
	overflow:hidden;
	padding:30px 8px;
	border-radius: 5px;
	text-align: left;
	color:#fff;
	font-size:14px;
	margin:0;
	min-height: 230px;
	position: relative;
}
.services .image-block {
    border-radius: 10px;
    float: left;
    height: 50px;
    margin: 0 5px 0 0;
    overflow: hidden;
    width: 50px;
}
.services .image-block img{
	width:100%;
	display:block;
	height:auto;
}
.services .text-holder a h2{
	color:#fff;
}
.services .text-holder a h2:hover{
	color:#0ec6b7;
}
.services .image-block10{
	background:#cfd10c;
    border-radius: 10px;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
.services .image-block11{
	background:#077655;
    border-radius: 10px;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
.services .text-holder{
	float: right;
    overflow: hidden;
    width: 82%;
}
.services .view-more{
	left: 0;
	right: 0;
	bottom: 16px;
	color:#fff;
	width:200px;
	margin:0 auto;
	font-size:16px;
	position: absolute;
	text-align:center;
	padding:10px 10px;
	border-radius:5px;
	border:1px solid #fff;
	background:#0ec6b7;
	text-transform:capitalize;
}
.services .col-holder .view-more:hover{
	background: #f26c63;
}
.services .col-holder img{
	display:inline-block;
	margin:0;
}
.services .col-holder .heading{
	display:block;
	font-size:17px;
	margin:0 0 15px;
	text-transform:uppercase;
	line-height:26px;	
}
.services .col-holder p{
	margin:0 0 16px;
}
.services .col-holder strong{
	margin: 0;
	display: inline-block;
	font-size: 16px;
}
.button-block {
    background: #0ec6b7;
    padding: 30px 0;
}

.button-block .btn-block{
	overflow: hidden;
}
.button-block .btn-block .view{
	color:#fff;
	width:300px;
	margin:0 auto;
	font-size:26px;
	text-align:center;
	padding:14px 10px;
	border-radius:5px;
	border:1px solid #fff;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
}
.button-block .btn-block .view:hover{
	background: #232f3e;
}
.team{
	padding:0 0 50px;
	overflow:hidden;
	background:#fff;
}
.team h2{
	font-size:40px;
	color:#232f3e;
	display:block;
	margin:0 0 40px;
	text-align:center;
	text-transform:uppercase;
}
.team .team-holder{
	overflow:hidden;
	position:relative;
}
.team .team-holder img{
	display:block;
	width:100%;
	height:auto;
}
.team .team-holder .img-hover{
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	width:100%;
	height:auto;
	opacity:0.8;
	display:none;
	position:absolute;
	background:#54be80;
	transition:all .5s ease-in-out;
}
.team .team-holder:hover .img-hover{
	display:block;
	transition:all .5s ease-in-out;
}
.team .img-hover .social-img{
	left:0;
	right:0;
	bottom:30px;
	content:"";
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	text-align:center;
}
.team .img-hover .social-img li{
	margin:0 3px;
	display:inline-block;
	vertical-align: middle;
}
.team .img-hover .social-img li a{
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	border:1px solid #fff;
}
.choose-us{
	padding:50px 0 70px 0;
	overflow:hidden;
	background:#9957a3;
}
.choose-us h2{
	font-size:40px;
	color:#FFF;
	display:block;
	margin:0 0 50px;
	text-align:center;
	text-transform:uppercase;
}
.choose-us .choose-holder{
	overflow:hidden;
	text-align:center;
	color:#7e8080;
	font-size:16px;
	padding:30px 20px;
	background: #fff;
	border:1px solid #bfc1c1;
	text-transform:uppercase;
}

.choose-us .choose-holder img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 20px;
}

.choose-us .choose-holder img.img-2,
.choose-us .choose-holder img.img-4{
	margin: 0 0 33px;
}
.choose-us .choose-holder img.img-3{
	margin:0 0 40px;
}
.clients{
	padding: 60px 0;
	overflow:hidden;
	background:url(images/img16.jpg) no-repeat;
	background-size:cover;
}
.clients h2{
	font-size:36px;
	color:#fff;
	display:block;
	margin:0 0 20px;
	text-align:center;
	text-transform:uppercase;
}
.clients .holder{
	width: 700px;
	display: block;
	margin: 0 auto;
}
.clients .holder img{
	float: left;
	width: 110px;
	height: auto;
	margin: 0 20px 0 0;
}
.clients .text-holder{
	color: #fff;
	font-size: 14px;
	text-align: justify;
}
.carousel-control.left,
.carousel-control.right{
	background: none;
}
.clients span{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.newsletter{
	width:100%;
	background:#218a77;
	background-size : cover;
	background-position:100% 100%;
	overflow:hidden;
	padding:40px 0;
}
.newsletter h2{
	float:left;
	color:#fff;
	font-size:32px;
	position:relative;
	padding:0 0 0 80px;
	text-transform:capitalize;
}
.newsletter h1 span{
	display:block;
	font-size:18px;
}
.newsletter h1:after{
	top:0;
	left:0;
	width:69px;
	height:69px;
	content:'';
	position:absolute;
	background:url(../images/img17.png) no-repeat;
}
.newsletter .news-form{
	margin: 19px auto 0;
    padding: 0 0 30px;
    text-align: center;
    width: 450px;
	border-bottom:1px solid #fff;
}
.newsletter .news-form input[type="email"]{
	float:left;
	width:80%;
	background:none;
	border:0;
	color:#fff;
	opacity:1;
}
.newsletter .news-form button{
	float:right;
	border:0;
	width: 35px;
	background: none;
}
.map-block {
    margin: 0 0 -5px 0;
    overflow: hidden;
}

.map-block p{
	margin: 0;
}
.contact{
	padding:20px 0 0;
	overflow:hidden;
	background:url(images/contact.jpg) no-repeat;
	width:100%;
	background-size:cover;
	background-position:100% 100%;
}
.contact .sub-heading{
	font-size:14px;
	color:#423d5b;
	display:block;
	font-weight: 300;
	text-align:center;
	text-transform:uppercase;
}
.contact h2{
	font-size:40px;
	color:#fff;
	display:block;
	margin:20px 0 30px;
	text-align:center;
	text-transform:uppercase;
}
.contact .contact-row{
	width: 700px;
	margin: 0 auto 50px;
	display: block;
	font-size: 16px;
	line-height: 26px;

	text-align: center;
}
.contact address{
	overflow: hidden;
}
.contact address strong{
	display: block;
	font-size: 32px;
	color: #000;
	font-weight: normal;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.contact address span{
	display: block;
	font-size: 16px;
	color: #000;
	margin: 0 0 14px;
	text-transform: capitalize;
}
.contact .contact-form{
	overflow:hidden;
	float:left;
	width:74%;
	padding: 0;
}
.contact .contact-form .col-row{
	overflow:hidden;
	margin:0 0 20px;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="tel"],
.contact .contact-form input[type="email"]{
	width:100%;
	height:45px;
	padding:5px 10px;
	border-radius:5px;
	border:1px solid #9e9a9a;
	background:none;
}
.contact .contact-form input[type="email"]{
	height: 43px;
	margin: 2px 0 ;
}
.contact .contact-form input[type="text"]:focus,
.contact .contact-form input[type="tel"]:focus,
.contact .contact-form input[type="email"]:focus,
.contact .contact-form textarea:focus{
	border: 1px solid #fff;
}
.contact .contact-form textarea{
	width:100%;
	height:200px;
	resize:none;
	padding:10px 10px;
	border-radius:5px;
	border:1px solid #9e9a9a;
	background:none;
}
.contact .contact-form input[type="submit"]{
	width:200px;
	padding:14px;
	color:#fff;
	display:block;
	font-size:16px;
	margin:0 auto;
	text-align:center;
	background:none;
	border:1px solid #fff;
	border-radius:5px;
	text-transform:capitalize;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.contact .contact-form input[type="submit"]:hover{
	color:#fff;
	border:1px solid #9957a3;
	background:#9957a3;
	box-shadow: 0 0 5px 0 #9957a3;
	
}
.contact h3 {
    margin: 0 0 30px;
}
.contact .address-block {
    overflow: hidden;
    float: right;
    width: 24%;
	padding:30px 30px;
	border: 1px solid #9e9a9a;
    border-radius: 5px;
}
.contact .address-block h3{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.contact .office-ad {
    overflow: hidden;
    color: #fff;
    padding:0 0 20px;
	position:relative;
}
.contact .office-ad:after{
	position:absolute;
	bottom:12px;
	right:0;
	left:25px;
	height:1px;
	width:185px;
	background:#fff;
	content:"";
}
.contact .house-icon {
    color: #fff;
    font-size: 16px;
    float: left;
    display: block;
    margin: 0 10px 0 0px;
}
.contact .adress-text {
    overflow: hidden;
    font-size: 16px;
    padding: 0;
	line-height: 28px;
}
.contact .office-timing {
    overflow: hidden;
    color: #fff;
     padding:0 0 20px;
	 position:relative;
}
.contact .office-timing:after{
	position:absolute;
	top:60px;
	right:0;
	left:25px;
	height:1px;
	width:185px;
	background:#fff;
	content:"";
}
.contact .clock-icon {
    color: #fff;
    font-size: 16px;
    float: left;
    display: block;
    margin: 0 10px 0 0px;
}
.contact .clock-text {
    overflow: hidden;
    font-size: 16px;
    padding: 0;
	line-height: 28px;
}
.contact .phone-number {
    overflow: hidden;
    color: #fff;
     padding:0 0 20px;
	 position:relative;
}
.contact .phone-number:after{
	position:absolute;
	top:28px;
	right:0;
	left:25px;
	height:1px;
	width:185px;
	background:#fff;
	content:"";
}
.contact .phone-icon {
    color: #fff;
    font-size: 16px;
    float: left;
    display: block;
    margin: 0 10px 0 0px;
}
.contact .phone-text {
    overflow: hidden;
    font-size: 16px;
    padding: 0;
}
.contact .phone-text a{
	color: #fff
}
.contact .phone-text a:hover{
	color: #a458a2;
}
.contact .mail-block {
    overflow: hidden;
    color: #fff;
    margin: 0;
}
.contact .mail-icon {
    color: #fff;
    font-size: 16px;
    float: left;
    display: block;
    margin: 0 10px 0 0px;
}
.contact .mail-text {
    overflow: hidden;
    font-size: 16px;
    padding: 0;
}
.contact .mail-text a{
	color: #fff;
}
.contact .mail-text a:hover{
	color: #a458a2;
}



#footer{
	padding:20px 0;
	overflow:hidden;
	background:#232F3E;
}

.copyright{
	float: left;
	color: #fff;
	font-size: 14px;
	margin: 8px 0 0;
	text-transform: uppercase;
}
.copyright a{
	display: inline-block;
	color: #fff;
}
.copyright a:hover{
	color: #a458a2;
}
.copyright ul{
	padding: 0;
	margin: 0 0 0 20px;
	float: right;
	list-style: none;
}
.copyright ul li{
	margin: 0 10px;
	position: relative;
	display: inline-block;
}
.copyright ul li:after{
	top: 3px;
	left: -10px;
	bottom: 0;
	width: 1px;
	height: 14px;
	content: "";
	position: absolute;
	background: #717171;
}
.copyright ul li a{
	display: block;
	color: #FFFFFF;
}
.copyright ul li a:hover{
	color: #0ec6b7;
}

#footer .social{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social li{
	margin: 0 10px;
	display: inline-block;
}
#footer .social li a{
	width: 40px;
	height: 40px;
	color: #232F3E;
	padding: 10px 0;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid transparent;
}
#footer .social li a:hover{
	background: #232F3E;
	color: #fff;
	border: 1px solid #FFFFFF;
}

.our-work{
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
	background:url(images/work-bg.jpg) no-repeat;
	background-size:cover;
	background-position:100% 100%;
	width:100%;
}
.simplefilter{
	padding: 0;
	margin: 0;
	display: none;
	text-align: center;
}
.our-work h2{
	font-size:40px;
	color:#fff;
	display:block;
	margin:0 0 20px;
	text-align:center;
	text-transform:uppercase;
}
.our-work.work2{
	padding: 70px 0;
}
.our-work .rows{
	margin: 0 0 30px;
}
.our-work .img-box{
	overflow: hidden;
	position: relative;
	padding: 0 15px 30px;
}
.frame-hover{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	text-align: center;
	white-space: nowrap;
	position: absolute;
	transition: all .8s ease-in-out;
	background: rgba(85,190,128,.7);
	-moz-transform: skewX(-90deg) skewY(0deg);
	-webkit-transform: skewX(-90deg) skewY(0deg);
	-o-transform: skewX(-90deg) skewY(0deg);
	-ms-transform: skewX(-90deg) skewY(0deg);
	transform: skewX(-90deg) skewY(0deg);
}

.filter-hover:after{
	width: 100%;
	height: 100%;
	content: "";
	margin: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.frame-hover .hover-holder{
	white-space: normal;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.frame-hover .hover-holder a{
	display: inline-block;
	margin: 0 10px;
	width: 50px;
	height: 50px;
	padding: 10px 2px;
	background: #b5b5b5;
	border-radius: 50%;
}
.frame-hover .hover-holder a{
	background: #f26c63;
}
.filter-img:hover .filter-hover{
	-moz-transform: skewX(0deg) skewY(0deg);
	-webkit-transform: skewX(0deg) skewY(0deg);
	-o-transform: skewX(0deg) skewY(0deg);
	-ms-transform: skewX(0deg) skewY(0deg);
	transform: skewX(0deg) skewY(0deg);
}

.our-work .carousel-control.left,
.our-work .carousel-control.right{
	opacity: 1;
	width: 5%;
	top: 50%;
	bottom: auto;
	margin: -10px 0 0 0;
	background: transparent;
}
.our-work .carousel-control.left{
	left: -60px;
}
.our-work .carousel-control.right{
	right: -60px;
}

.carousel-control:hover{
	color: #232F3E;
}

.modal-header{
	text-align: center;
	background: #f26c63;
	color: #fff;
}
.modal-title{
	font-size: 26px;
}
.close{
	opacity: 1;
	color: #fff;
}
.modal-body{
	color: #000;
	font-size: 16px;
	text-align: center;
	background: #fff;
}
.modal-body p{
	margin: 0 0 20px;
}
.quote-form{
	text-align: left;
	overflow: hidden;
}
.quote-form .quote-row{
	overflow: hidden;
	margin: 0 0 14px;
}
.quote-form .quote-row label{
	display: block;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: normal;
}
.quote-form .quote-row input[type="text"],
.quote-form .quote-row input[type="tel"],
.quote-form .quote-row input[type="email"]{
	display: block;
	width: 100%;
	color: #fff;
	height: 42px;
	border-radius: 8px;
	padding: 5px 10px;
	background: none;
	margin: 0 0 6px 0;
	border: 1px solid #000;
}
input[type="file"]{
	color: #000;
}
.quote-form .quote-row textarea{
	padding: 10px;
	width: 100%;
	height: 200px;
	resize: none;
	background: none;
	border-radius: 8px;
	border: 1px solid #000;
}
.quote-form input[type="submit"]{
	display: block;
	color: #000;
	width: 100%;
	padding: 10px;
	font-weight:bold;
	font-size: 16px;
	background: none;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #000;
	text-transform:uppercase;
}
.quote-form input[type="submit"]:hover{
	color: #fff;
	background:#f26c63;
	border: 1px solid transparent;
}

.panel{
	margin: 0;
	border-radius: 0;
	padding: 20px 15px;
	background: #54be80;
}
.panel h1{
	margin: 0;
	font-size: 40px;
	color: #fff;
	text-transform:uppercase;
}

.our-services .service-holder{
	border-radius: 10px;
	margin: 0 0 30px;
	border: 1px solid #54be80;
}
.our-services .service-holder h2{
	color: #fff;
	height: 80px;
	font-size: 26px;
	margin: 0 0 20px;
	padding: 10px 20px;
	background: #54be80;
	border-radius: 10px 10px 0 0;
	text-transform: capitalize;
	font-family: 'Droid Serif', serif;
}
.our-services .service-holder h2 img{
	margin: 0 10px 0 0;
}
.our-services .list{
	padding: 0 10px 0 40px;
	margin: 0;
}
.our-services .btn-holder{
	overflow: hidden;
	margin: 0 0 20px;
}
.our-services .btn-holder .more{
	color: #fff;
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 6px;
	background: #54be80;
	text-transform: capitalize;
}
.our-services .btn-holder .more:hover{
	background: #f26c63;
}
.our-services .btn-holder .order{
	color: #fff;
	float: right;
	margin: 0 20px 0 0;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 6px;
	background: #f26c63;
	text-transform: capitalize;
}
.our-services .btn-holder .order:hover{
	background: #54be80;
}
.our-services .list li{
	margin: 0 0 10px;
}

.news.inner{
	overflow: hidden;
	padding:100px 0;
	background:#f6f6f6;
}
.news.inner span{
	color:#666;
	line-height:28px;
	font-size:14px;
	font-weight:400;
	text-align:left;
}
.news.inner .news-img{
	margin-bottom:30px;
}
.news span{
	text-align:center;
	display:block;
	margin:0 0 40px;
}
.news span em{
	font-style:normal;
	color:#f26c63;
}
.news .news-img{
	background:#fff;
	padding:30px;
	color:#000;
	font-size:16px;
	line-height:30px;
}
.news .news-img img{
	display:block;
	width:100%;
	margin:0 0 20px 0;
}
.news .news-img a{
	color:#f26c63;
	font-size:12px;
	padding:0 0 0 10px;
	border-left:5px solid #f26c63;
	text-transform:uppercase;
}

.news .news-img a:hover{
	color: #54be80;
	border-color: #54be80;
}

.about-us{
	overflow: hidden;
	padding: 60px 0 70px;
	font-weight: normal;
}
.about-hold {
    background: #F6E2F8;
    padding: 30px 0;
    text-align: center;
	border: 1px solid #9957a3;
}
.about-us .sub-heading{
	font-size:14px;
	color:#423d5b;
	display:block;
	font-weight: 300;
	text-transform:uppercase;
}
.about-us h1{
	font-size:40px;
	color:#f26c63;
	display:block;
	margin: 0 0 20px;
	text-transform:uppercase;
}
.about-us h2{
	font-size:40px;
	color:#9957a3;
	display:block;
	margin: 0 0 20px;
	text-transform:uppercase;
}
.about-us strong{
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	display: inline-block;

}
.about-us p{
	font-size: 16px;
	line-height: 35px;
	padding: 0 30px;
	margin:0 0 20px;
}
.about-us em{
	color: #000;
	display: block;
	margin: 0 0 40px;
	font-weight: normal;
	font-style: normal;
	position:relative;
	font-size:19px;
}
.about-us em:after{
	position:absolute;
	height:1px;
	width:85%;
	top:43px;
	left:0;
	right:0;
	content:"";
	background:#9957a3;
	margin:0 auto;
}
.about-us img{
	display: block;
	width: 100%;
}

.align-right.inner .carousel-indicators{
	width:126px;
	margin:0;
	left:0;
	right:0;
	height:30px;
	bottom:40px;
	margin:0 auto;
	background:#54be80;
}
.align-right.inner .carousel-indicators li{
	border-radius:0;
	width:22px;
	height:4px;
	margin:0 8px;
	border: 0;
	background: #fff;
}
.align-right.inner .carousel-indicators .active{
	height:4px;
	background-color:#f26c63;
}

.why-us{
	background: #fff;
	overflow: hidden;
	padding: 40px 15px;
}
.why-us h2{
	font-size: 22px;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.why-us p{
	margin: 0 0 20px;
}

.terms{
	overflow: hidden;
	padding: 60px 0;
}
.terms p{
	line-height: 26px;
}
.terms ul li{
	 margin: 0 0 16px;
}

.cms{
	background: #fff;
	overflow: hidden;
	padding: 40px 15px;
	line-height: 36px;
	letter-spacing: 1px;
}
.cms strong{
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}
.cms p{
	margin: 0 0 16px;
}


/*
* Style tweaks
* --------------------------------------------------
*/

/*
 * Custom styles
 */
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.gmap_canvas iframe{
	width: 100%;
	height: 500px;
}




@media only screen and ( max-width : 1199px ){
	.services .col-holder .heading{
		font-size: 18px;
	}
	.banner .baner-holder{
		width: 100%;
	}
	.newsletter .news-form{
		width: 600px;
	}
	.our-services .service-holder h2{
		font-size: 20px;
	}
	.our-services .list{
		font-size: 13px;
	}
	.services .text-holder{
		width: 100%;
	}
	.services .image-block{
		margin: 0 0 10px;
	}
	.parallax{
		height: 700px !important;
	}
	.parallax-2{
		height: 600px !important;
	}
	.newsletter .news-form{
		float: right;
	}
	.banner .baner-holder{
		width: 50%;
		left: 30px;
	}
	.banner .baner-holder strong{
		font-size: 30px;
	}
	.e-mail-block{
		margin:0 0 0 28px;
	}
	.container-fluid{
		padding: 0;
	}
	#header .navbar-default .navbar-nav > li > a{
		font-size: 14px;
		padding: 7px 9px;
	}
}
@media only screen and ( max-width : 991px ){
	#header .navbar-default .navbar-nav > li > a{
		padding: 8px 8px;
		font-size: 14px;
	}
	#header .logo{
		margin: 0;
	}
	.navbar-nav{
		margin: 0;
	}
	.banner .baner-holder{
		width: 50%;
		top: 20px;
	}
	.team .img-hover .social-img li a{
		width: 30px;
		height: 30px;
	}
	.team .img-hover .social-img li{
		margin: 0;
	}
	.newsletter .news-form{
		width: 55%;
		margin: 20px 15px 0 0;
	}
	.copyright{
		font-size: 12px;
	}
	#footer .social li a{
		width: 30px;
		height: 30px;
		padding: 5px 0;
	}
	.navbar .container-fluid{
		padding: 0;
	}
	blockquote{
		font-size: 14px;
		line-height: 20px;
	}
	.newsletter h1{
		margin: 0 0 0 15px;
	}
	.clients .holder{
		width: 600px;
	}
	.news .news-img{
		padding: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.news span{
		margin: 0 0 20px;
	}
	.news.inner{
		padding:40px 0;
	}

	.our-work.work2{
		padding: 40px 0;
	}
	.carousel-control.left, .carousel-control.right{
		display: none;
	}
	.e-mail-block{
		width: 64%;
	}
	.e-mail-icon{
		float: left;
		margin: 0 16px 0 0;
	}
	.e-mail-block .phone{
		float: left;
	}
	#header .navbar-default{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.e-mail-block{
		margin: 20px 0 0 28px;
	}
	#header .logo{
		margin: 0 0 20px;
	}
	#header .navbar-default .navbar-nav > li > a{
		padding: 9px;
		font-size: 18px;
	}
	.banner .baner-holder strong{
		font-size: 24px;
		line-height: 30px;
	}
	.baner-holder > p{
		font-size: 16px;
		line-height: 20px;
	}
	.parallax{
		height: 950px !important;
	}
	.parallax-2{
		height: 500px !important;
	}

}

@media only screen and ( max-width : 767px ){
	#header .logo{
		z-index: 99;
		position: relative;
		width: 140px;
	}
	#header .navbar-default{
		float: none;
		width: 100%;
		text-align: center;
	}
	#header .navbar-default .navbar-nav > li > a{
		font-size: 16px;
		padding: 5px;
	}
	.navbar-toggle{
		margin: 6px 8px 0;
	}
	#header .navbar-default .navbar-nav > li:hover a, #header .navbar-default .navbar-nav > li:focus a, #header .navbar-default .navbar-nav > li.active a{
		border-radius: 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: transparent;
	}
	.navbar-nav{
		margin: 14px 0 0;
	}
	.navbar-collapse{
		border-top: 0;
		box-shadow: none;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background:transparent;
	}
	.banner .baner-holder strong{
		font-size: 25px;
		margin:  0 0 6px;
	}
	.banner{
		height: 180px;
	}
	.banner img{
		height: 100%;
	}
	.services{
		padding: 40px 0;
		text-align: center;
	}
	.team .team-holder,
	.choose-us .choose-holder{
		margin: 0 0 20px;
	}
	.team{
		padding: 0 0 40px;
	}
	.contact .contact-form .col-row{
		margin: 0;
	}
	.contact .contact-form input[type="text"],
	.contact .contact-form input[type="tel"],
	.contact .contact-form input[type="email"]{
		margin: 0 0 10px;
	}
	.contact .contact-form input[type="email"]{
		margin: 2px 0 10px 0;
	}
	.contact .contact-form textarea{
		margin: 0 0 15px;
	}
	.contact{
		padding: 40px 0;
	}
	#footer{
		text-align: center;
		padding: 20px 15px;
	}
	.copyright{
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 10px;
	}
	.copyright ul{
		float: none;
		width: 100%;
		margin: 0;
	}
	#footer .social{
		float: none;
		width: 100%;
	}
	.services h2,
	.team h2{
		font-size: 34px;
	}
	.choose-us h2{
		font-size: 30px;
	}
	.choose-us{
		padding: 40px 0 40px;
	}
	.clients h2{
		font-size: 26px;
	}
	#quote-carousel{
		padding: 0;
		margin: 0;
	}
	#quote-carousel .carousel-indicators .active{
		width: 80px;
		height: 80px;
		border-width: 2px;
	}
	.carousel-indicators{
		left: 0;
		margin: 0;
		bottom: -70px;
	}
	.newsletter h1{
		float: none;
		display: block;
	}
	.newsletter .news-form{
		float: none;
		display: block;
		width: 90%;
		margin: 30px auto 0;
		overflow: hidden;
	}
	.copyright ul li:first-child:after{
		display: none;
	}
	.simplefilter li{
		font-size: 12px;
	}
	.our-work{
		padding: 40px 0 40px;
	}
	.our-work h2{
		font-size: 34px;
		margin: 0 0 10px;
	}
	blockquote{
		font-size: 12px;
	}
	.off-set{
		padding: 0;
	}
	#quote-carousel .carousel-indicators{
		right: 0;
		bottom: -40px;
		margin: 0;
		width: 100%;
	}
	.contact .sub-heading{
		padding: 0 15px;
	}
	.panel{
		padding: 20px;
	}
	.our-services{
		padding: 40px 0;
	}
	.our-services .service-holder h2{
		font-size: 20px;
	}
	.our-services .list{
		font-size: 13px;
		padding: 0 10px 0 30px;
	}
	.panel h1{
		font-size: 26px;
	}
	.contact .contact-form textarea{
		height: 110px;
	}
	.clients .holder{
		width: 100%;
	}
	.clients .holder img{
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	.clients .text-holder{
		padding: 0 20px;
		text-align: center;
	}
	.our-work .rows{
		margin: 0 0 14px;
	}
	#header{
		position: relative;
		padding: 20px 15px 10px;
	}
	.services .col-holder{
		height: auto;
		min-height: inherit;
		padding: 10px 0 0 ;
		text-align: center;
	}
	.contact .contact-row{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 20px;
	}
	.contact address{
		margin: 20px 0 0;
		padding: 0 20px;
	}
	.our-services .service-holder{
		width: 290px;
		margin: 0 auto 15px;
	}
	.terms{
		padding: 30px 15px;
	}
	.align-right.inner .carousel-indicators{
		bottom: 8px;
	}
	.about-us h2{
		font-size: 36px;
	}
	.banner .item img{
		height: 180px;
	}
	.newsletter h2{
		padding: 0 0 0 15px;
		margin: 0 0 10px;
	}
	.contact .contact-form{
		float: none;
		display: block;
		width: 100%;
	}
	.contact .address-block{
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 0 25px;
		margin: 30px 0 0;
	}
	.e-mail-block{
		top: 0;
		left: 0;
		right: 0;
		width: 90%;
		margin:0 auto;
		position: absolute;
		margin: 8px	10px;
	}
	.e-mail-block .email,
	.e-mail-icon a,
	.ph-icon,
	.e-mail-block .tel{
		font-size: 12px;
	}
	.e-mail-block{
		float: right;
	}
	.container-fluid{
		padding: 0 15px;
	}
	#header .navbar-default{
		overflow: visible;
	}
	#header .navbar{
		margin: 0;
	}
	.parallax{
		height: auto !important;
	}
	.services .image-block{
		float: none;
		text-align: center;
		display: inline-block;
	}
	.services .col-holder .heading{
		text-align: center;
	}
	.button-block{
		padding: 20px 0;
	}
	.button-block .btn-block .view{
		width: 100%;
		padding: 10px;
	}
	.parallax-2{
		height: auto !important;
	}
	.our-work .img-box{
		padding: 10px;
	}
}



.inner-banner {
    margin: 0;
    overflow: hidden;
    width: 100%;
	position:relative;
}
.inner-banner img{
	display:block;
	width:100%;
	height:auto;
}
.inner-banner-holder {
    position: absolute;
    right: 10%;
    text-align: center;
    top: 25%;
    width: 40%;
}
.inner-banner-holder strong {
    color: #fff;
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 38px;
    text-transform: uppercase;
	margin:0 0 25px;
	display:block;
}
.inner-banner-holder p{
	color: #fff;
    font-size: 18px;
    letter-spacing:1px;
    line-height: 28px;
    text-transform: uppercase;
	margin:0 0 25px;
	display:block;
}
.inner-block {
    margin: 0;
    overflow: hidden;
    padding: 50px 0 0;
	background:#edf0f2;
}
.inner-conversion h2 {
    font-size: 34px;
    margin: 0 0 30px;
	text-align: center;
}
.inner-conversion h3 {
    font-size: 22px;
    margin: 0 0 50px;
	line-height:26px;
	text-align: center;
}
.inner-block .inner-conversion {
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 40px;
    text-align: left;
}
.inner-block .inner-conversion p{
	margin-bottom:30px;
}
.service-block {
    margin: 0;
    overflow: hidden;
    padding: 70px 0;
	background:#e0e0e0;
}
.service-block .list {
    font-size: 14px;
    list-style: outside none none;
    padding: 0;
    text-align: center;
}
.service-block .list li {
    font-size: 16px;
    margin: 0 0 24px;
	position:relative;
}
.service-block .list li:after{
	position:absolute;
	background:#000;
	top:-12px;
	left:0;
	right:0;
	width:100%;
	height:1px;
	content:"";
}
.service-holder {
    overflow: hidden;
    width: 40%;
	background:#fff;
	float: left;
	margin: 0 80px;
    text-align: center;
}
.service-holder h2{
	background: #232f3e;
    font-size: 26px;
    padding: 34px 0;
    text-align: center;
	margin:0;
	color:#FFFFFF;
	position:relative;
}
.service-holder h2:after{
	position:absolute;
	height:8px;
	width:700px;
	background:#29dc16;
	content:'';
	top:96px;
	left:0;
	right:0
}
.service-holder .price {
    display:inline-block;
    font-size: 50px;
    line-height: 70px;
    padding: 20px 0;
    text-align: center;
}
.service-holder .btn-holder {
   	margin:0;
	background:#0ec6b7;
}
.service-holder .btn-holder a{
	color:#FFFFFF;
	font-size:22px;
	text-transform:uppercase;
	padding: 20px 0;
	 display:block;
}



.service-holder1 {
    margin:0;
    overflow: hidden;
    width: 40%;
	background:#fff;
	text-align:center;
}
.service-holder1 h2{
	background: #185ED8;
    font-size: 26px;
    padding: 34px 0;
    text-align: center;
	margin:0;
	color:#FFFFFF;
	position:relative;
}
.service-holder1 h2:after{
	position:absolute;
	height:8px;
	width:700px;
	background:#f9bf37;
	content:'';
	top:96px;
	left:0;
	right:0
}
.service-holder1 .price {
    display:inline-block;
    font-size: 50px;
    line-height: 70px;
    padding: 20px 0;
    text-align: center;
}
.service-holder1 .btn-holder a{
	color:#FFFFFF;
	font-size:22px;
	text-transform:uppercase;
	padding: 20px 0;
	 display:block;
	 background:#0ec6b7;
}

.ruff-work {
    margin: 0;
    overflow: hidden;
    padding: 50px 0 0;
	background:#edf0f2;
}
.rf-work-1 h2 {
    font-size: 34px;
    margin: 0 0 30px;
	text-align: center;
}
.rf-work-1 h3 {
    font-size: 22px;
    margin: 0 0 50px;
	line-height:26px;
	text-align: center;
}
.ruff-work .rf-work-1 {
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 40px;
    text-align: center;
}
.ruff-work .rf-work-1 p{
	margin-bottom:30px;
}







