body{
	font-family: 'Raleway', sans-serif !important;
}
.main-banner {
    background-image: url(../images/banner.jpg);
    background-position: center left;
    padding: 14px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
.top-head {
    border-bottom: 1px solid #535252;
	display: inline-block;
    width: 100%;
}
.top-head .web_site p {
	display: inline-block;
}

.top-head .web_site p.phone {
    float: right;
}
.main-header {
    padding: 15px 0;
}
.top-head .social-icons .social {
    border-right: 1px solid #535252;  
}
.top-head .social-icons .icons {
    display: inline-block;
	margin-right: 15px;
}
.top-head .social-icons .icons i.fa {
    margin-right: 15px;
	cursor: pointer;
}
.top-head .social-icons {
    padding: 0;
}
.main-header .header ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    padding: 10px 0;
	float: none;
}
.main-header .logo img {
    width: 100px;
}
.main-header .header {
    padding-top: 8px;
	z-index: 999;
}
.main-header .header ul li.active {
    border-bottom: 2px solid #49a32b;
}
.main-header .header ul li.active a, .main-header .header ul li.active a:hover{
	background: transparent;
}
.header .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
.banner_heading h1 {
    font-weight: 900;
    line-height: 42px;
}
.banner_heading {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 48%;
    bottom: 50%;
}
.main-header .header ul li a, .main-header .header ul li.active a, .main-header .header ul li.active a:hover {
    color: #fff;
}
.main-header .header ul li a:focus, .main-header .header ul li a:hover, .top-head .social-icons .icons i.fa:hover {
    color: #49a32b;
}


.main-header .main-menu {
	background-color: transparent;
	border: 0 none;
}
.navbar-header .navbar-brand {
    display: inline-block;
    padding: 0;
}
.navbar-header .navbar-brand img {
   /*  width: 100%; */
   width: 115px;
}
.header .navbar-nav{
	padding: 0;
}



.fon_t{
	color:#fff;
}

h2{
	font-size:65px;
	font-weight: 900;
}
.padd_ing {
	    padding: 55px 0;
}


/******* why-choose-us ********/

.choose-us .post1 {
    text-align: right;
}
.choose-us .post1_txt h6 {
    color: #777777;
    font-weight: 800;
    font-size: 16px;
	margin-top: 0;
}
.choose-us .post1 img {
    width: 38px;
}
.choose-us .post1_txt p {
    color: #979696;
    font-size: 15px;
    font-weight: 500;
}
.choose-us .content_rw {
    margin-bottom: 13px;
}
.choose-us .why_us {
    padding: 40px 20px 40px 75px;
    background-image: url(../images/choose-us.png);
    background-position: center left;
    background-size: initial;
    background-repeat: no-repeat;
	/* background-size: 100%; */
}
/* .choose-us .why_us h2 {
    font-size: 65px;
} */
.choose-us .feature_s {
    padding: 20px 75px 20px 75px;
}





/******* our-services ********/

.our-services {
    background-image: url(../images/our-services.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
}
.service_head h2 {
    line-height: 60px;
    margin: 100px 0 60px;
}
.service_head p {
    color: #f8f8f8;
    margin-top: 25px;
    padding-right: 100px;
    line-height: 30px;
}
.our-services .service_detail {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    text-align: center;
    padding: 20px;
    min-height: 220px;
    margin-bottom: 10px;
}
.our-services .service_detail:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.our-services .service_detail h4 {
    margin: 20px 0 0 0;
	font-weight: 700;
}

.our-services .service_detail p {
    margin-top: 10px;
    font-size: 13px;
    line-height: normal;
}


/******* our-clients ********/

.our-client h2{
	color: #a7a7a7;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
}
.our-client h2::after{
	position: absolute;
	content: "";
	left: 50%;
	width: 50px;
	height: 3px;
	margin-left: -25px;
	background-color: #5fb746;
	bottom: -10px;
}
.client-img{
	width: 200px;
	height: 200px;
	margin: 0 auto 35px;
	position: relative;
	border-radius: 50%;
    background-size: 200px auto !important;
    background-position: center -15px !important;
}

.client-name{
	font-size: 16px;
	color: #979696;
}
.client-name {
    font-size: 16px;
    color: #979696;
    font-weight: 700;
}
.designation{
    font-size: 14px;
    color: #979696;
    font-weight: 400;
	margin-bottom: 30px;
}
.clients p {
    font-size: 15px;
    color: #979696;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0 17%;
}
.our-client .owl-dots {
	text-align: center;
}
.our-client .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
	background-color: #ccc;
}
.our-client .owl-dots .owl-dot.active {
	background-color: #5fb746;	
}

/******* our-partners ********/

