/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Straight
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@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:400,700|Montserrat:400,500,600,700|Open+Sans:400,600|Playfair+Display+SC:400,700|Poppins:400,500,600,700");
.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
============================================================================================ */

/* top_header */
.top_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1080;
  padding: 25px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.top_header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}
.top_header.fixed .top_header_navbar .navbar-header .logo img {
  display: none;
}
.top_header.fixed .top_header_navbar .navbar-header .logo img + img {
  display: block;
}
.top_header.fixed .top_header_navbar .header_menu ul li a {
  color: #3a385a;
}
.top_header.fixed .top_header_navbar .header_menu ul li a:before {
  background: #5d58f7;
}
.top_header.fixed .top_header_navbar .header_menu ul li a.btn_pur {
  border-color: rgba(93, 88, 247, 0.8);
  color: #5d58f7;
}
.top_header.fixed .top_header_navbar .header_menu ul li a.btn_pur:hover {
  background: #5d58f7;
  color: #fff;
}
.top_header.fixed .top_header_navbar .header_menu ul li:hover a,
.top_header.fixed .top_header_navbar .header_menu ul li.active a {
  color: #5d58f7;
}
.top_header .top_header_navbar {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_header .top_header_navbar .navbar-header {
  float: none;
}
.top_header .top_header_navbar .navbar-header .logo {
  float: none;
  padding: 0;
}

.top_header .top_header_navbar .navbar-header .logo img + img {
  display: none;
}
.top_header .top_header_navbar .header_menu {
  margin-left: auto;
}
.top_header .top_header_navbar .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_header .top_header_navbar .header_menu ul li + li a {
  margin-left: 50px;
}
.top_header .top_header_navbar .header_menu ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
}
.top_header .top_header_navbar .header_menu ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.top_header .top_header_navbar .header_menu ul li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
  opacity: 1;
}
.top_header .top_header_navbar .header_menu ul li a.btn_pur {
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 8px 25px;
  margin-left: 40px;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  line-height: 26px;
}
.top_header .top_header_navbar .header_menu ul li a.btn_pur:before {
  display: none;
}
.top_header .top_header_navbar .header_menu ul li a.btn_pur:hover {
  background: #fff;
  color: #5d58f7;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(2, 13, 70, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(2, 13, 70, 0.15);
}
.top_header .top_header_navbar .header_menu ul li.active a:before {
  right: auto;
  left: 0;
  width: 100%;
  opacity: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_straight_area {
  background: url(../img/banner_4-jpg.webp) no-repeat scroll center center;
  background-size: cover;
  padding: 130px 0px 100px 0px;
}

.banner_inner_text {
  text-align: center;
}

.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: 0.6px;
  font-weight: 400;
}

.banner_inner_text h2 {
  font-size: 48px;
  letter-spacing: 1.26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  padding: 20px 0px 18px 0px;
}

.banner_inner_text h2 span {
  color: #f195b2;
}

.banner_inner_text h3 {
  font-size: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 45px;
  line-height: 1.4;
}

.banner_inner_text .demo_btn {
  display: block;
  width: 204px;
  margin: auto;
  text-align: center;
  background: linear-gradient(
    to right,
    rgb(215, 20, 38),
    rgb(215, 48, 0),
    rgb(215, 48, 0),
    rgb(215, 20, 38)
  );
  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;
  color: #cacaca;
  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: 90px;
}

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

.main_title h2:before {
  content: "";
  width: 2px;
  background: #363636;
  height: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
}

.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: "Poppins", 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: #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: 24.85%;
  float: left;
}

.nice_template_area
  .nice_template_inner
  .nice_template_left
  .nice_template_text
  h2 {
  font-size: 40px;
  line-height: 47px;
  font-family: "Poppins", 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: "Open Sans", sans-serif;
  line-height: 24px;
  color: #797979;
  max-width: 287px;
}

.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: "Poppins", 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: #dfdfe0;
  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;
}

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

.feature_item .media .d-flex i {
  font-size: 45px;
  line-height: 45px;
  color: #f195b2;
  -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: "Poppins", 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: #f195b2;
}

.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;
}
.sec_title {
  color: #3a385a;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
.getting-area {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .getting-area {
    padding-top: 80px;
  }
}

@media (max-width: 480px) {
  .getting-area .col-xs-6 {
    width: 100%;
  }
}

.getting-area .section-title-two {
  margin-bottom: 30px;
}

.getting-area .getting-item {
  text-align: center;
  margin: 0px 0px 10px;
}

@media (max-width: 767px) {
  .getting-area .getting-item {
    margin-bottom: 10px;
  }
}

.getting-area .getting-item h4 {
  font-size: 17px;
  color: #666666;
  font-family: "Poppins", sans-serif;
  padding: 0px 0px 22px;
}

.getting-area .getting-item p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  font-family: "Poppins", sans-serif;
}

.getting-area .min_height {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  padding: 0px 30px;
}

@media (max-width: 1199px) {
  .getting-area .min_height {
    padding: 0px 15px;
  }
}

.getting-area .min_height .f_item img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.getting-area .min_height .f_item h5 {
  font: 600 16px "Poppins", sans-serif;
  color: #494c53;
  padding: 13px 0px 5px;
}

.getting-area .min_height .f_item p {
  color: #778086;
}
.footer_call_to_action {
  background: #171818;
  padding: 80px 0px 50px;
}
.footer_call_to_action .footer_call_content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/*footer-area css
=================================================================*/
footer.footer_wrap {
  background: url(../img/footer_bg.jpg) no-repeat scroll top left/cover;
  padding-top: 75px;
}
footer.footer_wrap .footer_single_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer_wrap .footer_single_item .icon {
  margin-right: 45px;
}
footer.footer_wrap .footer_single_item .footer_text h5 {
  color: #3a385a;
  font-weight: 500;
  font-size: 20px;
}
footer.footer_wrap .footer_single_item.footer_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer.footer_wrap .footer_single_item.footer_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.footer_wrap .footer_single_item.footer_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer.footer_wrap .footer_top {
  margin-bottom: 30px;
}
footer.footer_wrap .copy_right {
  border-top: 1px solid #e5e5ef;
  padding: 10px 0 15px;
}
footer.footer_wrap .copy_right p {
  color: #9291a1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
footer.footer_wrap .copy_right p .heart {
  position: relative;
  width: 19px;
  height: 18px;
  display: inline-block;
}
footer.footer_wrap .copy_right p .heart:before {
  position: absolute;
  content: "\2764";
  top: 0;
  left: 0;
  color: #fc5858;
}

@media (max-width: 580px) {
  .footer-demo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-demo h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media (max-width: 580px) {
  .footer-demo h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .footer-demo h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.footer-demo p {
  font: 400 30px/56px "Poppins", sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-demo p {
    line-height: 40px;
  }
}

@media (max-width: 580px) {
  .footer-demo p {
    font-size: 20px;
    line-height: 30px;
  }
}

/* End Template Feature Area Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
  background: #f195b2;
  overflow: hidden;
  padding-top: 100px;
}

.footer_top {
  text-align: center;
}

.footer_top h2 {
  font-size: 45px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.footer_top h3 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #fff;
  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-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: italic;
}

.footer_copyright {
  border-top: 1px solid #f3b1c6;
  padding: 37px 0px;
  overflow: hidden;
}

.footer_copyright .float-sm-left h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.footer_copyright .float-sm-right h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

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

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