/*

Project      : Fino - Creative Agency Portfolio One Page  Template
Version      : v1.1
Last update  : N/A
Author       : Nilssatasiya
Support email: njsatasiya@gmail.com
*/
/**************************************

=============TABLE OF CONTENT==========

01 - base
02 - buttons
03 - Navbar
04 - Hero Templates Style
05 - Feature
06 - Call to action sections
07 - Poweful and Creative!
08 - Pricing
09 - Portfolio
10 - testimonial
11 - Team
12 - Blog
13 - Faq
14 - Time Line
15 - Brand
16 - Footer-Top
117 - Responsive
***************************************/
/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,500,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

/*
01 - base
*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

p {
  font-family: "Lato", sans-serif;
  color: #3f3f3f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3f3f;
  font-weight: 500;
}

.text-black {
  color: #000;
}

.bg-light {
  background-color: #f4f5f9 !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-40-15 {
  padding: 40px 15px;
}

.p-30-15 {
  padding: 30px 15px;
}

.bg-dark-light {
  background-color: #ebe8e8;
}

.display-45 {
  font-size: 45px;
}

.section {
  padding: 80px 0px 50px;
}

.section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin: 0px;
}

.section-title .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.section-title:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 55px;
  height: 3px;
  background-color: #e55625;
  content: "";
}

.section-title.text-center:after {
  right: 0px;
  margin: 0 auto;
}

/*
02 - Buutom
*/
.btn-round {
  border-radius: 25px;
}

.btn {
  font-size: 14px;
  font-weight: 600;
}

.btn-primary {
  color: #fff;
  background-color: #e55625;
  border-color: #e55625;
}

a {
  color: #e55625;
}

.bg-primary {
  background-color: #e55625 !important;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e55625;
  border-color: #e55625;
}

.circle-button {
  display: inline-block;
  vertical-align: middle;
}

.circle-button span {
  vertical-align: middle;
  display: inline-block;
}