.our-partners{
	background-color: #49a32b;
	padding: 40px 0;
}
.our-partners .owl-dots{
	margin-top: 30px;
}
.our-partners .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
	border: 1px solid #fff;
}
.owl-carousel.partnersCarousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.our-partners .owl-dots .owl-dot.active {
	background-color: #fff;	
}


/******* happy-clients ********/

.happy-clients {
    background-image: url(../images/happy-clients-banner.jpg);
    background-position: center left;
    padding: 45px 0 25px;
    background-size: cover;
    background-repeat: no-repeat;
}
.happyClients span label {
    font-size: 27px;
    font-weight: 800;
}
.happyClients span {
    display: inline-block;
    margin-left: 10px;
	vertical-align: middle;
}
.happyClients figure {
    margin: 0;
    display: inline-block;
	vertical-align: middle;
}
.happyClients {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
}
.happyClients li{
	list-style-type: none;
	margin-bottom: 25px;
}
.happyClients .client_review {
    max-width: 80px;
} 
.happyClients span p {
    font-size: 16px;
}
.happy-clients .client_s h2 {
    font-size: 45px;
}




/******* discuss-project********/

.discuss-project .ready {
    padding: 35px 50px;
	background: #49a32b;
}

.discuss-project .your_project{
    border: 1px solid #fff;
    padding: 30px;
    text-align: center;
}
.discuss-project .your_project h4 {
    font-size: 35px;
    font-weight: 800;
}
.discuss-project a.contact_bttn {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 20px;
	font-size: 16px;
    font-weight: 700;
}
.discuss-project a.contact_bttn:hover, 
.discuss-project a.contact_bttn:focus {
	text-decoration: none;
	background-color: #fff;
	color: #49a32b;
}


.discuss-project .news_letter {
    padding:  55px;
    text-align: center;
}
.discuss-project .news_letter .subscribe h4 {
    color: #49a32b;
    font-size: 30px;
	margin-bottom: 50px;
}
.discuss-project .news_letter .subscribe input {
    background: #fcf9f9;
    border-radius: 0;
    border: 1px solid#f5f5f5;
    box-shadow: none;
	height: 44px;
	min-width: 280px;
	width: auto;
}
.discuss-project .news_letter .subscribe button.btn.btn-default {
    color: #fff;
    background-color: #49a32b;
    border-color: #49a32b;
    border-radius: 0;
    font-weight: 700;
	padding: 11px 15px;
	margin-left: -4px;
}
.discuss-project .news_letter .subscribe button.btn.btn-default:hover {
    background-color: #318a13;
}


/******* footer********/

.footer {
    background-image: url(../images/footer.jpg);
    background-position: center left;
    padding: 45px 0 25px;
    background-size: cover;
    background-repeat: no-repeat;
}

.lin_k, .footer .useful_links ul.footer_link li a{
	color:#efefef;
}
.footer .abou_t p {
    margin: 20px 0;
    font-size: 16px;
}
.footer .abou_t .social.icons i.fa {
    color: #9f9f9f;
    font-size: 17px;
    margin-right: 10px;
}
.footer .abou_t .social.icons i.fa:hover {
    color: #49a32b;
}
.footer h5 {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 8px;
}
.footer .blog_post p {
    display: inline-block;
    vertical-align: middle;
	/* margin-left: 15px; */
	color: #b0aeae;
}
.footer .blog_post .row {
    margin: 0;
}
.footer img.under_line {
    margin-bottom: 30px;
	display: block;
}
.footer .blog_post p span {
    font-weight: 800;
    font-size: 16px;
}
.footer .post1_txt, .footer .post1 {
    padding: 0;
	margin-bottom: 20px;
}
.footer .useful_links ul.footer_link {
    display: inline-block;
    vertical-align: top;
	padding-left: 0px;
}
.footer .useful_links ul.footer_link li a {
    font-size: 16px;
}
.footer .useful_links ul.foot-link_2 {
    margin-left: 30px;
}
.footer .useful_links ul.footer_link li a:hover {
    text-decoration: none;
    color: #49a32b;
}
.footer .useful_links ul.footer_link li {
    list-style-type: none;
}
.footer .useful_links ul.footer_link li a i.fa.fa-chevron-right {
    font-size: 10px;
    font-weight: 100;
    margin-right: 7px;
    vertical-align: middle;
}





/******* copy_right ********/

.copy_right {
    background: #1a1a1a;
    text-align: center;
    padding: 12px 0;
}
.copy_right p {
    margin: 0;
	color: #9f9f9f;
}
.copy_right p a {
    color: #49a32b;
}
.copy_right p a:hover {
    text-decoration: none;
    color: #3c921f;
}







/********************* contact us page ***************/


.contact_us {
    background-image: url(../images/contact-us.jpg);
    background-position: center left;
    padding: 14px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}
