.pad-0 {
	padding: 0;
}
.pad0 .container-fluid {
	padding: 0;
}
.pad0 .container-fluid .row{
	margin: 0;
}
.nopad .container-fluid {
	padding: 0;
}
.nopad .container-fluid .row.clearfix {
	margin: 0;
}
.nopad .container-fluid .row.clearfix .column {
	padding: 0;
}
.accordion .acd-group:last-child {
    margin-bottom: 10px;
}
.action .action-box {
	margin:50px 0px;
}
.margin-bot-50 {
	margin-bottom: 50px;
}
.image-center img{
	margin: 0 auto;
}
/* Buttons */
.button.right-icon i {
	float: right;
}
.button.flat, .button.flat.button-3d {
	border-color: #ffd200;
	color: #fff;
	webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset
}
.button.flat:hover, .button.button-3d:hover {
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}
.button.animated.fill:hover, .button.fill:hover {
    background-color: #252525 !important;
    border-color: #252525;
    color: #fff;
}
.button.transparent.fill:hover {
    background-color: #ffffff !important;
    border-color: #fff !important;
}
.button.color {
	color: #fff;
	border: none;
}
.button.color:last-child {
	color: #656565;
	border: 2px solid #ddd;
}
.button.fill.flat {
	border: none;
	color: #fff;
}
/* Content Box */

