/*----------------------------------------------------
@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: "Nunito", 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
============================================================================================ */


#header {
  background: #5580FF;
  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;
}
header .navbar .nav li:first-child a {
    margin-left: 0px;
    padding: 0;
}
header .navbar .nav li a {
    color: #fff;
    font-size: 18px;
    background: transparent;
    padding: 18px 50px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
header .navbar .nav li a:hover {
    color: #FF8A73 ;
}
header .navbar .nav li.active a {
    background: #fff;
    color: #FF8A73 ;
}
header .navbar .nav li.active a:hover {
    background: #FF8A73;
    color: #fff ;
}
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: 150px 0px 400px;
}

.banner_inner_text {
    text-align: center;
    max-width: 90%;
    margin: 0px auto;
}
.banner_inner_text h2 {
    font-size: 50px;
    /* 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 span {
  color: #3f77fa;
}


.banner_inner_text .demo_btn {
  display: block;
  width: 200px;
  margin: 60px auto 0;
  text-align: center;
  background: #ffffff;
  font-family: "Nunito", 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: #FF8A73 ;
  color: #fff;
}


/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Perfect Demos Area css
============================================================================================ */
.perfect_demos_area {
  background: #ffffff;
  margin: -300px 3% 100px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 60px 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.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: 60px;
}

.main_title h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  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 {
  -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;
}

.demos_item:hover h4 {
  padding-top: 35px;
}

/* End Perfect Demos Area Area css
============================================================================================ */
/* Nice Template Area Area css
============================================================================================ */
.nice_template_area {
  background: #fff;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.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: 24.85%;
  float: left;
}
.nice_template_area .nice_template_inner .nice_template_left .nice_template_text .inner_pages_shapes {
    position: absolute;
    content: "";
    top: 37%;
    left: -16%;
    font-size: 250px;
    transform: rotate(-90deg);
    height: 298px;
    width: 1280px;
    z-index: -1;
    white-space: nowrap;
    line-height: 114px;
    color: #fafbfb;
    font-weight: 700;
}
.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%, #5580FF 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: 75.15%;
  float: right;
}

.nice_template_area .nice_template_inner .nice_template_right .nice_item {
  width: calc(100% / 3);
  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: 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;
}

.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: #fff;
  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: #5580FF;
  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: "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: #5580ff;
}

.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 {
  background: #fff;
  overflow: hidden;
  padding-top: 100px;
  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 {
  text-align: center;
      z-index: 9999;
    position: relative;
    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: "nunito", sans-serif;
  font-size: 20px;
  background: #5580FF ;
  display: inline-block;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.footer_top .f_btn:hover {
  background: #FF8A73 ;
  color: #fff;
}

.footer_top h5 {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: italic;
  padding-top: 18px;
  padding-bottom: 80px;
}

.footer_copyright {
  background: #5580FF;
    padding: 37px 0px;
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
.footer_copyright .copy_wrapper{
  display: flex;
  justify-content: space-between;
}
.footer_copyright h4 {
  font-size: 18px;
  color: #fff;
}

.footer_copyright  h3 {
  font-size: 18px;
  color: #fff;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