.circle-icon-button {
  width: 3.92857rem;
  height: 3.92857rem;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.circle-icon-button > i {
  position: relative;
  top: 50%;
  font-size: 30px;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding-left: 3px;
  padding-top: 3px;
}

.text-gray {
  color: #3f3f3f;
}

.btn-round-big {
  min-width: 222px;
  padding: 11px 15px;
  border-radius: 60px;
  font-size: 14px;
}

/*
03 - navbar
*/

.top-header {
  padding: 30px 0px;
  color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-header i {
  margin-right: 10px;
}

.top-header a {
  color: #fff;
}

.navbar-fino {
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
}

.navbar-fino .nav-link,
.navbar-fino ul li a {
  display: block;
  padding: 0px 20px !important;
  font-weight: 600;
  color: #333333;
}

.navbar-fino .nav-link:hover,
.navbar-fino ul li a.active,
.navbar-fino .nav-link:hover,
.navbar-fino ul li a:hover {
  color: #e55625;
}

header.header.header-active {
  background-color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #f5f5f5;
}

header.header.header-active .top-header {
  margin-top: -88px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #e55625;
}

.socal-header {
  padding: 26px 5px;
  min-width: 124px;
}

.socal-header li {
  margin: 0px !important;
}

.socal-header li a {
  padding: 0px 5px;
  display: block;
}

/*
04 - Hero Templates Style
*/
.fullscreen-hero {
  height: 100vh;
}

.half-hero {
  min-height: 600px;
  padding-top: 9rem;
  padding-bottom: 5rem;
  max-height: 900px;
  height: 100vh;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.hero.dark .text-large,
.hero.dark p {
  color: #fff;
}

.hero .text-large {
  font-size: 64px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}

.hero .lead-hero {
  margin-bottom: 20px;
  opacity: #ffffff;
  font-size: 14px;
}

.hero-parallax {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 4;
}

.hero-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hero-inner .hero-content .btn {
  padding: 14px 50px 14px 50px;
  position: relative;
  min-width: 200px;
}

.hero-inner .hero-content .btn i {
  background-color: #fff;
  width: 35px;
  height: 35px;
  color: #000;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 35px;
}

/* 05 feature*/

.card-border {
  border: 1px solid #d2d7df;
  background-color: #f4f5f9;
}

.feature .card-box {
  background-color: #fff;
  border: none;
}

.card-box .icon {
  height: 75px;
  line-height: 75px;
}

.card-box .icon svg {
  height: 75px;
  line-height: 75px;
  fill: #e55625;
}

.card-box h5 {
  font-size: 20px;
  margin: 20px 0px 20px;
}

.card-box p {
  margin-bottom: 0px;
}

.icon-mdi {
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  border-radius: 100%;
  display: block;
  color: #fff;
  position: relative;
}

.icon-mdi i {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

/* .icon-mdi:before {
    width: 86px;
    height: 127px;
    content: "";
    background-color: transparent;
    position: absolute;
    top: -41px;
    left: 0;
    border-radius: 0px 0px 60px 60px;
    margin: 0 auto;
    right: 0;
    z-index: 0;
} */

/* .card-box:hover .icon-mdi:before {

    background-color: #f4f5f9;

} */

/* .card-box:hover .icon-mdi {
    background-color: #f4f5f9;
    color: #e55625;
} */

.cls-1 {
  fill: #e55625;
}
.card-box:hover .cls-1 {
  fill: #fff;
}
.cls-1,
.cls-2 {
  stroke-width: 0px;
}

.cls-2 {
  fill: #fff;
}
.card-box:hover .cls-2 {
  fill: #e55625;
}
/**
06 Call to action sections
**/
.bg-parallax {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-parallax h2 {
  font-weight: 500;
}

.bg-parallax h2,
.bg-parallax p {
  color: #fff;
}

.bg-parallax .parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-parallax .container {
  position: relative;
  z-index: 3;
}

.bg-parallax .btn {
  margin-top: 40px;
}

/* 07 Poweful and Creative!*/
.progress-bar1 {
  position: relative;
  height: 160px;
  width: 160px;
  margin: 0 auto 40px;
}

.progress-bar1 div {
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 50%;
}

.progress-bar1 div span {
  position: absolute;
  font-size: 32px;
  line-height: 152px;
  height: 152px;
  width: 152px;
  left: 4px;
  top: 4px;
  text-align: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  font-weight: 300;
}

.progress-bar1 .background {
  background-color: #b3cef6;
}

.progress-bar1 .rotate {
  clip: rect(0 80px 160px 0);
  background-color: #4b86db;
}

.progress-bar1 .left {
  clip: rect(0 80px 160px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar1 .right {
  clip: rect(0 80px 160px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*08 Pricing*/
.pricing-box {
  padding: 75px 15px;
  background-color: #ffffff;
  border-radius: 5px;
}

.pricing-box h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}

.pricing-box h6 b {
  font-weight: bold;
  font-size: 22px;
}

.pricing-box ul li {
  font-size: 15px;
  line-height: 43px;
  color: #000;
  font-family: "Lato", sans-serif;
}

.mt-n20 {
  margin-top: -20px;
}

.popular {
  position: absolute;
  top: 30px;
  transform: rotate(-90deg);
  right: -10px;
  padding: 2px 20px 2px 30px;
  font-size: 12px;
  text-transform: uppercase;
}

.popular:after {
  content: "";
  border: 18px solid #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  border-color: transparent transparent transparent #fff;
}

/*09 Portfolio*/
.portfolio .card {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

/*10 testimonial*/
.testimonial_slider {
  max-width: 425px;
  margin: 0 auto;
}

.user_tum {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0px auto -50px;
  position: relative;
  top: -60px;
}

.testimonial_slider .item_box {
  background-color: #fff;
  padding: 30px 45px 30px;
}

.testimonial_slider .item {
  padding: 30px 0px 0px;
}

.owl-dots {
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}

.owl-dots span {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  display: block;
  border-radius: 100%;
  margin: 5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
  box-shadow: none;
}

.owl-dots .active span {
  background-color: #e55625;
  border-color: #e55625;
}

/*11 Team */
.team_box {
  position: relative;
}

.team_box .contant_team {
  position: absolute;
  bottom: 0px;
  padding: 20px 15px;
  width: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team_box .contant_team h4 {
  color: #fff;
  margin-bottom: 1px;
}

.team_box .contant_team p {
  color: #fff;
}

.team_box:before {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 100%;
  width: 100%;

  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team_box:hover:before {
  background-color: rgba(229, 85, 37, 0.58);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team_box:hover .contant_team {
  bottom: 20px;

  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/**12  Blog ***/
.post-img {
  position: relative;
  margin-bottom: 30px;
}

.post-img .date {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
  padding-top: 24px;
}

.post-img .date .icon {
  font-size: 28px;
  color: #333333;
  line-height: 7px;
}

.post-img .date .icon span {
  font-size: 13px;
}

.blog_home h3,
.blog_home h3 a {
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}

.blog_home .admin,
.blog_home .admin a {
  font-size: 16px;
  color: #6f6f70;
  text-decoration: none;
}

.blog_home p {
  font-size: 16px;
  color: #6f6f70;
}

.blog_home .admin a {
  margin-right: 15px;
}

.blog_home .admin {
  margin-bottom: 10px;
}

/*13 Faq*/
.faq_home .card {
  border: none;
  background-color: transparent;
}

.faq_home .card-header {
  padding: 0px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.faq_home .card-body {
  padding: 15px 0px;
  padding-left: 75px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  font-size: 16px;
  color: #6f6f70;
}

.faq_home .card-header .btn {
  font-size: 20px;
  width: 100%;
  color: #000000;
  padding-left: 0px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.faq_home .card-header .btn {
  font-size: 20px;
  width: 100%;
  color: #000000;
  padding-left: 0px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  word-wrap: normal;
  white-space: normal;
}

.icon_left {
  width: 55px;
  min-width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 17px;
}

.faq_home .card-header .btn:not([aria-expanded="true"]) .icon_left {
  color: #000;
  background-color: transparent !important;
}

/*14  Time Line*/

.mdi-70px {
  font-size: 70px;
}

.section-time-line .item i {
  color: #bcbebd;
  display: block;
  line-height: 70px;
}

.section-time-line .item h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.section-time-line .item h4 {
  font-size: 20px;
}

/*15 Brand */

.brand-width {
  max-width: 960px;
  margin: 0 auto;
}

/*16 Footer-Top*/

.footer-top {
  padding-bottom: 50px;
}

.footer-top address {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}

.footer-top a {
  color: #fff;
  margin: 0px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

.footer-top p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
}

#googleMap {
  height: 600px;
  width: 100%;
}

footer.section {
  background-color: #080808;
}

footer.section .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

.img-fluid-staff-gallery {
  width: 100%;
  height: auto;
  aspect-ratio: 360/450;
  object-fit: cover;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

/* 17 Responsive*/
@media (max-width: 991px) {
  .socal-header {
    display: none;
  }

  .top-header {
    display: none;
  }

  .header {
    background-color: #fff;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    left: 0;
  }

  .navbar-fino .nav-link,
  .navbar-fino ul li a {
    display: block;
    padding: 10px 20px !important;
  }

  .hero .text-large {
    font-size: 40px;
  }

  .circle-button {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }

  .bg-parallax h2.h1 {
    font-size: 24px;
  }
}

.text-primary.display-4.font-weight.m-0.pt-2 {
  font-size: 3rem;
}

.logo-thx {
  width: 100%;
  display: flex;
  justify-content: center;
}

.logo-img {
  width: 300px;
  height: auto;
}

.thx-p {
  color: #000 !important;
  font-family: "Lato", sans-serif;
}
.hidden {
  display: none;
}
