/*=====================================================================
Table of Content:
01/ Variables
02/ Banner
03/ feature
04/ Inner Pages
05/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:300,400,500,600,700|Playfair+Display:400,700|Raleway:400,800");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list_style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #797979;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.pad_100 {
  padding: 100px 0px;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* End Container Custome Code css
============================================================================================ */
/* Main title css
============================================================================================ */
/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_straight_area {
  background: url(../img/banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 130px 0px 0px 0px;
}

.banner_inner_text {
  text-align: left;
}

.banner_inner_text img {
  padding-bottom: 25px;
}

.banner_inner_text h4 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #fff;
  letter-spacing: .60px;
  font-weight: 400;
}

.banner_inner_text h2 {
  font-size: 42px;
  letter-spacing: 1.26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 20px 0px 18px 0px;
}

.banner_inner_text h2 span {
  color: #f2ae2b;
}

.banner_inner_text h3 {
  font-size: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 45px;
}

.banner_inner_text .demo_btn {
  display: block;
  width: 204px;
  margin: 0;
  text-align: center;
  background: #313131;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  line-height: 52px;
  border-radius: 3px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_text h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 14px;
  padding-top: 20px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Perfect Demos Area css
============================================================================================ */
.perfect_demos_area {
  background: #f5f5f5;
  overflow: hidden;
}

.Pad_20 {
  padding: 0px 20px;
}

.main_title {
  text-align: center;
  padding-bottom: 60px;
}

.main_title h2 {
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  display: inline-block;
  position: relative;
}

.main_title h2:before {
	content: "";
    width: 100px;
    background: #f2ae2b;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -14px;
    margin: 0 auto;
}

.perfect_demo_inner {
  max-width: 1590px;
  margin: auto;
  text-align: center;
  margin-bottom: -60px;
}

.demos_item {
  margin-bottom: 60px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.demos_item .demo_img {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

.demos_item h4 {
  font-size: 22px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-top: 25px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.demos_item h4 span {
  color: #797979;
  font-size: 16px;
}

.demos_item:hover .demo_img {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}

/* End Perfect Demos Area Area css
============================================================================================ */
/* Inner Pages Area css
============================================================================================ */
.nice_template_area {
  background: #ebebeb;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.nice_template_area .nice_template_inner {
  max-width: 1550px;
  margin: auto;
  margin-bottom: -60px;
}

.nice_template_area .nice_template_inner .nice_template_left {
	width: 100%;
    float: none;
    text-align: center;
}

.nice_template_area .nice_template_inner .nice_template_left .nice_template_text h2 {
  font-size: 40px;
  line-height: 47px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  padding-bottom: 25px;
}

.nice_template_area .nice_template_inner .nice_template_left .nice_template_text p {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  color: #797979;
  max-width: 100%;
}

.nice_template_area .nice_template_inner .nice_template_right {
     width: 100%;
    float: none;
}

.nice_template_area .nice_template_inner .nice_template_right .nice_item {
  width: 100%;
  float: left;
  padding: 0px 15px;
}

.nice_item {
  margin-bottom: 60px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-align: center;
}

.nice_item .demo_img {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}
.nice_template_area .main_title{
	margin:0 auto;
}

.nice_item h4 {
  font-size: 22px;
  color: #242424;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding-top: 25px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.nice_item h4 span {
  color: #797979;
  font-size: 16px;
}

.nice_item:hover .demo_img {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}

.nice_item:hover h4 {
  padding-top: 35px;
}

/* End Inner Pages Area css
============================================================================================ */
/* Template Feature Area Area css
============================================================================================ */
.template_feature_area {
  background: #fff;
  overflow: hidden;
}

.template_feature_area .main_title {
  padding-bottom: 40px;
}

.template_feature_area .main_title h2:before {
  display: none;
}

.template_feature_inner {
  overflow: hidden;
}

.template_feature_inner .row {
  margin-bottom: -30px;
}

.template_feature_inner .col-lg-4 {
  margin-bottom: 30px;
}

.feature_item {
  background: #fff;
  min-height: 100%;
  padding: 30px 20px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-align:center;
}

.feature_item .media .d-flex {
  padding-right: 0px;
  padding-bottom:15px;
      display: block!important;
}
.feature_item .media{
	display:block;
}

.feature_item .media .d-flex i {
  font-size: 45px;
  line-height: 45px;
  color: #f2ae2b;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.feature_item .media .d-flex i:before {
  font-size: 45px;
}

.feature_item .media .media-body h4 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #242424;
  padding-bottom: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.feature_item .media .media-body p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #898989;
  line-height: 28px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.feature_item:hover {
  background: #f2ae2b;
}
.feature_item:hover .media .d-flex i {
  color: #fff;
}
.feature_item:hover .media .media-body h4 {
  color: #fff;
}
.feature_item:hover .media .media-body p {
  color: #fff;
}
.background_white{
	background:#fff;
	padding-bottom: 150px;
}
.flaticon-font:before {
    content: "\f101";
}
/* End Template Feature Area Area css
======================================== */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css ========================== */
.footer_area {
  background: #f1f1f1;
  overflow: hidden;
  padding-top: 100px;
}
.footer_top {
  text-align: LEFT;
      PADDING-BOTTOM: 40PX;
}
.footer_top h2 {
  font-size: 45px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.footer_top h3 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #242424;
  padding: 5px 0px 35px 0px;
}

.footer_top .f_btn {
  width: 204px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  background: #26252d;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
}

.footer_top h5 {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: italic;
  margin-top: 18px;
  margin-bottom: 80px;
}

.footer_copyright {
  border-top: 1px solid #fdc94c;
  padding: 37px 0px;
  overflow: hidden;
  background: #f2ae2b;
}

.footer_copyright .float-sm-left h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  opacity: .5;
}

.footer_copyright .float-sm-right h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  opacity: .5;
}
.footer_copyright .float-sm-right h4  a{
	color: #000000;
}
.banner_straight_area img{
	max-width:100%;
}
.footer_area img{
	max-width:100%;
}
/* End Footer Area css
============================================================= */
/*---------------------------------------------------- */
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
figure {

	overflow: hidden;
}
/* Zoom In effect */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 1999px){
    .banner_inner_text h2 {
        font-size: 30px;
    }
    .banner_inner_text h3 {
        font-size: 20px;
    }
    .banner_straight_area {
        padding: 100px 0px 0px 0px;
    }
}
@media (max-width: 991px){
    .nice_template_area .nice_template_inner .nice_template_left {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .nice_template_area .nice_template_inner .nice_template_right {
        width: 100%;
        float: none;;
    }
	.perfect_demo_inner .col-sm-6:nth-child(4){
		display: block;
	}
}
@media (max-width: 767px){
     .nice_template_area .nice_template_inner .nice_template_right .nice_item {
        width: calc(100%);
    }
	.footer_area img{
		margin-bottom:30px;
	}
	.footer_top{
		padding-bottom:0;
	}
	.footer_copyright .float-sm-left h4{
		font-size:14.5px;
	}
	.footer_copyright .float-sm-right h4, .footer_copyright .float-sm-right h4 a{
		font-size:14.5px;
	}
}
@media (max-width: 575px){
    .banner_inner_text h2 {
        font-size: 25px;
    }
    .banner_inner_text h3 {
        font-size: 16px;
    }
    .banner_straight_area {
        padding: 60px 0px 0px 0px;
    }
    .banner_inner_text h3 {
        padding-bottom: 32px;
    }
    .demos_item {
        max-width: 490px;
        margin: 0px auto 60px;
    }
    .main_title h2 {
        font-size: 38px;
    }
     .footer_copyright {
        text-align: center;
    }
	.nice_template_area .nice_template_inner .nice_template_right .nice_item{
		padding: 0 66px;
	}
	.footer_copyright .float-sm-left h4{
		font-size:16px;
	}
	.footer_copyright .float-sm-right h4, .footer_copyright .float-sm-right h4 a{
		font-size:16px;
	}
}
@media (max-width: 480px){
    .nice_template_area .nice_template_inner .nice_template_right .nice_item {
		width: calc(100% / 1);
        float: none;
        max-width: 400px;
        margin: 0px auto 60px;
		padding:0 15px;
    }
}