.contact_us .banner_heading {
    position: initial;
    padding: 60px 0;
}
.contact_us .banner_heading h1 {
    font-size: 40px;
	text-transform: capitalize;
}
.contact_details .contact_bkg {
    background: #fcfcfc;
    padding: 0;
    box-shadow: 0 0 7px 0 #d4d4d4;
}
.contact_details .contact_bkg .addres_s {
    background: #333;
    text-align: center;
    padding: 130px 13px;
    min-height: 361px;
}
.contact_details .contact_form textarea.form-control {
    min-height: 100px;
    resize: vertical;
	border-radius: 0;
	box-shadow: none;
}
.contact_details .contact_form {
    padding: 45px;
}
.contact_details .contact_form input.form-control {
    border-radius: 0;
	box-shadow: none;
}
.contact_details .contact_form button.btn.btn-default {
    margin-top: 30px;
    background: #49a32b;
    color: #fff;
    border-color: #49a32b;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 800;
}
.contact_details .contact_form button.btn.btn-default:hover {
    background: #389419;
}
.contact_details .contact_form input.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}
.contact_details .contact_bkg .addres_s p {
    font-size: 22px;
	font-weight: 200;
}
.contact_details .contact_bkg .addres_s p span {
    font-weight: 800;
}
.our_map iframe {
    width: 100%;
}



/********************* our pricing page ***************/
.our_pricing .pri_ce {
    background: #fcfcfc;
    border: 1px solid #efefef;
    text-align: center;
	cursor: default;
	padding: 0;
}
.our_pricing .pri_ce .pricing__title {
    background: #49a32b;
    padding: 10px 0;
    color: #fff;
}
.our_pricing .pri_ce .pricing__title h5 {
    font-weight: 800;
    font-size: 16px;
}
.our_pricing .pri_ce .pricing__price {
    padding: 35px;
}
.our_pricing .pri_ce .pricing__price span.pricing__currency {
    font-size: 20px;
    vertical-align: super;
    color: #49a32b;
    font-weight: 700;
}
.our_pricing .pri_ce .pricing__price {
    padding: 35px;
    font-size: 35px;
    font-weight: 800;
    color: #49a32b;
}
.our_pricing .pri_ce .pricing__price span.pricing__period {
    color: #646D5B;
    font-size: 15px;
    font-weight: 600;
}
.our_pricing .pri_ce ul.pricing__feature-list {
    margin: 0;
    padding: 0 0 40px;
    list-style: none;
    text-align: center;
    color: #81867D;
}
.our_pricing .pri_ce ul.pricing__feature-list i.fa.fa-check {
    font-size: 11px;
    color: #49a32b;
    margin-right: 10px;
}
.our_pricing .pri_ce button.pricing__action {
    font-weight: bold;
    margin: 0 0 40px;
    padding: 12px 25px;
    background: #49a32b;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    border: 1px solid #49a32b;
    text-transform: capitalize;
}
.our_pricing .pri_ce button.pricing__action:hover {
    background: #328816;
}
.our_pricing .pri_ce:hover::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: 5px solid #49a32b;
}
.our_pricing .pri_ce:hover {
    z-index: 100;
}
.our_pricing .pri_ce ul.pricing__feature-list li.pricing__feature {
    line-height: 30px;
	font-size: 16px;
}









/******* responsive********/

