
body {
  font-size: 16.4px;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  background-color: #fff;
  line-height: 28px;
  color: #7f7f7e;
}
img{
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
*::before,
*::after,
a,
button,
span,
input,
textarea,
.btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a,
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button,
input,
textarea {
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  outline: medium none;
}
.uppercase { 
  text-transform: uppercase
}
.capitalize { 
  text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3f3f;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
  color: inherit 
}
ul {
  margin: 0px;
  padding: 0px;
}
li { 
  list-style: none; 
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  margin-bottom: 15px;
}

blockquote {
  border-color: #ed552d;
  display: block;
  float: left;
  margin: 10px 0 30px;
  padding: 15px 30px;
}
blockquote p {
  color: #939393;
  font-size: 18px !important;
  line-height: 28px;
  margin: 0 !important;
}

input:focus, textarea:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    outline: 0;
}

/*************************
 Bootstrap Custom Container
************************/
.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px){
  .container, 
  .container-sm {
    max-width: 540px;
}
}

@media (min-width: 768px){
  .container, 
  .container-md, 
  .container-sm {
    max-width: 750px;
}
}

@media (min-width: 992px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm {
    max-width: 960px;
}
}

@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl {
    max-width: 1200px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

/*-- Placeholder Opacity --*/
::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}



.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-40 {
    padding-bottom: 40px;
}
.pb-80 {
    padding-bottom: 80px;
}
/*-- Common Classes --*/
.fix {
    overflow:hidden
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}


/*-- Section --*/
.section {
  float: left;
  position: relative;
  width: 100%;
}

/*-- Background Color --*/
.bg-gray {
  background-color: #efefef;
}
.bg-dark {
  background-color: #1a1a1a !important;
}
.bg-light-dark {
  background-color: #232323;
}


/*-- Page Banner Section --*/
.page-banner-section {
  padding: 250px 0;
}
.page-banner-content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

/*-- Pagination --*/
.pagination {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  vertical-align: top;
}
.pagination ul li {
  display: block;
  float: left;
  margin: 0 5px;
}
.pagination ul li a {
  border: 1px solid #acacac;
  border-radius: 50%;
  color: #6d6d6d;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.pagination ul li a i {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.pagination ul li a:hover, .pagination ul li.active a {
  border: 1px solid #ed552d;
  color: #ed552d;
}

/*-- Scroll Up --*/
#scrollUp {
  background-color: transparent;
  border: 2px solid #999;
  border-radius: 50%;
  bottom: 28px;
  color: #999;
  height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
}
#scrollUp i {
  display: block;
  font-size: 24px;
  line-height: 35px;
}
#scrollUp:hover {
  background-color: #3f3f3f;
  color: #fff;
}
/*-- Main Wrapper --*/
.main-wrapper {
  background-color: #fff;
  margin-bottom: 278px;
  z-index: 9;
}


/* -----------------------------------
  02. Header Section
--------------------------------------*/
.header-section {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 99999;
}
.header-section.stick {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #111f2a;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
}

/*-- Logo --*/
.logo {
  padding: 5px 0;
}
.logo a {
  display: block;
}


/*-- Main Menu --*/

.main-menu nav > ul > li {
  display: block;
  float: left;
  margin-right: 36px;
  position: relative;
}
.main-menu nav > ul > li:last-child {
  margin-right: 0;
}
.main-menu nav > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 36px;
  padding: 20px 0;
  text-transform: uppercase;
}
.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {
  color: #ed552d;
}

/* -----------------------------------
  10. Blog Section
--------------------------------------*/
/*-- Blog Item --*/
.blog-item {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: block;
}
/*-- Image --*/
.blog-item .image {
  display: block;
}
.blog-item .image img {
  width: 100%;
}
/*-- Content --*/
.blog-item .content {
  padding: 5px 10px 10px;
}
/*-- Date --*/
.blog-item .content .date {
  color: #949494;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
/*-- Title --*/
.blog-item .content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 17px;
}
.blog-item .content .title a {
  color: #525252;
}
.blog-item .content .title a:hover {
  color: #ed552d;
}
/*-- Meta --*/
.blog-item .content .meta {
  border-top: 1px solid #dadada;
  padding-top: 18px;
}
.blog-item .content .meta a {
  color: #7b7b7b;
  display: block;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px;
  text-transform: uppercase;
}
.blog-item .content .meta a:last-child {
  margin-right: 0;
}
.blog-item .content .meta a i {
  color: #3d3d3d;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-right: 9px;
}
.blog-item .content .meta a:hover i {
  color: #ed552d;
}

