/*----------------------------------------------------
@File: Default Styles


This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ slider
06/ banner
07/ feature
08/ about
09/ project 
10/ price 
11/ team 
12/ blog 
13/ skill  
14/ testimonial  
15/ services  
16/ contact 
17/ map
18/ error
19/ portfolio
20/ fullpage
21/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700|Playfair+Display:400,400i");
.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: "Montserrat", 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_shapes{
	display:none;}
#header {
	background-image:url(../img/header-background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#333333;
  position: relative;
  min-height: 300px; 
  z-index: 1;
}
/*#header:before {
  background: url('../img/inner_bg_shapes1.png');
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: -1;
}*/

header .navbar {
  padding-top: 50px;
}
header .navbar .nav > li {
    margin-left: 15px;
    padding: 18px 15px;
}
header .navbar .nav > li:first-child a {
    margin-left: 0px;
    
}
header .navbar .nav > li > a {
    color: #fff;
    font-size: 18px;
    background: transparent;
    
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
header .navbar .nav > li:hover > a {
    color: #41b883 ;
}
header .navbar .nav > li.active a {
  
  text-align: center;
  background-color: #37976c;
    color: #fff ;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
padding: 18px 50px;
margin-left:30px;
  border-radius: 3px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
header .navbar .nav > li.active a:hover {
    background: #41b883;
    color: #fff ;
}
header .navbar .nav .dropdown:hover .dropdown-menu{
  transition: all 0.3s ease-in-out;
  display: block;
}
.dropdown > ul > li{
  padding: 7px 15px;
}

.dropdown > ul > li a{
    color: #2f2f2f;
    font-size: 15px;
    background: transparent;
    
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.dropdown > ul > li a:hover{
  color: #41b883 ;
}
.dropdown > ul > li.active a:hover{

}

header .banner_shapes img {
  position: absolute;
  z-index: -1; 
}
header .banner_shapes .app_1 {
  bottom: 27%;
  right: 2%; 
}
header .banner_shapes .app_2 {
  top: 18%;
  right: 15%;
  width: 124px; 
}
header .banner_shapes .app_3 {
  left: 22%;
  bottom: 36%;
  width: 100px;
}
header .banner_shapes .app_4 {
  top: 21%;
  left: 12%; }
header .banner_shapes .app_5 {
  bottom: 34%;
  right: 3%;
}





.banner_straight_area {
  background-size: cover;
  padding: 100px 0px 400px;
}

.banner_inner_text {
    text-align: center;
    max-width: 90%;
    margin: 0px auto;
}
.banner_inner_text h1 {
  font-size: 70px;
  /* letter-spacing: 1.26px; */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 20px 0px 18px 0px;
  line-height: 65px;
}
.banner_inner_text h2 {
    font-size: 35px;
    /* letter-spacing: 1.26px; */
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 20px 0px 18px 0px;
    line-height: 50px;
}

.banner_inner_text h2 span {
  color: #3f77fa;
}


.banner_inner_text .demo_btn {
  display: block;
  width: 200px;
  margin: 60px auto 0;
  text-align: center;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2f2f2f;
  line-height: 70px;
  border-radius: 3px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_text .demo_btn:hover{
  background: #41b883;
  color: #fff;
}
.banner_inner_text .demo_btn2{
	display: block;
 
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	}
.banner_inner_text .fa{
	font-size: 25px;
    margin-top: 24px;
    color: white;
	
	}
	.banner_inner_text .fa:hover{
		color:#41b883;
		}
		
		.chevron {
  position: absolute;
  width:20px;
  height: 6px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  left: 50%;
    margin-left: -10px;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Perfect Demos Area css
============================================================================================ */
.perfect_demos_area {
  background: #f4f4f4;
  margin: -300px 3% 100px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 60px 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.perfect_demos_area.perfect_demos_area2 {
  background: #fff;
  margin-bottom:4%;
}
.perfect_demos_area h2 {
    font-size: 50px;
    /* letter-spacing: 1.26px; */
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #242424;
    padding: 20px 0px 18px 0px;
    line-height: 65px;
	text-align:center;
}
/*.perfect_demos_area:before {
  background: url('../img/inner_bg_shapes.png');
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 715px; 
  z-index: -1;
}
.perfect_demos_area:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 715px; 
  z-index: -1;
}*/
.Pad_20 {
  padding: 0px 20px;
}

.main_title {
  text-align: left;
  padding-left: 15px;
    padding-bottom: 30px;
}

.main_title h2 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  display: inline-block;
}


.perfect_demo_inner {
  max-width: 1590px;
  margin: auto;
  text-align: center;
}

.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 {
	display:block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-radius: 7px;
}
.demos_item .screen img{
	max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0
	}
/*.demos_item .demo_img img{
	position: absolute;
	top: 0;
	left:0;
	height:auto;
	    width: 100%;
	
	z-index: 0;
  margin:0;
  padding:0;
	-webkit-transition: bottom 5s;
	-moz-transition: bottom 5s;
	-ms-transition: bottom 5s;
	-o-transition: bottom 5s;
	transition: top 5s;
	
	
}

.demos_item .demo_img:hover img {
  top: -100%;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}*/


.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: 0 auto;
  
}

.demos_item:hover h4 {
  /*padding-top: 35px;*/
}

.buttons a {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 10px;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
}
.buttons a:hover {
  color: #41b883 ;
}

/* End Perfect Demos Area Area css
============================================================================================ */

.page-speed-area {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}

/* Nice Template Area Area css
============================================================================================ */
.nice_template_area {
  background: #f4f4f4;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  padding-bottom:24%;
}
.nice_template_area .banner_shapes img {
  position: absolute;
  z-index: -1; 
}
.nice_template_area .banner_shapes .app_1 {
  bottom: -2%;
  left: 2%; 
}

.nice_template_area .banner_shapes .app_2 {
  bottom: 4%;
  left: 3%;
}

.nice_template_area .nice_template_inner {
  max-width: 1550px;
  margin: auto;
  margin-bottom: -60px;
}

.nice_template_area .nice_template_inner .nice_template_left {
  width: 20%;
  float: left;
  position:relative;
}
.nice_template_area .nice_template_inner .nice_template_left .nice_template_text .inner_pages_shapes {
    position: absolute;
    content: "";
    top: 871px;
    font-size: 250px;
    transform: rotate(-90deg);
    height: 298px;
    width: 1280px;
    z-index: -1;
    white-space: nowrap;
    line-height: 114px;
    color: #fafbfb;
    font-weight: 700;
    left: -425px;
}
.nice_template_area .nice_template_inner .nice_template_left .nice_template_text h2 {
  font-size: 30px;
  line-height: 36px;
  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: 287px;
}
.nice_template_area .nice_template_inner .nice_template_right .shape_items {
  background: transparent;
  position: relative;
  z-index: 1;
  padding:80px 0 0;
  margin-bottom: 80px;
}
.nice_template_area .nice_template_inner .nice_template_right .shape_items:before {
  background:linear-gradient(170deg, #FF8C8C 0%, #6E82EE 43%, #d9b883 100%);
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 1500px;
  height: 100%; 
  z-index: -2;
}
.nice_template_area .nice_template_inner .nice_template_right .shape_items:after {
  background: url('../img/inner_bg_shapes.png');
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 1500px;
  height: 100%; 
  z-index: -1;
}
.nice_template_area .nice_template_inner .nice_template_right .shape_items .nice_item h4 {
 color: #fff;
}
.nice_template_area .nice_template_inner .nice_template_right {
  width: 80%;
  float: right;
}

.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_item h4 {
  font-size: 18px;
  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;
}

.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 Nice Template Area Area css
============================================================================================ */
/* Template Feature Area Area css
============================================================================================ */
.template_feature_area {
  background: #f4f4f4;
  overflow: hidden;
}

.template_feature_area .main_title {
  padding-bottom: 40px;
}

.template_feature_area .main_title h2:before {
  display: none;
}

.template_feature_inner {
}

.template_feature_inner .row {
  margin-bottom: -30px;
}

.template_feature_inner .col-lg-4 {
  margin-bottom: 30px;
}

.feature_item {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  min-height: 100%;
  padding: 30px 20px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.feature_item .media .d-flex {
  padding-right: 25px;
}

.feature_item .media .d-flex i {
  font-size: 45px;
  line-height: 45px;
  color: #2d136a ;
  -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;
  color: #41b883;
  transition: all 0.3s ease-in-out;
}

.feature_item .media .media-body h4 {
  font-size: 18px;
  font-family: "Montserrat", 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: "Montserrat", 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: #41b883;
}

.feature_item:hover .media .d-flex i:before {
  color: #fff;
}

.feature_item:hover .media .media-body h4 {
  color: #fff;
}

.feature_item:hover .media .media-body p {
  color: #fff;
}

/* End Template Feature Area Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
	
  overflow: hidden;

  position: relative;
  z-index: 1;
  
}

/*.footer_area:before {
  background: url('../img/inner_bg_shapes.png');
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: -1;
}*/

.footer_top {
	background-color:#fff;
  
  text-align: center;
      z-index: 9999;
    position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
}

.footer_top span {
  font-size: 20px;
  color: #2f2f2f;
  font-weight: 700;
}
.footer_top h2 {
  font-size: 50px;
  color: #2f2f2f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 60px;
  font-weight: 700;
}


.footer_top .f_btn {
  width: 204px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  background: #41b883 ;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.footer_top .f_btn:hover {
  background-color: #37976c;
  color: #fff;
}

.footer_bottom {
	background-color:#f4f4f4;
  text-align: center;
      z-index: 9999;
    position: relative;
	  padding-top: 100px;
    padding-bottom: 100px;
}

.footer_bottom span {
  font-size: 20px;
  color: #2f2f2f;
  font-weight: 700;
}
.footer_bottom h2 {
  font-size: 50px;
  color: #2f2f2f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 60px;
  font-weight: 700;
}


.footer_bottom .f_btn {
  width: 204px;
  text-align: center;
  line-height: 60px;
  color: #2f2f2f;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  background: #fff ;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.footer_bottom .f_btn:hover {
  background: #41b883 ;
  color: #fff;
}



.footer_copyright {
  background: #2f2f2f;
    padding: 37px 0px;
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
.footer_copyright .copy_wrapper{
  display: flex;
  justify-content: center;
}
.footer_copyright h4 {
  font-size: 18px;
  color: #fff;
}

.footer_copyright  h3 {
  font-size: 18px;
  color: #fff;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */



.promospeed {
	text-align:center;
    /*background-color: #aaa;*/
    padding: 50px 0 70px;
    color: #fff;
	padding-top:100px;
}
.promospeed__img {
    margin-top: 30px;
}
.promospeed__img svg {
    width: 126px;
    height: 126px;
}
.promospeed__description {
    padding: 0 0 30px 0;
}
.promospeed__title {
    position: relative;
    font-size: 36px;
    line-height: 43px;
    font-weight: 800;
    padding: 0 0 30px;
    color: #333;
    text-align: center;
}
.promospeed__item-value {
    
    display: flex;
    
    flex-direction: row;
    
    flex-wrap: nowrap;
    
    justify-content: center;
    align-items: flex-start;
}
.promospeed__item-value .item {
    font-size: 18px;
    line-height: 22px;
    color: #999;
    font-weight: 600;
}
.promospeed__item-value .item:not(:first-child) {
    margin-left:45px;
}
.promospeed__item-value .item .value {
    font-size: 25px;
    line-height: 1.2;
    color: #41b883;
    margin-top: 5px;
    letter-spacing: -.02em;
    font-weight: 700;
}
.promospeed__item-value .item i {
    display: inline-block;
    position: relative;
    top: 0;
}
.promospeed__item-value .item .value svg {
    width: 9px;
    height: 15px;
}



.section-bg01 {
    background-color: #fff;
    overflow: hidden;
}
.container-indent-inner {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pt-block-title {
    position: relative;
    font-size: 36px;
    line-height: 43px;
    font-weight: 800;
    padding: 0 0 53px;
    color: #333;
    text-align: center;
}

.boxinfo-list .boxinfo {
    margin-top: 100px;
    display: block;
    color: #777;
}
.boxinfo-list .boxinfo__large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.boxinfo-list .boxinfo__large .boxinfo_img {
    width: 48.7%;
	/*-webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
	animation-delay: 0.4s;
    animation-name: fadeIn;*/
}
/*.boxinfo-list .boxinfo__large .boxinfo_img:hover 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;
}*/
.boxinfo-list .boxinfo__large .boxinfo_img img{
    width: 100%;
}
.boxinfo-list .boxinfo__large .boxinfo_description {
    width: 51.3%;
}
.boxinfo-list .row .col-large:nth-child(even):not(.noreverse) .boxinfo_description {
    padding-right: 60px;
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.boxinfo-list .row .col-large:nth-child(even):not(.noreverse) .boxinfo_img {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.boxinfo-list .row .col-large.noreverse .boxinfo_description, .boxinfo-list .row .col-large:nth-child(odd) .boxinfo_description {
    padding-left: 60px;
}
.boxinfo-list .boxinfo__large .boxinfo__title {
    font-size: 30px;
    line-height: 36px;
    color: #333;
    margin: -3px 0 0;
    padding: 0 0 12px;
    font-weight: 700;
}
.boxinfo-list .boxinfo__large .boxinfo__title+p {
    margin-top: 0;
}