/* ------------------------------- 768 -------------------------------
  Project Name : TORNADOPACK
  Project Date: 29 July, 2016
  Author Website : http://www.faisalsamroz.com
  Author Email : faisalsamroz@gmail.com
---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, ul, ul li {
	margin: 0
}
body {
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	overflow-x: hidden;
}
a, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
}
ul, ul li {
	list-style: none;
	padding: 0
}
p {
	margin: 0 0 15px;
	padding: 0;
	line-height: 24px
}
.section_title {
	text-align:center;
	margin-bottom:70px;
}
.section_title h2 {
	color:#313131;
	font-size:34px;
	font-weight:300;
}
.section_title h5 {
	color:#fc601b;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:13px;
	font-family:"Montserrat", sans-serif;
}
.section_title p {
	margin:48px 0 0 0;
}
.divider {
	background-color: #fc601b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	height: 5px;
	margin-bottom: 20px;
	width: 50px;
}
.lastest_project_section .project .hover,
.services_section .service .image .hover  {
	transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
}
.ppt {
	display:none !important;
}
/**************************************************************
						Header Style
**************************************************************/
.header {
	padding:30px 0 40px;
	font-family: Montserrat, sans-serif;
}
.header .contact_info {
	margin-top:9px;
}
.header .text-bold, .header .text-bold a {
	font-weight: bold;
	font-size:16px;
	color:#313131;
}
.header p, .header p a {
	color: #888888;
	font-weight: 300;
	margin: 0;
}
.header p a:hover {
	color:#fc601b;
}
.header i.fa {
	color: #fc601b;
	font-size: 18px;
	width: 40px;
	height:40px;
	border:2px solid #fc601b;
	text-align:center;
	line-height:36px;
	margin:5px 20px 0 0;
	float:left;
	vertical-align:top;
}
/**************************************************************
					about_section Style
**************************************************************/
.about_section {
	background-color:#f3f3f3;
	padding:77px 0;
}
.about_section .section_title {
	margin:0px;
}
.about_section .section_title p {
	padding:0 150px;
}
/**************************************************************
					feature_section Style
**************************************************************/
.feature_section {
	padding:130px 0 50px;
}
.feature {
	position:relative;
	padding-left:100px;
	margin-bottom:65px;
}
.feature .icon {
	position:absolute;
	left:0px;
	top:0px;
	max-width:57px;
}
.feature h5 {
	font-weight:700;
	font-family:"Montserrat", sans-serif;
	color:#313131;
	text-transform:uppercase;
	margin-bottom:16px;
}
.feature p {
	color:#1c1c1c;
	font-weight:200;
}
/**************************************************************
					services_section Style
**************************************************************/
.services_section {
	background-color:#f7f6f6;
	padding:80px 0 60px;
}
.services_section .service {
	margin-bottom:15px
}
.services_section .service .divider {
	margin-bottom:25px;
}
.services_section .service h5 {
	font-weight:700;
	font-family:"Montserrat", sans-serif;
	color:#313131;
	text-transform:uppercase;
	margin-bottom:16px;
}
.services_section .service .image {
	margin-bottom:23px;
	position:relative;
}
.services_section .service .image .hover {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-color:rgba(0, 114, 255, 0.7);
	background-image:url(../images/hover_attachment.png);
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0;
	visibility:hidden;
	cursor:pointer;
}
.services_section .service .image:hover .hover {
	opacity:1;
	visibility:visible;
}
.services_section .service p {
	font-weight:200;
}
/**************************************************************
					recentproject_section Style
**************************************************************/
.lastest_project_section {
	background-color:#d9d9d9;
	padding:70px 0 0px;
}
.lastest_project_section .slider-navigation {
	text-align:center;
	margin-bottom:35px;
}
.lastest_project_section .testimonial-block {
	padding:0px;
}
.lastest_project_section .slider-navigation .carousel-control {
	width:31px;
	height:27px;
	border:1px solid #fc601b;
	background-color:rgba(0, 0, 0, 0);
	background-image:none;
	display:inline-block;
	position:static;
	font-size: 18px;
	line-height:25px;
	text-align:center;
	color:#fff;
	padding:0px;
	margin:0px -2px;
	opacity:1;
	text-shadow: 0px 0px;
	-moz-text-shadow: 0px 0px;
	-webkit-text-shadow: 0px 0px;
	-ms-text-shadow: 0px 0px;
	-o-text-shadow: 0px 0px;
}
.lastest_project_section .slider-navigation .carousel-control:hover {
	background-color:#fc601b;
}
.lastest_project_section .project {
	position:relative;
	color:#fff;
	text-align:center;
}
.lastest_project_section .project img {
	width:100%;
}
.lastest_project_section .project .hover {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	bottom:0;
	right:0;
	background-color:rgba(0, 114, 255, 0.7);
	opacity:0;
	visibility:hidden;
	cursor:pointer;
}
.lastest_project_section .project .hover .content_area {
	position: relative;
	top: calc(50% - 28px);
}
.lastest_project_section .project:hover .hover {
	opacity:1;
	visibility:visible;
}
.lastest_project_section .project h3 {
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.lastest_project_section .project i {
	font-size:24px;
	margin-bottom:28px;
}
/**************************************************************
					testimonial_section Style
**************************************************************/
.testimonial_section {
	padding:100px 0 50px 0px;
}
.testimonial_section .testimonial-block {
	border: 1px solid #e5e4e4;
	padding: 15px 0 5px;
}
.testimonial_section .testimonial-block:last-child {
	border-left:0px;
}
.testimonial_section .testimonial_text {
	background-image:url(../images/quotation_mark.png);
	background-repeat:no-repeat;
	padding:72px 15px 0 0;
}
.testimonial_section .testimonial_text h5 {
	color: #494949;
	font-weight: bold;
	margin:0 0 10px;
	text-transform: uppercase;
}
.testimonial_section .testimonial_text h5 span {
	color: #fc601b;
	font-size: 12px;
	font-weight: normal;
	text-transform: initial;
}
.testimonial_section .testimonial_text p {
	color:#8a8a8a;
}
/**************************************************************
					Client Style
**************************************************************/
.client_section {
	padding:50px 0 75px;
}
.client_section ul {
	padding:0px;
	margin:0 -1%;
}
.client_section li {
	float:left;
	margin:0 1% 15px;
	padding:5px;
	list-style:none;
	text-align:center;
	border:0px solid #f4f4f4;
	width:14.28%;
	vertical-align:top;
}
.client_section li img {
	display:inline-block;
}
/**************************************************************
						Footer Style
**************************************************************/
.footer {
	background: #1d96c8;
	padding:80px 0 40px;
	color:#fff;
	font-weight:200;
}
.footer a {
	color:#fff;
}
.footer h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.footer .widget_address p {
	font-weight:300;
	position:relative;
	margin: 0 0 10px;
	padding-left: 40px;
}
.footer .widget_address p:last-child {
	margin-bottom:0px;
}
.footer .widget_address i {
	color: #ffffff;
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 1px;
}
.footer iframe {
	width:100%;
	border:0px;
	height:200px;
}
.social {
	margin-top:35px;
}
.social li {
	display:inline-block;
	margin-right:5px;
}
.social li a {
	display:inline-block;
	width:42px;
	height:39px;
	text-align:center;
	line-height:37px;
	font-size:18px;
}
.social li.facebook a {
	border:1px solid #3b5998;
	color:#3b5998;
}
.social li.twitter a {
	border:1px solid #659fcb;
	color:#659fcb;
}
.social li.pint a {
	border:1px solid #bd081c;
	color:#bd081c;
}
.social li.google_plus a {
	border:1px solid #f63e28;
	color:#f63e28;
}
.social li a:hover {
	color:#fff;
}
.social li.facebook a:hover {
	background-color:#3b5998;
}
.social li.twitter a:hover {
	background-color:#659fcb;
}
.social li.pint a:hover {
	background-color:#bd081c;
}
.social li.google_plus a:hover {
	background-color:#f63e28;
}
.copyright {
	text-align:center;
	margin-top:45px;
}
.copyright p {
	margin:0px 0 0 0;
}
/**************************************************************
						Slider Style
**************************************************************/
.slider {
	width:100%;
	position:relative;
	padding:35px 0px;
	background-image:url(../images/slide.jpg);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.estimate_form {
	background-color:rgba(255, 255, 255, 1);
}
.estimate_form h2 {
	background-image:url(../images/heading-bg.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	font-size:30px;
	padding:32px 0 38px;
	color:#fff;
	font-family:'Montserrat', sans-serif;
	text-align:center;
}
.estimate_form form {
	padding:40px 30px;
}
.estimate_form form input[type="text"], .estimate_form form textarea {
	width:100%;
	background:#fff;
	border:none;
	font-size:14px;
	margin-bottom:10px;
	color:#7b7b7b;
	
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
}
.estimate_form form input[type="text"] {
	height:50px;
	padding:0px 10px;
}
.estimate_form form textarea {
	height:200px;
	padding:10px 10px 0px 10px;
}
.estimate_form form input[type="submit"] {
	width:200px;
	background:#fc601b;
	border:none;
	font-size:18px;
	color:#fff;
	font-weight:600;
	border:1px solid #fc601b;
	text-align:center;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	text-transform:uppercase;
}
.estimate_form form input[type="submit"]:hover {
	border:1px solid #fc601b;
	background:none;
	color: #fc601b!important;
}
.slider .carousel-inner {
	color:#fff;
}
.slider .carousel-inner h1 {
	font-size: 70px;
	line-height: 70px;
	margin: 0 0 5px 0;
	font-weight: 700;
	text-transform: uppercase;
}
.slider .carousel-inner h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 0 0 56px 0;
	text-transform: uppercase;
}
.slider .carousel-inner .section {
	position:relative;
	margin: 0 0 30px 0;
	padding-left:70px;
}
.slider .carousel-inner .section .icon {
	position:absolute;
	left:0px;
	top:0px;
}
.slider .carousel-inner .section h3 {
	font-size: 25px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.slider .carousel-inner .section p {
	color: #fff;
	font-size: 1.3em;
}
/**************************************************************
						Media Quries Style
**************************************************************/
@media screen AND (max-width:991px) {
	.logo {
		text-align:center;
		margin-bottom:15px;
	}
	.header {
		padding:10px 0 20px;
	}
	.about_section .section_title p {
	  padding: 0 0px;
	}
	.client_section li {
		width:23%;
	}
	.estimate_form h2 {
		font-size:20px;
		padding:19px 0 30px;
	}
	.estimate_form form {
		padding: 30px 20px;
	}	
	.slider .carousel-inner h1 {
		font-size:42px;
		line-height:42px;
	}
	.slider .carousel-inner h2 {
		font-size:37px;
		margin-bottom:35px;
	}
	.slider .carousel-inner .section p {
		line-height:21px;
	}
	.slider .carousel-inner .section {
		margin:0 0 35px 0;
	}
	.slider .carousel {
		margin-top: 28px;
	}
	.estimate_form form input[type="text"], .estimate_form form textarea {
		margin-bottom:20px;
	}
	.estimate_form form input[type="submit"] {
		font-size:16px;
		padding:9px 0px;
		width:180px;
	}
	.client_section {
		padding: 20px 0 40px;
	}
	.lastest_project_section .project h3 {
		font-size:16px;
	}
	.lastest_project_section .project i {
		font-size:20px;
		margin-bottom:20px;
	}
	.feature_section {
		padding: 70px 0 0px;
	}
	.testimonial_section .testimonial_text h5 span {
		display:block;
		margin-top:5px;
	}
}
@media screen AND (max-width:767px) {
	.section_title {
		margin-bottom:50px;
	}
	.contact_info.pull-right {
		float:none !important;
	}
	.header i.fa {
		margin:5px 15px 0 0;
	}
	.footer {
		padding:50px 0 25px;
	}
	.footer h5 {
		margin-bottom:20px;
	}
	.footer .widget_address p {
		margin-bottom: 13px;
	}
	.footer .col-sm-3,
	.footer .col-sm-5 {
		margin-bottom:40px;
	}
	.social {
		margin-top: 15px;
	}
	.copyright {
		margin-top:30px;
	}
	.section_title p {
		margin: 28px 0 0;
	}
	.about_section {
		padding:50px 0 40px;
	}
	.feature {
		margin-bottom:40px;
	}
	.services_section {
		padding:60px 0 20px;
	}
	.services_section .service {
		margin-bottom: 30px;
	}
	.services_section .service .image {
		width:100%;
		margin-bottom:15px;
	}
	.services_section .service .image img {
		width:100%;
	}
	.lastest_project_section {
		padding:50px 0 0; 
	}
	.lastest_project_section .project img {
		width:100%;
		max-width:100%;
	}
	.testimonial_section {
		padding: 60px 0 25px;
	}
	.testimonial_section .testimonial-block:last-child {
		border-left:1px solid #e5e4e4;
	}
 	.testimonial_section .testimonial-block {
		float:left;
		border-bottom:1px solid #e5e4e4;
		margin-bottom:1px;
		padding:15px 0 15px;
	}
	.slider {
		padding:45px 0 15px;
	}
	.slider .carousel {
		margin-top: 0px;
	}
	.slider .carousel-inner .section {
		padding-left:50px;
		margin: 0 0 20px;
	}
	.slider .carousel-inner .section p br {
		display:none;
	}
	.estimate_form h2 {
		padding:20px 10px;
	}
	.estimate_form form textarea {
		height:150px;
	}
}
@media screen AND (min-width:800px) AND (max-width:1025px) {

	.logo img {
    width: 200px;
}
}

@media screen AND (max-width:600px) {

	.logo img {
    width: 200px;
}
	.header {
	  padding: 10px 0 0px;
	}
	.contact_info .col-sm-6 {
		width:100%;
	}
	.contact_info {
		text-align:center;
	}
	.contact_info .block {
		padding:7px 0px;
	}
	.header i.fa {
		display:none;
	}
	.contact_info .col-xs-5 {
		background-color: #f3f3f3;
	}
	.contact_info .col-xs-7 {
		background-color: #d9d9d9;
	}
	.testimonial_section .testimonial-block {
		padding-bottom:0px;
	}
	.testimonial_section .testimonial-block .col-xs-3,
	.testimonial_section .testimonial-block .col-xs-9 {
		width:100%;
	}
	.testimonial_section .testimonial-block .testimonial_text {
		padding: 50px 15px 0 15px;
		background-position: 15px top;
		margin-top:15px;
	}
	.feature {
		padding-left:80px;
	}
}
@media screen AND (max-width:479px) {
	.section_title h2 {
		font-size:27px;
	}
	.section_title {
		margin-bottom:35px;
	}
	.client_section li {
		width:48%;
		margin-bottom:7px;
	}
	.slider .carousel-inner h1 {
		font-size: 31px;
		line-height: 32px;
	}
	.slider .carousel-inner h2 {
		font-size: 25px;
		margin-bottom: 20px;
		line-height: 25px;
	}
	.slider .carousel-inner .section h3 {
		font-size:15px;
		margin-bottom:7px;
	}
	.slider .carousel-inner .section p {
		font-size:13px;
	}
	.estimate_form h2 {
		padding: 14px 10px;
	}	
	.estimate_form form {
		padding: 20px 10px;
	}
	.estimate_form form input[type="text"] {
		height:40px;
		margin-bottom:15px;
	}
	.estimate_form form input[type="submit"] {
		font-size: 14px;
		padding: 8px 0;
		width: 160px;
	}
	.feature {
		padding-left: 70px;
	}
}


.service h2 {
    text-align: center;
    padding-bottom: 10px;
}