.content-box3 .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.dark-bg .col-sm-6, .light-bg .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}
/* Counter */
.counter.left_pos, .counter.left_icn {
	text-align: left;
}
/* List Style */
ul.list {
	padding-left: 0;
}
ul.list li {
	text-align: left;
	list-style-type: none;
}
/* Post Style */
.post {
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
}
.post.left_pos {
	width: 50%;
	padding: 0;
}
.post-article .about {
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
}
/* Carousel */
.parallax-carousel .owl-carousel {
	width: 66.66666667%;
    margin: 0 auto;
}
.parallax-2-carousel .owl-carousel{
	width: 83.33333333%;
    margin: 0 auto;
}
/* About */
.container-padding-left {
	padding-left: 106px;
}
.container-padding-left.width-100 .col-md-6.text-left {
	width: 100%;
}
.container-padding-left.width-100 .col-md-6.text-left h5 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.container-padding-left.width-66 .col-md-6.text-left {
	width: 66.66666667%;
}
.container-padding-left.width-66 .col-md-6.text-left h5 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.container-padding-right {
	padding-right: 106px;
}
.container-padding-right.pt-20 .col-lg-3 {
	width: 50%;
	margin-bottom: 40px;
	padding: 0px 30px
}
.our-clients .owl-carousel .owl-nav {
    top: 33%;
}
.powerfull-skill .col-md-6 {
	width: 100%;
	margin-left: -15px;
}
.mega-menu .drop-down ul li {
	width: 25%;
	float: left;
	padding-left: 15px;
}
.container-padding-left.width-66 .col-sm-6 {
	width: 33%;
	padding: 0 15px;
	margin-top: 50px;
}
.counter-block .col-lg-3 {
	margin-top: 30px;
}
.testimonial-block .owl-carousel {
	width: 66.66666667%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.column-10 .owl-carousel {
	width: 83.33333333%;
	margin: 0 auto;
}
.column-8 .owl-carousel {
	width: 66.66666667%;
	margin: 0 auto;
}
.white .section-title h2 {
	color: #fff;
}
.container-padding-left.pad-left-90 {
	padding-left: 91px;
}
.container-padding-right.pad-right-90 {
	padding-right: 91px;
}
.container-padding-left.pad-left-90 .col-sm-6:nth-child(4) {
	clear: both;
} 
.text-left .section-title {
	text-align: left !important;
}
.text-left .section-title h2:before {
	left: 0;
    margin-left: 0;
}
.text-left .section-title:hover .title:before {
	margin-left: 0 !important;
}
.pad-right-15 {
	padding-right: 15px;
}
.pad-left-15 {
	padding-left: 15px;
}
.horizontal-info-box .top-info {
	bottom: 0;
    margin-bottom: 0;
}
/* Contour */
.contact-form .contour {
	padding:0 !important;
}
.contact-form .contour fieldset {
	padding: 0 !important;
	margin: 0 !important;
}
.contact-form .contour .contourField  {
	width: 50%;
    float: left;
    margin-bottom: 15px;
    clear: inherit; 
}
.contact-form .contour .contourField.message {
	width: 100%;
}
.contact-form .span-12.col-md-12 {
	padding: 0;
}
.contact-form .row-fluid {
	margin: 0 -15px;
}
.contact-form .contour .contourField input.text, .contact-form .contour .contourField textarea {
	max-width: 100% !important;
    padding: 5px;
    display: block;
    width: 95%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #f8f8f8;
    height: auto;
    padding: 16px 15px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid transparent;
}
.light-form.contact-form input.text, .light-form.contact-form textarea {
	background-color: #fff !important;
}
.contact-form .contour .contourField textarea {
	height: 150px;
	width: 97.5%;
	outline: 0;
}
.contact-form .contour .contourField input:focus, .contact-form .contour .contourField input:active, .contact-form .contour .contourField textarea:focus, .contact-form .contour .contourField textarea:active{
	border-color: #ffd200 !important;
}
.contact-form .contour label.fieldLabel {
	font-weight: normal !important;
}
.contact-form .btn {
	cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 18px 33px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #333;
    font-weight: 600;
    border: 2px solid #333;
    background: transparent;
    border-radius: 0;
}
.contact-form .btn:hover {
	background: #333;
	color: #fff;
}
.terms-and-conditions .button.color {
	background-color: #ffd200;
	border-color: #ffd200;
	color: #353535
}
.content-block.text-left .section-title {
	text-align: left;
}
.content-block .section-title p {
	padding: 0;
}
.content-block .col-sm-3 {
	width: 100%;
	padding: 0;
}
.home-1.content-block .col-sm-6 {
	padding: 0;
}
.home-1.content-block .col-sm-6 .feature-box {
    padding-left: 60px;
    border-left: 4px solid #ffd200;
}
.home-1.content-block .col-sm-6 .feature-box i {
	left: 15px;
	line-height: 30px;
    font-size: 30px;
}
.home-1.content-block .col-sm-6 .feature-box i:before {
    line-height: 30px;
    font-size: 30px;
}
.home-2.content-block .col-sm-6 .feature-box {
    padding-left: 60px;
    border-left: 4px solid #ffd200;
    margin-top: 60px;
}
.home-2.content-block .col-sm-6 .feature-box i {
	left: 15px;
	line-height: 30px;
    font-size: 30px;
}
.home-2.content-block .col-sm-6 .feature-box i:before {
    line-height: 30px;
    font-size: 30px;
}
.no-gutter {
	margin: 0;
}
.column-3 .col-sm-6 {
	width: 33.33333333%;
}
.service-section .mb-40 {
	margin-bottom: 0px !important;
}
.service-3 .col-sm-6 {
	padding: 0;
}
.parallax-bg .section-title h3 {
	font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.parallax-bg .section-title h3 label {
	color: #ffd200;
	font-weight: 600;
}
.mrtop-130 {
	margin-top: -128px;
}
/* Index 2 */
.home-2.container-padding-left .col-md-6{
	width: 100%;
}
.home-2.container-padding-right .col-sm-3{
	width: 50%;
	margin-bottom: 40px;
}
.blog-100 .post {
	width: 100%;
	padding: 0;
}
.dots-rb .owl-dots {
    width: auto;
    bottom: 10px;
    right: 10px;
}
.tp-caption.button {
	padding: 8px 25px !important;
}
.tp-caption.button:hover {
	color: #000 !important;
}
.tp-caption.button.border:hover {
	color: #000 !important;
}
/* Index 4 */
.home-4.services .col-sm-6 {
  width: 100%;
  padding: 0;
} 
.home-4.services .col-sm-6 .feature-box {
	margin-bottom: 10px;
}
.portfolio-4 .page-section-ptb{
	padding-top: 0;
	padding-bottom: 0;
}
.home-4.testimonial-slider {
	width: 66.66666667%;
	margin: 0 auto;
}
.home-5.testimonial-slider {
	width: 66.66666667%;
	margin: 0 auto;
}
.home-5.testimonial-slider .testimonial {
	background: #ffd200;
	padding-top: 25px;
}
.home-5.testimonial-slider .testimonial .testimonial-avatar img {
    border-color: #ffffff;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.home-5.testimonial-slider .testimonial .author-info {
	color: #fff;
}
/* Index 3 */
.home-3.nopad .col-sm-6{
	padding: 0;
}
.home-3.big-title .section-title h3 {
	font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.home-3.big-title .section-title h3 label {
	color: #ffd200;
	font-weight: 600;
}
.home-3.blog-style .post {
	width: 100%;
}
/* Time Line */
.timeline .timeline-panel.timeline-square .timeline-year:before, .timeline .timeline-panel.timeline-square .timeline-year span{
	border-radius: 0;
}
.timeline .timeline-panel.timeline-rounded .timeline-year:before, .timeline .timeline-panel.timeline-rounded .timeline-year span{
	border-radius: 10px;
}
/* Footer 3 */
.home-3.footer-link ul li {
	width: 50%;
	float: left;
}
/* Footer 4 */
.home-4.footer-link ul li {
	width: 33%;
	float: left;
}
/* Footer 5 */
.home-5.footer-link ul li {
	width: 50%;
	float: left;
}
/* Blog */
.blog-wrap .column {
	padding: 0;
}
.blog-wrap.blog-2 .post {
	width: 50%;
	margin-bottom: 50px;
}
.blog-wrap.blog-3 .post {
	width: 33.33333333%;
	margin-bottom: 50px;
}
.blog-classic .post{
	width: 100%;
	margin-bottom: 50px;
	padding: 0;
}
.margin-0 {
	margin: 0;
}
.widget-search{
	position: relative;
}
.widget-search button {
	position: absolute;
	right: 0;
	top:0;
	padding: 24px;
	border: 0;
	background: transparent;
}
.widget-search button:hover {
	background: none;
}
.widget-search button:before {
	position: absolute;
	content: '\f002';
	font: normal normal normal 18px/1 FontAwesome;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 50px;
	color: #ffd200;

}
.blog-details {
	padding-left: 15px;
	padding-right: 15px; 
}
.post.width-100 {
	width: 100%;
	padding: 0;
}
.comment-block .form-group input{
	display: block;
    width: 100%;
    height: 50px;
    padding: 16px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    border: 1px solid transparent;
}
.comment-block .form-group input:focus, .comment-block .form-group input:active, .comment-block .form-group textarea:focus, .comment-block .form-group textarea:active {
	border-color: #ffd200;
	outline: 0;
}
.comment-block .form-group textarea{
	display: block;
    width: 100%;
    height: 150px;
    padding: 16px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid transparent;
    border-radius: 0;
}
.validation-summary-errors ul {
	padding: 0;
}
.validation-summary-errors ul li{
	color: #ff0000;
	list-style-type: none;
}
.smartArchive {
	padding: 0;
}
.smartArchive li {
	list-style-type: none;
}
.comment-list li {
	width: 100%;
}
.blog-full .post {
	width: 100%;
	margin-bottom: 50px;
	padding: 0;
}
body.left-sidebar .content-sidebar {
	float: right;
}
body.left-sidebar .content-area {
	float: left;
}
body.classic-full-width .content-sidebar {
	width: 100%;
}
body.classic-full-width .content-area {
	display: none;
}
.tp-mask-wrap .button.animated.middle-fill:hover:after {
	z-index: -1;
}
.contourMessageOnSubmit {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #006400;
}
.comment-block .button.border {
	background: transparent;
}
.comment-block .button.animated.middle-fill:hover:after {
	z-index: -1;
}
@media only screen and (max-width: 1024px) {
	/* Counters */
	.counter span {
		font-size: 32px;
	}
	.counter.left_pos {
		padding-left:65px;
	}
	.counter.left_pos i:before {
		font-size: 34px;
	}
	/* List Styles */
	ul.list li {
		font-size: 15px;
	}
	.clr .column {
		clear: both;
	}
	/* Top Info */
	.contact-2 .top-info.half {
		bottom: 40px;
		margin-top: 10px;
	}
	.our-clients .owl-carousel .owl-item img {
		margin:0 auto;
	}
	.container-padding-left, .container-padding-right {
		padding: 0px 30px;
	}
	/* Service 1 */
	.service-1 .container-padding-left.pad-left-90 {
		padding-top: 20px;
	}
	.service-1 .container-padding-left.pad-left-90 {
		padding-left: 30px;
	}
	.service-1 .container-padding-right.pad-right-90 {
		padding-right: 30px;
	}
	/* Service 3 */
	.our-sercive .content-block .feature-box p {
		font-size: 15px;
	}
	.container-padding-left.pad-left-90 {
		padding-left: 30px;
	}
	.container-padding-right.pad-right-90 {
		padding-right: 30px;
	}
	.service-3 .column-3 .col-sm-6{
		width: 50%;
	}
	.testimonial-block .owl-carousel {
		width: 100%;
	}
	/* Blog */
	.post .post-meta a {
		font-size: 13px;
	}
	.blog-wrap.blog-3 .post .post-content p span {
		font-size: 15px !important;
	}
}
@media only screen and (max-width: 860px) {
	.container-padding-right.pt-20 .col-lg-3 {
		padding-left: 0;
	}
	.container-padding-left.pad-left-90 {
		padding-left: 30px;
	}
	.container-padding-right.pad-right-90 {
		padding-right: 30px;
	}
	/* About 2 */
	.container-padding-left.width-66 .col-md-6.text-left {
		width: 100%;
	}
	.container-padding-left.width-66 .col-sm-6 {
		width: 100%;
	}
	/* Service 2*/
	.about .column-3 .col-sm-6 {
		width: 50%;
	}
	.blog-wrap.blog-3 .post {
		width: 50%;
	}
	.home-1 .feature-box.line p {
		font-size: 15px;
	}
	.home-3 .owl-carousel .owl-item img {
		width: 100%;
	}
	.home-4.testimonial-slider {
		width: 100%;
	}
	.home-5.testimonial-slider {
		width: 100%;
	}
	.mega-menu .drop-down ul li {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	/* Counters */
	.counter.left_pos {
		padding-left:95px;
	}
	/* Post Styles */
	.post, .post.left_pos, .post-article .about {
		width: 100%;
	}
	/* Top Info */
	.contact-2 .top-info.half {
    	bottom: 0;
    	margin-bottom: 0;
	}
	/* portfolio */
	.portfolio-page .no-gutter > [class*='col-'] {
		clear: both;
	}
	/* About 2 */
	.powerfull-skill.pad-30, .about-2.pad-30 {
		padding: 0 30px;
	}
	/* About 3 */
	.testimonial-block .owl-carousel {
		width: 100%;
		padding: 0 30px;
	}
	/* Service 2*/
	.about .column-3 .col-sm-6 {
		width: 100%;
	}
	/* Service 3 */
	.service-3 .column-3 .col-sm-6 {
		width: 100%;
	}
	.blog-wrap.blog-2 .post {
		width: 100%;
	}
	.blog-wrap.blog-3 .post {
		width: 100%;
	}
	/* Home 1 */
	.home-1 .top-info.half {
		bottom: -50px;
	}

}
@media only screen and (max-width: 480px) {
	/* Carouse */
	.column-8 .owl-carousel, .column-10 .owl-carousel {
		width: 100%;
	}
	/* Contact Form */
	.contact-form .contour .contourField {
		width: 100%;
	}
	.contact-form .contour .contourField input.text, .contact-form .contour .contourField textarea {
		width: 100%;
	}
	.tab .tab-pane .title {
		clear: both;
	}
	/* Home 2 */
	.home-2.container-padding-right .col-sm-3 {
		width: 100%;
	}
}