@media screen and (max-width: 767px) {
	.header .navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.main-header .header ul li.active, .main-header .header ul li.active a, .main-header .header ul li.active a:hover, .main-header .header ul li.active a:focus {
		 border-bottom: 0 none;
		background-color:  #49a32b;
		color: #fff;
	}	
	.navbar-header .navbar-brand img {
		max-width: 80px;
	}	
	.header .navbar-nav {
		margin: 0;
		width: 100%;
		background: rgba(0,0,0, 1);
		padding: 0;
	}
	.navbar-nav li{
		width: 100%;
	}
	.main-header .header {
		padding-top: 8px;
		z-index: 9;
		position: relative;
		padding: 0;
	}
	.subscribe .form-control{
		display: inline-block;
		width: auto;
		min-width: auto !important;
	}
	.discuss-project .news_letter {
		padding: 55px 15px;
	}
	.discuss-project .ready {
		padding: 35px;
	}
	.footer h5 {
		margin-top: 30px;
	}
	.happy-clients .client_s h2 {
		text-align: center;
		margin-bottom: 35px;
		font-size: 38px;
	}
	.footer .post1 img {
		width: 100%;
	}
	.footer .post1_txt, .footer .post1 {
		padding: 0 15px 0 0;
	}
	.happyClients span p {
		font-size: 14px;
	}
	.our-services .service_head {
		text-align: center;
	}
	.service_head p {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.our-services .service_detail {
		min-height: 200px;
	}
	h2 {
		font-size: 45px;
	}
	.service_head h2 {
		margin: auto !important;
	}
	.choose-us .feature_s {
		padding: 20px 40px 20px 40px;
	}
	.choose-us .post1 img {
		width: 30px;
	}
	.footer .useful_links ul.foot-link_2 {
		margin-left: 15px;
	}
	.banner_heading {
		position: initial;
		margin-bottom: 40px;
	}
	.main-banner {
		height: auto !important;
	}
	.our_pricing .pri_ce {
		margin: 0 15px 20px 15px;
	}

}
@media screen and (max-width: 480px) {

	.social-icons, .web_site{
		float: none;
		width: 100%;
		padding: 10px;
	}
	.social-icons{
		margin-bottom: 10px;
		text-align: center;
	}
	.contact_details .contact_bkg .addres_s {
		padding: 80px 13px;
		min-height: 130px;
	}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 991px){
	.footer h5 {
		margin-top: 30px;
	}
	.footer .post1 img {
		width: 100%;
	}
	.footer .post1_txt, .footer .post1 {
		padding: 0 15px 0 0;
	}
	.happy-clients .client_s h2 {
		font-size: 40px;
		text-align: center;
		margin-bottom: 40px;
	}
	h2 {
		font-size: 50px;
	}
	.service_head h2 {
		text-align: center;
		margin: 0px 0 35px;
	}
	.service_head p {
		margin-top: 10px;
		padding-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.choose-us .feature_s {
		padding: 20px 35px 20px 15px;
	}
	.choose-us .why_us {
		margin-top: 50px;
	}
	.main-banner {
		height: auto !important;
	}
	.banner_heading {
		position: initial;
		margin-bottom: 50px;
	}
	.navbar-header .navbar-brand img {
		width: 75px;
	}
	.main-header .header {
		padding-top: 0;
	}
	.main-header .header ul li a {
		padding: 0px 4px;
	}
	.main-header .header ul li {
		font-size: 11px;
	}
	.main-header #bs-example-navbar-collapse-1 {
		padding: 0;
	}
	.contact_details .contact_bkg .addres_s p {
		font-size: 16px;
	}
}


@media only screen and (min-device-width : 992px) and (max-device-width : 1024px){
	.navbar-header .navbar-brand img {
		width: 100px;
	}
	.main-header .header ul li {
		font-size: 13px;
	}
	.main-header .header ul li a {
		padding: 10px 8px;
	}
	.banner_heading {
		position: initial;
		margin-bottom: 50px;
	}
	.main-banner {
		height: auto !important;
	}
	.choose-us .why_us {
		background-size: 100%;
	}
	h2 {
		font-size: 50px;
	}
	.service_head p {
		padding-right: 55px;
	}
	.our-services .service_detail h4 {
		font-size: 17px;
	}
	.happyClients span p {
		font-size: 14px;
	}
	.footer .useful_links ul.foot-link_2 {
		margin-left: 0px;
	}
	.footer .blog_post p span {
		font-size: 15px;
	}
}




/************************************* our-pricing2 **********************/

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}
.pricing-section {
    background: #fcfcfc;
} 



.pricing--pema .pricing__item {
	font-family: 'Alegreya Sans', sans-serif;
	padding: 2em 3em;
	margin: 1em;
	color: #262b38;
	background: #fff;
	cursor: default;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

@media screen and (min-width: 66.250em) {
	.pricing--pema .pricing__item {
		margin: 1.5em 0;
	}
	.pricing--pema .pricing__item--featured {
		z-index: 10;
		margin: 0;
		font-size: 1.15em;
	}
}

.pricing--pema .pricing__title {
	font-size: 2em;
	margin: 0.5em 0 0;
	color: #1d211f;
}

.pricing--pema .icon {
	display: inline-block;
	min-width: 2em;
	color: #5fb746;
	vertical-align: middle;
}

.pricing--pema .pricing__price {
	font-size: 5em;
	font-weight: 800;
	color: #5fb746;
	position: relative;
	z-index: 100;
}

.pricing--pema .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--pema .pricing__period {
	font-size: 0.25em;
	display: inline-block;
	padding: 0 0 0 0.5em;
	color: #CEDED6;
}

.pricing--pema .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
	color: #5fb746;
}

.pricing--pema .pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 1.5em 0.5em 2.5em;
	list-style: none;
}

.pricing--pema .pricing__feature {
	padding: 0.15em 0;
}

.pricing--pema .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 5px;
	background: #5fb746;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing--pema .pricing__action:hover,
.pricing--pema .pricing__action:focus {
	background-color: #4F5F56;
}