/*-- Blog Item Dark --*/
.blog-item.dark {
  background-color: #1a1a1a;
}
/*-- Title --*/
.blog-item.dark .content .title a {
  color: #c8c8c8;
}
.blog-item.dark .content .title a:hover {
  color: #ed552d;
}
/*-- Meta --*/
.blog-item.dark .content .meta {
  border-top: 1px solid #515151;
}
.blog-item.dark .content .meta a i {
  color: #ffffff;
}
.blog-item.dark .content .meta a:hover i {
  color: #ed552d;
}

/*-- Single Blog --*/
.single-blog {
  display: block;
}
/*-- Image --*/
.single-blog .image {
  display: block;
}
.single-blog .image img {
  width: 100%;
}
/*-- Content --*/
.single-blog .content {
  padding: 35px 0 0;
}
/*-- Date --*/
.single-blog .content .date {
  color: #949494;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
/*-- Title --*/
.single-blog .content .title {
  color: #525252;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 17px;
}
/*-- Meta --*/
.single-blog .content .meta {
  border-bottom: 1px solid #dadada;
  margin-bottom: 25px;
  padding-bottom: 18px;
}
.single-blog .content .meta a {
  color: #7b7b7b;
  display: block;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px;
  text-transform: uppercase;
}
.single-blog .content .meta a:last-child {
  margin-right: 0;
}
.single-blog .content .meta a i {
  color: #3d3d3d;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-right: 9px;
}
.single-blog .content .meta a:hover i {
  color: #ed552d;
}
.single-blog .content p {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 25px;
}
/*-- Blog Footer --*/
.blog-footer {
  border-bottom: 1px solid #e1e1e1;
  float: left;
  margin-top: px;
  padding-bottom: 9px;
  width: 100%;
}
/*-- Tags --*/
.blog-footer .tag {
  float: left;
}
.blog-footer .tag span {
  color: #767676;
  display: block;
  float: left;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-right: 9px;
}
.blog-footer .tag a {
  color: #ababab;
  display: block;
  float: left;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-right: 5px;
}
.blog-footer .tag a::after {
  content: ",";
}
.blog-footer .tag a:hover {
  color: #ed562d;
}
/*-- Share --*/
.blog-footer .share {
  float: right;
}
.blog-footer .share button {
  background-color: transparent;
  border: medium none;
  color: #767676;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
}
.blog-footer .share button i {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 24px;
  margin-right: 9px;
}
.blog-footer .share button:hover {
  color: #ed562d;
}


/*-- Sidebar --*/
.single-sidebar {
  display: block;
  float: left;
  width: 100%;
}
.sidebar-title {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/*-- Search Form --*/

.search-form form {
  max-width: 315px;
  position: relative;
}
.search-form form input {
  border: 1px solid #e5e5e5;
  display: block;
  height: 42px;
  line-height: 24px;
  padding: 8px 50px 8px 18px;
  width: 100%;
}
.search-form form button {
  background-color: #2d2d2d;
  border: medium none;
  color: #fff;
  height: 42px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.search-form form button i {
  display: block;
  font-size: 16px;
  line-height: 42px;
}
.search-form form button:hover {
  background-color: #ed562d;
}
/*-- Sidebar Category & Archive --*/

.single-sidebar ul li {
  display: block;
  margin-bottom: 8px;
}
.single-sidebar ul li:last-child {
  margin-bottom: 0;
}
.single-sidebar ul li a {
  color: #7d7d7d;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
}
.single-sidebar ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}
.single-sidebar ul li a:hover {
  color: #ed562d;
}
/*-- Sidebar Post --*/

.popular-post .single-post {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.popular-post .single-post:last-child {
  margin-bottom: 0;
}
.popular-post .single-post .image {
  display: block;
  float: left;
  margin-right: 15px;
  width: 70px;
}
.popular-post .single-post .image img {
  width: 100%;
}

.popular-post .single-post .content span {
  color: #7c7c7c;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}
.popular-post .single-post .content a {
  color: #686868;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  max-width: 200px;
}
.popular-post .single-post .content a:hover {
  color: #ed562d;
}
/*-- Sidebar Tags --*/

.tags a {
  border: 1px solid #989898;
  border-radius: 5px;
  color: #989898;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  height: 29px;
  line-height: 17px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 5px 18px;
}
.tags a:hover {
  border: 1px solid #ed562d;
  color: #ed562d;
}


/* -----------------------------------
  15. Footer Section
--------------------------------------*/
.footer-section {
  bottom: 0;
  left: 0;
  position: fixed;
}
/*-- Footer Widget --*/

/*-- Title --*/
.footer-widget .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.footer-widget .logo {
  display: inline-block;
  margin-top: 20px;
}
.footer-widget p {
  color: #909090;
  font-size: 14px;
  line-height: 24px;
}
.footer-widget p:last-child {
  margin-bottom: 0;
}